HomeSort by: relevance | last modified time | path
    Searched defs:BSIZE (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/stand/
copy.c 46 #define BSIZE 10240
54 register int from, to, record, rcc, wcc, bsize = BSIZE; local
55 char buf[BSIZE];
60 if (!(rcc = read(from, buf, bsize)))
67 if (rcc != bsize) {
69 bsize = rcc;
71 bsize);
74 record, bsize, rcc);
78 if (rcc > bsize)
    [all...]
  /src/sys/arch/macppc/stand/installboot/
installboot.c 42 #define BSIZE 512
99 if (pread(params->fsfd, &pme, sizeof pme, BSIZE * 2) != sizeof(pme))
107 partoff = BSIZE * be32toh(pme.pmPyPartStart);
  /src/sys/arch/macppc/stand/mkboothfs/
mkboothfs.c 48 #define BSIZE 512
99 memset(buf, 0, BSIZE);
101 write(ofd, buf, BSIZE);
120 memset(buf, 0, BSIZE);
122 write(ofd, buf, BSIZE);
130 memset(buf, 0, BSIZE);
132 write(ofd, buf, BSIZE);
137 memset(buf, 0, BSIZE);
138 write(ofd, buf, BSIZE);
  /src/usr.bin/tee/
tee.c 74 #define BSIZE (8 * 1024)
95 if ((buf = malloc(BSIZE)) == NULL)
108 while ((rval = read(STDIN_FILENO, buf, BSIZE)) > 0)
  /src/crypto/external/apache2/openssl/lib/libdes/
des_locl.h 74 #define BSIZE (MAXWRITE+4)
  /src/crypto/external/bsd/openssl/lib/libdes/
des_locl.h 74 #define BSIZE (MAXWRITE+4)
  /src/crypto/external/bsd/openssl.old/lib/libdes/
des_locl.h 74 #define BSIZE (MAXWRITE+4)
  /src/sys/crypto/des/
des_locl.h 67 #define BSIZE (MAXWRITE+4)
  /src/tests/bin/df/
getmntinfo.c 94 #define BSIZE 512
97 .f_bsize = BSIZE,
98 .f_frsize = BSIZE,
99 .f_blocks = TOTAL / BSIZE,
100 .f_bfree = (TOTAL - USED) / BSIZE,
101 .f_bavail = (TOTAL - USED) / BSIZE,
107 #undef BSIZE
125 #define BSIZE 4096 /* Guess */
129 .f_bsize = BSIZE,
130 .f_frsize = BSIZE,
    [all...]
  /src/tests/lib/libc/stdio/
