Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 25 of 90) sorted by relevance

1234

/external/v8/test/webkit/
Darray-iterate-backwards.js30 function prepare(nbytes) { argument
38 function verify(nbytes) { argument
/external/libnfc-nci/src/adaptation/
Dlibmain.c87 extern void nfa_nv_co_read(UINT8 *pBuffer, UINT16 nbytes, UINT8 block) in nfa_nv_co_read()
146 extern void nfa_nv_co_write(const UINT8 *pBuffer, UINT16 nbytes, UINT8 block) in nfa_nv_co_write()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DNonVolatileStore.cpp63 void nfc_hal_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block) in nfc_hal_nv_co_read()
121 void nfc_hal_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block) in nfc_hal_nv_co_write()
/external/google-breakpad/src/client/linux/log/
Dlog.cc40 int write(const char* buf, size_t nbytes) { in write()
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc123 ssize_t nbytes = read(fds[0], minidump_file, sizeof(minidump_file)); in InProcessCrash() local
354 ssize_t nbytes = read(fds[0], minidump_file, sizeof(minidump_file)); in TEST_F() local
453 ssize_t nbytes = read(fds[0], minidump_file, sizeof(minidump_file)); in TEST_F() local
552 ssize_t nbytes = read(fds[0], minidump_file, sizeof(minidump_file)); in TEST_F() local
626 ssize_t nbytes = read(fds[0], minidump_file, sizeof(minidump_file)); in TEST_F() local
687 ssize_t nbytes = read(fds[0], minidump_file, sizeof(minidump_file)); in TEST_F() local
/external/libvterm/src/
Dutf8.h18 int nbytes = utf8_seqlen(codepoint); in fill_utf8() local
/external/elfutils/libasm/
Dasm_adduleb128.c75 size_t nbytes = dest - tmpbuf; in asm_adduleb128() local
Dasm_addsleb128.c79 size_t nbytes = dest - tmpbuf; in asm_addsleb128() local
/external/tlsdate/src/common/
Dfmemopen.c55 fmemopen_read(void *cookie, char *buf, int nbytes) in fmemopen_read()
74 fmemopen_write(void *cookie, const char *buf, int nbytes) in fmemopen_write()
/external/valgrind/perf/
Dheap.c12 int i, j, nbytes = 0; in main() local
/external/libpng/contrib/arm-neon/
Dlinux-auxv.c39 safe_read(png_structp png_ptr, int fd, void *buffer_in, size_t nbytes) in safe_read()
/external/speex/libspeex/
Dkiss_fft.h28 #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes) argument
/external/clang/test/Sema/
Ddarwin-align-cast.c19 ssize_t sendFileDescriptor(int fd, void *data, size_t nbytes, int sendfd) { in sendFileDescriptor()
/external/valgrind/coregrind/m_debuginfo/
Dd3basics.c956 UShort nbytes; in ML_() local
1027 UShort nbytes; in ML_() local
1203 UShort nbytes; in ML_() local
/external/valgrind/memcheck/tests/
Dwritev1.c27 int nbytes; in main() local
Dmalloc2.c26 int i, j, k, nbytes; in main() local
/external/valgrind/memcheck/tests/solaris/
Dsendfilev.c25 ssize_t nbytes = write(test_fd, &chunk1, sizeof(chunk1)); in main() local
/external/bison/lib/
Dmbswidth.c57 mbsnwidth (const char *string, size_t nbytes, int flags) in mbsnwidth()
/external/pdfium/core/src/fxcrt/
Dfx_basic_utf.cpp53 int nbytes = 0; in Input() local
/external/fio/
Dhelpers.c28 int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) in sync_file_range()
/external/valgrind/VEX/switchback/
Dswitchback.c144 static void invalidate_icache(void *ptr, unsigned long nbytes) in invalidate_icache()
404 Int nbytes = sa_end - sa_start; in switchback() local
662 void log_bytes ( HChar* bytes, Int nbytes ) in log_bytes()
/external/curl/tests/server/
Dsockfilt.c346 static ssize_t fullread(int filedes, void *buffer, size_t nbytes) in fullread()
392 static ssize_t fullwrite(int filedes, const void *buffer, size_t nbytes) in fullwrite()
438 static bool read_stdin(void *buffer, size_t nbytes) in read_stdin()
455 static bool write_stdout(const void *buffer, size_t nbytes) in write_stdout()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c74 size_t nbytes, to_read; in read_frame() local
88 size_t nbytes, to_read; in read_frame_by_row() local
/external/libvncserver/client_examples/
Dscrap.c350 unsigned long nbytes; in get_scrap() local
497 unsigned long nbytes; in clipboard_filter() local
/external/libevent/
Dbufferevent_async.c414 ev_ssize_t nbytes, int ok) in connect_complete()
443 ev_ssize_t nbytes, int ok) in read_complete()
483 ev_ssize_t nbytes, int ok) in write_complete()

1234