Searched refs:w5 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-tipc.c129 uint32_t w5; member in struct:internal_tipc_pkthdr
141 #define TIPC_SESS_NO(w5) (((w5) >> 16) & 0xFFFF)
151 uint32_t w5; member in struct:link_conf_tipc_pkthdr
156 #define TIPC_MEDIA_ID(w5) (((w5) >> 0) & 0xFF)
226 uint32_t w0, w1, w2, w4, w5, w9; local
273 w5 = EXTRACT_32BITS(&ap->w5);
274 sess_no = TIPC_SESS_NO(w5);
294 uint32_t w0, w1, w5; local
[all...]
/freebsd-11.0-release/sys/arm64/arm64/
H A Dswtch.S67 ldr w5, [x4, #PCB_FLAGS]
68 clear_step_flag w5, x6
100 ldr w5, [x4, #PCB_FLAGS]
101 set_step_flag w5, x6
156 ldr w5, [x4, #PCB_FLAGS]
157 clear_step_flag w5, x6
211 ldr w5, [x4, #PCB_FLAGS]
212 set_step_flag w5, x6
H A Dsupport.S63 stxr w5, w3, [x0] /* Store the new data */
64 cbnz w5, 1b /* Retry on failure */
83 stxr w5, x3, [x0] /* Store the new data */
84 cbnz w5, 1b /* Retry on failure */
/freebsd-11.0-release/crypto/openssh/
H A Dblocks.c57 M(w4 ,w2 ,w13,w5 ) \
58 M(w5 ,w3 ,w14,w6 ) \
60 M(w7 ,w5 ,w0 ,w8 ) \
65 M(w12,w10,w5 ,w13) \
111 uint64 w5 = load_bigendian(in + 40); local
128 F(w5 ,0x59f111f1b605d019ULL)
147 F(w5 ,0x4a7484aa6ea6e483ULL)
166 F(w5 ,0x766a0abb3c77b2a8ULL)
185 F(w5 ,0x4ed8aa4ae3418acbULL)
204 F(w5 ,
[all...]
/freebsd-11.0-release/lib/msun/src/
H A De_lgamma_r.c155 w5 = 8.36339918996282139126e-04, /* 0x3F4B67BA, 0x4CDAD5D1 */ variable
292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/freebsd-11.0-release/lib/msun/ld128/
H A De_lgammal_r.c171 w5 = 8.41750841750837633887817658848845695e-04L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h343 MSAReg w5; member in struct:MSA_linux_mips
H A DRegisterInfos_mips.h137 DEFINE_MSA (w5, nullptr, dwarf_w5_mips, dwarf_w5_mips, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
H A DRegisterInfos_mips64.h195 DEFINE_MSA (w5, nullptr, dwarf_w5_mips64, dwarf_w5_mips64, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
/freebsd-11.0-release/lib/msun/ld80/
H A De_lgammal_r.c206 #define w5 (w5u.e) macro
351 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8)))))));

Completed in 83 milliseconds