| /src/sys/arch/mac68k/dev/ |
| if_ae.c | 41 int i1, i2, i3, i4, i8; local 52 i8 = (8192 * 4); 54 bus_space_write_2(bst, bsh, ofs + i8, 0x8888); 73 bus_space_read_2(bst, bsh, ofs + i8) == 0x8888)
|
| /src/tests/include/ |
| t_inttypes.c | 40 int8_t i8 = 0; local 74 PRINT(PRId8, i8); 89 PRINT(PRIi8, i8); 165 SCAN(SCNd8, i8); 180 SCAN(SCNi8, i8);
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| pgpsum.c | 163 uint8_t i8[2]; member in union:__anon1083 169 uint8_t i8[4]; member in union:__anon1084 178 return ((uint16_t)u.i8[0] << 8) | u.i8[1]; 187 return ((uint32_t)u.i8[0] << 24) | (u.i8[1] << 16) | (u.i8[2] << 8) | u.i8[3];
|
| /src/external/cddl/osnet/dist/uts/common/os/ |
| fm.c | 234 uint8_t i8; local 257 (void) nvpair_value_byte(nvp, &i8); 258 c = fm_printf(d + 1, c, cols, "%x", i8); 262 (void) nvpair_value_int8(nvp, (void *)&i8); 263 c = fm_printf(d + 1, c, cols, "%x", i8); 267 (void) nvpair_value_uint8(nvp, &i8); 268 c = fm_printf(d + 1, c, cols, "%x", i8);
|
| /src/external/bsd/libevent/dist/test/ |
| regress_util.c | 763 ev_int8_t i8; local 779 tt_int_op(sizeof(i8), ==, 1); 823 i8 = EV_INT8_MAX; 825 tt_assert(i8 > 0); 827 /* i8++;*/ 829 /* tt_assert(i8 == EV_INT8_MIN); */ 830 /* tt_assert(i8 < 0); */
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_util.c | 760 ev_int8_t i8; local 776 tt_int_op(sizeof(i8), ==, 1); 820 i8 = EV_INT8_MAX; 822 tt_assert(i8 > 0); 824 /* i8++;*/ 826 /* tt_assert(i8 == EV_INT8_MIN); */ 827 /* tt_assert(i8 < 0); */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| scope0.c | 83 int i6 = useit (6), i7 = useit (7), i8 = useit (8); local 119 useit ( i5); useit ( i6); useit ( i7); useit ( i8); useit ( i9); 142 return i0 + i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + i10
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| scope0.c | 83 int i6 = useit (6), i7 = useit (7), i8 = useit (8); local 119 useit ( i5); useit ( i6); useit ( i7); useit ( i8); useit ( i9); 142 return i0 + i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + i10
|
| /src/tests/usr.bin/xlint/lint1/ |
| init_c99.c | 276 int i8; member in struct:ten
|
| /src/external/bsd/zstd/dist/doc/educational_decoder/ |
| zstd_decompress.c | 65 typedef int8_t i8; typedef
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| transfer.c | 2878 GFC_INTEGER_8 i8; local 2918 memcpy (&i8, &i, sizeof (i8)); 2919 i = i8; 2943 memcpy (&i8, &u64, sizeof (i8)); 2944 i = i8;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| transfer.c | 2821 GFC_INTEGER_8 i8; local 2861 memcpy (&i8, &i, sizeof (i8)); 2862 i = i8; 2886 memcpy (&i8, &u64, sizeof (i8)); 2887 i = i8;
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-trace.h | 185 uint8_t i8; 183 uint8_t i8; member in union:_trace_data::__anon19229
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-trace.h | 185 uint8_t i8; 183 uint8_t i8; member in union:_trace_data::__anon21968
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| arm-dis.c | 1587 0xf2800e10, 0xfeb80fb0, "vmov%c.i8\t%12-15,22R, %E"}, 7587 func (stream, dis_style_mnemonic, "i8"); 11261 unsigned int i8 = (given & 0x000000ff); 11277 unsigned int Rm = (i8 & 0x0f); 11278 unsigned int sh = (i8 & 0x30) >> 4; 11295 offset = i8; 11299 offset = -i8; 11303 offset = i8; 11308 offset = -i8; 11313 offset = i8; 11260 unsigned int i8 = (given & 0x000000ff); local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arm-dis.c | 1587 0xf2800e10, 0xfeb80fb0, "vmov%c.i8\t%12-15,22R, %E"}, 7587 func (stream, dis_style_mnemonic, "i8"); 11261 unsigned int i8 = (given & 0x000000ff); 11277 unsigned int Rm = (i8 & 0x0f); 11278 unsigned int sh = (i8 & 0x30) >> 4; 11295 offset = i8; 11299 offset = -i8; 11303 offset = i8; 11308 offset = -i8; 11313 offset = i8; 11260 unsigned int i8 = (given & 0x000000ff); local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| arm-dis.c | 1587 0xf2800e10, 0xfeb80fb0, "vmov%c.i8\t%12-15,22R, %E"}, 7587 func (stream, dis_style_mnemonic, "i8"); 11261 unsigned int i8 = (given & 0x000000ff); 11277 unsigned int Rm = (i8 & 0x0f); 11278 unsigned int sh = (i8 & 0x30) >> 4; 11295 offset = i8; 11299 offset = -i8; 11303 offset = i8; 11308 offset = -i8; 11313 offset = i8; 11260 unsigned int i8 = (given & 0x000000ff); local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| arm-dis.c | 1682 0xf2800e10, 0xfeb80fb0, "vmov%c.i8\t%12-15,22R, %E"}, 7683 func (stream, dis_style_mnemonic, "i8"); 11448 unsigned int i8 = (given & 0x000000ff); 11464 unsigned int Rm = (i8 & 0x0f); 11465 unsigned int sh = (i8 & 0x30) >> 4; 11482 offset = i8; 11486 offset = -i8; 11490 offset = i8; 11495 offset = -i8; 11500 offset = i8; 11447 unsigned int i8 = (given & 0x000000ff); local [all...] |
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 14842 typedef INT8_TYPE i8; /* 1-byte signed integer */ typedef 17882 i8 nArg; /* Number of arguments. -1 means unlimited */ 18617 i8 default_rc; /* Comparison result if keys are equal */ 18619 i8 r1; /* Value to return if (lhs < rhs) */ 18620 i8 r2; /* Value to return if (lhs > rhs) */ 21006 SQLITE_PRIVATE void sqlite3HaltConstraint(Parse*, int, int, char*, i8, u8); [all...] |