Home
last modified time | relevance | path

Searched defs:nw (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/src/lib/libc/string/
Dstrstr.c32 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local
40 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_strstr() local
49 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_strstr() local
Dmemmem.c32 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_memmem() local
41 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_memmem() local
51 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_memmem() local
/openbsd/src/usr.sbin/vipw/
Dvipw.c107 int nr, nw, off; in copyfile() local
/openbsd/src/gnu/gcc/gcc/
Det-forest.c446 struct et_occ *nw; in et_new_occ() local
469 struct et_node *nw; in et_new_tree() local
Dtree-tailcall.c380 struct tailcall *nw; in find_tail_calls() local
/openbsd/src/bin/cat/
Dcat.c213 ssize_t nr, nw, off; in raw_cat() local
/openbsd/src/regress/sys/kern/pledge/generic/
Dmanager.c155 ssize_t nr, nw, off; in drainfd() local
/openbsd/src/bin/dd/
Ddd.c361 ssize_t nw; in dd_out() local
/openbsd/src/lib/libc/gdtoa/
Dsmisc.c152 int nw, nw1; local
/openbsd/src/libexec/mail.local/
Dmail.local.c163 ssize_t nr, nw; in deliver() local
/openbsd/src/regress/sys/kern/sosplice/perf/
Drelay.c73 ssize_t nr, nw; in relay_copy() local
/openbsd/src/usr.bin/vi/ex/
Dex_script.c281 int isempty, matchprompt, nw, rval; in sscr_exec() local
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dhash.c424 bfd_hash_replace (table, old, nw) in bfd_hash_replace() argument
/openbsd/src/lib/libssl/
Dssl_pkt.c478 unsigned int tot, n, nw; in ssl3_write_bytes() local
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dhash.c428 struct bfd_hash_entry *nw) in bfd_hash_replace()
/openbsd/src/usr.bin/vi/common/
Drecover.c752 int nr, nw, off, rfd; in rcv_copy() local
Dexf.c984 int flags, maxnum, nr, num, nw, rfd, wfd, version; in file_backup() local
/openbsd/src/sbin/savecore/
Dsavecore.c397 int bounds, ifd, nr, nw, ofd = -1; in save_core() local
/openbsd/src/usr.bin/xinstall/
Dxinstall.c405 ssize_t nr, nw; in copy() local
/openbsd/src/sys/arch/alpha/include/
Dpmap.h203 #define pmap_pte_w_chg(pte, nw) ((nw) ^ pmap_pte_w(pte)) argument
/openbsd/src/usr.sbin/bgpd/
Dconfig.c626 expand_networks(struct bgpd_config *c, struct network_head *nw) in expand_networks()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRDFRegisters.cpp208 for (unsigned w = 0, nw = NumRegs/32; w != nw; ++w) { in aliasMM() local
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i960/
Di960.c1248 int nw = 0; local
1293 i960_split_reg_group (reg_groups, nw, subgroup_length) in i960_split_reg_group() argument
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-z8k.c637 int nw; in get_operand() local
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-z8k.c640 int nw, nr; in get_operand() local

12