| /src/tests/lib/libc/locale/ |
| t_mbrtoc8.c | 62 static char8_t c8; variable 72 ATF_CHECK_EQ_MSG((n = mbrtoc8(&c8, "", 1, NULL)), 0, "n=%zu", n); 73 ATF_CHECK_EQ_MSG(c8, 0, "c8=0x%"PRIx8, (uint8_t)c8); 77 ATF_CHECK_EQ_MSG((n = mbrtoc8(&c8, "", 1, &s)), 0, "n=%zu", n); 78 ATF_CHECK_EQ_MSG(c8, 0, "c8=0x%"PRIx8, (uint8_t)c8); 82 ATF_CHECK_EQ_MSG((n = mbrtoc8(&c8, "A", 1, NULL)), 1, "n=%zu", n) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| complex.f90 | 24 complex(kind=8) c8 variable in program:test_complex 39 c8 = cmplx(r8a, r8b) 44 print *, c, c4, c8, dc, c16 ! stop
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-multiple-debug-info.c | 28 const int c8 = 8; variable
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-multiple-debug-info.c | 28 const int c8 = 8; variable
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| complex.f90 | 24 complex(kind=8) c8 variable in program:test_complex 39 c8 = cmplx(r8a, r8b) 44 print *, c, c4, c8, dc, c16 ! stop
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| collection.c | 65 c8, c9, c10, c11, c12, c13, c14, c15, cminus; variable 254 l8 = s8 = c8 = 8; l9 = s9 = c9 = 9; 305 l8 = s8 = c8 = 0; l9 = s9 = c9 = 0;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| collection.c | 65 c8, c9, c10, c11, c12, c13, c14, c15, cminus; variable 254 l8 = s8 = c8 = 8; l9 = s9 = c9 = 9; 305 l8 = s8 = c8 = 0; l9 = s9 = c9 = 0;
|
| /src/sys/crypto/adiantum/ |
| adiantum.c | 1872 uint8_t *c8 = c; 1873 uint8_t *cL = c8; 1874 uint8_t *cR = c8 + Llen; 1905 const uint8_t *c8 = c; 1906 const uint8_t *cL = c8; 1907 const uint8_t *cR = c8 + Llen; 1863 uint8_t *c8 = c; local 1896 const uint8_t *c8 = c; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.cc | 1606 location_t c8 = linemap_position_for_column (line_table, 8); local 1608 if (c8 > LINE_MAP_MAX_LOCATION_WITH_COLS) 1612 rich_location r1 (line_table, c8); 1617 rich_location r2 (line_table, c8); 1618 r2.add_fixit_replace (source_range::from_locations (c8, c8),
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| edit-context.cc | 1580 location_t c8 = linemap_position_for_column (line_table, 8); local 1582 if (c8 > LINE_MAP_MAX_LOCATION_WITH_COLS) 1586 rich_location r1 (line_table, c8); 1591 rich_location r2 (line_table, c8); 1592 r2.add_fixit_replace (source_range::from_locations (c8, c8),
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
| ed25519_ref10.c | 1121 int64_t c8 = 2097151 & load_3(c + 21); local 1185 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 +
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| crx.h | 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon10637
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| crx.h | 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon12101
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| crx.h | 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon21489
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| crx.h | 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon1077
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| curve25519.c | 5153 int64_t c8 = kBottom21Bits & load_3(c + 21); local 5213 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + a6 * b2 + a7 * b1 + a8 * b0;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| curve25519.c | 5004 int64_t c8 = kBottom21Bits & load_3(c + 21); local 5064 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + a6 * b2 + a7 * b1 + a8 * b0;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| curve25519.c | 4994 int64_t c8 = kBottom21Bits & load_3(c + 21); local 5054 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + a6 * b2 + a7 * b1 + a8 * b0;
|