Searched refs:distance (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h67 /* number of distance codes */
143 * bytes. With this organization, matches are limited to a distance of
220 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
224 struct tree_desc_s d_desc; /* desc. for distance tree */
319 /* Mapping from a distance to a distance code. dist is the distance - 1 and
342 # define _tr_tally_dist(s, distance, length, flush) \
344 ush dist = (distance); \
354 # define _tr_tally_dist(s, distance, lengt
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_internal.h544 static inline boolean_t popcnt1(uint64_t distance) { argument
545 return ((distance & (distance - 1)) == 0);
669 * distance of 1 from the supplied
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c757 static inline boolean_t popcnt1(uint64_t distance) argument
759 return ((distance & (distance - 1)) == 0);
886 * * distance of 1 from the supplied

Completed in 84 milliseconds