Home
last modified time | relevance | path

Searched defs:word (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.81.4/osfmk/corecrypto/
H A Dcc_internal.h222 CC_ROL(uint32_t word, int i) in CC_ROL()
231 CC_ROR(uint32_t word, int i) in CC_ROR()
240 #define CC_ROLc(word, i) \ argument
249 #define CC_RORc(word, i) \ argument
262 CC_ROL(uint32_t word, int i) in CC_ROL()
268 CC_ROR(uint32_t word, int i) in CC_ROR()
284 CC_ROL64(uint64_t word, int i) in CC_ROL64()
293 CC_ROR64(uint64_t word, int i) in CC_ROR64()
302 #define CC_ROL64c(word, i) \ argument
311 #define CC_ROR64c(word, i) \ argument
[all …]
/xnu-11215.81.4/osfmk/i386/
H A Dmp.h286 #define i_bit(bit, word) ((long)(*(word)) & (1L << (bit))) argument
289 i_bit_impl(long word, long bit) in i_bit_impl()
294 #define i_bit(bit, word) i_bit_impl((long)(*(word)), bit) argument
/xnu-11215.81.4/libsyscall/wrappers/string/
H A Dmemcpy.c39 typedef int word; /* "word" used for optimal copy speed */ typedef
/xnu-11215.81.4/osfmk/mach/
H A Dexclaves_l4.h341 Exclaves_L4_SetMr(Exclaves_L4_Word32_t mr, Exclaves_L4_Word_t word) in Exclaves_L4_SetMr()
379 Exclaves_L4_SetCr(Exclaves_L4_Word32_t cr, Exclaves_L4_Word_t word, Exclaves_L4_Bool_t dst) in Exclaves_L4_SetCr()
407 Exclaves_L4_SetMessageMr(Exclaves_L4_Word32_t mr, Exclaves_L4_Word_t word) in Exclaves_L4_SetMessageMr()
/xnu-11215.81.4/osfmk/kern/
H A Dlock_rw.c645 lck_rw_word_t word; in lck_rw_deadline_for_spin() local
884 lck_rw_word_t word; variable
1280 lck_rw_word_t word; variable
1596 lck_rw_word_t word; in lck_rw_lock_shared_to_exclusive_success() local
2504 lck_rw_word_t word; in lck_rw_lock_would_yield_shared() local
2569 lck_rw_word_t word; in lck_rw_lock_would_yield_exclusive() local
/xnu-11215.81.4/bsd/vm/
H A Dvm_unix.c782 long word) in suword()
790 long word = 0; in fuword() local
803 long word) in suiword()
811 long word = 0; in fuiword() local
824 sulong(user_addr_t addr, int64_t word) in sulong()
/xnu-11215.81.4/libkern/zlib/
H A Dinflate.c409 # define CRC2(check, word) \ argument
416 # define CRC4(check, word) \ argument
/xnu-11215.81.4/osfmk/vm/
H A Dlz4.h47 typedef struct { uint32_t offset; uint32_t word; } lz4_hash_entry_t; member
/xnu-11215.81.4/bsd/net/pktsched/
H A Dpktsched.h148 __fls(pktsched_bitmap_t word) in __fls()