/external/elfutils/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 | 378 uint_fast8_t len = *curr++; in i386_disasm() 405 uint_fast8_t masked = *codep++ & *curr++; in i386_disasm() 497 uint_fast8_t byte; in i386_disasm() 570 uint_fast8_t modrm = codep[-1]; in i386_disasm()
|
/external/elfutils/libebl/ |
D | libeblP.h | 69 uint_fast8_t class; 70 uint_fast8_t data;
|
/external/elfutils/libdwfl/ |
D | link_map.c | 79 uint_fast8_t *elfclass, uint_fast8_t *elfdata) in auxv_format_probe() 250 addrsize (uint_fast8_t elfclass) in addrsize() 265 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata, in report_r_debug() 446 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in consider_executable() 611 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in find_executable() 637 uint_fast8_t elfclass = ELFCLASSNONE; in dwfl_link_map_report() 638 uint_fast8_t elfdata = ELFDATANONE; in dwfl_link_map_report()
|
/external/elfutils/libdw/ |
D | dwarf_getsrclines.c | 198 uint_fast8_t minimum_instr_len = *linep++; in dwarf_getsrclines() 202 uint_fast8_t default_is_stmt = *linep++; in dwarf_getsrclines() 209 uint_fast8_t line_range = *linep++; in dwarf_getsrclines() 212 uint_fast8_t opcode_base = *linep++; in dwarf_getsrclines() 350 uint_fast8_t is_stmt = default_is_stmt; in dwarf_getsrclines()
|
/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/mesa3d/include/c99/ |
D | stdint.h | 108 typedef uint8_t 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/chromium_org/third_party/re2/mswin/ |
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/qemu/target-mips/ |
D | cpu.h | 18 typedef unsigned char uint_fast8_t; typedef 28 uint_fast8_t ASID;
|
/external/elfutils/libelf/ |
D | libelfP.h | 461 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/chromium_org/third_party/smhasher/src/ |
D | pstdint.h | 620 typedef uint_least8_t uint_fast8_t; typedef
|
/external/bison/src/ |
D | parse-gram.y | 93 #define YYTYPE_UINT8 uint_fast8_t
|
/external/clang/lib/Headers/ |
D | stdint.h | 247 typedef __uint_least8_t uint_fast8_t; typedef
|
/external/elfutils/src/ |
D | readelf.c | 3771 uint_fast8_t op = *data++; in print_ops() 4576 uint_fast8_t minimum_instr_len = *linep++; in print_debug_line_section() 4580 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() 4587 uint_fast8_t line_range = *linep++; in print_debug_line_section() 4590 uint_fast8_t opcode_base = *linep++; in print_debug_line_section() 4626 for (uint_fast8_t cnt = 1; cnt < opcode_base; ++cnt) in print_debug_line_section() 4683 uint_fast8_t is_stmt = default_is_stmt; in print_debug_line_section()
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 783 typedef uint8_t uint_fast8_t; typedef
|
/external/chromium_org/third_party/re2/patches/ |
D | re2-msvc9-chrome.patch | 137 +typedef uint8_t uint_fast8_t;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
D | ax_create_stdint_h.m4 | 529 typedef uint8_t uint_fast8_t;
|
/external/libexif/m4m/ |
D | stdint.m4 | 588 typedef uint8_t uint_fast8_t;
|
/external/libmtp/m4/ |
D | stdint.m4 | 586 typedef uint8_t uint_fast8_t;
|
/external/libvpx/libvpx/nestegg/m4/ |
D | ax_create_stdint_h.m4 | 549 typedef uint8_t uint_fast8_t;
|