Searched defs:c2 (Results 1 – 15 of 15) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_mem.c | 40 u8 c2[] = "abcdefghijklmnop"; in execute() local
|
A D | efi_selftest_unicode_collation.c | 48 u16 c2[] = L"FIRST"; in test_stri_coll() local
|
/u-boot/arch/x86/cpu/ivybridge/ |
A D | sdram.c | 61 u16 c1, c2, checksum, seed_checksum; in read_seed_from_cmos() local 139 u16 c1, c2, checksum; in write_seeds_to_cmos() local
|
/u-boot/arch/arm/mach-bcm283x/include/mach/ |
A D | timer.h | 31 u32 c2; member
|
/u-boot/lib/efi_loader/ |
A D | efi_unicode_collation.c | 51 s32 c1, c2; in efi_stri_coll() local
|
/u-boot/drivers/thermal/ |
A D | imx_thermal.c | 60 s64 c1, c2; in read_cpu_temperature() local
|
/u-boot/arch/m68k/include/asm/coldfire/ |
A D | skha.h | 32 u32 c2; /* 0x74 Context 2 */ member
|
/u-boot/test/ |
A D | unicode_ut.c | 27 static const u16 c2[] = {0x6b, 0x61, 0x66, 0x62, 0xe1, 0x74, 0x75, 0x72, 0x00}; variable
|
/u-boot/arch/mips/mach-octeon/include/mach/ |
A D | cvmx-coremask.h | 705 const struct cvmx_coremask *c2) in cvmx_coremask_intersects()
|
/u-boot/arch/nios2/lib/ |
A D | libgcc.c | 572 const unsigned char c1 = *s1++, c2 = *s2++; in __gcc_bcmp() local
|
/u-boot/lib/ |
A D | string.c | 34 unsigned char c1, c2; in strncasecmp() local
|
A D | bch.c | 655 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 688 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
|
/u-boot/drivers/xen/ |
A D | xenbus.c | 56 int c1, c2; in memcpy_from_ring() local
|
/u-boot/lib/bzip2/ |
A D | bzlib_blocksort.c | 396 UChar c1, c2; in mainGtU() local
|
/u-boot/drivers/video/ |
A D | stb_truetype.h | 975 #define stbtt_tag4(p,c0,c1,c2,c3) ((p)[0] == (c0) && (p)[1] == (c1) && (p)[2] == (c2) && (p)[3] == … argument
|
Completed in 26 milliseconds