HomeSort by relevance Sort by last modified time
    Searched refs:Sf (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CodeGen/
ppc64-struct-onefloat.c 4 typedef struct s1 { float f; } Sf;
6 typedef struct s4 { Sf fs; } SSf;
9 void bar(Sf a, Sd b, SSf d, SSd e) {}
30 Sf p1 = { 22.63f };
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p8.cpp 10 static constexpr int Sf();
20 int (*Sf)() = &S::Sf;
32 constexpr int S::Sf() { return 2; }
  /external/opencv/cxcore/src/
cxmatrix.cpp     [all...]
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 350 int score = 0, Sf = 0;
354 if (score*2 - i > Sf*2 - lenf) { Sf = score; lenf = i; }
  /bootable/recovery/applypatch/
bsdiff.c 232 off_t s,Sf,lenf,Sb,lenb;
304 s=0;Sf=0;lenf=0;
308 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; };
  /external/bsdiff/
bsdiff.c 205 off_t s,Sf,lenf,Sb,lenb;
295 s=0;Sf=0;lenf=0;
299 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; };
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 341 off_t s,Sf,lenf,Sb,lenb;
439 s=0;Sf=0;lenf=0;
443 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; };

Completed in 1043 milliseconds