Home
last modified time | relevance | path

Searched refs:y_str (Results 1 – 3 of 3) sorted by relevance

/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc158 static const BigNumStr y_str; member in __anon4a5873cb0111::EcGroupTest
333 const BigNumStr EcGroupTest::y_str = { member in __anon4a5873cb0111::EcGroupTest
1158 BigNumStr const* b[] = {&this->x_str, &this->y_str}; in TEST_F()
1178 BigNumStr const* b[] = {&this->x_str, &this->y_str}; in TEST_F()
1188 BigNumStr const* b[] = {&this->x_str, &this->y_str}; in TEST_F()
1357 BigNumObj bno_y(this->y_str); in TEST_F()
1380 BigNumObj bno_y(this->y_str); in TEST_F()
1392 BigNumObj bno_y(this->y_str); in TEST_F()
1602 BigNumStr const* b[] = {&this->x_str, &this->y_str}; in TEST_F()
1622 BigNumStr const* b[] = {&this->x_str, &this->y_str}; in TEST_F()
[all …]
/external/v8/src/runtime/
Druntime-regexp.cc1600 Handle<String> y_str = factory->LookupSingleCharacterStringFromCode('y'); in RUNTIME_FUNCTION() local
1601 const bool sticky = (String::IndexOf(isolate, flags, y_str, 0) >= 0); in RUNTIME_FUNCTION()
1606 factory->NewConsString(flags, y_str)); in RUNTIME_FUNCTION()
/external/wpa_supplicant_8/src/common/
Ddpp.c307 char *x_str = NULL, *y_str = NULL; in dpp_debug_print_point() local
320 y_str = BN_bn2hex(y); in dpp_debug_print_point()
321 if (!x_str || !y_str) in dpp_debug_print_point()
324 wpa_printf(MSG_DEBUG, "%s (%s,%s)", title, x_str, y_str); in dpp_debug_print_point()
328 OPENSSL_free(y_str); in dpp_debug_print_point()