Searched refs:array (Results 26 - 50 of 71) sorted by relevance

123

/fuchsia/zircon/kernel/tests/
H A Dalloc_checker_tests.cpp124 uint8_t array[0x1000]; member in struct:LargeStruct
135 // For this array allocation, the C++ compiler will generate a
162 // Test passing a signed, negative array size. This should fail
186 UNITTEST("test array size overflow check", test_array_size_overflow_check)
187 UNITTEST("test negative array size", test_negative_array_size)
/fuchsia/zircon/system/dev/bus/platform/
H A Ddevice-resources.h8 #include <fbl/array.h>
H A Dplatform-bus.h14 #include <fbl/array.h>
H A Dplatform-i2c.cpp8 #include <fbl/array.h>
H A Dplatform-proxy-device.h14 #include <fbl/array.h>
/fuchsia/zircon/system/dev/bus/virtio/
H A Dconsole.h10 #include <fbl/array.h>
/fuchsia/zircon/system/dev/nand/skip-block/
H A Dskip-block.h15 #include <fbl/array.h>
/fuchsia/zircon/system/uapp/trace-benchmark/
H A Dhandler.h12 #include <fbl/array.h>
/fuchsia/zircon/system/ulib/digest/include/digest/
H A Dmerkle-tree.h17 #include <fbl/array.h>
/fuchsia/zircon/system/utest/fbl/
H A Dstring_printf_tests.cpp9 #include <fbl/array.h>
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dunique_ptr.h139 explicit unique_ptr(T* array) : ptr_(array) {} argument
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.h13 #include <fbl/array.h>
/fuchsia/zircon/system/dev/nand/nandpart/
H A Daml-bad-block.h11 #include <fbl/array.h>
/fuchsia/zircon/system/dev/nand/skip-block/test/
H A Dlogical-to-physical-map-test.cpp7 #include <fbl/array.h>
/fuchsia/zircon/system/ulib/bitmap/include/bitmap/
H A Dstorage.h15 #include <fbl/array.h>
/fuchsia/zircon/system/ulib/minfs/
H A Dminfs-private.h484 // Initialize output array to 0 in case the indirect block(s) containing these bnos
498 DirectArgs(blk_op_t op, blk_t* array, blk_t count, blk_t* bnos) argument
499 : op_(op), array_(array), count_(count), bnos_(bnos), dirty_(false) {}
521 blk_t* const array_; // array containing blocks to be operated on
523 blk_t* const bnos_; // array of |count| bnos returned to the user
529 IndirectArgs(blk_op_t op, blk_t* array, blk_t count, blk_t* bnos, blk_t bindex,
531 : DirectArgs(op, array, count, bnos), bindex_(bindex), ib_vmo_offset_(ib_vmo_offset) {}
560 DindirectArgs(blk_op_t op, blk_t* array, blk_t count, blk_t* bnos, blk_t bindex,
562 : IndirectArgs(op, array, count, bnos, bindex, ib_vmo_offset),
584 // the in-memory block array
[all...]
/fuchsia/zircon/kernel/object/include/object/
H A Djob_dispatcher.h17 #include <fbl/array.h>
100 // in_policy is an array of |count| elements.
H A Dprocess_dispatcher.h20 #include <fbl/array.h>
102 // Remove all of an array of |user_handles| from the
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_object.h10 #include <fbl/array.h>
H A Dvm_object_paged.h10 #include <fbl/array.h>
/fuchsia/zircon/system/core/pwrbtn-monitor/
H A Dpwrbtn-monitor.cpp12 #include <fbl/array.h>
/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-message.h9 #include <fbl/array.h>
/fuchsia/zircon/system/uapp/aslr-analysis/
H A Dmain.cpp6 #include <fbl/array.h>
107 // |reports| is an array of samples gathered from launching processes
/fuchsia/zircon/system/utest/fs/
H A Dtest-persist.cpp19 #include <fbl/array.h>
/fuchsia/zircon/system/utest/vdso/
H A Dvdso.cpp14 #include <fbl/array.h>

Completed in 90 milliseconds

123