Searched refs:s_copy (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | arena_unittest.cc | 196 const std::string* s_copy = Arena::Create<std::string>(&arena, s); in TEST() local 197 EXPECT_TRUE(s_copy != NULL); in TEST() 199 EXPECT_EQ("foo", *s_copy); in TEST() 205 const std::string* s_copy = Arena::Create<std::string>(&arena, s); in TEST() local 206 EXPECT_TRUE(s_copy != NULL); in TEST() 208 EXPECT_EQ("foo", *s_copy); in TEST()
|
/external/rust/crates/ring/crypto/curve25519/ |
D | curve25519.c | 161 uint8_t s_copy[32]; in fe_frombytes() local 162 GFp_memcpy(s_copy, s, 32); in fe_frombytes() 163 s_copy[31] &= 0x7f; in fe_frombytes() 164 fe_frombytes_strict(h, s_copy); in fe_frombytes()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 162 uint8_t s_copy[32]; in fe_frombytes() local 163 OPENSSL_memcpy(s_copy, s, 32); in fe_frombytes() 164 s_copy[31] &= 0x7f; in fe_frombytes() 165 fe_frombytes_strict(h, s_copy); in fe_frombytes()
|
/external/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 162 uint8_t s_copy[32]; in fe_frombytes() local 163 OPENSSL_memcpy(s_copy, s, 32); in fe_frombytes() 164 s_copy[31] &= 0x7f; in fe_frombytes() 165 fe_frombytes_strict(h, s_copy); in fe_frombytes()
|