Home
last modified time | relevance | path

Searched defs:array (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/jemalloc/test/include/test/
A DSFMT-alti.h125 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
176 JEMALLOC_INLINE void swap(w128_t *array, int size) { in swap()
A DSFMT-sse2.h114 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
/third_party/ulib/jemalloc/test/src/
A DSFMT.c312 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
346 JEMALLOC_INLINE_C void swap(w128_t *array, int size) { in swap()
551 void fill_array32(sfmt_t *ctx, uint32_t *array, int size) { in fill_array32()
587 void fill_array64(sfmt_t *ctx, uint64_t *array, int size) { in fill_array64()
/third_party/uapp/dash/src/bltin/
A Dprintf.c92 static int print_escape_str(const char *f, int *param, int *array, char *s) in print_escape_str()
156 int array[2]; in printfcmd() local
/third_party/uapp/dash/src/
A Dmystring.c254 findstring(const char *s, const char *const *array, size_t nmemb) in findstring()
/third_party/ulib/uboringssl/crypto/
A Dinternal.h173 #define OPENSSL_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) in OPENSSL_MSVC_PRAGMA() argument

Completed in 12 milliseconds