Searched refs:NATIVE (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/games/battlestar/
H A Dnightobjs.c37 { 235, NATIVE },
42 { 92, NATIVE },
H A Ddayobjs.c50 { 167, NATIVE },
H A Dcommand3.c127 case NATIVE:
292 case NATIVE:
293 if (TestBit(location[position].objects, NATIVE)) {
295 ClearBit(location[position].objects, NATIVE);
H A Dcommand2.c193 case NATIVE:
246 case NATIVE:
247 if (TestBit(location[position].objects, NATIVE)) {
249 ClearBit(location[position].objects, NATIVE);
301 case NATIVE:
H A Dcommand5.c71 case NATIVE:
133 if (wordvalue[wordnumber] == NATIVE) {
321 case NATIVE:
H A Dwords.c96 { "girl", NATIVE, NOUNS, NULL },
97 { "native", NATIVE, NOUNS, NULL },
H A Dextern.h127 #define NATIVE 58 macro
H A Dcypher.c181 case NATIVE:
/openbsd-current/gnu/usr.bin/binutils/ld/emulparams/
H A Delf_x86_64.sh19 NATIVE=yes
H A Delf32bmipn32-defs.sh24 NATIVE=yes
H A Delf32ppc.sh33 NATIVE=yes
H A Delf64_s390.sh21 NATIVE=yes
H A Delf64_sparc.sh32 NATIVE=yes
H A Delf64ppc.sh41 NATIVE=yes
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/emulparams/
H A Delf32bmipn32-defs.sh26 NATIVE=yes
H A Delf32ppccommon.sh41 NATIVE=yes
H A Delf64_s390.sh22 NATIVE=yes
H A Delf64_sparc.sh32 NATIVE=yes
H A Delf64ppc.sh41 NATIVE=yes
H A Delf_x86_64.sh21 NATIVE=yes
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dexetype.pl7 my %subsys = (NATIVE => 1,
89 =item NATIVE
91 The NATIVE subsystem handles a Windows NT device driver.
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dgenscripts.sh96 # be set for any libpath-using emulation; NATIVE will be set for a
97 # libpath-using emulation where ${host} = ${target}. NATIVE
104 NATIVE=yes
112 # If the emulparams file sets NATIVE, make sure USE_LIBPATH is set also.
113 if test "x$NATIVE" = "xyes" ; then
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dgenscripts.sh99 # be set for any libpath-using emulation; NATIVE will be set for a
100 # libpath-using emulation where ${host} = ${target}. NATIVE
107 NATIVE=yes
115 # If the emulparams file sets NATIVE, make sure USE_LIBPATH is set also.
116 if test "x$NATIVE" = "xyes" ; then
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp478 nf.setPrefix(AMDGPULibFunc::NATIVE);
482 nf.setPrefix(AMDGPULibFunc::NATIVE);
515 FInfo.setPrefix(AMDGPULibFunc::NATIVE);
641 assert ((FInfo.getPrefix() == AMDGPULibFunc::NATIVE ||
648 assert ((FInfo.getPrefix() == AMDGPULibFunc::NATIVE ||
1192 nf.setPrefix(AMDGPULibFunc::NATIVE);
1200 (FInfo.getPrefix() != AMDGPULibFunc::NATIVE)) {
H A DAMDGPULibFunc.h249 NATIVE, enumerator in enum:llvm::AMDGPULibFuncBase::ENamePrefix

Completed in 116 milliseconds

12