Home
last modified time | relevance | path

Searched defs:count (Results 201 - 225 of 6537) sorted by relevance

12345678910>>...262

/third_party/node/src/
H A Dnode_bob-inl.h12 Pull( Next<T> next, int options, T* data, size_t count, size_t max_count_hint) Pull() argument
/third_party/musl/src/string/aarch64/
H A Dmemset.S17 #define count x2 define
[all...]
/third_party/musl/src/exit/
H A Dat_quick_exit.c9 static int count; variable
/third_party/node/deps/icu-small/source/common/
H A Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() argument
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() argument
46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() argument
32 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
41 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
55 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) uprv_arrayCopy() argument
59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
65 uprv_arrayCopy(const char16_t *src, int32_t srcStart, char16_t *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) uprv_arrayCopy() argument
82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
[all...]
/third_party/node/deps/icu-small/source/stubdata/
H A Dstubdata.h38 uint32_t count, reserved; variable
/third_party/node/deps/icu-small/source/i18n/
H A Dcpdtrans.h44 int32_t count; member in CompoundTransliterator
/third_party/icu/icu4c/source/samples/layout/
H A DSurface.cpp18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, in drawGlyphs() argument
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.h37 unsigned int count; member
/third_party/libexif/libexif/
H A Dexif-content.h43 unsigned int count; member
/third_party/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.h35 unsigned int count; member
/third_party/libexif/libexif/canon/
H A Dexif-mnote-data-canon.h38 unsigned int count; member
/third_party/ltp/testcases/kernel/syscalls/getdtablesize/
H A Dgetdtablesize01.c57 int table_size, fd = 0, count = 0; in main() local
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace.cc18 StackTrace::StackTrace(const void* const* trace, size_t count) { in StackTrace() argument
/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.cc24 Semaphore::Semaphore(int count) { in Semaphore() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/malloc/
H A Dposix_memalign.c30 int count = sizeof(block) / sizeof(size_t); in posix_memalign_0100() local
/third_party/mesa3d/src/util/
H A Du_drm.h34 util_array_contains_u64(uint64_t needle, const uint64_t *haystack, unsigned count) in util_array_contains_u64() argument
50 drm_find_modifier(uint64_t modifier, const uint64_t *modifiers, unsigned count) in drm_find_modifier() argument
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A D__setitimer_time64.c24 static int count = 0; variable
H A D__getitimer_time64.c22 static int count = 0; variable
H A Dsetitimer.c22 static int count = 0; variable
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwmemset.c29 int count = 10; in wmemset_0100() local
48 int count = 0; in wmemset_0200() local
67 int count = 10; in wmemset_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_spin_trylock.c21 int count = 0; variable
H A Dpthread_spin_lock.c21 volatile int count = 0; variable
H A Dpthread_spin_unlock.c21 int count = 0; variable
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dpwritev.c38 int count = sizeof(iov) / sizeof(struct iovec); in pwritev_0100() local
71 int count = sizeof(iov) / sizeof(struct iovec); in pwritev_0200() local
98 int count = sizeof(iov) / sizeof(struct iovec); in pwritev_0300() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_render_translate.c28 r300_translate_index_buffer(struct r300_context *r300, const struct pipe_draw_info *info, struct pipe_resource **out_buffer, unsigned *index_size, unsigned index_offset, unsigned *start, unsigned count) r300_translate_index_buffer() argument

Completed in 11 milliseconds

12345678910>>...262