Searched refs:even (Results 1 – 15 of 15) sorted by relevance
| /xnu-8792.41.9/libkern/zlib/ |
| H A D | z_crc32.c | 396 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ in z_crc32_combine() local 412 gf2_matrix_square(even, odd); in z_crc32_combine() 415 gf2_matrix_square(odd, even); in z_crc32_combine() 421 gf2_matrix_square(even, odd); in z_crc32_combine() 423 crc1 = gf2_matrix_times(even, crc1); in z_crc32_combine() 431 gf2_matrix_square(odd, even); in z_crc32_combine()
|
| /xnu-8792.41.9/bsd/miscfs/devfs/ |
| H A D | README | 38 even if the external devfs has not been mounted yet :) 68 without going via the cdevsw table.. they may not even have 99 directory, even though it's been moved, because the directory that
|
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | vfs_nspace.defs | 59 * nspace_resolve_path should not be moved even after it's not used, it's going
|
| /xnu-8792.41.9/doc/ |
| H A D | recount.md | 95 Writers make a generation count odd before updating any of the values and then set it back to even … 96 Readers wait until the generation count becomes even before trying to read the values, and if the c…
|
| H A D | atomics.md | 96 operations in code written before C11 was even a thing. 130 Qualifying atomic variables with `_Atomic` or even 156 implies the equivalent `os_compiler_barrier()` even on UP systems.
|
| H A D | sched_clutch_edge.md | 39 …ucket])`. This ensures that the bucket would be scheduled at WCEL[bucket] even in a heavily loaded… 55 …even when a higher QoS root bucket is runnable due to deadline ordering, the root bucket selection… 283 …eduler since this always tries to fill up the native clusters to capacity even when non-native clu…
|
| H A D | debugging.md | 174 The six library is still required even if data is encoding manually, since it converts types. 430 Some macros can run for a long time. Some code may be costly even if it looks simple because objects
|
| /xnu-8792.41.9/libkdd/ |
| H A D | README.md | 54 The userspace tools can then look at the description and print the data even if they are not compil…
|
| /xnu-8792.41.9/makedefs/ |
| H A D | MakeInc.kernel | 273 # with other non-primary configs (and even primary configs)
|
| H A D | MakeInc.top | 309 # $(2) is an optional suffix on the TARGET directory, which might even be
|
| H A D | MakeInc.def | 652 # and zsh both fail with different results (zsh even warns you).
|
| /xnu-8792.41.9/doc/memorystatus/ |
| H A D | overview.md | 69 …we'll kill procs over their soft limit if we're under 15% available pages even if the system is ot…
|
| H A D | freezer.md | 32 …xhaustive search of the map so it's possible to count an object as shared even if it's only mapped…
|
| /xnu-8792.41.9/ |
| H A D | README.md | 362 file there. `module.modulemap` is used even for private modules in
|
| /xnu-8792.41.9/tests/ |
| H A D | stackshot_tests.m | 2152 // having a way to verify that the coreanalytics event was received would be even better
|