HomeSort by: relevance | last modified time | path
    Searched defs:BUFFER_SIZE (Results 1 - 21 of 21) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/master/
mail_flow.c 68 #define BUFFER_SIZE 1024
75 char buf[BUFFER_SIZE];
97 if ((n = read(MASTER_FLOW_READ, buf, count > BUFFER_SIZE ?
98 BUFFER_SIZE : count)) <= 0)
110 char buf[BUFFER_SIZE];
123 memset(buf, 0, len > BUFFER_SIZE ? BUFFER_SIZE : len);
126 if ((n = write(MASTER_FLOW_WRITE, buf, count > BUFFER_SIZE ?
127 BUFFER_SIZE : count)) < 0)
  /src/lib/libwrap/
fix_options.c 38 #define BUFFER_SIZE 512 /* Was: BUFSIZ */
46 unsigned char optbuf[BUFFER_SIZE / 3], *cp;
47 char lbuf[BUFFER_SIZE], *lp;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_smu10_smumgr.c 42 #define BUFFER_SIZE 80000
  /src/crypto/external/apache2/openssl/dist/test/
afalgtest.c 23 #define BUFFER_SIZE 17
32 unsigned char ebuf[BUFFER_SIZE + 32];
33 unsigned char dbuf[BUFFER_SIZE + 32];
41 static const unsigned char in[BUFFER_SIZE] = "\x53\x69\x6e\x67\x6c\x65\x20\x62\x6c\x6f\x63\x6b\x20\x6d\x73\x67"
43 static const unsigned char encresult_128[BUFFER_SIZE] = "\xe3\x53\x77\x9c\x10\x79\xae\xb8\x27\x08\x94\x2d\xbe\x77\x18\x1a"
45 static const unsigned char encresult_192[BUFFER_SIZE] = "\xf7\xe4\x26\xd1\xd5\x4f\x8f\x39\xb1\x9e\xe0\xdf\x61\xb9\xc2\x55"
47 static const unsigned char encresult_256[BUFFER_SIZE] = "\xa0\x76\x85\xfd\xc1\x65\x71\x9d\xc7\xe9\x13\x6e\xae\x55\x49\xb4"
80 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE))
85 if (!TEST_mem_eq(enc_result, BUFFER_SIZE, ebuf, BUFFER_SIZE))
    [all...]
bio_comp_test.c 23 #define BUFFER_SIZE 32 * 1024
86 original = OPENSSL_malloc(BUFFER_SIZE);
87 result = OPENSSL_malloc(BUFFER_SIZE);
95 memset(original, 0, BUFFER_SIZE);
99 memset(original, 1, BUFFER_SIZE);
103 for (i = 0; i < BUFFER_SIZE; i++)
108 if (!TEST_int_gt(RAND_bytes(original, BUFFER_SIZE), 0))
  /src/crypto/external/bsd/openssl/dist/test/
afalgtest.c 23 #define BUFFER_SIZE 17
32 unsigned char ebuf[BUFFER_SIZE + 32];
33 unsigned char dbuf[BUFFER_SIZE + 32];
43 static const unsigned char in[BUFFER_SIZE] =
46 static const unsigned char encresult_128[BUFFER_SIZE] =
49 static const unsigned char encresult_192[BUFFER_SIZE] =
52 static const unsigned char encresult_256[BUFFER_SIZE] =
86 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE))
91 if (!TEST_mem_eq(enc_result, BUFFER_SIZE, ebuf, BUFFER_SIZE))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
afalgtest.c 20 #define BUFFER_SIZE 17
36 unsigned char in[BUFFER_SIZE] = "\x53\x69\x6e\x67\x6c\x65\x20\x62"
38 unsigned char ebuf[BUFFER_SIZE + 32];
39 unsigned char dbuf[BUFFER_SIZE + 32];
71 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE))
76 if (!TEST_mem_eq(enc_result, BUFFER_SIZE, ebuf, BUFFER_SIZE))
86 if (!TEST_int_eq(decl, BUFFER_SIZE)
87 || !TEST_mem_eq(dbuf, BUFFER_SIZE, in, BUFFER_SIZE))
    [all...]
  /src/external/gpl3/binutils/dist/gas/
