HomeSort by relevance Sort by last modified time
    Searched defs:bufsize (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 93 RMS_WORD bufsize; /* Buffer size (in DSP words) */ member in struct:RMS_StrmDef
  /ndk/sources/host-tools/make-3.81/
strcache.c 39 static int bufsize = CACHE_BUFFER_SIZE; variable
46 new = (struct strcache *) xmalloc (sizeof (*new) + bufsize);
49 new->bytesfree = bufsize;
67 if (len > bufsize)
68 bufsize = len * 2;
168 if (size > bufsize)
169 bufsize = size;
170 return bufsize;
186 int totsize = 0, avgsize, maxsize = 0, minsize = bufsize;
187 int totfree = 0, avgfree, maxfree = 0, minfree = bufsize;
    [all...]
ansi2knr.c 238 #define bufsize 5000 /* arbitrary size */ macro
302 buf = malloc(bufsize);
309 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL )
320 f: if ( line >= buf + (bufsize - 1) ) /* overflow check */
322 if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL )
346 if ( line != buf + (bufsize - 1) ) /* overflow check */
  /external/chromium_org/net/base/
nss_memio.c 30 int bufsize; /* number of bytes allocated to buf */ member in struct:memio_buffer
94 mb->bufsize = size;
103 mb->bufsize = 0;
111 return (((mb->tail >= mb->head) ? mb->tail : mb->bufsize) - mb->head);
124 return mb->bufsize - mb->tail - (mb->head == 0);
139 if (mb->tail == mb->bufsize)
151 if (mb->tail == mb->bufsize)
172 if (mb->head == mb->bufsize)
183 if (mb->head == mb->bufsize)
228 PR_ASSERT(mb->bufsize);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
enc.c 107 unsigned char *buff=NULL,*bufsize=NULL; local
218 else if (strcmp(*argv,"-bufsize") == 0)
221 bufsize=(unsigned char *)*(++argv);
312 BIO_printf(bio_err,"%-14s buffer size\n","-bufsize <n>");
345 if (bufsize != NULL)
349 for (n=0; *bufsize; bufsize++)
351 i= *bufsize;
357 bufsize++;
361 if (*bufsize != '\0'
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
bio_asn1.c 95 int bufsize; member in struct:BIO_ASN1_BUF_CTX_t
169 ctx->bufsize = size;
237 OPENSSL_assert(ctx->buflen <= ctx->bufsize);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
cpp-preproc.c 238 int bufsize = BSIZE; local
253 buf = yasm_xmalloc((size_t)bufsize);
256 if (!fgets(p, bufsize-(p-buf), pp->f)) {
268 if ((p-buf) >= bufsize) {
271 bufsize *= 2;
272 buf = yasm_xrealloc(buf, (size_t)bufsize);
  /external/chromium_org/tools/win/link_limiter/
limiter.cc 104 DWORD bufsize = buffer.size(); local
107 &bufsize);
110 bufsize > buffer.size()) {
111 buffer.resize(bufsize);
  /external/e2fsprogs/lib/ext2fs/
inode.c 405 struct ext2_inode *inode, int bufsize)
479 memset(inode, 0, bufsize);
483 0, bufsize);
492 memset(inode, 0, bufsize);
496 0, bufsize);
498 memcpy(inode, scan->ptr, bufsize);
523 struct ext2_inode * inode, int bufsize)
536 ((bufsize == sizeof(struct ext2_inode)) ||
551 if (bufsize == sizeof(struct ext2_inode)) {
583 if (bufsize < length
612 0, bufsize); local
    [all...]
  /external/javassist/src/main/javassist/
ClassPoolTail.java 386 int bufsize = 4096; local
389 bufs[i] = new byte[bufsize];
393 len = fin.read(bufs[i], size, bufsize - size);
397 byte[] result = new byte[bufsize - 4096 + size];
407 } while (size < bufsize);
408 bufsize *= 2;
422 int bufsize = 4096; local
424 byte[] buf = new byte[bufsize];
428 len = fin.read(buf, size, bufsize - size);
435 } while (size < bufsize);
    [all...]
  /external/libnl/lib/route/sch/
