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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdm.h125 /* Shift out the low bits of a pattern to give the high bits pattern.
130 /* String the high bits of a pattern so the low order bits can
188 #define HASH_TO_DICT_BYTE_OFFSET(pattern) \
189 (hashLookupTable[((pattern) >> 10) & 0xFF])
/darwin-on-arm/xnu/libkern/libkern/
H A DWKdm.h125 /* Shift out the low bits of a pattern to give the high bits pattern.
130 /* String the high bits of a pattern so the low order bits can
188 #define HASH_TO_DICT_BYTE_OFFSET(pattern) \
189 (hashLookupTable[((pattern) >> 10) & 0xFF])
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c915 * 64-bit memory access to set/check the pattern.
1420 mcache_set_pattern(u_int64_t pattern, void *buf_arg, size_t size) argument
1429 *buf++ = pattern;
1433 mcache_verify_pattern(u_int64_t pattern, void *buf_arg, size_t size) argument
1442 if (*buf != pattern)

Completed in 22 milliseconds