| /NextBSD/contrib/tcpdump/ |
| HD | print-tipc.c | 67 uint32_t w1; member 74 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07) argument 75 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF) argument 111 uint32_t w1; member 125 uint32_t w1; member 136 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF) argument 147 uint32_t w1; member 155 #define TIPC_NODE_SIG(w1) (((w1) >> 0) & 0xFFFF) argument 161 uint32_t w0, w1, w2; in print_payload() local 226 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local [all …]
|
| /NextBSD/include/ |
| HD | ConditionalMacros.h | 536 #define ONEWORDINLINE(w1) = w1 argument 537 #define TWOWORDINLINE(w1,w2) = {w1,w2} argument 538 #define THREEWORDINLINE(w1,w2,w3) = {w1,w2,w3} argument 539 #define FOURWORDINLINE(w1,w2,w3,w4) = {w1,w2,w3,w4} argument 540 #define FIVEWORDINLINE(w1,w2,w3,w4,w5) = {w1,w2,w3,w4,w5} argument 541 #define SIXWORDINLINE(w1,w2,w3,w4,w5,w6) = {w1,w2,w3,w4,w5,w6} argument 542 #define SEVENWORDINLINE(w1,w2,w3,w4,w5,w6,w7) = {w1,w2,w3,w4,w5,w6,w7} argument 543 #define EIGHTWORDINLINE(w1,w2,w3,w4,w5,w6,w7,w8) = {w1,w2,w3,w4,w5,w6,w7,w8} argument 544 #define NINEWORDINLINE(w1,w2,w3,w4,w5,w6,w7,w8,w9) = {w1,w2,w3,w4,w5,w6,w7,w8,w9} argument 545 #define TENWORDINLINE(w1,w2,w3,w4,w5,w6,w7,w8,w9,w10) = {w1,w2,w3,w4,w5,w6,w7,w8,w9,w10} argument [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | longlong.h | 178 #define umul_ppmm(w1, w0, u, v) \ argument 248 #define umul_ppmm(w1, w0, u, v) \ argument 331 #define umul_ppmm(w1, w0, u, v) \ argument 358 #define umul_ppmm(w1, w0, u, v) \ argument 419 #define umul_ppmm(w1, w0, u, v) \ argument 586 #define umul_ppmm(w1, w0, u, v) \ argument 597 #define umul_ppmm(w1, w0, u, v) \ argument 836 #define umul_ppmm(w1, w0, u, v) \ argument 915 #define umul_ppmm(w1, w0, u, v) \ argument 932 #define umul_ppmm(w1, w0, u, v) \ argument [all …]
|
| /NextBSD/sys/dev/patm/ |
| HD | if_patm_rx.c | 109 uint32_t w1 = IDT_RCT_OPEN; in patm_rx_vcc_open() local 144 u_int w1; in patm_rx_vcc_close() local
|
| /NextBSD/crypto/openssh/ |
| HD | blocks.c | 50 #define M(w0,w14,w9,w1) w0 = sigma1(w14) + w9 + sigma0(w1) + w0; argument 107 uint64 w1 = load_bigendian(in + 8); in crypto_hashblocks_sha512() local
|
| /NextBSD/lib/libc/string/ |
| HD | strcoll.c | 55 wchar_t *w1 = NULL, *w2 = NULL; in strcoll_l() local
|
| HD | wcscoll.c | 78 const wchar_t *w1 = ws1; in wcscoll_l() local
|
| /NextBSD/contrib/netbsd-tests/rump/rumpkern/h_client/ |
| HD | h_reconcli.c | 84 pthread_t pt, w1, w2, w3, w4; in main() local
|
| /NextBSD/sys/crypto/camellia/ |
| HD | camellia.c | 84 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \ argument 93 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \ argument 443 uint32_t il, ir, t0, t1, w0, w1; in camellia_setup128() local 650 uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local
|
| /NextBSD/contrib/netbsd-tests/fs/vfs/ |
| HD | t_renamerace.c | 43 w1(void *arg) in w1() function
|
| /NextBSD/sys/compat/linuxkpi/common/include/net/ |
| HD | ipv6.h | 83 __be32 w1, __be32 w2, in ipv6_addr_set()
|
| /NextBSD/contrib/netbsd-tests/fs/ffs/ |
| HD | t_fifos.c | 33 w1(void *arg) in w1() function
|
| /NextBSD/contrib/nvi/common/ |
| HD | encoding.c | 217 unsigned int w1, w2; in decode_utf16() local
|
| /NextBSD/sys/kern/ |
| HD | subr_witness.c | 304 witness_lock_type_equal(struct witness *w1, struct witness *w2) in witness_lock_type_equal() 763 struct witness *w, *w1; in witness_initialize() local 1098 struct witness *w, *w1; in witness_checkorder() local 2037 _isitmyx(struct witness *w1, struct witness *w2, int rmask, const char *fname) in _isitmyx() 2090 blessed(struct witness *w1, struct witness *w2) in blessed() 2579 struct witness *tmp_w1, *tmp_w2, *w1, *w2; in sysctl_debug_witness_badstacks() local
|
| /NextBSD/contrib/libstdc++/libmath/ |
| D | mathconf.h | 237 U_int32_t w0, w1, w2, w3; member 252 U_int32_t w3, w2, w1, w0; member
|
| /NextBSD/lib/msun/src/ |
| HD | e_lgammaf_r.c | 81 w1 = 8.33332464e-02, /* 0x3daaaa9f */ variable
|
| HD | e_lgamma_r.c | 151 w1 = 8.33333333333329678849e-02, /* 0x3FB55555, 0x5555553B */ variable
|
| /NextBSD/libexec/rbootd/ |
| HD | rmp_var.h | 137 #define COPYWORD(w1,w2) (w2) = (w1) argument 152 #define COPYWORD(w1, w2) \ argument
|
| /NextBSD/contrib/libreadline/ |
| HD | mbutil.c | 243 int i, w1, w2; local
|
| /NextBSD/sys/dev/ow/ |
| HD | owc_gpiobus.c | 77 phandle_t w1, root; in owc_gpiobus_identify() local
|
| /NextBSD/contrib/libxo/xo/ |
| HD | xo.c | 101 int w1 = 0, w2 = 0; in formatter() local
|
| /NextBSD/contrib/diff/src/ |
| HD | io.c | 572 word *w0, *w1; in find_identical_ends() local
|
| /NextBSD/usr.bin/join/ |
| HD | join.c | 404 wchar_t *w1, *w2; in mbscoll() local
|
| /NextBSD/sys/dev/drm/ |
| HD | via_dma.c | 69 #define VIA_OUT_RING_QW(w1,w2) \ argument
|
| /NextBSD/lib/msun/ld128/ |
| HD | e_lgammal_r.c | 167 w1 = 8.33333333333333333333333333332852026e-02L, variable
|