Home
last modified time | relevance | path

Searched refs:wvalue (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/bn/
Drsaz_exp.c68 int wvalue;
210 wvalue = p_str[127] >> 3;
211 rsaz_1024_gather5_avx2(result, table_s, wvalue);
219 wvalue = (p_str[(index / 8) + 1] << 8) | p_str[index / 8];
220 wvalue = (wvalue >> (index % 8)) & 31;
223 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); /* borrow a_inv */
230 wvalue = p_str[0] & 15;
232 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); /* borrow a_inv */
268 unsigned int wvalue;
293 wvalue = p_str[63];
[all …]
Dbn_exp.c164 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local
233 wvalue = 0; /* The 'value' of the window */ in BN_mod_exp_recp()
256 wvalue = 1; in BN_mod_exp_recp()
262 wvalue <<= (i - wend); in BN_mod_exp_recp()
263 wvalue |= 1; in BN_mod_exp_recp()
278 if (!BN_mod_mul_reciprocal(r, r, val[wvalue >> 1], &recp, ctx)) in BN_mod_exp_recp()
283 wvalue = 0; in BN_mod_exp_recp()
299 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_mont() local
377 wvalue = 0; /* The 'value' of the window */ in BN_mod_exp_mont()
413 wvalue = 1; in BN_mod_exp_mont()
[all …]
/third_party/glib/glib/
Dgenviron.c456 wchar_t dummy[2], *wname, *wvalue; in g_getenv() local
488 wvalue = g_new (wchar_t, len); in g_getenv()
490 if (GetEnvironmentVariableW (wname, wvalue, len) != len - 1) in g_getenv()
493 g_free (wvalue); in g_getenv()
497 if (wcschr (wvalue, L'%') != NULL) in g_getenv()
499 wchar_t *tem = wvalue; in g_getenv()
501 len = ExpandEnvironmentStringsW (wvalue, dummy, 2); in g_getenv()
505 wvalue = g_new (wchar_t, len); in g_getenv()
507 if (ExpandEnvironmentStringsW (tem, wvalue, len) != len) in g_getenv()
509 g_free (wvalue); in g_getenv()
[all …]
Dgslice.c394 wchar_t wvalue[128]; /* at least big enough for `always-malloc,debug-blocks` */ in slice_config_init() local
397 len = GetEnvironmentVariableW (L"G_SLICE", wvalue, G_N_ELEMENTS (wvalue)); in slice_config_init()
406 else if (len >= G_N_ELEMENTS (wvalue)) in slice_config_init()
416 val = val_allocated = g_utf16_to_utf8 (wvalue, -1, NULL, NULL, NULL); in slice_config_init()
/third_party/openssl/crypto/ec/
Decp_nistz256.c622 unsigned int wvalue; in ecp_nistz256_windowed_mul() local
725 wvalue = p_str[0][(idx - 1) / 8]; in ecp_nistz256_windowed_mul()
726 wvalue = (wvalue >> ((idx - 1) % 8)) & mask; in ecp_nistz256_windowed_mul()
732 ecp_nistz256_gather_w5(&temp[0], table[0], _booth_recode_w5(wvalue) >> 1); in ecp_nistz256_windowed_mul()
739 wvalue = p_str[i][off] | p_str[i][off + 1] << 8; in ecp_nistz256_windowed_mul()
740 wvalue = (wvalue >> ((idx - 1) % 8)) & mask; in ecp_nistz256_windowed_mul()
742 wvalue = _booth_recode_w5(wvalue); in ecp_nistz256_windowed_mul()
744 ecp_nistz256_gather_w5(&temp[0], table[i], wvalue >> 1); in ecp_nistz256_windowed_mul()
747 copy_conditional(temp[0].Y, temp[1].Y, (wvalue & 1)); in ecp_nistz256_windowed_mul()
763 wvalue = p_str[i][0]; in ecp_nistz256_windowed_mul()
[all …]
/third_party/boost/libs/nowide/src/
Dcstdlib.cpp105 const wstackstring wvalue(key_end + 1); in putenv() local
107 if(SetEnvironmentVariableW(wkey.get(), wvalue.get())) in putenv()
/third_party/boost/boost/program_options/detail/
Dvalue_semantic.hpp206 wvalue() in wvalue() function
208 return wvalue<T>(0); in wvalue()
213 wvalue(T* v) in wvalue() function
/third_party/boost/libs/program_options/test/
Dunicode_test.cpp30 ("foo", po::wvalue<wstring>(), "unicode option") in test_unicode_to_unicode()
79 ("foo", po::wvalue<wstring>(), "unicode option") in test_native_to_unicode()
/third_party/boost/boost/program_options/
Dvalue_semantic.hpp399 wvalue();
405 wvalue(T* v);
/third_party/python/Modules/_ctypes/
Dcfield.c1393 wchar_t *wvalue = PyUnicode_AsWideCharString(value, &wsize); in BSTR_set() local
1394 if (wvalue == NULL) { in BSTR_set()
1399 PyMem_Free(wvalue); in BSTR_set()
1402 bstr = SysAllocStringLen(wvalue, (unsigned)wsize); in BSTR_set()
1403 PyMem_Free(wvalue); in BSTR_set()
/third_party/boost/tools/quickbook/src/
Dquickbook.cpp297 #define PO_VALUE po::wvalue in main()
/third_party/boost/doc/html/
Ddoc_HTML.manifest2051 boost/program_options/wvalue.html