OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmask_end_values
(Results
1 - 1
of
1
) sorted by null
/external/openssl/ssl/
d1_both.c
136
bitmask[(((end) - 1) >> 3)] |=
bitmask_end_values
[((end) & 7)]; \
143
if (bitmask[(((msg_len) - 1) >> 3)] !=
bitmask_end_values
[((msg_len) & 7)]) is_complete = 0; \
156
static unsigned char
bitmask_end_values
[] = {0x00, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f};
variable
[
all
...]
Completed in 296 milliseconds