HomeSort by relevance Sort by last modified time
    Searched refs:nbytes (Results 26 - 50 of 286) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
cachectl.h 33 extern int __cachectl (void *addr, __const int nbytes, __const int op);
34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /external/valgrind/main/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/libcxx/src/support/solaris/
wcsnrtombs.inc 35 size_t nbytes;
39 nbytes = 0;
47 return (nbytes + nb - 1);
49 nbytes += nb;
51 return (nbytes);
83 return (nbytes + nb - 1);
88 nbytes += nb;
91 return (nbytes);
  /libcore/luni/src/main/java/java/util/zip/
Checksum.java 45 * @param nbytes
48 public void update(byte[] buf, int off, int nbytes);
CheckedOutputStream.java 81 * @param nbytes
87 public void write(byte[] buf, int off, int nbytes) throws IOException {
88 out.write(buf, off, nbytes);
89 check.update(buf, off, nbytes);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
wcsnrtombs.inc 35 size_t nbytes;
39 nbytes = 0;
47 return (nbytes + nb - 1);
49 nbytes += nb;
51 return (nbytes);
83 return (nbytes + nb - 1);
88 nbytes += nb;
91 return (nbytes);
  /external/valgrind/main/VEX/unused/
arena.h 40 extern void *Arena_alloc (T arena, long nbytes,
43 long nbytes, const char *file, int line);
  /external/elfutils/0.153/libasm/
asm_adduleb128.c 74 size_t nbytes = dest - tmpbuf; local
77 if (__libasm_ensure_section_space (asmscn, nbytes) != 0)
82 memcpy (&asmscn->content->data[asmscn->content->len], tmpbuf, nbytes);
85 asmscn->content->len += nbytes;
88 asmscn->offset += nbytes;
asm_addsleb128.c 78 size_t nbytes = dest - tmpbuf; local
81 if (__libasm_ensure_section_space (asmscn, nbytes) != 0)
86 memcpy (&asmscn->content->data[asmscn->content->len], tmpbuf, nbytes);
89 asmscn->content->len += nbytes;
92 asmscn->offset += nbytes;
  /external/valgrind/main/memcheck/tests/
malloc2.c 15 int i, j, k, nbytes; local
27 nbytes = 1 + random() % M_TEST_MALLOC;
29 nbytes *= 17;
30 test_arr[j] = malloc( nbytes );
32 for (k = 1; k < nbytes; k++)
  /external/bison/lib/
mbswidth.h 53 /* Returns the number of screen columns needed for the NBYTES bytes
55 extern int mbsnwidth (const char *buf, size_t nbytes, int flags);
  /external/libmtp/src/
util.h 26 void data_dump(FILE *f, void *buf, uint32_t nbytes);
  /external/llvm/lib/Target/NVPTX/
NVPTXutil.cpp 36 static int encode_leb128(uint64_t val, int *nbytes, char *space, int splen) {
53 *nbytes = a - space;
73 int nbytes; local
75 int retval = encode_leb128(temp64.x, &nbytes, encoded, 16);
80 assert(nbytes <= 8 &&
84 for (int i = 0; i < nbytes; ++i)
  /external/pdfium/core/src/fxcrt/
fx_basic_utf.cpp 56 int nbytes = 0; local
58 nbytes = 2;
60 nbytes = 3;
62 nbytes = 4;
64 nbytes = 5;
66 nbytes = 6;
69 int order = 1 << ((nbytes - 1) * 6);
71 m_Buffer.AppendChar(prefix[nbytes - 2] | (code / order));
72 for (int i = 0; i < nbytes - 1; i ++) {

Completed in 2507 milliseconds

12 3 4 5 6 7 8 91011>>