Searched refs:null_count (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Duser_ldt.c118 unsigned int null_count; local
127 null_count = 0;
132 null_count++;
133 if (null_count == num_sels)
136 null_count = 0;
143 * of the old LDTs, and null_count is the number of null selectors
146 * Either way, there are null_count null selectors just prior to
147 * the i-indexed selector, and either null_count >= num_sels,
150 start_sel = old_ldt->start + i - null_count;
/macosx-10.10.1/xnu-2782.1.97/pexpert/gen/
H A Dpe_gen.c80 unsigned int null_count = 0; local
92 null_count += *src_random_seed == (unsigned char)0;
95 if (null_count == size)

Completed in 166 milliseconds