OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isl_hash_byte
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
hash.h
21
#define
isl_hash_byte
(h,b) do { \
macro
27
isl_hash_byte
(h, (h2) & 0xFF); \
28
isl_hash_byte
(h, ((h2) >> 8) & 0xFF); \
29
isl_hash_byte
(h, ((h2) >> 16) & 0xFF); \
30
isl_hash_byte
(h, ((h2) >> 24) & 0xFF); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
hash.h
21
#define
isl_hash_byte
(h,b) do { \
macro
27
isl_hash_byte
(h, (h2) & 0xFF); \
28
isl_hash_byte
(h, ((h2) >> 8) & 0xFF); \
29
isl_hash_byte
(h, ((h2) >> 16) & 0xFF); \
30
isl_hash_byte
(h, ((h2) >> 24) & 0xFF); \
Completed in 852 milliseconds