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

  /external/dhcpcd/compat/
arc4random.c 75 uint8_t si, sj; local
80 sj = as->s[as->j];
81 as->s[as->i] = sj;
83 return (as->s[(si + sj) & 0xff]);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
388 (this->*swap)( sj,sij );
396 sk = si; sL = sj;
410 if ( sL-si > sj-sk ) {
415 sj = stack[--m]
    [all...]
Blend.cpp 854 double sj = jj + rect.top; local
862 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
876 m_AllSites[ce->second].getVCenter().y - sj);
938 double sj = jj + rect.top; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
388 (this->*swap)( sj,sij );
396 sk = si; sL = sj;
410 if ( sL-si > sj-sk ) {
415 sj = stack[--m]
    [all...]
Blend.cpp 834 double sj = jj + rect.top; local
842 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
856 m_AllSites[ce->second].getVCenter().y - sj);
918 double sj = jj + rect.top; local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
CryptographicallyRandomNumber.cpp 125 uint8_t sj = m_stream.s[m_stream.j]; local
126 m_stream.s[m_stream.i] = sj;
128 return (m_stream.s[(si + sj) & 0xff]);
  /bionic/libc/bionic/
arc4random.c 163 u_int8_t si, sj; local
168 sj = rs.s[rs.j];
169 rs.s[rs.i] = sj;
171 return (rs.s[(si + sj) & 0xff]);
  /external/opencv/ml/src/
mlsvm.cpp 1424 int sj = class_ranges[j], cj = class_ranges[j+1] - sj; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 243 milliseconds