HomeSort by relevance Sort by last modified time
    Searched defs:nbytes (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
utils.h 24 size_t nbytes; member in struct:mem_region_t
34 * checks that a region (addr + nbytes-1) of memory is totally covered by
35 * one of the regions defined in tbl. Caller must ensure that (addr+nbytes-1)
39 uintptr_t addr, size_t nbytes);
  /external/libvterm/src/
utf8.h 18 int nbytes = utf8_seqlen(codepoint); local
21 int b = nbytes;
28 switch(nbytes) {
37 return nbytes;
  /external/elfutils/libasm/
asm_adduleb128.c 75 size_t nbytes = dest - tmpbuf; local
78 if (__libasm_ensure_section_space (asmscn, nbytes) != 0)
83 memcpy (&asmscn->content->data[asmscn->content->len], tmpbuf, nbytes);
86 asmscn->content->len += nbytes;
89 asmscn->offset += nbytes;
asm_addsleb128.c 79 size_t nbytes = dest - tmpbuf; local
82 if (__libasm_ensure_section_space (asmscn, nbytes) != 0)
87 memcpy (&asmscn->content->data[asmscn->content->len], tmpbuf, nbytes);
90 asmscn->content->len += nbytes;
93 asmscn->offset += nbytes;
  /external/valgrind/include/
pub_tool_xtmemory.h 37 SizeT nbytes; member in struct:_XT_Allocs
  /external/strace/tests/
sync_file_range.c 43 const off64_t nbytes = 0xfacefeedcafef00dULL; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
52 (long long) nbytes,
sync_file_range2.c 43 const off64_t nbytes = 0xfacefeedcafef00d; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
52 (long long) nbytes,
  /external/strace/tests-m32/
sync_file_range.c 43 const off64_t nbytes = 0xfacefeedcafef00dULL; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
52 (long long) nbytes,
sync_file_range2.c 43 const off64_t nbytes = 0xfacefeedcafef00d; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
52 (long long) nbytes,
  /external/strace/tests-mx32/
sync_file_range.c 43 const off64_t nbytes = 0xfacefeedcafef00dULL; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
52 (long long) nbytes,
sync_file_range2.c 43 const off64_t nbytes = 0xfacefeedcafef00d; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
52 (long long) nbytes,
  /external/v4l2_codec2/vda/
bit_reader.cc 39 int nbytes = max_nbytes; local
40 if (nbytes > bytes_left_)
41 nbytes = bytes_left_;
44 data_ += nbytes;
45 bytes_left_ -= nbytes;
46 return nbytes;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
bitset.c 10 int nbytes = NBYTES(nbits); local
11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes);
16 ss += nbytes;
17 while (--nbytes >= 0)
53 for (i = NBYTES(nbits); --i >= 0; )
64 for (i = NBYTES(nbits); --i >= 0; )
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
bitset.c 10 int nbytes = NBYTES(nbits); local
11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes);
16 ss += nbytes;
17 while (--nbytes >= 0)
53 for (i = NBYTES(nbits); --i >= 0; )
64 for (i = NBYTES(nbits); --i >= 0; )
  /external/expat/xmlwf/
unixfilemap.c 61 size_t nbytes; local
85 nbytes = sb.st_size;
87 if (nbytes == 0) {
93 p = (void *)mmap((void *)0, (size_t)nbytes, PROT_READ,
100 processor(p, nbytes, name, arg);
101 munmap((void *)p, nbytes);
readfilemap.c 81 size_t nbytes; local
107 nbytes = sb.st_size;
108 /* malloc will return NULL with nbytes == 0, handle files with size 0 */
109 if (nbytes == 0) {
115 p = malloc(nbytes);
121 n = _EXPAT_read(fd, p, nbytes);
128 if (n != (_EXPAT_read_count_t)nbytes) {
134 processor(p, nbytes, name, arg);
  /external/libvpx/libvpx/
vpxstats.c 29 size_t nbytes; local
47 nbytes = fread(stats->buf.buf, 1, stats->buf.sz, stats->file);
48 res = (nbytes == stats->buf.sz);
  /external/python/cpython2/Parser/
bitset.c 10 int nbytes = NBYTES(nbits); local
11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes);
16 ss += nbytes;
17 while (--nbytes >= 0)
53 for (i = NBYTES(nbits); --i >= 0; )
64 for (i = NBYTES(nbits); --i >= 0; )
  /external/python/cpython3/Parser/
bitset.c 10 int nbytes = NBYTES(nbits); local
11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes);
16 ss += nbytes;
17 while (--nbytes >= 0)
53 for (i = NBYTES(nbits); --i >= 0; )
64 for (i = NBYTES(nbits); --i >= 0; )
  /external/syslinux/com32/libutil/
unbase64.c 47 size_t nbytes = 0; local
66 if (nbytes < bufsiz)
68 nbytes++;
75 return nbytes;
  /external/valgrind/memcheck/tests/solaris/
sendfilev.c 25 ssize_t nbytes = write(test_fd, &chunk1, sizeof(chunk1)); local
26 if (nbytes != CHUNK) {
28 fprintf(stderr, "write failed (nbytes=%zd): %s (%d).\n",
29 nbytes, strerror(error), error);
54 nbytes = sendfilev(test_fd, vec, 2, &xferred);
55 if (nbytes < 0) {
65 nbytes = sendfilev(test_fd, vec, -1, &xferred);
66 if (nbytes < 0) {
78 nbytes = sendfilev(test_fd, vec, 1, &xferred);
79 if (nbytes < 0)
    [all...]
  /external/valgrind/perf/
heap.c 12 int i, j, nbytes = 0; local
31 arr[j] = malloc(nbytes);
34 for (jpdb=0; jpdb<nbytes; jpdb = jpdb+pdb) {
41 nbytes += 8;
42 if (nbytes > 32)
43 nbytes = 0;
  /external/valgrind/memcheck/tests/
malloc2.c 26 int i, j, k, nbytes; local
38 nbytes = 1 + myrandom() % M_TEST_MALLOC;
40 nbytes *= 17;
41 test_arr[j] = malloc( nbytes );
43 for (k = 1; k < nbytes; k++)
writev1.c 27 int nbytes; local
39 } else if ((nbytes = write(fd, buf_list[1], K_1)) != K_1) {
40 fprintf(stderr, "write(2) failed: nbytes = %d, errno = %d\n",
41 nbytes, errno);
62 if ((nbytes = read(fd, buf_list[0], CHUNK)) != 0)
63 fprintf(stderr, "Expected nbytes = 0, got %d\n", nbytes);
  /external/libjpeg-turbo/
jdatasrc.c 105 size_t nbytes; local
107 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE);
109 if (nbytes <= 0) {
116 nbytes = 2;
120 src->pub.bytes_in_buffer = nbytes;

Completed in 441 milliseconds

1 2 3 4 5 6 7 8 910