Searched defs:q (Results 1 – 10 of 10) sorted by relevance
| /arm-trusted-firmware/lib/compiler-rt/builtins/ |
| H A D | divmoddi4.c | 25 di_int q = (__udivmoddi4(a, b, &r) ^ s_b) - s_b; // negate if s_b == -1 in __divmoddi4() local
|
| H A D | udivmoddi4.c | 34 udwords q; in __udivmoddi4() local [all...] |
| /arm-trusted-firmware/lib/aarch32/ |
| H A D | arm32_aeabi_divmod.c | 23 unsigned int q; /* computed quotient */ member 61 unsigned int i = 1, q = 0; in division_qr() local [all...] |
| /arm-trusted-firmware/tools/conventional-changelog-tf-a/ |
| H A D | package.json | 11 "q": "^1.5.1" string
|
| /arm-trusted-firmware/lib/libfdt/ |
| H A D | fdt_ro.c | 260 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen() local 274 const char *q; in fdt_path_offset_namelen() local [all...] |
| /arm-trusted-firmware/lib/zlib/ |
| H A D | zutil.h | 272 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ argument
|
| H A D | crc32.c | 530 z_crc_t i, p, q; in braid() local
|
| /arm-trusted-firmware/ |
| H A D | package-lock.json | 927 "q": "^1.5.1" string 939 "q": "^1.5.1" string 951 "q": "^1.5.1" string 971 "q": "^1.5.1" string 993 "q": "^1.5.1", string 1141 "q": "^1.5.1" string 1153 "q": "^1.5.1" string 1165 "q": "^1.5.1" string 1177 "q" string 1190 "q": "^1.5.1" global() string 1293 "q": "^1.5.1" global() string 4032 "q": "^1.5.1" global() string 4727 "q": "^1.5.1" global() string 4736 "q": "^1.5.1" global() string 4745 "q": "^1.5.1" global() string 4762 "q": "^1.5.1" global() string 4781 "q": "^1.5.1", global() string 4900 "q": "^1.5.1" global() string 4909 "q": "^1.5.1" global() string 4918 "q": "^1.5.1" global() string 4927 "q": "^1.5.1" global() string 4937 "q": "^1.5.1" global() string 4952 "q": "^1.5.1" global() string 5023 "q": "^1.5.1" global() string 6347 "q": { global() object [all...] |
| /arm-trusted-firmware/include/dt-bindings/clock/ |
| H A D | stm32mp15-clksrc.h | 10 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) argument
|
| H A D | stm32mp13-clksrc.h | 382 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) argument
|