Home
last modified time | relevance | path

Searched defs:j (Results 1 – 25 of 147) sorted by relevance

123456

/xnu-8792.41.9/tests/safe_allocation_src/
H A Dusage.two_dimensions.cpp25 for (int j = 0; j < 10; ++j) { in tests() local
31 for (int j = 0; j < 10; ++j) { in tests() local
/xnu-8792.41.9/tests/
H A Dperf_compressor.c81 int i, j; in allocate_mostly_zero_pages() local
107 int i, j; in allocate_representative_pages() local
285 int i, j, ret, size_mb, page_type, vmpgsize, freezable_state; variable
H A Dperfmon_tests.c142 for (unsigned short j = 0; j < layout.pl_reg_count; j++) { variable
155 for (unsigned short j = 0; j < layout.pl_unit_count; j++) { variable
H A Dmcast_group_race_82820812.c37 uint32_t j = 0; variable
H A Dmemcmp_zero.c39 for (size_t j = i; j < 256; ++j) { variable
H A Dprng.c35 for (size_t j = 0; j < BUF_SIZE; j += 256) { in prng_getentropy() local
H A Dkernel_inspection.c160 mach_msg_type_number_t i, j, tcnt, pcnt = 0; variable
H A Dmemorystatus_zone_test.c167 for (uint64_t j = 0; j < NUM_GIVE_BACK && j < i; ++j) { in allocate_vm_stuff() local
226 for (uint64_t j = 0; j < NUM_GIVE_BACK_PORTS && j < i; ++j) { in allocate_from_generic_zone() local
H A Davx.c212 int j; in populate_ymm() local
547 for (int j = 0; j < 8; j++) { in populate_opmask() local
639 int j; in populate_zmm() local
H A Dhost_statistics_rate_limiting.c73 unsigned long i, j; in check_host_info() local
H A Dproc_info.c300 int j; variable
782 for (int j = 0; j < num_procs; j++) { variable
1844 for (int j = 0; j < uptrs_count; j++) { in print_uptrs() local
1916 for (int j = 0; j < NUPTRS; j++) { variable
/xnu-8792.41.9/libkern/c++/
H A DOSSymbol.cpp45 typedef struct { unsigned int i, j; } OSSymbolPoolState; member
316 unsigned int j, inLen, hash; in findSymbol() local
358 unsigned int j, inLen, hash; in insertSymbol() local
427 unsigned int j, inLen, hash; in removeSymbol() local
/xnu-8792.41.9/bsd/kern/
H A Dtty_pty.c146 int j; in pty_init() local
/xnu-8792.41.9/tools/
H A Dcred_dump_backtraces.c38 int err, i, j; in main() local
/xnu-8792.41.9/osfmk/kern/
H A Dipc_host.c634 unsigned int i, j, count; in host_get_exception_ports() local
692 j, in host_swap_exception_ports() local
/xnu-8792.41.9/SETUP/json_compilation_db/
H A Djson_compilation_db.c182 size_t i, j; in escape_string() local
/xnu-8792.41.9/libkern/kxld/tests/
H A Dkxld_dict_test.c48 int a1 = 1, a2 = 3, i = 0, j = 0; in main() local
/xnu-8792.41.9/bsd/net/
H A Dnet_perf.c68 for (uint8_t i = 1, j = 0; i <= 64 && j < NET_PERF_BARS; i++) { in update_bins() local
H A Dpf_if.c633 int i, j, k; in pfi_update_status() local
772 int i = 31, j = 0, b = 0; in pfi_unmask() local
/xnu-8792.41.9/osfmk/libsa/
H A Dtypes.h81 #define makedev(i, j) ((((i) & 0xFF) << 8) | ((j) & 0xFF)) argument
/xnu-8792.41.9/bsd/dev/dtrace/
H A Dblist.c279 int j = BLIST_BMAP_RADIX / 2; local
307 int j; local
/xnu-8792.41.9/tools/tests/affinity/
H A Dpool.c313 int j; in main() local
475 int j; in main() local
/xnu-8792.41.9/osfmk/mach/
H A Ddyld_kernel_fixups.h339 uint32_t i, j; in kernel_collection_adjust_fileset_entry_addrs() local
410 uint32_t i, j; in kernel_collection_adjust_mh_addrs() local
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c756 uint32_t i, j, k, n[NR_ALL]; in na_schema_alloc() local
2239 uint32_t i, j, n = kring->ckr_num_slots; in na_kr_depopulate_slots() local
3349 slot_idx_t j; in na_packet_pool_free_sync() local
3424 slot_idx_t j; in na_packet_pool_alloc_sync() local
3542 slot_idx_t j; in na_packet_pool_free_buf_sync() local
3605 slot_idx_t j; in na_packet_pool_alloc_buf_sync() local
/xnu-8792.41.9/libkern/kxld/
H A Dkxld_util.c301 u_int j = 0; in validate_and_swap_macho_32() local
482 u_int j = 0; in validate_and_swap_macho_64() local

123456