Searched refs:Low (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/loader/
H A Dloader.h51 enum Priority { Low, Medium, High }; enumerator in enum:WebCore::Loader::Priority
52 void servePendingRequests(Priority minimumPriority = Low);
79 void servePendingRequests(Priority minimumPriority = Low);
H A Dloader.cpp111 return Low;
114 return Low;
143 if (priority > Low || !url.protocolInHTTPFamily() || !hadRequests) {
/external/libvpx/vp8/common/x86/
H A Dboolcoder.cxx218 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/
H A Dmul.pl11 $Low="eax";
H A Dmul_add.pl11 $Low="eax";
/external/libvpx/vp8/common/
H A Dboolcoder.h318 uint32 Low, Range; member in struct:bool_coder
325 Low = 0;
/external/openssl/crypto/bn/asm/
H A Dbn-586.pl139 $Low="eax";
255 $Low="eax";

Completed in 93 milliseconds