Home
last modified time | relevance | path

Searched refs:lpbase (Results 1 – 16 of 16) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dhlvect.h80 #define VL_LOOP(i) hlv.lpbase[i].lp
81 #define VL_CHILD(i) hlv.lpbase[i].child
83 #define VL_NEST(i) hlv.lpbase[i].nest
86 #define VL_MRCNT(i) hlv.lpbase[i].mrcnt
89 #define VL_ICNT(i) hlv.lpbase[i].icnt
90 #define VL_UBND(i) hlv.lpbase[i].ubnd
91 #define VL_LBND(i) hlv.lpbase[i].lbnd
92 #define VL_IUBND(i) hlv.lpbase[i].iubnd
93 #define VL_AUBND(i) hlv.lpbase[i].aubnd
94 #define VL_ILBND(i) hlv.lpbase[i].ilbnd
[all …]
H A Dhlvect.c241 FREE(hlv.lpbase); in hlv_end()
H A Ddump.c4587 if (hlv.lpbase == NULL) { in dumpvloop()
4641 if (hlv.lpbase == NULL) { in dumpvnest()
4656 if (hlv.lpbase == NULL) { in dumpvloops()
4670 if (hlv.lpbase == NULL) { in dumpvnest2()
4690 if (hlv.lpbase == NULL) { in dumpvloops2()
H A Ddatadep.c2422 NEW(hlv.lpbase, VLOOP, hlv.lpsize); in dd_array_conflict()
2431 NEED(hlv.lpavail, hlv.lpbase, VLOOP, hlv.lpsize, hlv.lpsize + 100); in dd_array_conflict()
2432 BZERO(&hlv.lpbase[lpOuter], VLOOP, ntriples); in dd_array_conflict()
2573 FREE(hlv.lpbase); in dd_array_conflict()
/dports/math/csdp/Csdp-releases-6.2.0/matlab/
H A Dreadsdpa.m61 lpbase=1;
64 blockbases(i)=lpbase;
65 lpbase=lpbase+blocksizes(i);
68 K.l=lpbase-1;
69 sdpbase=lpbase;
/dports/emulators/qemu42/qemu-4.2.1/hw/display/
H A Dpl110.c65 uint32_t lpbase; member
90 VMSTATE_UINT32(lpbase, PL110State),
373 return s->lpbase; in pl110_read()
392 return s->lpbase; in pl110_read()
437 s->lpbase = val; in pl110_write()
/dports/emulators/qemu/qemu-6.2.0/hw/display/
H A Dpl110.c66 uint32_t lpbase; member
91 VMSTATE_UINT32(lpbase, PL110State),
413 return s->lpbase; in pl110_read()
432 return s->lpbase; in pl110_read()
477 s->lpbase = val; in pl110_write()
/dports/emulators/qemu60/qemu-6.0.0/hw/display/
H A Dpl110.c66 uint32_t lpbase; member
91 VMSTATE_UINT32(lpbase, PL110State),
413 return s->lpbase; in pl110_read()
432 return s->lpbase; in pl110_read()
477 s->lpbase = val; in pl110_write()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/display/
H A Dpl110.c65 uint32_t lpbase; member
90 VMSTATE_UINT32(lpbase, PL110State),
373 return s->lpbase; in pl110_read()
392 return s->lpbase; in pl110_read()
437 s->lpbase = val; in pl110_write()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/display/
H A Dpl110.c62 uint32_t lpbase; member
87 VMSTATE_UINT32(lpbase, PL110State),
370 return s->lpbase; in pl110_read()
389 return s->lpbase; in pl110_read()
434 s->lpbase = val; in pl110_write()
/dports/emulators/qemu5/qemu-5.2.0/hw/display/
H A Dpl110.c66 uint32_t lpbase; member
91 VMSTATE_UINT32(lpbase, PL110State),
374 return s->lpbase; in pl110_read()
393 return s->lpbase; in pl110_read()
438 s->lpbase = val; in pl110_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/display/
H A Dpl110.c65 uint32_t lpbase;
90 VMSTATE_UINT32(lpbase, PL110State), in detectCPUextensions()
373 return s->lpbase;
392 return s->lpbase;
437 s->lpbase = val;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/display/
H A Dpl110.c65 uint32_t lpbase; member
90 VMSTATE_UINT32(lpbase, PL110State),
373 return s->lpbase; in pl110_read()
392 return s->lpbase; in pl110_read()
437 s->lpbase = val; in pl110_write()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/
H A Dpl110.c66 uint32_t lpbase; member
91 VMSTATE_UINT32(lpbase, PL110State),
413 return s->lpbase; in pl110_read()
432 return s->lpbase; in pl110_read()
477 s->lpbase = val; in pl110_write()
/dports/emulators/cemu/CEmu-1.3/core/
H A Dlcd.h36 uint32_t lpbase; /* Lower panel frame base address register */ member
H A Dlcd.c387 if (index < 0x018 && index >= 0x014) { return read8(lcd.lpbase, bit_offset); } in lcd_read()
505 write8(lcd.lpbase, bit_offset, value); in lcd_write()
506 lcd.lpbase &= ~7U; in lcd_write()