HomeSort by relevance Sort by last modified time
    Searched defs:smallest (Results 1 - 6 of 6) sorted by null

  /external/speex/libspeex/
stereo.c 151 spx_word32_t largest, smallest; local
178 smallest = e_right;
182 smallest = e_left;
189 smallest = VSHR32(smallest, shift);
190 balance = DIV32(largest, ADD32(smallest, 1));
195 balance=(largest+1.)/(smallest+1.);
216 /*fprintf (stderr, "%d %d %d %d\n", largest, smallest, balance_id, e_ratio);*/
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels.c 316 unsigned int smallest; local
322 smallest = ~0;
328 if ( distance < smallest ) {
333 smallest = distance;
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 73 String smallest = ""; local
78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) {
79 smallest = current;
155 String smallest = ""; local
162 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) {
163 smallest = current;
  /packages/apps/Gallery3D/src/com/cooliris/media/
SortCursor.java 81 String smallest = ""; local
86 if (mCursor == null || current == null || current.compareToIgnoreCase(smallest) < 0) {
87 smallest = current;
93 long smallest = (ascending) ? Long.MAX_VALUE : Long.MIN_VALUE; local
99 boolean comparison = (ascending) ? (current < smallest) : (current > smallest);
101 smallest = current;
181 String smallest = ""; local
188 if (smallestIdx < 0 || current == null || current.compareToIgnoreCase(smallest) < 0) {
189 smallest = current
202 long smallest = (mAscending) ? Long.MAX_VALUE : Long.MIN_VALUE; local
    [all...]
  /packages/apps/Music/src/com/android/music/
SortCursor.java 73 String smallest = ""; local
78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) {
79 smallest = current;
155 String smallest = ""; local
162 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) {
163 smallest = current;
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_memorybufferdatastream_factory.cpp 1911 uint32 smallest = 0xFFFFFFFF; local
2499 uint32 smallest = 0xFFFFFFFF; local
    [all...]

Completed in 1902 milliseconds