/external/clang/test/CodeGen/ |
H A D | string-literal-short-wstring.c | 26 wchar_t wa = L'a'; local
|
H A D | char-literal.c | 34 wchar_t wa = L'a'; local
|
/external/skia/src/gpu/effects/ |
H A D | GrDistanceFieldGeoProc.cpp | 646 GrDistanceFieldLCDTextGeoProc::DistanceAdjust wa = dfTexEffect.getDistanceAdjust(); variable 647 if (wa != fDistanceAdjust) { 649 wa.fR, 650 wa.fG, 651 wa.fB); 652 fDistanceAdjust = wa; 749 DistanceAdjust wa = { 0.0f, 0.1f, -0.1f }; local 756 wa,
|
/external/svox/pico/lib/ |
H A D | picowa.c | 51 * shortcut : wa 84 wa_subobj_t * wa; local 94 wa = (wa_subobj_t *) this->subObj; 95 wa->procState = WA_STEPSTATE_COLLECT; 96 wa->inBufSize = PICOWA_MAXITEMSIZE; 97 wa->inLen = 0; 98 wa->outBufSize = PICOWA_MAXITEMSIZE; 99 wa->outLen = 0; 106 wa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]); 107 if (wa 192 waClassifyPos(register picodata_ProcessingUnit this, register wa_subobj_t *wa, const picoos_uint8 *graph, const picoos_uint16 graphlen) argument 380 register wa_subobj_t *wa; local [all...] |
/external/valgrind/drd/tests/ |
H A D | annotate_smart_pointer.cpp | 100 WrapperArgs wa = *wrapper_arg_p; local 102 return reinterpret_cast<unsigned>((wa.m_pf)(wa.m_arg));
|
/external/valgrind/memcheck/tests/amd64/ |
H A D | more_x87_fp.c | 102 int16_t wa; local 118 wa=0;//asm volatile ("fist %0" : "=m" (wa) : "t" (a)); 123 printf("(short)a = %d\n", wa);
|
/external/valgrind/memcheck/tests/x86/ |
H A D | more_x86_fp.c | 92 int16_t wa; local 108 asm volatile ("fists %0" : "=m" (wa) : "t" (a)); 113 printf("(short)a = %d\n", wa);
|
/external/lzma/C/Util/7z/ |
H A D | 7zMain.c | 268 static void GetAttribString(UInt32 wa, Bool isDir, char *s)
argument 270 s[0] = (char)(((wa & FILE_ATTRIBUTE_DIRECTORY) != 0 || isDir) ? 'D' : kEmptyAttribChar);
271 s[1] = (char)(((wa & FILE_ATTRIBUTE_READONLY) != 0) ? 'R': kEmptyAttribChar);
272 s[2] = (char)(((wa & FILE_ATTRIBUTE_HIDDEN) != 0) ? 'H': kEmptyAttribChar);
273 s[3] = (char)(((wa & FILE_ATTRIBUTE_SYSTEM) != 0) ? 'S': kEmptyAttribChar);
274 s[4] = (char)(((wa & FILE_ATTRIBUTE_ARCHIVE) != 0) ? 'A': kEmptyAttribChar);
|
/external/libvorbis/lib/ |
H A D | smallft.c | 38 static void drfti1(int n, float *wa, int *ifac){ argument 99 wa[i++]=cos(arg); 100 wa[i++]=sin(arg); 272 float *c2,float *ch,float *ch2,float *wa){ 319 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3]; 320 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1]; 336 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idi 271 dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument 573 drftf1(int n,float *c,float *ch,float *wa,int *ifac) argument 840 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument 1154 drftb1(int n, float *c, float *ch, float *wa, int *ifac) argument [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 99 static void GetAttribString(DWORD wa, bool isDir, char *s)
argument 101 s[0] = ((wa & FILE_ATTRIBUTE_DIRECTORY) != 0 || isDir) ? 'D' : kEmptyAttribChar;
102 s[1] = ((wa & FILE_ATTRIBUTE_READONLY) != 0) ? 'R': kEmptyAttribChar;
103 s[2] = ((wa & FILE_ATTRIBUTE_HIDDEN) != 0) ? 'H': kEmptyAttribChar;
104 s[3] = ((wa & FILE_ATTRIBUTE_SYSTEM) != 0) ? 'S': kEmptyAttribChar;
105 s[4] = ((wa & FILE_ATTRIBUTE_ARCHIVE) != 0) ? 'A': kEmptyAttribChar;
|
/external/speex/libspeex/ |
H A D | smallft.c | 40 static void drfti1(int n, float *wa, int *ifac){ argument 101 wa[i++]=cos(arg); 102 wa[i++]=sin(arg); 274 float *c2,float *ch,float *ch2,float *wa){ 321 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3]; 322 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1]; 338 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idi 273 dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument 575 drftf1(int n,float *c,float *ch,float *wa,int *ifac) argument 842 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument 1156 drftb1(int n, float *c, float *ch, float *wa, int *ifac) argument [all...] |
/external/valgrind/VEX/test/ |
H A D | test-amd64.c | 622 int16_t wa; local 638 asm volatile ("fist %0" : "=m" (wa) : "t" (a)); 643 printf("(short)a = %d\n", wa);
|
H A D | test-i386.c | 584 int16_t wa; local 600 asm volatile ("fist %0" : "=m" (wa) : "t" (a)); 605 printf("(short)a = %d\n", wa);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
H A D | xm_api.c | 262 XWindowAttributes wa; local 266 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
|
/external/mesa3d/src/mesa/drivers/x11/ |
H A D | xm_api.c | 213 XWindowAttributes wa; local 217 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
|
/external/valgrind/coregrind/m_gdbserver/ |
H A D | m_gdbserver.c | 1440 HChar* wa; local 1445 wa = VG_(strtok_r) (NULL, " ", ssaveptr); 1446 ppc = wa;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | scan.c | 1654 struct wpa_scan_res *wa = *_wa; local 1660 wpa_a = wpa_scan_get_vendor_ie(wa, WPA_IE_VENDOR_TYPE) != NULL || 1661 wpa_scan_get_ie(wa, WLAN_EID_RSN) != NULL; 1671 if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 && 1674 if ((wa->caps & IEEE80211_CAP_PRIVACY) && 1678 if (wa->flags & wb->flags & WPA_SCAN_LEVEL_DBM) { 1679 snr_a_full = wa->snr; 1680 snr_a = MIN(wa->snr, GREAT_SNR); 1682 snr_b = MIN(wa->snr, GREAT_SNR); 1686 snr_a = snr_a_full = wa 1716 struct wpa_scan_res *wa = *_wa; local [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
H A D | knockout-2.0.0.js | 58 a(b,d)};r.wa=function(a,d){d&&1!==d.nodeType&&8!==d.nodeType&&c(Error("ko.applyBindings: first parameter should be your view model; second parameter should be a DOM node"));d=d||window.document.body;b(a,d,m)};r.ea=function(a){switch(a.nodeType){case 1:case 8:var b=r.Na(a);if(b)return b;if(a.parentNode)return r.ea(a.parentNode)}};r.$a=function(a){return(a=r.ea(a))?a.$data:l};r.b("ko.bindingHandlers",r.c);r.b("ko.applyBindings",r.wa);r.b("ko.applyBindingsToDescendants",r.Ta);r.b("ko.applyBindingsToNode", 83 b))}j&&(r.ua(h,g),i.afterRender&&i.afterRender(h,g.$data));return h}var d;r.pa=function(a){a!=l&&!(a instanceof r.t)&&c("templateEngine must inherit from ko.templateEngine");d=a};r.ua=function(b,d){var h=r.a.J([],b),g=0<b.length?b[0].parentNode:o;a(h,g,function(a){r.wa(d,a)});a(h,g,function(a){r.r.Sa(a,[d])})};r.na=function(a,f,h,g,i){h=h||{};(h.templateEngine||d)==l&&c("Set a template engine before calling renderTemplate");i=i||"replaceChildren";if(g){var j=g.nodeType?g:0<g.length?g[0]:o;return new r.i(function(){var d=
|
/external/valgrind/helgrind/ |
H A D | hg_main.c | 4826 const HChar* wa; local 4833 wa = VG_(strtok_r) (NULL, " ", &ssaveptr); 4834 if (wa != NULL) { 4835 if (VG_(parse_Addr) (&wa, &lk_addr) )
|
/external/zopfli/src/zopflipng/lodepng/ |
H A D | lodepng.cpp | 693 float wa = ((const Coin*)a)->weight; local 695 return wa > wb ? 1 : wa < wb ? -1 : 0;
|
/external/vogar/lib/ |
H A D | gson-1.7.1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ... |