Home
last modified time | relevance | path

Searched defs:buf_idx (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/tests/
H A Davx.c256 unsigned int buf_idx = 0; in vec256_to_string() local
707 unsigned int buf_idx = 0; in vec512_to_string() local
729 unsigned int buf_idx = 0; in opmask_to_string() local
/xnu-12377.1.9/osfmk/kern/
H A Dkern_stackshot.c851 for (size_t buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in stackshot_best_buffer_alloc() local
1640 …for (size_t buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++, out_addr += sizeof(buf… in stackshot_push_duration_and_latency() local
5777 for (int buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in do_stackshot() local
/xnu-12377.1.9/bsd/skywalk/packet/
H A Dos_packet_private.h280 #define buf_idx buf_com.__bidx macro