Searched refs:wvalue (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/apr-32/apr/apr/misc/win32/
H A Denv.c60 apr_wchar_t *wvalue, dummy;
79 wvalue = apr_palloc(pool, size * sizeof(*wvalue));
80 size = GetEnvironmentVariableW(wenvvar, wvalue, size);
82 inchars = wcslen(wvalue) + 1;
85 status = apr_conv_ucs2_to_utf8(wvalue, &inchars, val, &outchars);
132 apr_wchar_t *wvalue;
141 wvalue = apr_palloc(pool, outchars * sizeof(*wvalue));
142 status = apr_conv_utf8_to_ucs2(value, &inchars, wvalue,
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_exp.c242 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
308 wvalue=0; /* The 'value' of the window */
330 wvalue=1;
337 wvalue<<=(i-wend);
338 wvalue|=1;
353 /* wvalue will be an odd number < 2^window */
354 if (!BN_mod_mul_reciprocal(r,r,val[wvalue>>1],&recp,ctx))
359 wvalue=0;
375 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
454 wvalue
575 int i,bits,ret=0,idx,window,wvalue; local
879 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_exp.c406 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
449 wvalue=0; /* The 'value' of the window */
471 wvalue=1;
478 wvalue<<=(i-wend);
479 wvalue|=1;
494 /* wvalue will be an odd number < 2^window */
495 if (!BN_mod_mul_reciprocal(r,r,&(val[wvalue>>1]),&recp,ctx))
500 wvalue=0;
517 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
590 wvalue
801 int i,j,bits,ret=0,wstart,wend,window,wvalue,ts=0; local
[all...]
/macosx-10.10.1/apache-793/httpd/os/win32/
H A Dap_regkey.c197 apr_wchar_t *wvalue; local
213 wvalue = apr_palloc(pool, size);
216 (LPBYTE)wvalue, (DWORD *)&size);
222 size = ExpandEnvironmentStringsW(wvalue, zbuf, 0);
224 apr_wchar_t *tmp = wvalue;
226 wvalue = apr_palloc(pool, size * 2);
227 size = ExpandEnvironmentStringsW(tmp, wvalue, (DWORD)size);
240 rv = apr_conv_ucs2_to_utf8(wvalue, &size, *result, &valuelen);
303 apr_wchar_t *wvalue; local
312 wvalue
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclBinary.c1662 Tcl_WideInt wvalue;
1722 if (Tcl_GetWideIntFromObj(interp, src, &wvalue) != TCL_OK) {
1726 *(*cursorPtr)++ = (unsigned char) wvalue;
1727 *(*cursorPtr)++ = (unsigned char) (wvalue >> 8);
1728 *(*cursorPtr)++ = (unsigned char) (wvalue >> 16);
1729 *(*cursorPtr)++ = (unsigned char) (wvalue >> 24);
1730 *(*cursorPtr)++ = (unsigned char) (wvalue >> 32);
1731 *(*cursorPtr)++ = (unsigned char) (wvalue >> 40);
1732 *(*cursorPtr)++ = (unsigned char) (wvalue >> 48);
1733 *(*cursorPtr)++ = (unsigned char) (wvalue >> 5
1649 Tcl_WideInt wvalue; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclBinary.c1473 Tcl_WideInt wvalue;
1518 if (Tcl_GetWideIntFromObj(interp, src, &wvalue) != TCL_OK) {
1522 *(*cursorPtr)++ = (unsigned char) wvalue;
1523 *(*cursorPtr)++ = (unsigned char) (wvalue >> 8);
1524 *(*cursorPtr)++ = (unsigned char) (wvalue >> 16);
1525 *(*cursorPtr)++ = (unsigned char) (wvalue >> 24);
1526 *(*cursorPtr)++ = (unsigned char) (wvalue >> 32);
1527 *(*cursorPtr)++ = (unsigned char) (wvalue >> 40);
1528 *(*cursorPtr)++ = (unsigned char) (wvalue >> 48);
1529 *(*cursorPtr)++ = (unsigned char) (wvalue >> 5
1462 Tcl_WideInt wvalue; local
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.c4100 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
4152 wvalue = 0; /* The 'value' of the window */
4179 wvalue = 1;
4186 wvalue <<= (i - wend);
4187 wvalue |= 1;
4203 /* wvalue will be an odd number < 2^window */
4204 if (!BN_mod_mul(r, r, val[wvalue >> 1], m, ctx)) {
4210 wvalue = 0;
4310 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
4380 wvalue
4619 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
5074 int i, bits, ret = 0, idx, window, wvalue; local
[all...]
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_format_pax.c58 const char *key, const wchar_t *wvalue);

Completed in 212 milliseconds