OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parity_table
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/VEX/priv/
guest_x86_helpers.c
77
static const UChar
parity_table
[256] = {
variable
157
pf =
parity_table
[(UChar)res]; \
178
pf =
parity_table
[(UChar)res]; \
203
pf =
parity_table
[(UChar)res]; \
228
pf =
parity_table
[(UChar)res]; \
245
pf =
parity_table
[(UChar)CC_DEP1]; \
265
pf =
parity_table
[(UChar)res]; \
285
pf =
parity_table
[(UChar)res]; \
302
pf =
parity_table
[(UChar)CC_DEP1]; \
320
pf =
parity_table
[(UChar)CC_DEP1];
[
all
...]
guest_amd64_helpers.c
117
static const UChar
parity_table
[256] = {
variable
201
pf =
parity_table
[(UChar)res]; \
222
pf =
parity_table
[(UChar)res]; \
247
pf =
parity_table
[(UChar)res]; \
272
pf =
parity_table
[(UChar)res]; \
289
pf =
parity_table
[(UChar)CC_DEP1]; \
309
pf =
parity_table
[(UChar)res]; \
329
pf =
parity_table
[(UChar)res]; \
346
pf =
parity_table
[(UChar)CC_DEP1]; \
364
pf =
parity_table
[(UChar)CC_DEP1];
[
all
...]
Completed in 43 milliseconds