Searched refs:order (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_endian.h65 #warning Unknown byte order
/darwin-on-arm/xnu/bsd/sys/
H A Dgmon.h149 uint16_t order; member in struct:tostruct
156 uint16_t order; member in struct:tostruct_64
250 * In order to support more information than in the original mon.out and
273 * order field. The order is the order is a sequence number for the order each
/darwin-on-arm/xnu/libkern/zlib/
H A Dinfback.c289 static const unsigned short order[19] = /* permutation of code lengths */ local
400 state->lens[order[state->have++]] = (unsigned short)BITS(3);
404 state->lens[order[state->have++]] = 0;
H A Dinflate.c538 PULLBYTE() directly in order to pull just enough bytes to decode the next
565 during that inflate() call in order to return the proper return code.
603 static const unsigned short order[19] = /* permutation of code lengths */ local
887 state->lens[order[state->have++]] = (unsigned short)BITS(3);
891 state->lens[order[state->have++]] = 0;
1260 found in order so far, in 0..3. On return *have is updated to the new
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2280 * written in the order that the writes are requested.
3304 * Try BQ_AGE, BQ_LRU, BQ_EMPTY, BQ_META in that order.
4581 * The scan order would be: AGE, LRU, META, EMPTY.
4716 int order[] = { BQ_AGE, BQ_LRU, BQ_META, BQ_EMPTY, 0 }; local
4719 q %= sizeof(order);
4720 return (order[q]);

Completed in 39 milliseconds