HomeSort by relevance Sort by last modified time
    Searched defs:sf (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /external/icu4c/test/intltest/
icusvtst.cpp 1328 SimpleFactory* sf = new SimpleFactory(obj, "object"); local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 748 SourceFileAttribute sf local
750 if (sf == null)
753 return sf.getFileName();
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 141 SecondIterator sf, sl; local
142 for (sf = First->begin(), sl = First->end();
143 sf != sl; ) {
144 if (!F(&sf)) {
145 ++sf;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 373 SDL_PixelFormat* sf = info->src; local
374 Uint32 amask = sf->Amask;
378 movd_m2r(sf->Amask, mm7); /* 0000F000 -> mm7 */
391 : : "rm" ((Uint32) sf->Ashift) ); /* Ashift -> mm5 */
604 SDL_PixelFormat* sf = info->src; local
605 Uint32 chanmask = sf->Rmask | sf->Gmask | sf->Bmask;
606 Uint32 amask = sf->Amask;
607 Uint32 ashift = sf->Ashift
1586 SDL_PixelFormat* sf = info->src; local
1704 SDL_PixelFormat* sf = info->src; local
2725 SDL_PixelFormat *sf = surface->format; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 536 StateId sf = sa; // Start of current failure transition. local
537 while (labela == kPhiLabel && sf != arca.nextstate) {
538 sf = arca.nextstate;
540 size_t numarcsf = fsta->NumArcs(sf);
541 ArcIterator< Fst<A> > aiterf(*fsta, sf);
544 // in sf and consuming symbol 'match_labelb'.
549 // next failure transition (starting at 'sf').
557 if (labela == kPhiLabel && sf == arca.nextstate) {
562 A loop(match_labelb, match_labelb, Weight::One(), sf);
    [all...]
  /build/tools/signapk/
SignApk.java 103 private static final String CERT_SF_NAME = "META-INF/CERT.SF";
105 private static final String CERT_SF_MULTI_NAME = "META-INF/CERT%d.SF";
135 Pattern.compile("^(META-INF/((.*)[.](SF|RSA|DSA)|com/android/otacert))|(" +
353 /** Write a .SF file with a digest of the specified manifest. */
357 Manifest sf = new Manifest(); local
358 Attributes main = sf.getMainAttributes();
387 sf.getEntries().put(entry.getKey(), sfAttr);
391 sf.write(cout);
682 // CERT.SF / CERT#.SF
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h 478 __extension__ struct{ cl_char x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14211::__anon14212
479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
553 __extension__ struct{ cl_uchar x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14227::__anon14228
554 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
628 __extension__ struct{ cl_short x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14243::__anon14244
629 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
703 __extension__ struct{ cl_ushort x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14259::__anon14260
704 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
777 __extension__ struct{ cl_int x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14275::__anon14276
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
852 __extension__ struct{ cl_uint x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14291::__anon14292
926 __extension__ struct{ cl_long x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14307::__anon14308
1001 __extension__ struct{ cl_ulong x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14323::__anon14324
1077 __extension__ struct{ cl_float x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14339::__anon14340
1152 __extension__ struct{ cl_double x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon14355::__anon14356
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 173 String sf = fullReportFileName + JDiff.DIR_SEP + local
176 stats.emitStatistics(sf, apiDiff);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 751 SPEED_FEATURES *sf = &cpi->sf; local
756 int last_improved_quant = sf->improved_quant;
768 sf->RD = 1;
769 sf->search_method = NSTEP;
770 sf->improved_quant = 1;
771 sf->improved_dct = 1;
772 sf->auto_filter = 1;
773 sf->recode_loop = 1;
774 sf->quarter_pixel_search = 1
    [all...]
onyx_int.h 491 SPEED_FEATURES sf; member in struct:VP8_COMP
  /external/mesa3d/include/CL/
cl_platform.h 478 __extension__ struct{ cl_char x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24576::__anon24577
479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
553 __extension__ struct{ cl_uchar x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24592::__anon24593
554 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
628 __extension__ struct{ cl_short x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24608::__anon24609
629 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
703 __extension__ struct{ cl_ushort x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24624::__anon24625
704 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
777 __extension__ struct{ cl_int x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24640::__anon24641
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
852 __extension__ struct{ cl_uint x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24656::__anon24657
926 __extension__ struct{ cl_long x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24672::__anon24673
1001 __extension__ struct{ cl_ulong x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24688::__anon24689
1077 __extension__ struct{ cl_float x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24704::__anon24705
1152 __extension__ struct{ cl_double x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon24720::__anon24721
    [all...]
  /external/ppp/pppd/
auth.c 2322 FILE *sf; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c 192 { Long cf, pf, af, zf, sf, of; \
201 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
204 return cf | pf | af | zf | sf | of; \
213 { Long cf, pf, af, zf, sf, of; \
222 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
225 return cf | pf | af | zf | sf | of; \
234 { Long cf, pf, af, zf, sf, of; \
247 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
250 return cf | pf | af | zf | sf | of; \
259 { Long cf, pf, af, zf, sf, of;
743 ULong of,sf,zf,cf,pf; local
    [all...]
guest_x86_helpers.c 150 { Int cf, pf, af, zf, sf, of; \
159 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
162 return cf | pf | af | zf | sf | of; \
171 { Int cf, pf, af, zf, sf, of; \
180 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
183 return cf | pf | af | zf | sf | of; \
192 { Int cf, pf, af, zf, sf, of; \
205 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
208 return cf | pf | af | zf | sf | of; \
217 { Int cf, pf, af, zf, sf, of;
646 UInt of,sf,zf,cf,pf; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 377 float sf = 0.9f + alpha * 0.1f; local
378 canvas.scale(sf, sf, mCenter.x, mCenter.y);
  /system/core/libpixelflinger/
scanline.cpp 480 pixel_t sf, df; local
481 blend_factor(c, &sf, c->state.blend.src, fragment, fb);
485 gglMulAddx(fragment->c[1], sf.c[1], gglMulx(fb->c[1], df.c[1]));
487 gglMulAddx(fragment->c[2], sf.c[2], gglMulx(fb->c[2], df.c[2]));
489 gglMulAddx(fragment->c[3], sf.c[3], gglMulx(fb->c[3], df.c[3]));
492 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb);
497 gglMulAddx(fragment->c[0], sf.c[0], gglMulx(fb->c[0], df.c[0]));
790 uint8_t& sf = fragment.s[j]; local
798 sf = st;
809 rescale(Cf, sf, Ct, st)
    [all...]
  /art/runtime/
thread.cc 111 void Thread::SetDeoptimizationShadowFrame(ShadowFrame* sf) {
112 deoptimization_shadow_frame_ = sf;
120 ShadowFrame* sf = deoptimization_shadow_frame_; local
123 return sf;
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 92 void *sf; /* SQLite function handle */ member in struct:hfunc
831 f->sf = 0;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 557 SPEED_FEATURES *sf = &cpi->sf; local
562 sf->thresh_mult[i] = mode == 0 ? -500 : 0;
564 sf->thresh_mult[THR_NEARESTMV] = 0;
565 sf->thresh_mult[THR_NEARESTG] = 0;
566 sf->thresh_mult[THR_NEARESTA] = 0;
568 sf->thresh_mult[THR_NEWMV] += 1000;
569 sf->thresh_mult[THR_COMP_NEARESTLA] += 1000;
570 sf->thresh_mult[THR_NEARMV] += 1000;
571 sf->thresh_mult[THR_COMP_NEARESTGA] += 1000
682 SPEED_FEATURES *sf = &cpi->sf; local
2579 SPEED_FEATURES *sf = &cpi->sf; local
    [all...]
vp9_onyx_int.h 534 SPEED_FEATURES sf; member in struct:VP9_COMP
  /external/svox/pico/lib/
picoos.c 1417 picoos_uint32 sf; member in struct:picoos_sd_file
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 2469 StackFrame* sf; local
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 63 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
64 SSLSocket ssl = (SSLSocket) sf.createSocket();
210 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
211 SSLSocket ssl = (SSLSocket) sf.createSocket();
218 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
219 SSLSocket ssl = (SSLSocket) sf.createSocket();
243 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
244 SSLSocket ssl = (SSLSocket) sf.createSocket();
251 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
252 SSLSocket ssl = (SSLSocket) sf.createSocket()
259 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
283 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
928 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
949 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
1135 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
1162 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
1259 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
PieRenderer.java 530 float sf = 0.9f + alpha * 0.1f; local
531 canvas.scale(sf, sf, mPieCenterX, mPieCenterY);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 58 * PUE - primitive URB entry. An urb entry produced by the setup (SF)
109 * SF - Strips Fans or Setup: Triangles are prepared for
334 * It's actually not a vert_result but just a _mark_ to let sf aware that
962 } sf; member in struct:brw_context
    [all...]

Completed in 5082 milliseconds

1 2 34 5 6