/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | smallft.c | 40 static void drfti1(int n, float *wa, int *ifac){ in drfti1() argument 101 wa[i++]=cos(arg); in drfti1() 102 wa[i++]=sin(arg); in drfti1() 274 float *c2,float *ch,float *ch2,float *wa){ in dradfg() 321 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3]; in dradfg() 322 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1]; in dradfg() 338 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idi in dradfg() 273 dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) dradfg() argument 575 drftf1(int n,float *c,float *ch,float *wa,int *ifac) drftf1() argument 842 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) dradbg() argument 1156 drftb1(int n, float *c, float *ch, float *wa, int *ifac) drftb1() argument [all...] |
/third_party/skia/src/gpu/effects/ |
H A D | GrDistanceFieldGeoProc.h | 220 bool operator==(const DistanceAdjust& wa) const { 221 return (fR == wa.fR && fG == wa.fG && fB == wa.fB); 223 bool operator!=(const DistanceAdjust& wa) const { 224 return !(*this == wa); 259 int numActiveViews, GrSamplerState params, DistanceAdjust wa,
|
H A D | GrDistanceFieldGeoProc.cpp | 604 GrDistanceFieldLCDTextGeoProc::DistanceAdjust wa = dflcd.fDistanceAdjust; variable 605 if (wa != fDistanceAdjust) { 606 pdman.set3f(fDistanceAdjustUni, wa.fR, wa.fG, wa.fB); 607 fDistanceAdjust = wa; 898 DistanceAdjust wa = { 0.0f, 0.1f, -0.1f }; in TestCreate() local 908 1, samplerState, wa, flags, localMatrix); in TestCreate()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | ops-h2.c | 953 struct lws *w, **wa; in rops_perform_user_POLLOUT_h2() local 955 wa = &(*wsi2)->mux.sibling_list; in rops_perform_user_POLLOUT_h2() 969 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 985 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 989 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 1011 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 1022 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 1039 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 1110 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 1114 wa in rops_perform_user_POLLOUT_h2() [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | PropIDUtils.cpp | 82 void ConvertWinAttribToString(char *s, UInt32 wa) throw()
in ConvertWinAttribToString() argument 91 const bool isPosix = ((wa & 0xF0000000) != 0);
in ConvertWinAttribToString() 96 posix = wa >> 16;
in ConvertWinAttribToString() 97 wa &= (UInt32)0x3FFF;
in ConvertWinAttribToString() 103 if ((wa & flag) != 0)
in ConvertWinAttribToString() 108 wa &= ~flag;
in ConvertWinAttribToString() 115 if (wa != 0)
in ConvertWinAttribToString() 118 ConvertUInt32ToHex8Digits(wa, s);
in ConvertWinAttribToString()
|
H A D | PropIDUtils.h | 16 void ConvertWinAttribToString(char *s, UInt32 wa) throw();
|
/third_party/backends/sanei/ |
H A D | sanei_config.c | 253 SANE_Word *wa; in sanei_configure_attach() local 318 wa = (SANE_Word *) value; in sanei_configure_attach() 329 wa[j] = strtol (string, NULL, 0); in sanei_configure_attach() 370 wa = (SANE_Word *) value; in sanei_configure_attach() 381 wa[j] = SANE_FIX(strtod (string, NULL)); in sanei_configure_attach()
|
/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | ops-mqtt.c | 356 struct lws *w, **wa; in rops_handle_POLLOUT_mqtt() local 358 wa = &(*wsi2)->mux.sibling_list; in rops_handle_POLLOUT_mqtt() 379 wa = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt() 407 wa = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt() 415 wa = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt() 419 wsi2 = wa; in rops_handle_POLLOUT_mqtt()
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
H A D | read_all.c | 333 struct worker *wa = workers; in spawn_workers() local 338 wa[i].i = i; in spawn_workers() 339 wa[i].q = queue_init(); in spawn_workers() 340 wa[i].last_seen = atomic_timestamp(); in spawn_workers() 341 wa[i].pid = SAFE_FORK(); in spawn_workers() 342 if (!wa[i].pid) in spawn_workers()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.c | 2138 struct wpa_scan_res *wa = *_wa; in wpa_scan_result_compar() local 2144 wpa_a = wpa_scan_get_vendor_ie(wa, WPA_IE_VENDOR_TYPE) != NULL || in wpa_scan_result_compar() 2145 wpa_scan_get_ie(wa, WLAN_EID_RSN) != NULL; in wpa_scan_result_compar() 2155 if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 && in wpa_scan_result_compar() 2158 if ((wa->caps & IEEE80211_CAP_PRIVACY) && in wpa_scan_result_compar() 2162 if (wa->flags & wb->flags & WPA_SCAN_LEVEL_DBM) { in wpa_scan_result_compar() 2163 snr_a_full = wa->snr; in wpa_scan_result_compar() 2164 snr_a = MIN(wa->snr, GREAT_SNR); in wpa_scan_result_compar() 2170 snr_a = snr_a_full = wa->level; in wpa_scan_result_compar() 2180 is_6ghz_freq(wa in wpa_scan_result_compar() 2211 struct wpa_scan_res *wa = *_wa; wpa_scan_result_wps_compar() local [all...] |
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 526 static void GetAttribString(UInt32 wa, BoolInt isDir, char *s)
in GetAttribString() argument 529 s[0] = (char)(((wa & FILE_ATTRIBUTE_DIRECTORY) != 0 || isDir) ? 'D' : '.');
in GetAttribString() 530 s[1] = (char)(((wa & FILE_ATTRIBUTE_READONLY ) != 0) ? 'R': '.');
in GetAttribString() 531 s[2] = (char)(((wa & FILE_ATTRIBUTE_HIDDEN ) != 0) ? 'H': '.');
in GetAttribString() 532 s[3] = (char)(((wa & FILE_ATTRIBUTE_SYSTEM ) != 0) ? 'S': '.');
in GetAttribString() 533 s[4] = (char)(((wa & FILE_ATTRIBUTE_ARCHIVE ) != 0) ? 'A': '.');
in GetAttribString() 536 s[0] = (char)(((wa & (1 << 4)) != 0 || isDir) ? 'D' : '.');
in GetAttribString()
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | misc.c | 273 int k, wa, wb, wc; local 291 wa = a->wds; 293 wc = wa + wb; 300 xae = xa + wa; 530 int i, wa, wb; local 558 wa = a->wds; 560 xae = xa + wa; 610 wa--; 611 c->wds = wa;
|
/third_party/ffmpeg/libavcodec/ |
H A D | iirfilter.c | 61 double wa; in butterworth_init_coeffs() local 75 wa = 2 * tan(M_PI * 0.5 * cutoff_ratio); in butterworth_init_coeffs() 89 zp[0] = cos(th) * wa; in butterworth_init_coeffs() 90 zp[1] = sin(th) * wa; in butterworth_init_coeffs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | scan.c | 1986 struct wpa_scan_res *wa = *_wa; in wpa_scan_result_compar() local 1992 wpa_a = wpa_scan_get_vendor_ie(wa, WPA_IE_VENDOR_TYPE) != NULL || in wpa_scan_result_compar() 1993 wpa_scan_get_ie(wa, WLAN_EID_RSN) != NULL; in wpa_scan_result_compar() 2003 if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 && in wpa_scan_result_compar() 2006 if ((wa->caps & IEEE80211_CAP_PRIVACY) && in wpa_scan_result_compar() 2010 if (wa->flags & wb->flags & WPA_SCAN_LEVEL_DBM) { in wpa_scan_result_compar() 2011 snr_a_full = wa->snr; in wpa_scan_result_compar() 2012 snr_a = MIN(wa->snr, GREAT_SNR); in wpa_scan_result_compar() 2018 snr_a = snr_a_full = wa->level; in wpa_scan_result_compar() 2024 if (wa in wpa_scan_result_compar() 2051 struct wpa_scan_res *wa = *_wa; wpa_scan_result_wps_compar() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRasterizationVerifier.cpp | 405 LineInterpolationRange calcLineInterpolationWeights (const tcu::Vec2& pa, float wa, const tcu::Vec2& pb, float wb, const tcu::Vec2& pr) 411 // (1-t) / wa t / wb 413 // (1-t) / wa + t / wb (1-t) / wa + t / wb 436 const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0f - tMin), wa, wa), divError); 437 const float perspectiveInvTMin = getMinValueWithinError(minimalRangeDivision((1.0f - tMax), (1.0f - tMin), wa, wa), divError); 456 LineInterpolationRange calcLineInterpolationWeightsAxisProjected (const tcu::Vec2& pa, float wa, const tcu::Vec2& pb, float wb, const tcu::Vec2& pr) 464 // (1-t) / wa [all...] |
/third_party/backends/backend/ |
H A D | sm3600.c | 286 pval->wa = this->agammaY; in InitOptions() 297 pval->wa = this->agammaR; in InitOptions() 308 pval->wa = this->agammaG; in InitOptions() 319 pval->wa = this->agammaB; in InitOptions() 591 memcpy(pVal,this->aoptVal[iOpt].wa, this->aoptDesc[iOpt].size); in sane_control_option() 629 memcpy(this->aoptVal[iOpt].wa, pVal, this->aoptDesc[iOpt].size); in sane_control_option()
|
H A D | umax_pp.c | 664 dev->val[OPT_GAMMA_VECTOR].wa = &dev->gamma_table[0][0]; in init_options() 676 dev->val[OPT_GAMMA_VECTOR_R].wa = &dev->gamma_table[1][0]; in init_options() 688 dev->val[OPT_GAMMA_VECTOR_G].wa = &dev->gamma_table[2][0]; in init_options() 700 dev->val[OPT_GAMMA_VECTOR_B].wa = &dev->gamma_table[3][0]; in init_options() 1403 memcpy (val, dev->val[option].wa, dev->opt[option].size); in sane_control_option() 1494 memcpy (dev->val[option].wa, val, dev->opt[option].size); in sane_control_option() 1699 sanei_umax_pp_gamma (NULL, dev->val[OPT_GAMMA_VECTOR].wa, in sane_control_option() 1708 sanei_umax_pp_gamma (dev->val[OPT_GAMMA_VECTOR_R].wa, in sane_control_option() 1709 dev->val[OPT_GAMMA_VECTOR_G].wa, in sane_control_option() 1710 dev->val[OPT_GAMMA_VECTOR_B].wa); in sane_control_option() [all...] |
H A D | hp5400_sane.c | 184 SANE_Word *wa; /* word array */ member 374 pVal->wa = s->aGammaTableR; in _InitOptions() 385 pVal->wa = s->aGammaTableG; in _InitOptions() 396 pVal->wa = s->aGammaTableB; in _InitOptions() 866 memcpy (pVal, s->aValues[n].wa, s->aOptions[n].size); in sane_control_option() 1053 memcpy (s->aValues[n].wa, pVal, s->aOptions[n].size); in sane_control_option()
|
H A D | apple.c | 1702 s->val[OPT_CALIBRATION_VECTOR].wa = s->calibration_vector; in init_options() 1715 s->val[OPT_CALIBRATION_VECTOR_RED].wa = s->calibration_vector_red; in init_options() 1728 s->val[OPT_CALIBRATION_VECTOR_GREEN].wa = s->calibration_vector_green; in init_options() 1741 s->val[OPT_CALIBRATION_VECTOR_BLUE].wa = s->calibration_vector_blue; in init_options() 1774 s->val[OPT_CCT].wa = s->cct3x3; in init_options() 1804 s->val[OPT_GAMMA_VECTOR_R].wa = &s->gamma_table[0][0]; in init_options() 1816 s->val[OPT_GAMMA_VECTOR_G].wa = &s->gamma_table[1][0]; in init_options() 1828 s->val[OPT_GAMMA_VECTOR_B].wa = &s->gamma_table[2][0]; in init_options() 2131 memcpy (val, s->val[option].wa, s->opt[option].size); in sane_control_option() 2229 memcpy (s->val[option].wa, va in sane_control_option() [all...] |
H A D | rts8891.c | 676 if (s->dev->model->gamma != s->val[option].wa) in set_automatic_value() 677 free (s->val[option].wa); in set_automatic_value() 678 s->val[option].wa = s->dev->model->gamma; in set_automatic_value() 808 if (s->dev->model->gamma != s->val[option].wa) in set_option_value() 809 free (s->val[option].wa); in set_option_value() 812 s->val[option].wa = (SANE_Word *) malloc (256 * sizeof (SANE_Word)); in set_option_value() 813 if (s->val[option].wa == NULL) in set_option_value() 815 s->val[option].wa = s->dev->model->gamma; in set_option_value() 823 memcpy (s->val[option].wa, val, s->opt[option].size); in set_option_value() 899 memcpy (val, s->val[option].wa, in get_option_value() [all...] |
/third_party/libwebsockets/scripts/ |
H A D | attack.sh | 379 /../wa \ 430 //..wa \ 500 /wa../ \ 501 /wa/.. \ 602 - "/../wa" -> 404 "/wa" 653 - "//..wa" -> 404 "/..wa" 723 - "/wa../" -> 404 "/wa [all...] |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 149 static void GetAttribString(UInt32 wa, bool isDir, bool allAttribs, char *s)
in GetAttribString() argument 152 wa |= FILE_ATTRIBUTE_DIRECTORY;
in GetAttribString() 155 ConvertWinAttribToString(s, wa);
in GetAttribString() 158 s[0] = ((wa & FILE_ATTRIBUTE_DIRECTORY) != 0) ? 'D': kEmptyAttribChar;
in GetAttribString() 159 s[1] = ((wa & FILE_ATTRIBUTE_READONLY) != 0) ? 'R': kEmptyAttribChar;
in GetAttribString() 160 s[2] = ((wa & FILE_ATTRIBUTE_HIDDEN) != 0) ? 'H': kEmptyAttribChar;
in GetAttribString() 161 s[3] = ((wa & FILE_ATTRIBUTE_SYSTEM) != 0) ? 'S': kEmptyAttribChar;
in GetAttribString() 162 s[4] = ((wa & FILE_ATTRIBUTE_ARCHIVE) != 0) ? 'A': kEmptyAttribChar;
in GetAttribString()
|
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/ |
H A D | prettify.js | 21 console.trace()}return b}}function wa(b){var a=H(),c=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],d=[];for(var g=0;g<c.length;++g)for(var e=0;e<c[g].length;++e)d.push(c[g][e]);c=null;var h=0;function f(){var i=(new Date).getTime()+250;for(;h<d.length&&(new Date).getTime()<i;h++){var j=d[h];if(j.className&&j.className.indexOf("prettyprint")>=0){var o=j.className.match(/\blang-(\w+)\b/);if(o)o=o[1];var m=false;for(var k=j.parentNode;k;k= 23 0;){var s=A[B];s.parentNode.replaceChild(document.createTextNode("\r\n"),s)}}}}}if(h<d.length)setTimeout(f,250);else if(b)b()}f()}window.PR_normalizedHtml=z;window.prettyPrintOne=T;window.prettyPrint=wa;window.PR={createSimpleLexer:v,registerLangHandler:q,sourceDecorator:r,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_SOURCE:"src",PR_STRING:"str",PR_TAG:"tag",PR_TYPE:"typ"}})();
|
/third_party/python/Python/ |
H A D | dtoa.c | 625 int k, wa, wb, wc; in mult() local 645 wa = a->wds; in mult() 647 wc = wa + wb; in mult() 656 xae = xa + wa; in mult() 880 int i, wa, wb; in diff() local 905 wa = a->wds; in diff() 907 xae = xa + wa; in diff() 925 wa--; in diff() 926 c->wds = wa; in diff()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 631 int wa, wr, wg, wb; in get_next_color() local 680 wa = ranges.max[0] - ranges.min[0]; in get_next_color() 686 if (wa >= wr && wa >= wb && wa >= wg) longest = 0; in get_next_color() 687 if (wr >= wg && wr >= wb && wr >= wa) longest = 1; in get_next_color() 688 if (wg >= wr && wg >= wb && wg >= wa) longest = 2; in get_next_color() 689 if (wb >= wr && wb >= wg && wb >= wa) longest = 3; in get_next_color()
|