Searched refs:array (Results 1 - 25 of 71) sorted by relevance

123

/fuchsia/zircon/system/utest/fbl/
H A Darray_tests.cpp5 #include <fbl/array.h>
15 DestructorSignaler() : array(nullptr), result(nullptr) {}
17 if (array && result)
18 *result = array->get();
21 fbl::Array<DestructorSignaler>* array; member in class:__anon1341::DestructorSignaler
36 fbl::Array<DestructorSignaler> array(signalers, 2);
37 array[0].array = &array;
38 array[
[all...]
H A Dtype_info_tests.cpp45 char array[10]; local
46 EXPECT_STR_EQ(fbl::TypeInfo<decltype(array)>::Name(), "char [10]");
48 char(&array_reference)[10] = array;
/fuchsia/zircon/system/uapp/crasher/
H A Dcrasher.c56 volatile unsigned int array[512]; local
58 array[0] = i_array[0] + 1;
59 if (array[0] < 4096)
60 return stack_overflow(array);
62 array[0] = 0;
63 return stack_overflow(array);
69 volatile unsigned int array[6]; local
71 return stack_buf_overrun(array);
73 memset((void*)arg, 0, sizeof(array[0]) * 7);
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A DSFMT-sse2.h56 * @param a a 128-bit part of the interal state array
57 * @param b a 128-bit part of the interal state array
58 * @param c a 128-bit part of the interal state array
59 * @param d a 128-bit part of the interal state array
81 * This function fills the internal state array with pseudorandom
108 * This function fills the user-specified array with pseudorandom
111 * @param array an 128-bit array to be filled by pseudorandom numbers.
114 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { argument
124 _mm_store_si128(&array[
[all...]
H A DSFMT-alti.h57 * @param a a 128-bit part of the interal state array
58 * @param b a 128-bit part of the interal state array
59 * @param c a 128-bit part of the interal state array
60 * @param d a 128-bit part of the interal state array
95 * This function fills the internal state array with pseudorandom
119 * This function fills the user-specified array with pseudorandom
122 * @param array an 128-bit array to be filled by pseudorandom numbers.
125 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { argument
133 array[
176 swap(w128_t *array, int size) argument
[all...]
H A DSFMT.h75 void fill_array32(sfmt_t *ctx, uint32_t *array, int size);
76 void fill_array64(sfmt_t *ctx, uint64_t *array, int size);
/fuchsia/zircon/system/ulib/explicit-memory/include/explicit-memory/
H A Dbytes.h35 // This class guarantees that the wrapped array will be filled with zeroes when
41 ZeroDtor(T* array, size_t len) : array_(array), len_(len) { } argument
/fuchsia/zircon/third_party/ulib/jemalloc/test/src/
H A DSFMT.c100 /** the 128-bit internal state array */
102 /** index counter to the 32-bit internal state array */
126 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size);
131 JEMALLOC_INLINE_C void swap(w128_t *array, int size);
237 * @param a a 128-bit part of the internal state array
238 * @param b a 128-bit part of the internal state array
239 * @param c a 128-bit part of the internal state array
240 * @param d a 128-bit part of the internal state array
282 * This function fills the internal state array with pseudorandom
306 * This function fills the user-specified array wit
312 gen_rand_array(sfmt_t *ctx, w128_t *array, int size) argument
346 swap(w128_t *array, int size) argument
551 fill_array32(sfmt_t *ctx, uint32_t *array, int size) argument
587 fill_array64(sfmt_t *ctx, uint64_t *array, int size) argument
[all...]
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dprintf.c62 switch ((char *)param - (char *)array) { \
64 (void)printf(f, array[0], array[1], func); \
67 (void)printf(f, array[0], func); \
77 switch ((char *)param - (char *)array) { \
79 ret = xasprintf(sp, f, array[0], array[1], func); \
82 ret = xasprintf(sp, f, array[0], func); \
92 static int print_escape_str(const char *f, int *param, int *array, char *s) argument
156 int array[ local
[all...]
/fuchsia/zircon/system/ulib/minfs/include/minfs/
H A Dfsck.h14 #include <fbl/array.h>
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Del2_cpu_state_priv.h9 #include <fbl/array.h>
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Darray.h18 Array(T* array, size_t count) : ptr_(array), count_(count) {} argument
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio.h14 #include <fbl/array.h>
H A Dusb-audio-device.h9 #include <fbl/array.h>
/fuchsia/zircon/system/dev/nand/nandpart/
H A Dbad-block.h12 #include <fbl/array.h>
H A Dnandpart.h13 #include <fbl/array.h>
/fuchsia/zircon/system/dev/nand/skip-block/
H A Dlogical-to-physical-map.h7 #include <fbl/array.h>
/fuchsia/zircon/system/ulib/fzl/include/lib/fzl/
H A Dvmo-pool.h7 #include <fbl/array.h>
/fuchsia/zircon/system/utest/core/elf-tls/
H A Dtls.cpp65 static thread_local uint8_t array[1024] = { BYTES_1024 }; variable
108 for (auto& byte : array)
131 for (auto& byte : array) {
137 for (auto& byte : array) {
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_object_physical.h10 #include <fbl/array.h>
/fuchsia/zircon/system/dev/clk/amlogic-clk/
H A Daml-clk.h13 #include <fbl/array.h>
/fuchsia/zircon/system/host/blobfs/
H A Dblobfs.h11 #include <fbl/array.h>
/fuchsia/zircon/system/ulib/fdio/
H A Dspawn.c83 static void measure_string_array(const char* const* array, size_t* count_out, size_t* len_out) { argument
86 while (array[i]) {
87 len += FIDL_ALIGN(strlen(array[i]));
103 static zx_status_t send_string_array(zx_handle_t launcher, int ordinal, const char* const* array) { argument
107 // TODO(abarth): In principle, we should chunk array into separate
109 measure_string_array(array, &count, &len);
129 size_t size = strlen(array[i]);
132 memcpy(payload + offset, array[i], size);
142 // TODO(abarth): In principle, we should chunk array into separate
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dinternal.h173 #define OPENSSL_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
/fuchsia/zircon/kernel/object/include/object/
H A Dpinned_memory_token_dispatcher.h11 #include <fbl/array.h>

Completed in 205 milliseconds

123