/SCP-firmware-master/arch/arm/armv8-a/src/ |
A D | arch_exceptions.S | 24 b . 26 b . 28 b . 35 b . 37 b . 39 b . 41 b . 48 b . 50 b . 52 b . [all …]
|
A D | arch_misc_helpers.S | 312 b.ne 1b 321 b.hs 2f 325 b.lo 1b 340 b.hs 2f 347 b.lo 1b 363 b.hs 2f 367 b.lo 1b 373 b.eq 2f 377 b.ne 1b 402 b.ne 1b [all …]
|
A D | arch_cache_helpers.S | 34 b.lo loop_\op 88 b do_dcsw_op 102 b.lo level_done // nothing to do if no cache or icache 127 b.hs loop3_\_op 130 b.hs loop2_\_op 132 b level_done 138 b.hi loop1 170 b do_dcsw_op
|
A D | arch_crt0.S | 127 b 1b
|
A D | arch_gic.c | 31 #define CHECK_BIT(d, b) ((d >> b) & 1) argument
|
/SCP-firmware-master/arch/arm/armv8-a/include/ |
A D | assert_macros.S | 24 b._cc 300f ;\ 27 b asm_assert ;\
|
A D | asm_macros.S | 57 b.ne $label
|
/SCP-firmware-master/framework/include/ |
A D | fwk_macros.h | 152 #define FWK_MIN(a, b) \ argument 155 __auto_type _b = (b); \ 171 #define FWK_MAX(a, b) \ argument 174 __auto_type _b = (b); \
|
/SCP-firmware-master/product/synquacer/include/ |
A D | efi.h | 12 uint8_t b[16]; member
|
/SCP-firmware-master/module/bootloader/src/ |
A D | mod_bootloader_boot.S | 31 bne 1b /* ... until it reaches zero */
|
/SCP-firmware-master/module/fip/src/ |
A D | mod_fip.c | 68 static inline bool uuid_cmp(const uint8_t *a, const uint8_t *b) in uuid_cmp() argument 73 if (a[i] == b[i]) { in uuid_cmp()
|
/SCP-firmware-master/ |
A D | dco.txt | 21 (b) The contribution is based upon previous work that, to the best 30 person who certified (a), (b) or (c) and I have not modified
|
/SCP-firmware-master/doc/ |
A D | cmsis.md | 67 └── b 82 ├── b
|
A D | code_style.md | 123 if (!a && *b) {
|
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/ |
A D | FreeRTOS.h | 942 # define configMAX(a, b) (((a) > (b)) ? (a) : (b)) argument 948 # define configMIN(a, b) (((a) < (b)) ? (a) : (b)) argument
|
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/ |
A D | sysoc.c | 156 int i, status_bitmap, b; in lpcm_reset_status() local 161 b = readl(addr_head + (i * 8) + LPCM_OFFSET_MON) & 1; in lpcm_reset_status() 162 status_bitmap |= b << i; in lpcm_reset_status()
|
/SCP-firmware-master/module/css_clock/src/ |
A D | mod_css_clock.c | 41 static int compare_rate_entry(const void *a, const void *b) in compare_rate_entry() argument 44 struct mod_css_clock_rate *element = (struct mod_css_clock_rate *)b; in compare_rate_entry()
|
/SCP-firmware-master/product/synquacer/module/synquacer_pik_clock/src/ |
A D | mod_synquacer_pik_clock.c | 118 static int compare_rate_entry(const void *a, const void *b) in compare_rate_entry() argument 121 struct mod_pik_clock_rate *element = (struct mod_pik_clock_rate *)b; in compare_rate_entry()
|
/SCP-firmware-master/module/pik_clock/src/ |
A D | mod_pik_clock.c | 121 static int compare_rate_entry(const void *a, const void *b) in compare_rate_entry() argument 124 struct mod_pik_clock_rate *element = (struct mod_pik_clock_rate *)b; in compare_rate_entry()
|
/SCP-firmware-master/docker/ |
A D | Dockerfile | 97 git clone "${IWYU_SRC_URL}" -b clang_13 --single-branch iwyu-13 && \
|
/SCP-firmware-master/unit_test/ |
A D | user_guide.md | 273 b. Add directories of other modules used in test to OTHER_MODULE_INC
|