Home
last modified time | relevance | path

Searched defs:array (Results 51 – 75 of 104) sorted by relevance

12345

/xnu-10002.41.9/tests/bounded_ptr_src/
H A Dreinterpret_cast.cpp37 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
H A Ddiscard_bounds.cpp32 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Darith.add.cpp25 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Darith.inc_dec.cpp25 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dderef.cpp40 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dunsafe_discard_bounds.cpp35 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dctor.convert.cpp46 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
H A Dassign.convert.cpp45 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
H A Darith.difference.cpp24 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
H A Darith.subtract_assign.cpp32 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Darith.add_assign.cpp35 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dsubscript.cpp40 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
/xnu-10002.41.9/tests/bounded_array_ref_src/
H A Dctor.raw_ptr.cpp23 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dslice.cpp23 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
/xnu-10002.41.9/libkern/c++/
H A DOSSet.cpp148 OSSet::withArray(const OSArray *array, in withArray()
238 OSSet::merge(const OSArray * array) in merge()
H A DOSSerializeBinary.cpp212 OSArray * array; in binarySerializeInternal() local
362 OSArray * array; in OSUnserializeBinary() local
/xnu-10002.41.9/bsd/skywalk/packet/
H A Dpbufpool.c1535 pp_insert_upp_batch(struct kern_pbufpool *pp, pid_t pid, uint64_t *array, in pp_insert_upp_batch()
1937 uint64_t *array, uint32_t num, boolean_t tagged, alloc_cb_func_t cb, in pp_alloc_packet_common()
2021 uint64_t *array, uint32_t *size, boolean_t tagged, alloc_cb_func_t cb, in pp_alloc_packet_batch()
2287 pp_free_packet_array(struct kern_pbufpool *pp, uint64_t *array, uint32_t num) in pp_free_packet_array()
2355 pp_free_packet_batch(const kern_pbufpool_t pp, uint64_t *array, uint32_t size) in pp_free_packet_batch()
2442 pp_alloc_buflet_common(struct kern_pbufpool *pp, uint64_t *array, in pp_alloc_buflet_common()
2495 pp_alloc_buflet_batch(struct kern_pbufpool *pp, uint64_t *array, in pp_alloc_buflet_batch()
/xnu-10002.41.9/tests/
H A Dtask_vm_info_decompressions.c79 char *array; in worker_thread_function() local
/xnu-10002.41.9/osfmk/kern/
H A Dsmr.c2254 smr_hash_free_array(struct smrq_slist_head *array, size_t size) in smr_hash_free_array()
2260 smr_hash_array_encode(struct smrq_slist_head *array, uint16_t order) in smr_hash_array_encode()
2276 struct smrq_slist_head *array; in smr_hash_init() local
2296 struct smr_hash_array array = smr_hash_array_decode(smrh); in smr_hash_destroy() local
2308 struct smr_hash_array array = smr_hash_array_decode(smrh); variable
3089 hw_lck_ptr_t *array; in smr_shash_init() local
3152 hw_lck_ptr_t *array; variable
/xnu-10002.41.9/bsd/kern/
H A Dqsort.c212 kx_qsort(void *array, size_t nm, size_t member_size, int (*cmpf)(const void *, const void *)) in kx_qsort() argument
/xnu-10002.41.9/libkern/kxld/
H A Dkxld_util.h79 #define const_array_len(array) sizeof(array) / sizeof(*array) argument
/xnu-10002.41.9/bsd/sys/
H A Dsem.h180 unsigned short *array; /* array for GETALL & SETALL */ member
/xnu-10002.41.9/iokit/Kernel/
H A DIORangeAllocator.cpp357 OSArray * array = OSArray::withCapacity( numElements * 2 ); in serialize() local
H A DIORegistryEntry.cpp442 OSObject ** array = os_atomic_load(&reserved->fIndexedProperties, acquire); in free() local
955 OSObject ** array; in setIndexedProperty() local
995 OSObject ** array = os_atomic_load(&reserved->fIndexedProperties, acquire); in getIndexedProperty() local
1926 OSArray * array; in applyToChildren() local
1952 OSArray * array; in applyToParents() local
/xnu-10002.41.9/osfmk/arm64/
H A Darm64_hypercall.c40 #define countof(array) (sizeof (array) / sizeof ((array)[0])) in regs_to_uuid() argument

12345