Searched defs:array (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | SFMT-alti.h | 125 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 D | SFMT-sse2.h | 114 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 D | SFMT.c | 312 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 D | printf.c | 92 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 D | mystring.c | 254 findstring(const char *s, const char *const *array, size_t nmemb) in findstring()
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | internal.h | 173 #define OPENSSL_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) in OPENSSL_MSVC_PRAGMA() argument
|
Completed in 12 milliseconds