Home
last modified time | relevance | path

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

1234567

/xnu-10002.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-10002.41.9/tests/ !
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 Dperf_compressor.c82 int i, j; in allocate_mostly_zero_pages() local
108 int i, j; in allocate_representative_pages() local
286 int i, j, ret, size_mb, page_type, vmpgsize, freezable_state; 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 Dhost_statistics_rate_limiting.c73 unsigned long i, j; in check_host_info() 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 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-10002.41.9/bsd/kern/ !
H A Dtty_pty.c146 int j; in pty_init() local
/xnu-10002.41.9/tools/ !
H A Dcred_dump_backtraces.c38 int err, i, j; in main() local
/xnu-10002.41.9/osfmk/kern/ !
H A Dipc_host.c641 unsigned int i, j, count; in host_get_exception_ports() local
699 j, in host_swap_exception_ports() local
/xnu-10002.41.9/libkern/kxld/tests/ !
H A Dkxld_dict_test.c48 int a1 = 1, a2 = 3, i = 0, j = 0; in main() local
/xnu-10002.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-10002.41.9/osfmk/libsa/ !
H A Dtypes.h81 #define makedev(i, j) ((((i) & 0xFF) << 8) | ((j) & 0xFF)) argument
/xnu-10002.41.9/osfmk/tests/ !
H A Dpmap_tests.c337 for (unsigned int j = 0; j < (sizeof(nest_threads) / sizeof(nest_threads[0])); j++) { in test_pmap_nesting() local
405 for (unsigned int j = 0; j < (sizeof(nest_threads) / sizeof(nest_threads[0])); j++) { in test_pmap_nesting() local
/xnu-10002.41.9/bsd/dev/dtrace/ !
H A Dblist.c279 int j = BLIST_BMAP_RADIX / 2; local
307 int j; local
/xnu-10002.41.9/tools/tests/affinity/ !
H A Dpool.c313 int j; in main() local
475 int j; in main() local
/xnu-10002.41.9/tests/vfs/ !
H A Dfreeable_vnodes.c237 for (int j = 0; dlpaths[j] != NULL; j++) { variable
/xnu-10002.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-10002.41.9/libkern/kxld/ !
H A Dkxld_util.c302 u_int j = 0; in validate_and_swap_macho_32() local
483 u_int j = 0; in validate_and_swap_macho_64() local
/xnu-10002.41.9/tests/vm/ !
H A Ddiag_threshold_test.c420 unsigned int j; in catch_mach_exception_raise() local
479 for (unsigned int j = 0; j < codeCnt; j++) { in catch_mach_exception_raise_state_identity() local

1234567