Home
last modified time | relevance | path

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

/system/utest/fbl/
A Darray_tests.cpp21 fbl::Array<DestructorSignaler>* array; member in __anond994c4480111::DestructorSignaler
36 fbl::Array<DestructorSignaler> array(signalers, 2); in destructor_test() local
A Dtype_info_tests.cpp45 char array[10]; in type_info_test() local
/system/ulib/explicit-memory/include/explicit-memory/
A Dbytes.h42 ZeroDtor(T* array, size_t len) : array_(array), len_(len) { } in ZeroDtor()
/system/uapp/crasher/
A Dcrasher.c57 volatile unsigned int array[512]; in stack_overflow() local
70 volatile unsigned int array[6]; in stack_buf_overrun() local
/system/ulib/fbl/include/fbl/
A Darray.h18 Array(T* array, size_t count) : ptr_(array), count_(count) {} in Array()
A Dunique_ptr.h141 explicit unique_ptr(T* array) : ptr_(array) {} in unique_ptr()
/system/ulib/minfs/
A Dminfs-private.h519 DirectArgs(BlockOp op, blk_t* array, blk_t count, blk_t* bnos) in DirectArgs()
550 IndirectArgs(BlockOp op, blk_t* array, blk_t count, blk_t* bnos, blk_t bindex, in IndirectArgs()
581 DindirectArgs(BlockOp op, blk_t* array, blk_t count, blk_t* bnos, blk_t bindex, in DindirectArgs()
A Dvnode.cpp586 blk_t* array = &inode_.dnum[start]; in ApplyOperation() local
616 blk_t* array = &inode_.inum[ibindex]; in ApplyOperation() local
648 blk_t* array = &inode_.dinum[dibindex]; in ApplyOperation() local
/system/ulib/fdio/
A Dspawn.c125 static void measure_string_array(const char* const* array, size_t* count_out, size_t* len_out) { in measure_string_array()
145 static zx_status_t send_string_array(zx_handle_t launcher, int ordinal, const char* const* array) { in send_string_array()
/system/utest/core/elf-tls/
A Dtls.cpp65 static thread_local uint8_t array[1024] = { BYTES_1024 }; variable

Completed in 32 milliseconds