| /freebsd/tools/test/stress2/misc/ |
| H A D | pipe_enomem.sh | 55 size_t i, k, nsz, sz; 72 nsz = sz * 2; 73 p = reallocf(p, nsz * sizeof(struct pipepair)); 79 memset(p + sz, 0, (nsz - sz) * sizeof(struct pipepair)); 80 sz = nsz;
|
| /freebsd/contrib/mandoc/ |
| H A D | mandoc_xr.c | 69 size_t ssz, nsz, tsz; in mandoc_xr_add() local 78 nsz = strlen(name) + 1; in mandoc_xr_add() 79 tsz = ssz + nsz; in mandoc_xr_add() 88 memcpy(xr->name, name, nsz); in mandoc_xr_add()
|
| /freebsd/share/examples/ipfilter/samples/ |
| H A D | proxy.c | 234 size_t nsz, osz; local 247 nsz = sizeof(netbuf); 261 if (nsz < sizeof(netbuf)) 272 nsz -= i; 303 nsz += i; 304 if (nsz == sizeof(netbuf) || nwptr == nrptr) {
|
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | libelf_ar.c | 210 size_t nsz, sz; in _libelf_ar_open_member() local 269 LIBELF_AR_BSD_EXTENDED_NAME_PREFIX_SIZE, 10, &nsz) == 0) { in _libelf_ar_open_member() 274 member = (char *) (arh + 1) + nsz; in _libelf_ar_open_member() 275 sz -= nsz; in _libelf_ar_open_member()
|
| /freebsd/contrib/one-true-awk/ |
| H A D | tran.c | 265 int i, nh, nsz; in rehash() local 268 nsz = GROWTAB * tp->size; in rehash() 269 np = (Cell **) calloc(nsz, sizeof(*np)); in rehash() 275 nh = hash(cp->nval, nsz); in rehash() 282 tp->size = nsz; in rehash()
|
| /freebsd/sys/contrib/device-tree/src/arm/synaptics/ |
| H A D | berlin2-sony-nsz-gs7.dts | 14 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_dsa_codecs_data/ |
| H A D | prv-44-bare-priv.pem | 26 z7cDeTVgVJ6kRQ+nsz+5FpxEtNJfucRX9JeRzT2gPqyWCVgTwQUTLM2k5j5JIozS
|
| H A D | prv-44-seed-priv.pem | 27 VJ6kRQ+nsz+5FpxEtNJfucRX9JeRzT2gPqyWCVgTwQUTLM2k5j5JIozSPYofN4Vv
|
| /freebsd/contrib/file/src/ |
| H A D | compress.c | 286 size_t i, nsz; in file_zmagic() local 323 nsz = nbytes; in file_zmagic() 326 (ms->flags & MAGIC_NO_COMPRESS_FORK), buf, &newbuf, &nsz); in file_zmagic() 328 (char *)newbuf, nsz); in file_zmagic() 337 nsz); in file_zmagic()
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | syna.txt | 27 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFloat64InstrInfo.td | 273 // fnmadd.d: -fj * fk - fa (the nsz flag on the FMA) 281 // fnmsub.d: -fj * fk + fa (the nsz flag on the FMA)
|
| H A D | LoongArchFloat32InstrInfo.td | 310 // fnmadd.s: -fj * fk - fa (the nsz flag on the FMA) 318 // fnmsub.s: -fj * fk + fa (the nsz flag on the FMA)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 313 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA) 351 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA) 389 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
|
| H A D | RISCVInstrInfoZfh.td | 324 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA) 368 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
|
| H A D | RISCVInstrInfoF.td | 618 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA) 643 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 600 KEYWORD(nsz); in LexIdentifier()
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_fp.c | 2515 u32 pgsz = 0, lvl = 0, nsz = 0; in bnxt_qplib_resize_cq() local 2545 nsz = (new_cqes << CMDQ_RESIZE_CQ_NEW_CQ_SIZE_SFT) & in bnxt_qplib_resize_cq() 2547 req.new_cq_size_pg_size_lvl = cpu_to_le32(nsz|pgsz|lvl); in bnxt_qplib_resize_cq()
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 10662 int i, oldsvars, osz, nsz, otlocals, ntlocals; local 10689 nsz = ntlocals * sizeof (dtrace_difv_t); 10691 tlocals = kmem_zalloc(nsz, KM_SLEEP);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 2716 // PatFrag is for a fmaxnum node with nsz
|