| /src/sys/arch/zaurus/stand/zboot/ |
| pathfs.c | 49 ssize_t rsz; local 52 rsz = uread((int)fd->f_devdata, buf + off, nbyte - off); 53 if (rsz < 0) 55 if (rsz == 0) 57 off += rsz;
|
| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| mallocx.c | 121 size_t nsz, rsz; local 128 rsz = sallocx(p, 0); 129 assert_zu_ge(rsz, sz, "Real size smaller than expected"); 130 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch"); 144 rsz = sallocx(p, 0); 145 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch"); 164 size_t nsz, rsz, alignment, total; local 190 rsz = sallocx(ps[i], 0); 191 assert_zu_ge(rsz, sz, 194 assert_zu_eq(nsz, rsz, [all...] |
| /src/external/bsd/jemalloc/dist/test/integration/ |
| mallocx.c | 166 size_t nsz, rsz; local 173 rsz = sallocx(p, 0); 174 expect_zu_ge(rsz, sz, "Real size smaller than expected"); 175 expect_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch"); 189 rsz = sallocx(p, 0); 190 expect_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch"); 209 size_t nsz, rsz, alignment, total; local 235 rsz = sallocx(ps[i], 0); 236 expect_zu_ge(rsz, sz, 239 expect_zu_eq(nsz, rsz, [all...] |
| smallocx.c | 191 size_t nsz, rsz, smz; local 200 rsz = sallocx(p, 0); 201 expect_zu_ge(rsz, sz, "Real size smaller than expected"); 202 expect_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch"); 221 rsz = sallocx(p, 0); 222 expect_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch"); 242 size_t nsz, rsz, smz, alignment, total; local 269 rsz = sallocx(ps[i], 0); 271 expect_zu_ge(rsz, sz, 274 expect_zu_eq(nsz, rsz, [all...] |
| /src/lib/libc/citrus/ |
| citrus_ctype_template.h | 727 size_t rsz = 0; local 746 sz, psenc, &rsz); 751 s += rsz; 752 sz -= rsz; 759 *nresult += rsz; 841 size_t rsz = 0; local 861 sz, psenc, &rsz); 866 s += rsz; 867 sz -= rsz; 873 *nresult = (int)(nr + rsz); [all...] |
| /src/sys/arch/i386/stand/efiboot/ |
| efinet.c | 177 UINTN bufsz, rsz; local 199 rsz = eni->pktbufsz; 200 status = uefi_call_wrapper(net->Receive, 7, net, NULL, &rsz, ptr, 203 rsz = uimin(rsz, len); 204 memcpy(pkt, ptr, rsz); 205 ret = (int)rsz;
|
| /src/sys/stand/efiboot/ |
| efinet.c | 208 UINTN bufsz, rsz; local 230 rsz = eni->pktbufsz; 231 status = uefi_call_wrapper(net->Receive, 7, net, NULL, &rsz, ptr, 234 rsz = uimin(rsz, len); 235 memcpy(pkt, ptr, rsz); 237 ret = (int)rsz;
|
| /src/external/bsd/mdocml/dist/ |
| term.c | 918 size_t sz, rsz, i; local 934 rsz = strcspn(cp, rej); 935 for (i = 0; i < rsz; i++) 954 rhs = mchars_spec2str(seq, ssz, &rsz); 969 rsz = 3; 972 rsz = 2; 975 rsz = 5; 978 rsz = 4; 985 rsz = 0; 993 if (rsz < i [all...] |
| mdoc_man.c | 308 size_t rsz; local 314 rsz = strcspn(cp, "\\"); 315 if (rsz) { 316 cp += rsz; 319 rsz--; 321 sz += rsz;
|
| roff.c | 1253 size_t rsz; /* length of the rest of the string */ local 1571 rsz = buf->sz - (stesc - buf->buf) - 3; 1573 memmove(stesc + asz, stesc + 3, rsz); 1580 memmove(stesc + asz, stesc + 3, rsz); 2150 size_t csz, namesz, rsz; local 2224 rsz = mandoc_asprintf(&rname, "__%s_renamed", name); 2225 roff_setstrn(&r->rentab, rname, rsz, name, namesz, 0); 2227 (int)rsz, rname);
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_pool.c | 2220 size_t bytes_left, pos, rsz; local 2232 rsz = snprintf(physpath + pos, bytes_left, format, tmppath); 2233 *bytes_written += rsz; 2235 if (rsz >= bytes_left) { 2247 size_t *rsz, boolean_t is_spare) 2271 phypath_size, rsz)) != 0) 2287 phypath_size, rsz, is_spare); 2303 size_t rsz; local 2309 rsz = 0; 2326 (void) vdev_get_physpaths(child[0], physpath, phypath_size, &rsz, [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-ppc-low.cc | 1608 int rsz, min_frame, frame_size, tp_reg; local 1620 rsz = 8; 1622 frame_size = (40 * rsz) + min_frame; 1628 rsz = 4; 1630 frame_size = (40 * rsz) + min_frame; 1676 p += GEN_STORE (p, j, 1, min_frame + j * rsz, is_64); 1677 p += GEN_STORE (p, 0, 1, min_frame + 0 * rsz, is_64); 1681 p += GEN_STORE (p, 0, 1, min_frame + 1 * rsz, is_64); 1688 p += GEN_STORE (p, 3, 1, min_frame + 32 * rsz, is_64);/* std r3, 32(r1) */ 1689 p += GEN_STORE (p, 4, 1, min_frame + 33 * rsz, is_64);/* std r4, 33(r1) * [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-ppc-low.cc | 1609 int rsz, min_frame, frame_size, tp_reg; local 1622 rsz = 8; 1624 frame_size = (40 * rsz) + min_frame; 1630 rsz = 4; 1632 frame_size = (40 * rsz) + min_frame; 1678 p += GEN_STORE (p, j, 1, min_frame + j * rsz, is_64); 1679 p += GEN_STORE (p, 0, 1, min_frame + 0 * rsz, is_64); 1683 p += GEN_STORE (p, 0, 1, min_frame + 1 * rsz, is_64); 1690 p += GEN_STORE (p, 3, 1, min_frame + 32 * rsz, is_64);/* std r3, 32(r1) */ 1691 p += GEN_STORE (p, 4, 1, min_frame + 33 * rsz, is_64);/* std r4, 33(r1) * [all...] |