Home
last modified time | relevance | path

Searched defs:w (Results 176 – 200 of 626) sorted by relevance

12345678910>>...26

/freebsd/sys/sys/
H A Dsystm.h370 #define subyte(b, w) SAN_INTERCEPTOR(subyte)((b), (w)) argument
371 #define suword(b, w) SAN_INTERCEPTOR(suword)((b), (w)) argument
372 #define suword16(b, w) SAN_INTERCEPTOR(suword16)((b), (w)) argument
373 #define suword32(b, w) SAN_INTERCEPTOR(suword32)((b), (w)) argument
374 #define suword64(b, w) SAN_INTERCEPTOR(suword64)((b), (w)) argument
/freebsd/sys/kern/
H A Dkern_procctl.c263 reap_kill_proc_locked(struct reap_kill_proc_work *w) in reap_kill_proc_locked()
309 struct reap_kill_proc_work *w; in reap_kill_proc_work() local
386 struct unrhdr *pids, struct reap_kill_proc_work *w) in reap_kill_subtree_once()
491 struct reap_kill_proc_work *w) in reap_kill_subtree()
540 struct reap_kill_proc_work w; in reap_kill() local
H A Dsys_process.c762 #define PROC_READ(w, t, a) wrap32 ? \ argument
765 #define PROC_WRITE(w, t, a) wrap32 ? \ argument
769 #define PROC_READ(w, t, a) proc_read_ ## w (t, a) argument
770 #define PROC_WRITE(w, t, a) proc_write_ ## w (t, a) argument
/freebsd/crypto/heimdal/lib/asn1/
H A Dder_format.c135 char *s, *w, *brkt, *endptr; in der_parse_heim_oid() local
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_oaep_unpad.c114 uint32_t w, nz; in br_rsa_oaep_unpad() local
/freebsd/contrib/tcsh/
H A Dtw.parse.c138 #define isaset(c, w) ((w)[-1] == '=' && \ argument
144 #define tricky(w) (cmap(w, _META | _DOL | _QF | _QB | _ESC | _GLOB) && w != '#') argument
146 #define tricky_dq(w) (cmap(w, _DOL | _QB)) argument
600 Char w, wq; in insert_meta() local
1488 Char **w = tw_item_get(); in tw_list_items() local
2160 size_t w; in print_by_column() local
/freebsd/crypto/openssh/
H A Dchacha.c41 #define XOR(v,w) ((v) ^ (w)) argument
42 #define PLUS(v,w) (U32V((v) + (w))) argument
/freebsd/usr.bin/fold/
H A Dfold.c198 int w; in newpos() local
/freebsd/lib/msun/src/
H A De_acos.c63 double z,p,q,r,w,s,c,df; in acos() local
H A De_asin.c69 double t=0.0,w,p,q,c,r,s; in asin() local
H A De_log.c87 double hfsq,f,s,z,R,w,t1,t2,dk; in log() local
H A De_rem_pio2.c53 double z,w,t,r,fn; in __ieee754_rem_pio2() local
/freebsd/contrib/unbound/compat/
H A Dchacha_private.h41 #define XOR(v,w) ((v) ^ (w)) argument
42 #define PLUS(v,w) (U32V((v) + (w))) argument
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h43 #define XOR(v,w) ((v) ^ (w)) argument
44 #define PLUS(v,w) (U32V((v) + (w))) argument
/freebsd/sys/crypto/chacha20/
H A Dchacha.c43 #define XOR(v,w) ((v) ^ (w)) argument
44 #define PLUS(v,w) (U32V((v) + (w))) argument
/freebsd/sys/libkern/
H A Diconv_ucs.c412 size_t i, w = 0; in utf8_to_ucs4() local
483 size_t i, w; in ucs4_to_utf8() local
/freebsd/sys/contrib/ck/include/
H A Dck_pflock.h122 uint32_t w; in ck_pflock_read_lock() local
/freebsd/contrib/ncurses/form/
H A Dfty_alnum.c85 int w = va_arg(*ap, int); in Make_This_Type() local
H A Dfty_alpha.c85 int w = va_arg(*ap, int); in Make_This_Type() local
/freebsd/crypto/heimdal/kuser/
H A Dgenerate-requests.c42 char **w = NULL; in read_words() local
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dnotif-wait.c27 struct iwl_notification_wait *w; in iwl_notification_wait() local
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dkmac_prov.c246 int w = EVP_MD_get_block_size(digest); in kmac_setkey() local
538 const unsigned char *in2, size_t in2_len, size_t w) in bytepad()
583 size_t w) in kmac_bytepad_encode_key()
/freebsd/lib/msun/ld128/
H A De_rem_pio2l.h61 long double z,w,t,r,fn; in __ieee754_rem_pio2l() local
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m15.c99 norm13(uint32_t *d, const uint32_t *w, size_t len) in norm13()
148 uint32_t u[45], v[45], w[90]; in mul20() local
186 #define CPR1(w, cprcc) do { \ in mul20() argument
1043 uint32_t w; in reduce_final_f256() local
H A Dec_p256_m62.c124 uint64_t w, cc, s; in f256_partial_reduce() local
167 uint64_t t[5], w, s, cc; in f256_sub() local
257 uint64_t x, f, cc, w, s; in f256_montymul() local
536 uint64_t r[5], t[5], w, cc; in f256_final_reduce() local

12345678910>>...26