tbf.c 71 int bufsize; local
79 bufsize = rtnl_tc_calc_bufsize(nl_ticks2us(opts.buffer),
81 tbf->qt_rate_bucket = bufsize;
85 bufsize = rtnl_tc_calc_bufsize(nl_ticks2us(opts.mtu),
87 tbf->qt_peakrate_bucket = bufsize;
  /external/libnl/lib/route/
tc.c 363 * @arg bufsize Size of buffer to be transmited in bytes.
370 * txtime=\frac{bufsize}{rate}10^6
375 int rtnl_tc_calc_txtime(int bufsize, int rate)
379 tx_time_secs = (double) bufsize / (double) rate;
393 * bufsize=\frac{{txtime} \times {rate}}{10^6}
400 double bufsize; local
402 bufsize = (double) txtime * (double) rate;
404 return bufsize / 1000000.;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 188 int bufsize = sock.getReceiveBufferSize(); local
189 byte message[] = new byte[bufsize];
190 DatagramPacket packet = new DatagramPacket(message, bufsize);
  /external/openssl/apps/
enc.c 107 unsigned char *buff=NULL,*bufsize=NULL; local
218 else if (strcmp(*argv,"-bufsize") == 0)
221 bufsize=(unsigned char *)*(++argv);
312 BIO_printf(bio_err,"%-14s buffer size\n","-bufsize <n>");
351 if (bufsize != NULL)
355 for (n=0; *bufsize; bufsize++)
357 i= *bufsize;
363 bufsize++;
367 if (*bufsize != '\0'
    [all...]
  /external/openssl/crypto/asn1/
bio_asn1.c 95 int bufsize; member in struct:BIO_ASN1_BUF_CTX_t
169 ctx->bufsize = size;
237 OPENSSL_assert(ctx->buflen <= ctx->bufsize);
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c 363 snd_pcm_uframes_t bufsize; local
372 status = SDL_NAME(snd_pcm_hw_params_get_buffer_size)(hwparams, &bufsize);
376 if ( !override && bufsize != spec->samples * 2 ) {
381 spec->samples = bufsize / 2;
391 fprintf(stderr, "ALSA: period size = %ld, periods = %u, buffer size = %lu\n", persize, periods, bufsize);
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 66 int bufsize; member in struct:Ti::Camera::libjpeg_destination_mgr
74 dest->free_in_buffer = dest->bufsize;
82 dest->free_in_buffer = dest->bufsize;
88 dest->jpegsize = dest->bufsize - dest->free_in_buffer;
97 this->bufsize = size;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 66 int bufsize; member in struct:android::libjpeg_destination_mgr
74 dest->free_in_buffer = dest->bufsize;
82 dest->free_in_buffer = dest->bufsize;
88 dest->jpegsize = dest->bufsize - dest->free_in_buffer;
97 this->bufsize = size;
  /ndk/sources/host-tools/nawk-20071023/
lex.c 174 static int bufsize = 5; /* BUG: setting this small causes core dump! */ local
176 if (buf == 0 && (buf = (char *) malloc(bufsize)) == NULL)
187 c = gettok(&buf, &bufsize);
304 c = gettok(&buf, &bufsize);
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 122 int bufsize = 1024*1024; local
123 uint8_t *buf = new uint8_t[bufsize];
125 int n = AMediaExtractor_readSampleData(ex, buf, bufsize);
272 size_t bufsize; local
273 uint8_t *buf = AMediaCodec_getInputBuffer(codec[t], bufidx, &bufsize);
274 int sampleSize = AMediaExtractor_readSampleData(ex, buf, bufsize);
318 size_t bufsize; local
319 uint8_t *buf = AMediaCodec_getOutputBuffer(codec[tt], status, &bufsize);
415 size_t bufsize; local
416 uint8_t *buf = AMediaCodec_getInputBuffer(codec, bufidx, &bufsize);
497 int bufsize = 1024*1024; local
    [all...]
  /external/chromium_org/base/win/
registry.cc 190 DWORD bufsize = arraysize(buf); local
191 LONG r = ::RegEnumValue(key_, index, buf, &bufsize, NULL, NULL, NULL, NULL);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 287 bufsize(bufsize_arg) {
292 int bufsize; member in struct:HeapProfileTable::BufferArgs
357 // at buf + buflen, and promise not to go beyond buf + bufsize.
367 char* buf, int buflen, int bufsize,
  /external/e2fsprogs/e2fsck/
journal.c 71 int bufsize = sizeof(*bh) + kdev->k_ctx->fs->blocksize - local
74 bh = e2fsck_allocate_memory(kdev->k_ctx, bufsize, "block buffer");
  /external/iputils/ninfod/
ni_ifaddrs.c 166 size_t bufsize = 65536, lastbufsize = 0; local
172 void *newbuff = realloc(buff, bufsize);
173 if (newbuff == NULL || bufsize < lastbufsize) {
179 result = read_size = nl_recvmsg(sd, request, seq, buff, bufsize, &msg_flags);
181 lastbufsize = bufsize;
182 bufsize *= 2;
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 85 in *BUF, and sets *BUFSIZE to its size. IS_LOCAL is 1 if using the
94 load_debug_frame (const char *file, char **buf, size_t *bufsize, int is_local)
106 *bufsize = 0;
139 *bufsize = sec_hdrs[i].sh_size;
140 *buf = malloc (*bufsize);
143 if (fread (*buf, 1, *bufsize, f) != *bufsize)
147 *bufsize, sec_hdrs[i].sh_offset);
198 ret = load_debug_frame (newname, buf, bufsize, -1);
205 ret = load_debug_frame (newname, buf, bufsize, -1)
253 size_t bufsize; local
386 size_t bufsize; local
    [all...]

Completed in 1938 milliseconds

12 3 4 5 6