Home
last modified time | relevance | path

Searched refs:mask64 (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/tests/
H A Dbitset_test.cpp32 BITSET_DECLARE(mask64, 64); in TEST()
36 EXPECT_EQ(sizeof(mask64), 8); in TEST()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c1217 const u64 mask64 = mask; in copy_small_conditional() local
1219 out[i] = ((limb) (in[i] & mask64)) | (out[i] & ~mask); in copy_small_conditional()
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c1217 const u64 mask64 = mask; in copy_small_conditional() local
1219 out[i] = ((limb) (in[i] & mask64)) | (out[i] & ~mask); in copy_small_conditional()

Completed in 7 milliseconds