h_intr.c 57 size_t bsize; /* block size to use */ member in struct:options
82 BSIZE = 16 * 1024, /* default RW buffer size */
138 if ((buf = malloc(opts.bsize)) == NULL) {
163 while ((n = rd_fn(ifp, buf, opts.bsize)) > 0) {
437 fprintf(fp, " -b SIZE Program buffer size (%zu)\n", opts.bsize);
464 opts.asize = BSIZE; /* 16K */
465 opts.bsize = BSIZE; /* 16K */
491 opts.bsize = i;
  /src/external/lgpl3/mpfr/dist/tests/
tstrtofr.c 1453 #define BSIZE 512
1458 char s0[BSIZE], s1[BSIZE], s2[BSIZE+64];
1491 mpfr_get_str (s0, &e0, base, BSIZE - 1, x0, MPFR_RNDU);
1492 mpfr_get_str (s1, &e1, base, BSIZE - 1, x1, MPFR_RNDD);
1530 while (j < BSIZE - 2 && randlimb () % 8 != 0)
1550 while (j < BSIZE - 1 && randlimb () % 8 != 0)
1559 while (noteq == 0 && j < BSIZE - 1)
  /src/usr.bin/rs/
rs.c 342 #define BSIZE 2048
343 char ibuf[BSIZE]; /* two screenfuls should do */
349 static char *endblock = ibuf + BSIZE;
365 if (!(curline = (char *) malloc(BSIZE)))
367 endblock = curline + BSIZE;
  /src/lib/libc/gen/
getcap.c 83 #define BSIZE 1024
782 char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE];
  /src/crypto/external/bsd/openssl/dist/apps/
enc.c 29 #undef BSIZE
31 #define BSIZE (8*1024)
130 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; local
237 bsize = (int)n;
323 if (base64 && bsize < 80)
324 bsize = 80;
326 BIO_printf(bio_err, "bufsize=%d\n", bsize);
339 buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer");
618 inl = BIO_read(rbio, (char *)buff, bsize);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
enc.c 29 #undef BSIZE
31 #define BSIZE (8*1024)
107 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; local
220 bsize = (int)n;
304 if (base64 && bsize < 80)
305 bsize = 80;
307 BIO_printf(bio_err, "bufsize=%d\n", bsize);
320 buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer");
591 inl = BIO_read(rbio, (char *)buff, bsize);
    [all...]
apps.c 1377 #undef BSIZE
1378 #define BSIZE 256
1438 char buf[1][BSIZE];
1448 if (j >= BSIZE) {
1454 OPENSSL_strlcpy(buf[0], serialfile, BSIZE);
1488 char buf[2][BSIZE];
1495 if (j + 1 >= BSIZE) {
1558 char buf[BSIZE];
1645 char buf[3][BSIZE];
1650 if (j + 6 >= BSIZE) {
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
rx-decode.c 45 #define BSIZE 0
8829 ID(bset); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
8854 ID(bclr); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
8922 ID(btst); BWL(BSIZE); S2C(bit); SD(sd, rdst, BSIZE); F___ZC;
10240 ID(bset); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____;
10300 ID(bclr); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
rx-decode.c 45 #define BSIZE 0
8829 ID(bset); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
8854 ID(bclr); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
8922 ID(btst); BWL(BSIZE); S2C(bit); SD(sd, rdst, BSIZE); F___ZC;
10240 ID(bset); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____;
10300 ID(bclr); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
rx-decode.c 45 #define BSIZE 0
8829 ID(bset); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
8854 ID(bclr); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
8922 ID(btst); BWL(BSIZE); S2C(bit); SD(sd, rdst, BSIZE); F___ZC;
10240 ID(bset); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____;
10300 ID(bclr); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
rx-decode.c 45 #define BSIZE 0
8829 ID(bset); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
8854 ID(bclr); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____;
8922 ID(btst); BWL(BSIZE); S2C(bit); SD(sd, rdst, BSIZE); F___ZC;
10240 ID(bset); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____;
10300 ID(bclr); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____
    [all...]
  /src/lib/libc/db/hash/
hash.h 71 int32_t bsize; /* Bucket/Page Size */ member in struct:hashhdr
130 #define HASH_BSIZE(hp) ((hp)->BSIZE == MAX_BSIZE ? MAX_BSIZE - 1 : (hp)->BSIZE)
281 #define BSIZE hdr.bsize
  /src/crypto/external/apache2/openssl/dist/apps/
enc.c 29 #undef BSIZE
31 #define BSIZE (8 * 1024)
160 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; local
290 bsize = (int)n;
394 if (base64 && bsize < 80)
395 bsize = 80;
397 BIO_printf(bio_err, "bufsize=%d\n", bsize);
416 buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer");
776 inl = BIO_read(rbio, (char *)buff, bsize);
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 1486 #undef BSIZE
1487 #define BSIZE 256
1546 char buf[1][BSIZE];
1556 if (j >= BSIZE) {
1562 OPENSSL_strlcpy(buf[0], serialfile, BSIZE);
1597 char buf[2][BSIZE];
1604 if (j + 1 >= BSIZE) {
1668 char buf[BSIZE];
1758 char buf[3][BSIZE];
1763 if (j + 6 >= BSIZE) {
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 1460 #undef BSIZE
1461 #define BSIZE 256
1520 char buf[1][BSIZE];
1530 if (j >= BSIZE) {
1536 OPENSSL_strlcpy(buf[0], serialfile, BSIZE);
1571 char buf[2][BSIZE];
1578 if (j + 1 >= BSIZE) {
1642 char buf[BSIZE];
1733 char buf[3][BSIZE];
1738 if (j + 6 >= BSIZE) {
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.c 91 #define BSIZE 0
97 static int sizemap[] = { BSIZE, WSIZE, LSIZE, WSIZE };
2606 { if ((yyvsp[-1].regno) <= 7 && rx_uintop ((yyvsp[-5].exp), 8) && rx_disp5op0 (&(yyvsp[-3].exp), BSIZE))
2609 { B2 (0xf8, 0x04); F ((yyvsp[-1].regno), 8, 4); DSP ((yyvsp[-3].exp), 6, BSIZE); O1 ((yyvsp[-5].exp));
2650 { B2 (0x44, 0); F ((yyvsp[-4].regno), 8, 4); F ((yyvsp[0].regno), 12, 4); DSP ((yyvsp[-6].exp), 6, BSIZE); }
3058 { B2 (0xf0, 0x00); F ((yyvsp[-2].regno), 8, 4); FE ((yyvsp[-6].exp), 13, 3); DSP ((yyvsp[-4].exp), 6, BSIZE); }
3064 { B2 (0xf0, 0x08); F ((yyvsp[-2].regno), 8, 4); FE ((yyvsp[-6].exp), 13, 3); DSP ((yyvsp[-4].exp), 6, BSIZE); }
3070 { B2 (0xf4, 0x00); F ((yyvsp[-2].regno), 8, 4); FE ((yyvsp[-6].exp), 13, 3); DSP ((yyvsp[-4].exp), 6, BSIZE); }
3226 { id24 (1, 0x60, 0x00); F ((yyvsp[-2].regno), 16, 4); F ((yyvsp[-6].regno), 20, 4); DSP ((yyvsp[-4].exp), 14, BSIZE); }
3232 { id24 (1, 0x64, 0x00); F ((yyvsp[-2].regno), 16, 4); F ((yyvsp[-6].regno), 20, 4); DSP ((yyvsp[-4].exp), 14, BSIZE); }
    [all...]

Completed in 79 milliseconds

1 2