Home
last modified time | relevance | path

Searched refs:b (Results 1 – 21 of 21) sorted by relevance

/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_exceptions.S24 b .
26 b .
28 b .
35 b .
37 b .
39 b .
41 b .
48 b .
50 b .
52 b .
[all …]
A Darch_misc_helpers.S312 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 Darch_cache_helpers.S34 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 Darch_crt0.S127 b 1b
A Darch_gic.c31 #define CHECK_BIT(d, b) ((d >> b) & 1) argument
/SCP-firmware-master/arch/arm/armv8-a/include/
A Dassert_macros.S24 b._cc 300f ;\
27 b asm_assert ;\
A Dasm_macros.S57 b.ne $label
/SCP-firmware-master/framework/include/
A Dfwk_macros.h152 #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 Defi.h12 uint8_t b[16]; member
/SCP-firmware-master/module/bootloader/src/
A Dmod_bootloader_boot.S31 bne 1b /* ... until it reaches zero */
/SCP-firmware-master/module/fip/src/
A Dmod_fip.c68 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 Ddco.txt21 (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 Dcmsis.md67    └── b
82    ├── b
A Dcode_style.md123 if (!a && *b) {
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/
A DFreeRTOS.h942 # 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 Dsysoc.c156 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 Dmod_css_clock.c41 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 Dmod_synquacer_pik_clock.c118 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 Dmod_pik_clock.c121 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 DDockerfile97 git clone "${IWYU_SRC_URL}" -b clang_13 --single-branch iwyu-13 && \
/SCP-firmware-master/unit_test/
A Duser_guide.md273 b. Add directories of other modules used in test to OTHER_MODULE_INC

Completed in 44 milliseconds