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

  /external/webkit/WebCore/loader/
loader.h 51 enum Priority { Low, Medium, High };
52 void servePendingRequests(Priority minimumPriority = Low);
79 void servePendingRequests(Priority minimumPriority = Low);
loader.cpp 111 return Low;
114 return Low;
143 if (priority > Low || !url.protocolInHTTPFamily() || !hadRequests) {
147 // Handle asynchronously so early low priority requests don't get scheduled before later high priority ones
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 218 uint32 L = Low;
224 "Writing a %d, B %x Low %x Range %x s %x blag %d ...\n",
225 value? 1:0, B-Bstart, Low, Range, s, bit_lag
245 Low = L;
249 "...done, B %x Low %x Range %x blag %d \n",
250 B-Bstart, Low, Range, bit_lag
258 uint32 L = Low;
285 int i = 4; do { Low <<= 8; Low |= *B++;} while( --i);
292 uint32 L = Low;
    [all...]
  /external/openssl/crypto/bn/asm/x86/
mul.pl 11 $Low="eax";
mul_add.pl 11 $Low="eax";
  /external/libvpx/vp8/common/
boolcoder.h 272 at very high and low probabilities and worse at probabilities near 1/2,
318 uint32 Low, Range;
325 Low = 0;
  /external/openssl/crypto/bn/asm/
bn-586.pl 139 $Low="eax";
255 $Low="eax";
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 152 milliseconds