OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:all_bytes
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/include/isc/
ascii.h
75
* Multiply a single-byte constant by `
all_bytes
` to replicate
78
uint64_t
all_bytes
= 0x0101010101010101;
local
82
uint64_t heptets = octets & (0x7F *
all_bytes
);
87
uint64_t is_ascii = ~octets & (0x80 *
all_bytes
);
92
uint64_t is_gt_Z = heptets + (0x7F - 'Z') *
all_bytes
;
96
uint64_t is_ge_A = heptets + (0x80 - 'A') *
all_bytes
;
113
uint32_t
all_bytes
= 0x01010101;
local
114
uint32_t heptets = octets & (0x7F *
all_bytes
);
115
uint32_t is_ascii = ~octets & (0x80 *
all_bytes
);
116
uint32_t is_gt_Z = heptets + (0x7F - 'Z') *
all_bytes
;
[
all
...]
Completed in 35 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026