Searched defs:xor (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libgen/common/ |
H A D | pathfind.c | 187 int xor; local 193 xor = (sbuf.st_mode ^ mode) & 077000; /* see mknod(2) */ 195 xor &= ~070000; 197 xor &= ~07000; 198 if (xor)
|
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 59 FNPROTO(xor); variable
|
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | forth.c | 178 xor(fcode_env_t *env) function 182 CHECK_DEPTH(env, 2, "xor"); 2507 ANSI(0x025, 0, "xor", xor);
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | tlan.h | 501 inline u32 xor(u32 a, u32 b) function 506 #define XOR8( a, b, c, d, e, f, g, h ) xor( a, xor( b, xor( c, xor( d, xor( e, xor( f, xor( g, h ) ) ) ) ) ) )
|
Completed in 41 milliseconds