HomeSort by relevance Sort by last modified time
    Searched refs:OFFS (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/CodeGen/
2005-03-05-OffsetOfHack.c 7 #define OFFS \
10 int foo[OFFS];
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/AArch64/
SetJumpLongJump.S 56 #define REG_PAIR(REG1, REG2, OFFS) stp REG1, REG2, [x0, OFFS]
57 #define REG_ONE(REG1, OFFS) str REG1, [x0, OFFS]
84 #define REG_PAIR(REG1, REG2, OFFS) ldp REG1, REG2, [x0, OFFS]
85 #define REG_ONE(REG1, OFFS) ldr REG1, [x0, OFFS]
  /external/syslinux/core/
localboot.c 69 ireg.ebx.w[0] = OFFS(trackbuf);
85 ireg.esi.w[0] = OFFS(trackbuf);
font.c 104 ireg.ebp.w[0] = OFFS(fontbuf); /* ES:BP -> font */
192 regs->ebx.w[0] = OFFS(fontbuf);
bios.c 240 rm.edi.w[0] = OFFS(gi);
275 rm.edi.w[0] = OFFS(mi);
558 ireg.edi.w[0] = OFFS(e820buf);
  /external/syslinux/com32/gpllib/disk/
read.c 100 dapa->off = OFFS(buf);
104 inreg.esi.w[0] = OFFS(dapa);
131 inreg.ebx.w[0] = OFFS(buf);
write.c 57 dapa->off = OFFS(buf);
61 inreg.esi.w[0] = OFFS(dapa);
88 inreg.ebx.w[0] = OFFS(buf);
geom.c 143 inreg.esi.w[0] = OFFS(dp);
  /external/syslinux/com32/modules/
gpxecmd.c 30 uint16_t offs, seg; member in struct:segoff16
50 fx->Command.offs = OFFS(q);
sanboot.c 30 uint16_t offs, seg; member in struct:segoff16
50 fx->Command.offs = OFFS(q);
vesainfo.c 42 rm.edi.w[0] = OFFS(gi);
70 rm.edi.w[0] = OFFS(mi);
meminfo.c 56 ireg.edi.w[0] = OFFS(low_ed);
101 uint16_t offs, seg; member in struct:__anon31988
110 ivt[0x15].seg, ivt[0x15].offs, dosram, dosram << 10, oreg.eax.w[0],
  /external/syslinux/com32/sysdump/
vesa.c 27 rm.edi.w[0] = OFFS(gip);
47 rm.edi.w[0] = OFFS(mip);
memmap.c 36 ireg.edi.w[0] = OFFS(curr->data);
  /external/syslinux/com32/lua/src/
vesa.c 35 rm.edi.w[0] = OFFS(gi);
68 rm.edi.w[0] = OFFS(mi);
  /external/syslinux/com32/lib/syslinux/
pxe_get_cached.c 60 gci->Buffer.offs = OFFS(bbuf);
disk.c 107 inreg.esi.w[0] = OFFS(eparam);
189 dapa->off = OFFS(buf);
194 inreg->esi.w[0] = OFFS(dapa);
239 inreg->ebx.w[0] = OFFS(buf);
  /external/syslinux/com32/include/
com32.h 50 * __farcall(seg, offs, source_regs, return_regs)
130 * 0..0xFFFFF and real-mode style SEG:OFFS pointers. Note that a
131 * 32-bit linear pointer is not compatible with a SEG:OFFS pointer
155 static inline uint16_t OFFS(const volatile void *__p)
188 uint16_t offs, seg; member in struct:__far_ptr::__anon31902::__anon31903
197 return MK_PTR(__fptr.seg, __fptr.offs);
204 __fptr.offs = OFFS(__ptr);
  /external/syslinux/com32/mboot/
initvesa.c 78 rm.edi.w[0] = OFFS(gi);
107 rm.edi.w[0] = OFFS(mi);
mem.c 88 ireg.edi.w[0] = OFFS(e820buf);
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
  /external/syslinux/core/fs/
diskio_bios.c 104 ireg.ebx.w[0] = OFFS(tptr);
182 ireg.esi.w[0] = OFFS(&pkt);
220 pkt.buf.seg, pkt.buf.offs,
361 ireg.esi.w[0] = OFFS(&edd_params);
  /external/syslinux/memdisk/
msetup.c 53 regs.edi.w[0] = OFFS(buf);
  /external/syslinux/core/fs/pxe/
bios.c 178 off = OFFS(pxe);
186 off = OFFS(pxenv);
236 StrucPtr.offs = off;
241 type, PXEEntry.seg, PXEEntry.offs, plan);
  /external/syslinux/com32/gpllib/
memory.c 102 ireg.edi.w[0] = OFFS(bounce);

Completed in 627 milliseconds

1 2