Searched refs:zap (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt42.C9 static int zap () { function in struct:A
16 return A::zap ();
/openbsd-current/regress/lib/csu/dtors/
H A Ddtors.c15 void zap(void) __attribute__((destructor));
22 zap(void) function
/openbsd-current/games/trek/
H A Ddestruct.c65 double zap; local
106 zap = 20.0 * Ship.energy;
110 if (Etc.klingon[i].power * Etc.klingon[i].dist <= zap)
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DUse.cpp35 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use
H A DUser.cpp89 Use::zap(OldOps, OldOps + OldNumUses, true);
188 Use::zap(*HungOffOperandList, *HungOffOperandList + Obj->NumUserOperands,
193 Use::zap(UseBegin, UseBegin + Obj->NumUserOperands, /* Delete */ false);
200 Use::zap(Storage, Storage + Obj->NumUserOperands,
/openbsd-current/gnu/usr.bin/perl/ext/re/t/
H A Dlexical_debug.t34 ok( $out =~ /<zap>/, "Got 'zap'" ); # in a TRIE so no EXACT
/openbsd-current/sys/lib/libkern/arch/alpha/
H A D__divl.S88 zap t10, 0xf0, t10
97 zap t11, 0xf0, t11
107 zap t10, 0xf0, t10
108 zap t11, 0xf0, t11
H A D__reml.S88 zap t10, 0xf0, t10
97 zap t11, 0xf0, t11
107 zap t10, 0xf0, t10
108 zap t11, 0xf0, t11
H A D__divlu.S79 zap t10, 0xf0, t10
80 zap t11, 0xf0, t11
H A D__remlu.S79 zap t10, 0xf0, t10
80 zap t11, 0xf0, t11
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DUse.h52 /// Destructor - Only for zap()
89 static void zap(Use *Start, const Use *Stop, bool del = false);
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h112 void zap() { function in class:llvm::InstructionWorklist
/openbsd-current/games/hack/
H A DMakefile15 hack.wizard.c hack.worm.c hack.worn.c hack.zap.c rnd.c
/openbsd-current/gnu/usr.bin/perl/dist/base/lib/
H A Dfields.pm206 $var->{zap} = 42;
210 $foo->{zap} = 24;
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dlib1funcs.asm212 zap N,0xf0,N # zero extend N (caller required to sign extend)
213 zap D,0xf0,D # zero extend D
238 this, check a few bits at a time, preferably using zap/zapnot. Be
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dlib1funcs.asm212 zap N,0xf0,N # zero extend N (caller required to sign extend)
213 zap D,0xf0,D # zero extend D
238 this, check a few bits at a time, preferably using zap/zapnot. Be
/openbsd-current/games/hunt/huntd/
H A Ddriver.c65 static void zap(PLAYER *, FLAG);
223 zap(pp, TRUE);
228 zap(pp, FALSE);
307 zap(pp, FALSE);
658 * zap:
664 zap(PLAYER *pp, FLAG was_player) function
/openbsd-current/usr.bin/mg/
H A Dsearch.c857 return (zap(TRUE, n));
864 return (zap(FALSE, n));
873 zap(int including, int n) function
H A Ddef.h657 int zap(int, int);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dbop.t85 $zap = "A" x 75;
89 is (($foo | $bar), ($Aoz x 75 . $zap));
91 is (($foo ^ $bar), ($Axz x 75 . $zap));
H A Dgv.t470 *{"zap"} = \&{"oonk"};
476 is (eval 'zap', "Value", "Constant has correct value");
477 is (ref $::{zap}, 'SCALAR', "Exported target is also a PCS");
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb-events.sh404 /* Just zap any events left around from last time. */
/openbsd-current/lib/libcrypto/bn/asm/
H A Dppc64-mont.pl980 std $i,8($nap_d) ; zap nap_d
990 stdx $i,$tp,$i ; zap tp at once
1044 std $i,8($nap_d) ; zap nap_d
1056 std $i,8($tp) ; zap tp at once
H A Dppc-mont.pl309 $STX $j,$tp,$j ; zap at once
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DAlias.pm380 If you want to zap all predefined aliases, you can use

Completed in 305 milliseconds

12