Searched refs:psize (Results 226 - 237 of 237) sorted by relevance

12345678910

/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c1723 SWIG_AsCharPtrAndSize(Tcl_Obj *obj, char** cptr, size_t* psize, int *alloc) argument
1729 if (psize) *psize = len + 1;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c1103 atohex(unsigned char *b, size_t bsize, const char *p, size_t psize) argument
1107 while (bsize && psize > 1) {
1130 psize -= 2;
H A Darchive_write_set_format_iso9660.c5838 int psize; local
5840 psize = (cnt + bk) & ~bk;
5841 p = realloc(idr->idrent_pool, sizeof(struct idrent) * psize);
5848 idr->pool_size = psize;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-sra.c1657 poly_int64 poffset, psize, pmax_size; local
1668 base = get_ref_base_and_extent (expr, &poffset, &psize, &pmax_size, &reverse);
1689 || !psize.is_constant (&size)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-sra.cc1670 poly_int64 poffset, psize, pmax_size; local
1681 base = get_ref_base_and_extent (expr, &poffset, &psize, &pmax_size, &reverse);
1702 || !psize.is_constant (&size)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dresolve.c8419 int insize, nmerges, psize, qsize, cmp, overlap_seen; local
8449 psize = 0;
8453 psize++;
8461 while (psize > 0 || (qsize > 0 && q != NULL))
8464 if (psize == 0)
8476 psize--;
8487 psize--;
8508 psize--;
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.cc8554 int insize, nmerges, psize, qsize, cmp, overlap_seen; local
8584 psize = 0;
8588 psize++;
8596 while (psize > 0 || (qsize > 0 && q != NULL))
8599 if (psize == 0)
8611 psize--;
8622 psize--;
8643 psize--;
/netbsd-current/sys/fs/udf/
H A Dudf_subr.c191 uint64_t psize; local
208 error = getdisksize(devvp, &psize, &secsize);
226 di->last_possible_lba = psize;
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dctrl_iface.c7416 char *ctx = NULL, *icon, *poffset, *psize; local
7425 psize = str_token(cmd, " ", &ctx);
7426 if (!icon || !poffset || !psize)
7430 return hs20_get_icon(wpa_s, dst_addr, icon, atoi(poffset), atoi(psize),
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c4777 * since psize(unsigned long) != psize(unsigned char),
4780 else if (psize(t) != psize(ot))
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dmodrm.s1 .psize 0
H A Dmodrm.l158 1 .psize 0

Completed in 734 milliseconds

12345678910