input-file.c 34 /* This code opens a file, then delivers BUFFER_SIZE character
36 BUFFER_SIZE is supposed to be a number chosen for speed.
37 The caller only asks once what BUFFER_SIZE is, and asks before
40 #define BUFFER_SIZE (32 * 1024)
70 /* Return BUFFER_SIZE. */
74 return (BUFFER_SIZE);
249 size = do_scrub_chars (input_file_get, where, BUFFER_SIZE,
253 size = input_file_get (where, BUFFER_SIZE);
  /src/external/gpl3/binutils.old/dist/gas/
input-file.c 34 /* This code opens a file, then delivers BUFFER_SIZE character
36 BUFFER_SIZE is supposed to be a number chosen for speed.
37 The caller only asks once what BUFFER_SIZE is, and asks before
40 #define BUFFER_SIZE (32 * 1024)
70 /* Return BUFFER_SIZE. */
74 return (BUFFER_SIZE);
249 size = do_scrub_chars (input_file_get, where, BUFFER_SIZE,
253 size = input_file_get (where, BUFFER_SIZE);
  /src/external/mit/libuv/dist/test/
test-ipc-heavy-traffic-deadlock-bug.c 34 #define BUFFER_SIZE 0x2000 /* 8 kb. */
37 #define XFER_SIZE (NUM_WRITES * BUFFERS_PER_WRITE * BUFFER_SIZE)
41 char buffers[BUFFER_SIZE][BUFFERS_PER_WRITE];
53 bytes_written += BUFFERS_PER_WRITE * BUFFER_SIZE;
72 memset(&write_info->buffers[i], BUFFER_CONTENT, BUFFER_SIZE);
73 bufs[i] = uv_buf_init(write_info->buffers[i], BUFFER_SIZE);
  /src/sys/arch/x68k/stand/libsa/
sdcd.c 98 #define BUFFER_SIZE 8192
100 void *buffer = alloca(BUFFER_SIZE);
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
bi.c 32 #define BUFFER_SIZE 10000
33 static char buffer[BUFFER_SIZE]; // used for loading bi
177 fgets( buffer, BUFFER_SIZE, file);
191 fgets( buffer, BUFFER_SIZE, file);
  /src/external/public-domain/xz/dist/tests/
test_microlzma.c 14 #define BUFFER_SIZE 1024
135 uint8_t output[BUFFER_SIZE];
185 uint8_t output[BUFFER_SIZE];
232 uint8_t output[BUFFER_SIZE];
314 assert_lzma_ret(lzma_microlzma_decoder(NULL, BUFFER_SIZE,
320 assert_lzma_ret(lzma_microlzma_decoder(&strm, BUFFER_SIZE,
338 uint8_t output[BUFFER_SIZE];
385 uint8_t output[BUFFER_SIZE];
462 uint8_t output[BUFFER_SIZE];
511 uint8_t output[BUFFER_SIZE];
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpibin/
abcompare.c 50 #define BUFFER_SIZE 256
51 char Buffer[BUFFER_SIZE];
  /src/sys/arch/xen/xenbus/
xenbus_dev.c 125 #define BUFFER_SIZE (PAGE_SIZE)
126 #define MASK_READ_IDX(idx) ((idx)&(BUFFER_SIZE-1))
127 char read_buffer[BUFFER_SIZE];
133 char buffer[BUFFER_SIZE];
  /src/external/lgpl3/mpfr/dist/src/
fpif.c 87 #define ALLOC_RESULT(buffer, buffer_size, wanted_size) \
90 if ((buffer) == NULL || *(buffer_size) < (wanted_size)) \
93 ((buffer), *(buffer_size), (wanted_size)); \
96 *(buffer_size) = (wanted_size); \
180 * buffer_size : IN/OUT : size of the buffer => size used in the buffer
185 mpfr_fpif_store_precision (unsigned char *buffer, size_t *buffer_size,
203 ALLOC_RESULT(result, buffer_size, size_precision + 1);
218 #define BUFFER_SIZE 8
229 unsigned char buffer[BUFFER_SIZE];
242 MPFR_ASSERTD (precision_size <= BUFFER_SIZE);
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
tstckintc.c 72 #define BUFFER_SIZE 250
75 long Buffer[BUFFER_SIZE];
103 if (MPFR_UNLIKELY (s > (char *) &Buffer[BUFFER_SIZE] - stack))
  /src/external/ibm-public/postfix/dist/src/global/
dict_mongodb.c 100 #ifndef BUFFER_SIZE
101 #define BUFFER_SIZE 1024
239 INIT_VSTR(resultString, BUFFER_SIZE);
275 VSTRING *iterResult = vstring_alloc(BUFFER_SIZE);
436 INIT_VSTR(queryString, BUFFER_SIZE);
460 INIT_VSTR(resultString, BUFFER_SIZE);
  /src/external/bsd/ppp/dist/chat/
chat.c 156 #define BUFFER_SIZE 4096
157 #define STR_LEN BUFFER_SIZE
195 fail_buffer[BUFFER_SIZE];
200 char report_buffer[BUFFER_SIZE] ;
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp 794 const int BUFFER_SIZE = 512;
795 char buf[BUFFER_SIZE];
796 while (fgets(buf, BUFFER_SIZE, fp) != 0) {
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 164 # define BUFFER_SIZE(_BUF, _PTR) ((int)((_BUF) + sizeof(_BUF) - (_PTR)))
4485 mbg_tm_str(&p, &antinfo.tm_disconn, BUFFER_SIZE(buffer, p), 0);
4492 mbg_tm_str(&p, &antinfo.tm_reconn, BUFFER_SIZE(buffer, p), 0);
4498 mbg_tm_str(&p, &antinfo.tm_disconn, BUFFER_SIZE(buffer, p), 0);
4534 mbg_tgps_str(&p, &cfgh.tot_51, BUFFER_SIZE(buffer, p));
4542 mbg_tgps_str(&p, &cfgh.tot_63, BUFFER_SIZE(buffer, p));
4550 mbg_tgps_str(&p, &cfgh.t0a, BUFFER_SIZE(buffer, p));
4625 mk_utcinfo(p, utc.t0t.wn, utc.WNlsf, utc.DNt, utc.delta_tls, utc.delta_tlsf, BUFFER_SIZE(buffer, p));
5619 mkreadable(t, (int)BUFFER_SIZE(pbuffer, t), (char *)&mb(0), (unsigned)(size - 2 - (&mb(0) - buffer)), 0);
5668 mk_utcinfo(t, wnt, wnlsf, dn, dtls, dtlsf, BUFFER_SIZE(pbuffer, t))
    [all...]

Completed in 34 milliseconds