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

  /art/compiler/utils/x86/
assembler_x86.h 116 int disp_size = sizeof(disp); local
117 memmove(&encoding_[length_], &disp, disp_size);
118 length_ += disp_size;
  /art/compiler/utils/x86_64/
assembler_x86_64.h 158 int disp_size = sizeof(disp); local
159 memmove(&encoding_[length_], &disp, disp_size);
160 length_ += disp_size;
    [all...]
  /external/u-boot/drivers/video/
fsl_diu_fb.c 168 __be32 disp_size; member in struct:diu
353 out_be32(&hw->disp_size, info.var.yres << 16 | info.var.xres);
fsl_dcu_fb.c 177 u32 disp_size; member in struct:dcu_reg
320 dcu_write32(&regs->disp_size,
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 151 intptr_t disp_size = sizeof(disp); local
152 memmove(&encoding_[length_], &disp, disp_size);
153 length_ += disp_size;
    [all...]
IceTargetLoweringX8664Traits.h 157 intptr_t disp_size = sizeof(disp); local
158 memmove(&encoding_[length_], &disp, disp_size);
159 length_ += disp_size;
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-sunxi/
display.h 116 u32 disp_size; /* 0x808 */ member in struct:sunxi_de_be_reg
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 146 char disp_size; /* 0, 1, 2, 4 */ member in struct:__anon22800
    [all...]

Completed in 361 milliseconds