/external/elfutils/0.153/libcpu/ |
D | i386_data.h | 166 uint_fast8_t modrm = data[0]; in general_mod$r_m() 284 uint_fast8_t sib = data[1]; in general_mod$r_m() 388 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_MOD$R_M() 394 uint_fast8_t byte = modrm & 7; in FCT_MOD$R_M() 418 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_Mod$R_m() 424 uint_fast8_t byte = modrm & 7; in FCT_Mod$R_m() 730 uint_fast8_t word = *(*d->param_start)++; in FCT_imm$w() 797 uint_fast8_t opcode = d->data[d->opoff2 / 8]; in FCT_imm$s() 879 uint_fast8_t byte = *(*d->param_start)++; in FCT_imm8() 916 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_mmxreg() [all …]
|
D | i386_disasm.c | 385 uint_fast8_t len = *curr++; in i386_disasm() 386 uint_fast8_t clen = len >> 4; in i386_disasm() 424 uint_fast8_t masked = *codep++ & *curr++; in i386_disasm() 517 uint_fast8_t byte; in i386_disasm() 590 uint_fast8_t modrm = codep[-1]; in i386_disasm()
|
/external/elfutils/0.153/libebl/ |
D | libeblP.h | 70 uint_fast8_t class; 71 uint_fast8_t data;
|
/external/elfutils/0.153/libdwfl/ |
D | link_map.c | 79 uint_fast8_t *elfclass, uint_fast8_t *elfdata) in auxv_format_probe() 243 addrsize (uint_fast8_t elfclass) in addrsize() 258 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata, in report_r_debug() 444 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in consider_executable() 606 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in find_executable() 632 uint_fast8_t elfclass = ELFCLASSNONE; in dwfl_link_map_report() 633 uint_fast8_t elfdata = ELFDATANONE; in dwfl_link_map_report()
|
/external/elfutils/0.153/libdw/ |
D | dwarf_getsrclines.c | 168 uint_fast8_t minimum_instr_len = *linep++; in dwarf_getsrclines() 171 uint_fast8_t max_ops_per_instr = 1; in dwarf_getsrclines() 183 uint_fast8_t default_is_stmt = *linep++; in dwarf_getsrclines() 189 uint_fast8_t line_range = *linep++; in dwarf_getsrclines() 192 uint_fast8_t opcode_base = *linep++; in dwarf_getsrclines() 331 uint_fast8_t is_stmt = default_is_stmt; in dwarf_getsrclines() 436 uint_fast8_t len = *linep++; in dwarf_getsrclines()
|
D | dwarf_next_cfi.c | 159 uint_fast8_t address_size = e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; 160 uint_fast8_t segment_size = 0;
|
D | cie.c | 145 uint_fast8_t address_size in intern_new_cie()
|
/external/libcxx/include/ |
D | cstdint | 130 uint_fast8_t 178 using::uint_fast8_t;
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | stdint.pxd | 31 ctypedef unsigned char uint_fast8_t 78 uint_fast8_t UINT_FAST8_MAX
|
/external/libcxx/test/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 128 static_assert(sizeof(uint_fast8_t)*CHAR_BIT >= 8, in main() 130 static_assert(std::is_unsigned<uint_fast8_t>::value, in main()
|
/external/libcxx/test/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 128 static_assert(sizeof(std::uint_fast8_t)*CHAR_BIT >= 8, in main() 130 static_assert(std::is_unsigned<std::uint_fast8_t>::value, in main()
|
/external/bison/darwin-lib/ |
D | stdint.h | 256 #undef uint_fast8_t 279 #define uint_fast8_t gl_uint_fast8_t macro
|
/external/bison/lib/ |
D | stdint.in.h | 255 #undef uint_fast8_t 278 #define uint_fast8_t gl_uint_fast8_t
|
/external/libcxx/test/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 53 …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/chromium_org/third_party/libusb/src/msvc/ |
D | stdint.h | 112 typedef unsigned __int8 uint_fast8_t; typedef
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
D | stdint.h | 108 typedef uint8_t uint_fast8_t; typedef
|
/external/mesa3d/include/c99/ |
D | stdint.h | 108 typedef uint8_t uint_fast8_t; typedef
|
/external/qemu/include/qemu/ |
D | osdep.h | 24 typedef unsigned char uint_fast8_t; typedef
|
/external/qemu/target-mips/ |
D | cpu.h | 24 typedef unsigned char uint_fast8_t; typedef 34 uint_fast8_t ASID;
|
/external/elfutils/0.153/src/ |
D | readelf.c | 4089 uint_fast8_t op = *data++; in print_ops() 4490 uint_fast8_t address_size, uint_fast8_t offset_size, in notice_listptr() 4527 uint_fast8_t *address_sizep, uint_fast8_t *offset_sizep, in skip_listptr_hole() 4714 uint_fast8_t address_size = ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in print_debug_ranges_section() 5274 uint_fast8_t version = 2; in print_debug_frame_section() 5291 uint_fast8_t segment_size = 0; in print_debug_frame_section() 6043 uint_fast8_t minimum_instr_len = *linep++; in print_debug_line_section() 6046 uint_fast8_t max_ops_per_instr = version < 4 ? 1 : *linep++; in print_debug_line_section() 6050 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() 6057 uint_fast8_t line_range = *linep++; in print_debug_line_section() [all …]
|
/external/elfutils/0.153/libelf/ |
D | libelfP.h | 455 extern const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hi…
|
D | elf_getdata.c | 102 const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
|
/external/bison/m4/ |
D | stdint.m4 | 139 uint_fast8_t f1 = UINT_FAST8_MAX; 204 int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
|
/external/bison/src/ |
D | parse-gram.y | 93 #define YYTYPE_UINT8 uint_fast8_t
|