HomeSort by relevance Sort by last modified time
    Searched refs:nbytes (Results 101 - 125 of 178) sorted by null

1 2 3 45 6 7 8

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1148 uint nbytes, /* number of input data bytes to process */
1155 while (nbytes-- > 0)
1221 uint nbytes, /* number of input data bytes to process */
1225 while (nbytes-- > 0)
1302 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc)
1311 nbytes -= (pend - pdata);
1316 pend = pdata + (nbytes & 0xfffffffc)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 609 int nbytes = myClientInputStream.read(msg, 0, bufferSize); local
611 if (nbytes == -1) {
626 hispipe.write(msg, 0, nbytes);
TLSMessageChannel.java 589 int nbytes = myClientInputStream.read(msg, 0, bufferSize); local
591 if (nbytes == -1) {
606 hispipe.write(msg, 0, nbytes);
  /external/valgrind/main/coregrind/
m_xarray.c 198 Word VG_(addBytesToXA) ( XArray* xao, void* bytesV, Word nbytes )
204 vg_assert(nbytes >= 0);
208 for (i = 0; i < nbytes; i++) {
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 173 static void get_random_bytes(void *buf, int nbytes)
175 int i, n = nbytes, fd = get_random_fd();
198 for (cp = buf, i = 0; i < nbytes; i++)
203 for (cp = buf, i = 0; i < nbytes; i++)
  /external/e2fsprogs/misc/
dumpe2fs.c 75 unsigned long nbytes, unsigned long offset)
81 offset += group * nbytes;
82 for (i = 0; i < nbytes; i++)
88 for (j = i; j < nbytes && !in_use (bitmap, j); j++)
  /external/speex/libspeex/
bits.c 156 EXPORT void speex_bits_read_whole_bytes(SpeexBits *bits, char *chars, int nbytes)
159 int nchars = nbytes/BYTES_PER_CHAR;
  /libcore/luni/src/main/java/java/util/jar/
JarVerifier.java 105 public void write(byte[] buf, int off, int nbytes) {
106 digest.update(buf, off, nbytes);
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 3622 Int nbytes; local
    [all...]
readdwarf3.c 448 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
453 The number of bytes in '..bytes..' is nbytes.
474 UShort nbytes; local
496 /* nbytes, and actual expression */
497 nbytes = ML_(read_UShort)(p); p += sizeof(UShort);
498 p += nbytes;
503 static GExpr* make_singleton_GX ( UChar* block, UWord nbytes )
510 vg_assert(nbytes <= 0xFFFF); /* else we overflow the nbytes field */
514 + sizeof(UShort) /*nbytes*/ + nbyte
548 Word nbytes; local
    [all...]
  /external/libvpx/
vpxenc.c 149 size_t nbytes; local
171 nbytes = fread(stats->buf.buf, 1, stats->buf.sz, stats->file);
172 res = (nbytes == stats->buf.sz);
1388 unsigned long nbytes = 0; local
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 62 DWORD nbytes; local
67 nbytes = 0;
72 &key_type, NULL, &nbytes) == ERROR_SUCCESS &&
75 wchar_t *wc_temp = g_new (wchar_t, (nbytes+1)/2 + 1);
77 &key_type, (LPBYTE) wc_temp, &nbytes);
78 wc_temp[nbytes/2] = '\0';
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 2872 size_t nbytes = (totalbits - zerobits + 7) \/ 8; local
    [all...]
i386_parse.y 1270 size_t nbytes = (totalbits - zerobits + 7) / 8;
1271 assert (nbytes > 0);
1273 fprintf (outfile, " %#zx,", nbytes);
1290 if (--nbytes == 0)
1303 if (--nbytes == 0)
1313 if (--nbytes == 0)
    [all...]
  /external/mksh/src/
misc.c 1147 /* Strip any nul bytes from buf - returns new length (nbytes - # of nuls) */
1149 strip_nuls(char *buf, int nbytes)
1154 * nbytes check because some systems (older FreeBSDs) have a
1157 if (nbytes && (dst = memchr(buf, '\0', nbytes))) {
1158 char *end = buf + nbytes;
1180 blocking_read(int fd, char *buf, size_t nbytes)
1185 while ((ret = read(fd, buf, nbytes)) < 0) {
    [all...]
histrap.c 837 int nbytes = oldbytes; local
839 nbase = hist_skip_back(nbase, &nbytes, histsize);
855 if (sprinkle(fd) || write(fd, nbase, nbytes) != nbytes)
    [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 419 char* alloc_fixup_bytes ( ObjectCode* oc, int nbytes )
422 assert(nbytes % 4 == 0);
423 assert(nbytes > 0);
425 oc->fixup_used += nbytes;
482 static void invalidate_icache(void *ptr, int nbytes)
485 unsigned long endaddr = startaddr + nbytes;
    [all...]
  /external/valgrind/main/drd/tests/
unit_bitmap.c 25 void* VG_(malloc)(HChar* cc, SizeT nbytes)
26 { return malloc(nbytes); }
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 51 void send_bytes_to_logging_sink ( OutputSink* sink, HChar* msg, Int nbytes )
53 fwrite(msg, 1, nbytes, stdout);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 611 int checkSum(byte[] data, int offset, int nbytes) {
613 mAdler32.update(data, offset, nbytes);
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 611 int checkSum(byte[] data, int offset, int nbytes) {
613 mAdler32.update(data, offset, nbytes);
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 95 void *_Cdecl farmalloc( unsigned long nbytes );
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
101 while (nBytes >= 4) {
107 nBytes -= 4;
109 while (nBytes >= 1) {
112 nBytes -= 1;
128 static void send ( int nbytes )
130 assert( ((unsigned int)nbytes) < sizeof(outBuf)-1);
131 assert(outBuf[nbytes] == 0);
132 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
  /external/valgrind/main/none/tests/x86/
x86locked.c 98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
101 while (nBytes >= 4) {
107 nBytes -= 4;
109 while (nBytes >= 1) {
112 nBytes -= 1;
128 static void send ( int nbytes )
130 assert( ((unsigned int)nbytes) < sizeof(outBuf)-1);
131 assert(outBuf[nbytes] == 0);
132 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );

Completed in 633 milliseconds

1 2 3 45 6 7 8