HomeSort by relevance Sort by last modified time
    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 115 static const UChar parity_table[256] = { variable
199 pf = parity_table[(UChar)res]; \
220 pf = parity_table[(UChar)res]; \
245 pf = parity_table[(UChar)res]; \
270 pf = parity_table[(UChar)res]; \
287 pf = parity_table[(UChar)CC_DEP1]; \
307 pf = parity_table[(UChar)res]; \
327 pf = parity_table[(UChar)res]; \
344 pf = parity_table[(UChar)CC_DEP1]; \
362 pf = parity_table[(UChar)CC_DEP1];
    [all...]

Completed in 94 milliseconds