/external/elfutils/libcpu/ |
D | i386_data.h | 169 uint_fast8_t modrm = data[0]; in general_mod$r_m() 287 uint_fast8_t sib = data[1]; in general_mod$r_m() 391 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_MOD$R_M() 397 uint_fast8_t byte = modrm & 7; in FCT_MOD$R_M() 421 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_Mod$R_m() 427 uint_fast8_t byte = modrm & 7; in FCT_Mod$R_m() 733 uint_fast8_t word = *(*d->param_start)++; in FCT_imm$w() 800 uint_fast8_t opcode = d->data[d->opoff2 / 8]; in FCT_imm$s() 882 uint_fast8_t byte = *(*d->param_start)++; in FCT_imm8() 919 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_mmxreg() [all …]
|
D | i386_disasm.c | 388 uint_fast8_t len = *curr++; in i386_disasm() 389 uint_fast8_t clen = len >> 4; in i386_disasm() 427 uint_fast8_t masked = *codep++ & *curr++; in i386_disasm() 520 uint_fast8_t byte; in i386_disasm() 593 uint_fast8_t modrm = codep[-1]; in i386_disasm()
|
/external/elfutils/libdwfl/ |
D | link_map.c | 46 do_check64 (const char *a64, uint_fast8_t *elfdata) in do_check64() 73 do_check32 (const char *a32, uint_fast8_t *elfdata) in do_check32() 103 uint_fast8_t *elfclass, uint_fast8_t *elfdata) in auxv_format_probe() 223 addrsize (uint_fast8_t elfclass) in addrsize() 241 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata, in report_r_debug() 506 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in consider_executable() 672 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in find_executable() 699 uint_fast8_t elfclass = ELFCLASSNONE; in dwfl_link_map_report() 700 uint_fast8_t elfdata = ELFDATANONE; in dwfl_link_map_report()
|
/external/elfutils/libebl/ |
D | libeblP.h | 49 uint_fast8_t class; 50 uint_fast8_t data;
|
/external/elfutils/libdw/ |
D | dwarf_getsrclines.c | 87 uint_fast8_t is_stmt; 100 uint_fast8_t minimum_instr_len, uint_fast8_t max_ops_per_instr) in run_advance_pc() 257 uint_fast8_t minimum_instr_len = *linep++; in read_srclines() 260 uint_fast8_t max_ops_per_instr = 1; in read_srclines() 276 uint_fast8_t default_is_stmt = *linep++; in read_srclines() 282 uint_fast8_t line_range = *linep++; in read_srclines() 285 uint_fast8_t opcode_base = *linep++; in read_srclines() 729 uint_fast8_t len = *linep++; in read_srclines()
|
D | dwarf_next_cfi.c | 145 uint_fast8_t address_size = e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in dwarf_next_cfi() 146 uint_fast8_t segment_size = 0; in dwarf_next_cfi()
|
D | cie.c | 124 uint_fast8_t address_size in intern_new_cie()
|
/external/libcxx/include/ |
D | cstdint | 130 uint_fast8_t 178 using::uint_fast8_t;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 129 static_assert(sizeof(uint_fast8_t)*CHAR_BIT >= 8, in main() 131 static_assert(std::is_unsigned<uint_fast8_t>::value, in main()
|
/external/u-boot/tools/ |
D | gen_ethaddr_crc.c | 27 uint_fast8_t i = 0; in process_mac()
|
/external/nanopb-c/extra/ |
D | pb_syshdr.h | 32 typedef uint8_t uint_fast8_t; typedef
|
/external/grpc-grpc/third_party/nanopb/extra/ |
D | pb_syshdr.h | 32 typedef uint8_t uint_fast8_t; typedef
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 130 static_assert(sizeof(std::uint_fast8_t)*CHAR_BIT >= 8, in main() 132 static_assert(std::is_unsigned<std::uint_fast8_t>::value, in main()
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | integral.pass.cpp | 95 test<uint_fast8_t>(); in main()
|
/external/libcxx/test/std/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 55 …static_assert((std::is_same<std::atomic< std::uint_fast8_t>, std::atomic_uint_fast8_t>::value), "… in main()
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 108 typedef uint8_t uint_fast8_t; typedef
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 108 typedef uint8_t uint_fast8_t; typedef
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 93 typedef uint8_t uint_fast8_t; typedef
|
/external/libusb/msvc/ |
D | stdint.h | 112 typedef unsigned __int8 uint_fast8_t; typedef
|
/external/grpc-grpc/third_party/nanopb/ |
D | pb_decode.c | 188 uint_fast8_t bitpos = 7; in pb_decode_varint32() 200 bitpos = (uint_fast8_t)(bitpos + 7); in pb_decode_varint32() 211 uint_fast8_t bitpos = 0; in pb_decode_varint() 223 bitpos = (uint_fast8_t)(bitpos + 7); in pb_decode_varint()
|
/external/nanopb-c/ |
D | pb_decode.c | 208 uint_fast8_t bitpos = 7; in pb_decode_varint32_eof() 230 bitpos = (uint_fast8_t)(bitpos + 7); in pb_decode_varint32_eof() 253 uint_fast8_t bitpos = 0; in pb_decode_varint() 265 bitpos = (uint_fast8_t)(bitpos + 7); in pb_decode_varint()
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 115 typedef _Atomic(uint_fast8_t) atomic_uint_fast8_t;
|
/external/elfutils/libelf/ |
D | libelfP.h | 434 extern const uint_fast8_t __libelf_type_aligns[ELFCLASSNUM - 1][ELF_T_NUM]
|
D | elf_getdata.c | 77 const uint_fast8_t __libelf_type_aligns[ELFCLASSNUM - 1][ELF_T_NUM] =
|
/external/elfutils/src/ |
D | readelf.c | 4336 uint_fast8_t op = *data++; in print_ops() 4869 uint_fast8_t address_size, uint_fast8_t offset_size, in notice_listptr() 4914 uint_fast8_t *address_sizep, uint_fast8_t *offset_sizep, in skip_listptr_hole() 5956 uint_fast8_t address_size = ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in print_debug_ranges_section() 6626 uint_fast8_t version = 2; in print_debug_frame_section() 6645 uint_fast8_t segment_size = 0; in print_debug_frame_section() 8284 uint_fast8_t minimum_instr_len = *linep++; in print_debug_line_section() 8287 uint_fast8_t max_ops_per_instr; in print_debug_line_section() 8303 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() 8309 uint_fast8_t line_range = *linep++; in print_debug_line_section() [all …]
|