Home
last modified time | relevance | path

Searched defs:w2 (Results 1 – 24 of 24) sorted by relevance

/dflybsd-src/contrib/tcpdump/
H A Dprint-tipc.c74 #define TIPC_LINK_ACK(w2) (((w2) >> 16) & 0xFFFF) argument
75 #define TIPC_LINK_SEQ(w2) (((w2) >> 0) & 0xFFFF) argument
110 nd_uint32_t w2; member
124 nd_uint32_t w2; member
135 #define TIPC_BC_GAP_AFTER(w2) (((w2) >> 16) & 0xFFFF) argument
136 #define TIPC_BC_GAP_TO(w2) (((w2) >> 0) & 0xFFFF) argument
159 uint32_t w0, w1, w2; in print_payload() local
218 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local
/dflybsd-src/sys/vfs/nfs/
H A Drpcv2.h107 u_int32_t w2; member
114 u_int32_t w2; member
/dflybsd-src/usr.bin/window/
H A Dwwadd.c42 wwadd(struct ww *w1, struct ww *w2) in wwadd()
/dflybsd-src/test/debug/
H A Dutf8bin.c30 ssize_t w2; in main() local
/dflybsd-src/lib/libc/string/
H A Dstrcoll.c52 wchar_t *w1 = NULL, *w2 = NULL; in strcoll_l() local
H A Dwcscoll.c76 const wchar_t *w2 = ws2; in wcscoll_l() local
/dflybsd-src/contrib/gmp/mpn/generic/
H A Dtoom_interpolate_6pts.c66 mp_ptr w4, mp_ptr w2, mp_ptr w1, in mpn_toom_interpolate_6pts()
H A Dtoom_interpolate_7pts.c101 #define w2 (rp + 2*n) in mpn_toom_interpolate_7pts() macro
/dflybsd-src/contrib/nvi2/common/
H A Dencoding.c213 unsigned int w1, w2; in decode_utf16() local
/dflybsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_conv.c486 char8match(uint16_t *w1, uint16_t *w2, int n) in char8match()
/dflybsd-src/contrib/gdb-7/readline/
H A Dmbutil.c245 int i, w1, w2; local
/dflybsd-src/contrib/openbsd_libm/src/
H A De_lgammaf_r.c81 w2 = -2.7777778450e-03, /* 0xbb360b61 */ variable
H A De_lgamma_r.c145 w2 = -2.77777777728775536470e-03, /* 0xBF66C16C, 0x16B02E5C */ variable
/dflybsd-src/contrib/openbsd_libm/src/ld80/
H A De_lgammal.c192 w2 = -2.777777777750349603440E-3L, variable
/dflybsd-src/usr.bin/join/
H A Djoin.c394 wchar_t *w1, *w2; in mbscoll() local
/dflybsd-src/libexec/rbootd/
H A Drmp_var.h138 #define COPYWORD(w1, w2) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dira-conflicts.c67 int w2 = OBJECT_SUBWORD (obj2); in record_object_conflict() local
H A Dtree-ssa-strlen.c3318 widest_int w2 = wi::to_widest (off) + coff; in strlen_check_and_optimize_stmt() local
H A Dfold-const.c1356 wi::tree_to_wide_ref w2 = wi::to_wide (arg2); in const_binop() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dira-conflicts.c71 int w2 = OBJECT_SUBWORD (obj2); in record_object_conflict() local
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_gf2m.c1136 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local
/dflybsd-src/sys/dev/sound/pci/hda/
H A Dhdaa.c3648 hdaa_audio_dacs_equal(struct hdaa_widget *w1, struct hdaa_widget *w2) in hdaa_audio_dacs_equal()
3687 hdaa_audio_adcs_equal(struct hdaa_widget *w1, struct hdaa_widget *w2) in hdaa_audio_adcs_equal()
3729 struct hdaa_widget *w1, *w2; in hdaa_audio_adddac() local
/dflybsd-src/usr.sbin/pfctl/
H A Dparse.y222 u_int16_t w2; member
365 u_int16_t w2; member
/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.c6642 struct watchpoint *w2 = (struct watchpoint *) loc2->owner; in watchpoint_locations_match() local