| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | lg.h | 74 #define memrb(off) MMIO_IN8(pCir->IOBase,off) 75 #define memrw(off) MMIO_IN16(pCir->IOBase,off) 76 #define memrl(off) MMIO_IN32(pCir->IOBase,off) 77 #define memwb(off,val) MMIO_OUT8(pCir->IOBase,off,val) 78 #define memww(off,val) MMIO_OUT16(pCir->IOBase,off,va [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | eth008-power-down.sh | 10 $CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT off $relay
|
| H A D | google-power-down.sh | 10 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
|
| H A D | eth008-power-up.sh | 10 $CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT off $relay
|
| H A D | google-power-up.sh | 10 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | hgsmimemalloc.c | 74 static void *HGSMIMAOffsetToPointer(const HGSMIMADATA *pMA, HGSMIOFFSET off) argument 76 if (HGSMIAreaContainsOffset(&pMA->area, off)) 78 return HGSMIOffsetToPointer(&pMA->area, off); 90 HGSMIOFFSET off = pMA->area.offBase; local in function:HGSMIMAAlloc 91 return HGSMIMAOffsetToPointer(pMA, off); 97 HGSMIOFFSET off = HGSMIMAPointerToOffset(pMA, pv); local in function:HGSMIMAFree 98 if (off != HGSMIOFFSET_VOID)
|
| /xsrc/external/mit/xedit/dist/lisp/re/ |
| H A D | re.c | 79 long off; /* Number of used entries in so/eo etc */ member in struct:_re_eng 226 eng.off = 0; 753 bas = eng.off; 754 if (++eng.off >= MAX_DEPTH) 761 eng.rcod[eng.off] = eng.cod + i + 1; /* + Alt */ 764 eng.rstr[eng.off] = eng.str; 768 eng.so[eng.off] = eng.eo[bas]; 770 eng.so[eng.off] = eng.so[bas]; 771 eng.sv[eng.off] = eng.eo[eng.off] [all...] |
| /xsrc/external/mit/xfs/dist/config/ |
| H A D | config.cpp | 5 use-syslog = off
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | stub.c | 41 xf86Int10AllocPages(xf86Int10InfoPtr pInt,int num, int *off) argument 43 *off = 0;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | stub.c | 41 xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num, int *off) argument 43 *off = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_stack.h | 64 unsigned int off; member in struct:debug_stack_frame
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_load_barycentric_at_offset.c | 50 nir_ssa_def *off = intr->src[0].ssa; local in function:ir3_nir_lower_load_barycentric_at_offset_instr 68 x = nir_ffma(b, chan(off, 0), chan(foo, 0), chan(sij, 0)); 69 y = nir_ffma(b, chan(off, 0), chan(foo, 1), chan(sij, 1)); 70 z = nir_ffma(b, chan(off, 0), chan(foo, 2), chan(sij, 2)); 72 x = nir_ffma(b, chan(off, 1), chan(bar, 0), x); 73 y = nir_ffma(b, chan(off, 1), chan(bar, 1), y); 74 z = nir_ffma(b, chan(off, 1), chan(bar, 2), z);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_debug_stack.h | 65 unsigned off; member in struct:debug_stack_frame
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | drawing.h | 8 typedef enum {on, off} ButtonState; enumerator in enum:__anonb46a15450103
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_load_barycentric_at_offset.c | 48 nir_ssa_def *off = intr->src[0].ssa; local in function:lower_load_barycentric_at_offset 65 x = nir_ffma(b, chan(off, 0), chan(foo, 0), chan(sij, 0)); 66 y = nir_ffma(b, chan(off, 0), chan(foo, 1), chan(sij, 1)); 67 z = nir_ffma(b, chan(off, 0), chan(foo, 2), chan(sij, 2)); 69 x = nir_ffma(b, chan(off, 1), chan(bar, 0), x); 70 y = nir_ffma(b, chan(off, 1), chan(bar, 1), y); 71 z = nir_ffma(b, chan(off, 1), chan(bar, 2), z);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nvc0.h | 163 Value *loadResInfo32(Value *ptr, uint32_t off, uint16_t base); 164 Value *loadResInfo64(Value *ptr, uint32_t off, uint16_t base); 165 Value *loadResLength32(Value *ptr, uint32_t off, uint16_t base); 166 Value *loadSuInfo32(Value *ptr, int slot, uint32_t off, bool bindless); 167 Value *loadBufInfo64(Value *ptr, uint32_t off); 168 Value *loadBufLength32(Value *ptr, uint32_t off); 169 Value *loadUboInfo64(Value *ptr, uint32_t off); 170 Value *loadUboLength32(Value *ptr, uint32_t off); 171 Value *loadMsInfo32(Value *ptr, uint32_t off);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nvc0.h | 165 Value *loadResInfo32(Value *ptr, uint32_t off, uint16_t base); 166 Value *loadResInfo64(Value *ptr, uint32_t off, uint16_t base); 167 Value *loadResLength32(Value *ptr, uint32_t off, uint16_t base); 168 Value *loadSuInfo32(Value *ptr, int slot, uint32_t off, bool bindless); 169 Value *loadBufInfo64(Value *ptr, uint32_t off); 170 Value *loadBufLength32(Value *ptr, uint32_t off); 171 Value *loadUboInfo64(Value *ptr, uint32_t off); 172 Value *loadUboLength32(Value *ptr, uint32_t off); 173 Value *loadMsInfo32(Value *ptr, uint32_t off);
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | DPMS.c | 148 DPMSSetTimeouts(Display *dpy, CARD16 standby, CARD16 suspend, CARD16 off) argument 153 if ((off != 0)&&(off < suspend)) 169 req->off = off; 177 DPMSGetTimeouts(Display *dpy, CARD16 *standby, CARD16 *suspend, CARD16 *off) argument 199 *off = rep.off;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_video.c | 138 unsigned best_tiling, best_wh, off; local in function:si_vid_join_surfaces 159 for (i = 0, off = 0; i < VL_NUM_COMPONENTS; ++i) { 164 off = align(off, surfaces[i]->surf_alignment); 174 surfaces[i]->u.legacy.level[j].offset += off; 176 surfaces[i]->u.gfx9.surf_offset += off; 178 surfaces[i]->u.gfx9.offset[j] += off; 181 off += surfaces[i]->surf_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 461 const struct tgsi_texture_offset *off = &inst->TexOffsets[tex_off_op]; local in function:lp_build_emit_fetch_texoffset 469 reg.Register.File = off->File; 470 reg.Register.Index = off->Index; 471 reg.Register.SwizzleX = off->SwizzleX; 472 reg.Register.SwizzleY = off->SwizzleY; 473 reg.Register.SwizzleZ = off->SwizzleZ; 482 assert(off->Index <= bld_base->info->file_max[off->File]); 484 if (bld_base->emit_fetch_funcs[off->File]) { 485 res = bld_base->emit_fetch_funcs[off [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 461 const struct tgsi_texture_offset *off = &inst->TexOffsets[tex_off_op]; local in function:lp_build_emit_fetch_texoffset 469 reg.Register.File = off->File; 470 reg.Register.Index = off->Index; 471 reg.Register.SwizzleX = off->SwizzleX; 472 reg.Register.SwizzleY = off->SwizzleY; 473 reg.Register.SwizzleZ = off->SwizzleZ; 482 assert(off->Index <= bld_base->info->file_max[off->File]); 484 if (bld_base->emit_fetch_funcs[off->File]) { 485 res = bld_base->emit_fetch_funcs[off [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| H A D | debug.c | 87 static void disassemble_forward (u16 seg, u16 off, int n) argument 117 tregs.x86.R_IP = off; 203 u16 seg,off; local in function:x86emu_print_int_vect 207 off = fetch_data_word_abs(0,iv*4+2); 208 printk("%04x:%04x ", seg, off); 211 void X86EMU_dump_memory (u16 seg, u16 off, u32 amt) argument 213 u32 start = off & 0xfffffff0; 214 u32 end = (off+16) & 0xfffffff0; 219 while (end <= off + amt) { 221 for (i=start; i< off; [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/ |
| H A D | debug.c | 91 disassemble_forward(u16 seg, u16 off, int n) argument 122 tregs.x86.R_IP = off; 217 u16 seg, off; local in function:x86emu_print_int_vect 222 off = fetch_data_word_abs(0, iv * 4 + 2); 223 printk("%04x:%04x ", seg, off); 227 X86EMU_dump_memory(u16 seg, u16 off, u32 amt) argument 229 u32 start = off & 0xfffffff0; 230 u32 end = (off + 16) & 0xfffffff0; 233 while (end <= off + amt) { 235 for (i = start; i < off; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | dpms.c | 102 rep.off = DPMSOffTime / MILLI_PER_SECOND; 108 swaps(&rep.off, n); 121 if ((stuff->off != 0)&&(stuff->off < stuff->suspend)) 123 client->errorValue = stuff->off; 134 DPMSOffTime = stuff->off * MILLI_PER_SECOND; 292 swaps(&stuff->off, n);
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv50_accel.h | 76 const unsigned off = (delta & 0xffffff00); local in function:PUSH_DATAu 78 PUSH_DATA (push, (bo->offset + off) >> 32); 79 PUSH_DATA (push, (bo->offset + off));
|