Home
last modified time | relevance | path

Searched refs:wwhere (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dras.cpp445 u24cpy(&wwhere[0], in draw_tile3()
448 u24cpy(&wwhere[1], in draw_tile3()
451 u24cpy(&wwhere[2], in draw_tile3()
454 u24cpy(&wwhere[3], in draw_tile3()
457 u24cpy(&wwhere[4], in draw_tile3()
460 u24cpy(&wwhere[5], in draw_tile3()
463 u24cpy(&wwhere[6], in draw_tile3()
466 u24cpy(&wwhere[7], in draw_tile3()
470 u24cpy(&wwhere[0], in draw_tile3()
473 u24cpy(&wwhere[1], in draw_tile3()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/riscv/
H A Dkobj_machdep.c55 Elf_Addr * const wwhere = where; in kobj_reloc() local
114 *wwhere = addend; in kobj_reloc()
125 *wwhere = ((addend + 0x800) & 0xfffff000) & (*wwhere & 0xfff); in kobj_reloc()
128 *wwhere += (addend << 20); in kobj_reloc()
131 *wwhere = ((addend & 0xfff) << 20) | (*wwhere & 0xfffff); in kobj_reloc()
139 *wwhere = in kobj_reloc()
142 | (*wwhere & (__BITS(24,12)|__BITS(6,0))); in kobj_reloc()
154 wwhere[0] = addend | (wwhere[1] & 0xf80) | 0x6f; in kobj_reloc()
158 wwhere[0] = ((addend + 0x800) & 0xfffff000) in kobj_reloc()
159 | (wwhere[0] & 0xfff); in kobj_reloc()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/powerpc/
H A Dkobj_machdep.c70 Elf64_Half *wwhere; in kobj_reloc() local
87 wwhere = (Elf64_Half *) (relocbase + rela->r_offset); in kobj_reloc()
143 *wwhere = addend; in kobj_reloc()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/src/megacmdshell/
H A Dmegacmdshell.cpp884 wstring wwhere; in changedir() local
885 stringtolocalw(where.c_str(), &wwhere); in changedir()
886 wwhere.append(L"\\"); in changedir()
887 int r = SetCurrentDirectoryW((LPCWSTR)wwhere.data()); in changedir()
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_Path.cxx512 Standard_Integer wwhere = myTrek.Search(tok); in InsertATrek() local
516 myTrek.Insert(wwhere,what); in InsertATrek()
/dports/finance/sql-ledger/sql-ledger/SL/
H A DIC.pm2429 my $wwhere = $where;
2432 $wwhere .= " AND i.warehouse_id = $var";
2452 $wwhere