HomeSort by relevance Sort by last modified time
    Searched defs:disp_size (Results 1 - 6 of 6) sorted by null

  /art/compiler/utils/x86/
assembler_x86.h 114 int disp_size = sizeof(disp); local
115 memmove(&encoding_[length_], &disp, disp_size);
116 length_ += disp_size;
  /art/compiler/utils/x86_64/
assembler_x86_64.h 141 int disp_size = sizeof(disp); local
142 memmove(&encoding_[length_], &disp, disp_size);
143 length_ += disp_size;
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_common_defs.h 288 uint32_t disp_size; member in union:__anon30169::__anon30174
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c 365 char disp_size[] =
363 char disp_size[] = variable
    [all...]
tc-i386.c 7124 disp_size (unsigned int n) function
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 146 char disp_size; /* 0, 1, 2, 4 */ member in struct:__anon12441
    [all...]

Completed in 257 milliseconds