| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | test_write_format_zip64_stream.c | 66 static unsigned i8(const unsigned char *p) { return (i4(p)); } in i8() function 191 assertEqualInt(i8(p + 4), 44); /* We're using v1 Zip64 eocd */ in DEFINE_TEST() 196 assertEqualInt(i8(p + 24), 1); /* 1 entry on this disk */ in DEFINE_TEST() 197 assertEqualInt(i8(p + 32), 1); /* 1 entry total */ in DEFINE_TEST() 198 assertEqualInt(i8(p + 40), eocd - central_header); /* size of cd */ in DEFINE_TEST() 199 assertEqualInt(i8(p + 48), central_header - buff); /* start of cd */ in DEFINE_TEST() 200 p += 12 + i8(p + 4); in DEFINE_TEST() 204 assertEqualInt(i8(p + 8), eocd - buff); /* Offset of Zip64 eocd */ in DEFINE_TEST() 269 assertEqualInt(i8(p + 8), compressed_size); /* compressed size */ in DEFINE_TEST() 270 assertEqualInt(i8(p + 16), sizeof(file_data)); /* uncompressed size */ in DEFINE_TEST()
|
| D | test_write_format_zip_file_zip64.c | 70 static unsigned i8(const unsigned char *p) { return (i4(p)); } in i8() function 206 assertEqualInt(i8(p + 4), 44); /* We're using v1 Zip64 eocd */ in DEFINE_TEST() 211 assertEqualInt(i8(p + 24), 1); /* 1 entry on this disk */ in DEFINE_TEST() 212 assertEqualInt(i8(p + 32), 1); /* 1 entry total */ in DEFINE_TEST() 213 assertEqualInt(i8(p + 40), eocd - central_header); /* size of cd */ in DEFINE_TEST() 214 assertEqualInt(i8(p + 48), central_header - buff); /* start of cd */ in DEFINE_TEST() 215 p += 12 + i8(p + 4); in DEFINE_TEST() 219 assertEqualInt(i8(p + 8), eocd - buff); /* Offset of Zip64 eocd */ in DEFINE_TEST() 281 assertEqualInt(i8(p + 8), p - extension_end); /* compressed size */ in DEFINE_TEST() 282 assertEqualInt(i8(p + 16), sizeof(file_data)); /* uncompressed size */ in DEFINE_TEST()
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| D | pgpsum.c | 163 uint8_t i8[2]; member 169 uint8_t i8[4]; member 178 return ((uint16_t)u.i8[0] << 8) | u.i8[1]; in swap16() 187 return ((uint32_t)u.i8[0] << 24) | (u.i8[1] << 16) | (u.i8[2] << 8) | u.i8[3]; in swap32()
|
| /netbsd/src/sys/arch/mac68k/dev/ |
| D | if_ae.c | 41 int i1, i2, i3, i4, i8; in ae_size_card_memory() local 52 i8 = (8192 * 4); in ae_size_card_memory() 54 bus_space_write_2(bst, bsh, ofs + i8, 0x8888); in ae_size_card_memory() 73 bus_space_read_2(bst, bsh, ofs + i8) == 0x8888) in ae_size_card_memory()
|
| /netbsd/src/tests/include/ |
| D | t_inttypes.c | 40 int8_t i8 = 0; in ATF_TC_BODY() local 74 PRINT(PRId8, i8); in ATF_TC_BODY() 89 PRINT(PRIi8, i8); in ATF_TC_BODY() 165 SCAN(SCNd8, i8); in ATF_TC_BODY() 180 SCAN(SCNi8, i8); in ATF_TC_BODY()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | callfuncs.c | 244 sum10 (int i0, int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) in sum10() argument 247 sum10 (i0, i1, i2, i3, i4, i5, i6, i7, i8, i9) in sum10() 248 int i0, i1, i2, i3, i4, i5, i6, i7, i8, i9; in sum10() 251 return i0 + i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9; 257 cmp10 (int i0, int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) in cmp10() argument 260 cmp10 (i0, i1, i2, i3, i4, i5, i6, i7, i8, i9) in cmp10() 261 int i0, i1, i2, i3, i4, i5, i6, i7, i8, i9; in cmp10() 266 (i5 == 5) && (i6 == 6) && (i7 == 7) && (i8 == 8) && (i9 == 9);
|
| D | scope0.c | 83 int i6 = useit (6), i7 = useit (7), i8 = useit (8); in autovars() local 119 useit ( i5); useit ( i6); useit ( i7); useit ( i8); useit ( i9); in autovars() 142 return i0 + i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + i10 in autovars()
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| D | bsaes-armv7.S | 125 vmov.i8 q8,#0x55 @ compose .LBS0 126 vmov.i8 q9,#0x33 @ compose .LBS1 151 vmov.i8 q8,#0x0f @ compose .LBS2 469 vmov.i8 q8,#0x55 @ compose .LBS0 470 vmov.i8 q9,#0x33 @ compose .LBS1 495 vmov.i8 q8,#0x0f @ compose .LBS2 618 vmov.i8 q8,#0x55 @ compose .LBS0 619 vmov.i8 q9,#0x33 @ compose .LBS1 644 vmov.i8 q8,#0x0f @ compose .LBS2 929 vmov.i8 q8,#0x55 @ compose .LBS0 [all …]
|
| D | ghashv8-armx.S | 21 vmov.i8 q11,#0xe1 70 vmov.i8 q11,#0xe1 128 vmov.i8 q11,#0xe1
|
| /netbsd/src/tests/ipf/ |
| D | t_filter_parse.sh | 93 test_case i8 itest text ipf 119 atf_add_test_case i8
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/os/ |
| D | fm.c | 234 uint8_t i8; in fm_nvprintr() local 257 (void) nvpair_value_byte(nvp, &i8); in fm_nvprintr() 258 c = fm_printf(d + 1, c, cols, "%x", i8); in fm_nvprintr() 262 (void) nvpair_value_int8(nvp, (void *)&i8); in fm_nvprintr() 263 c = fm_printf(d + 1, c, cols, "%x", i8); in fm_nvprintr() 267 (void) nvpair_value_uint8(nvp, &i8); in fm_nvprintr() 268 c = fm_printf(d + 1, c, cols, "%x", i8); in fm_nvprintr()
|
| /netbsd/src/share/misc/ |
| D | indent.pro | 8 -i8
|
| /netbsd/src/external/bsd/flex/dist/ |
| D | .indent.pro | 8 -i8 /* indent 4 */
|
| /netbsd/src/common/lib/libc/arch/arm/string/ |
| D | strlen_neon.S | 68 vceq.i8 q1, q0, #0 /* test each byte for 0 */
|
| /netbsd/src/usr.bin/indent/ |
| D | .indent.pro | 10 -i8 /* Use a single tab (8 columns) per indentation level. */
|
| /netbsd/src/tests/ipf/expected/ |
| D | Makefile | 60 i8 \
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | variant.exp | 51 {DW_AT_name i8}
|
| /netbsd/src/tests/ipf/regress/ |
| D | Makefile | 62 i8 \
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/ |
| D | regress_util.c | 760 ev_int8_t i8; in test_evutil_integers() local 776 tt_int_op(sizeof(i8), ==, 1); in test_evutil_integers() 820 i8 = EV_INT8_MAX; in test_evutil_integers() 822 tt_assert(i8 > 0); in test_evutil_integers()
|
| /netbsd/src/external/bsd/libevent/dist/test/ |
| D | regress_util.c | 763 ev_int8_t i8; in test_evutil_integers() local 779 tt_int_op(sizeof(i8), ==, 1); in test_evutil_integers() 823 i8 = EV_INT8_MAX; in test_evutil_integers() 825 tt_assert(i8 > 0); in test_evutil_integers()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/ |
| D | datatypes.cl | 82 int8 i8 = (int8) (-1, -2, -3, -4, -5, -6, -7, -8);
|
| D | callfuncs.cl | 138 int8 i8 = (int8) (1, 2, 3, 4, 5, 6, 7, 8);
|
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| D | init_c99.c | 276 int i8; member
|
| /netbsd/src/external/gpl3/binutils/dist/cpu/ |
| D | fr30.cpu | 171 (dnf f-i8 "8 bit unsigned" () 4 8) 439 (dnop i8 "8 bit unsigned immediate" (HASH-PREFIX) h-uint f-i8) 975 "ldi:8 $i8,$Ri" 976 (+ OP1_C i8 Ri) 977 (set Ri i8) 984 "ldi8 $i8,$Ri" 985 (emit ldi8 i8 Ri)
|
| /netbsd/src/external/gpl3/gdb/dist/cpu/ |
| D | fr30.cpu | 171 (dnf f-i8 "8 bit unsigned" () 4 8) 439 (dnop i8 "8 bit unsigned immediate" (HASH-PREFIX) h-uint f-i8) 975 "ldi:8 $i8,$Ri" 976 (+ OP1_C i8 Ri) 977 (set Ri i8) 984 "ldi8 $i8,$Ri" 985 (emit ldi8 i8 Ri)
|