| /xnu-10002.41.9/tests/bounded_ptr_src/ |
| H A D | reinterpret_cast.cpp | 37 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
|
| H A D | discard_bounds.cpp | 32 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | arith.add.cpp | 25 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | arith.inc_dec.cpp | 25 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | deref.cpp | 40 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | unsafe_discard_bounds.cpp | 35 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | ctor.convert.cpp | 46 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
|
| H A D | assign.convert.cpp | 45 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
|
| H A D | arith.difference.cpp | 24 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
|
| H A D | arith.subtract_assign.cpp | 32 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | arith.add_assign.cpp | 35 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | subscript.cpp | 40 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 D | ctor.raw_ptr.cpp | 23 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | slice.cpp | 23 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| /xnu-10002.41.9/libkern/c++/ |
| H A D | OSSet.cpp | 148 OSSet::withArray(const OSArray *array, in withArray() 238 OSSet::merge(const OSArray * array) in merge()
|
| H A D | OSSerializeBinary.cpp | 212 OSArray * array; in binarySerializeInternal() local 362 OSArray * array; in OSUnserializeBinary() local
|
| /xnu-10002.41.9/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 1535 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 D | task_vm_info_decompressions.c | 79 char *array; in worker_thread_function() local
|
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | smr.c | 2254 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 D | qsort.c | 212 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 D | kxld_util.h | 79 #define const_array_len(array) sizeof(array) / sizeof(*array) argument
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | sem.h | 180 unsigned short *array; /* array for GETALL & SETALL */ member
|
| /xnu-10002.41.9/iokit/Kernel/ |
| H A D | IORangeAllocator.cpp | 357 OSArray * array = OSArray::withCapacity( numElements * 2 ); in serialize() local
|
| H A D | IORegistryEntry.cpp | 442 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 D | arm64_hypercall.c | 40 #define countof(array) (sizeof (array) / sizeof ((array)[0])) in regs_to_uuid() argument
|