OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mask64
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/VEX/priv/
guest_ppc_toIR.c
496
static ULong
MASK64
( UInt begin, UInt end )
4758
ULong
mask64
;
local
20505
UInt mask32,
mask64
;
local
[
all
...]
host_ppc_isel.c
6136
UInt mask32,
mask64
;
local
[
all
...]
/external/boringssl/src/crypto/ec/
p256-64.c
1089
const u64
mask64
= mask;
local
1091
out[i] = ((limb)(in[i] &
mask64
)) | (out[i] & ~mask);
[
all
...]
Completed in 225 milliseconds