Searched defs:xor (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | iso646.h | 52 #define xor ^ macro
|
/illumos-gate/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)
|
/illumos-gate/usr/src/common/bignum/sun4u/ |
H A D | mont_mulf_kernel_v9.s | 317 /* 0x002c */ xor %o4,-1,%o3 label 380 /* 0x0038 */ xor %o2,-1,%g5 label 402 /* 0x0078 */ xor %i5,-1,%l4 label 425 /* 0x00c0 */ xor %l3,-1,%l7 label 2789 /* 0x08ac */ xor %o2,-1,%o3 label 2809 /* 0x08f0 */ xor %i4,-1,%o1 label 2827 /* 0x0930 */ xor %o0,-1,%g2 label
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.c | 286 uint32_t xor = key[0] ^ key[1] ^ key[2] ^ key[3]; local 288 return (L2T_SZ_HALF + (jhash_2words(xor, ifindex, 0) & L2T_HASH_MASK));
|
/illumos-gate/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_resync.c | 78 * NAMES: xor 80 * addr1 and addr2 are xor'd together for size and written into 84 * u_int size - number to xor 87 xor(caddr_t addr1, caddr_t addr2, size_t size) function 466 * all other reads. Each readb2 buffer is xor'd into the 511 /* for each column, read line and xor into write buf */ 541 /* xor readb2 data into readb1 */ 542 xor(cs->cs_pbuffer, readb1->b_un.b_addr,
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 59 FNPROTO(xor); variable
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | forth.c | 181 xor(fcode_env_t *env) function 185 CHECK_DEPTH(env, 2, "xor"); 2510 ANSI(0x025, 0, "xor", xor);
|
/illumos-gate/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 93 milliseconds