Searched defs:low (Results 51 - 75 of 282) sorted by relevance

1234567891011>>

/external/qemu/target-i386/
H A Dmem_helper.c90 int low, high; local
91 low = cpu_ldsw_data(env, a0);
94 if (v < low || v > high) {
101 int low, high; local
102 low = cpu_ldl_data(env, a0);
104 if (v < low || v > high) {
/external/zlib/src/contrib/infback9/
H A Dinftree9.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
153 of the low root bits of huff. This is saved in low to check for when a
200 low = (unsigned)(-1); /* trigger new sub-table when len > root */
202 mask = used - 1; /* mask for comparing low */
226 /* replicate for those indices with low len bits equal to huff */
253 if (len > root && (huff & mask) != low) {
278 low
[all...]
/external/zlib/src/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
206 low = (unsigned)(-1); /* trigger new sub-table when len > root */
208 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
285 low
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java35 * isInEncoding(char high, char low);
37 * which can be called if the two characters from a high/low surrogate pair.
118 * character formed by the high/low pair is in the encoding.
119 * @param high a char that the a high char of a high/low surrogate pair.
120 * @param low a char that is the low char of a high/low surrogate pair.
125 public boolean isInEncoding(char high, char low) { argument
134 return m_encoding.isInEncoding(high, low);
174 * Returns true if the high/low surrogat
177 isInEncoding(char high, char low) argument
234 isInEncoding(char high, char low) argument
464 inEncoding(char high, char low, String encoding) argument
[all...]
/external/chromium_org/ash/system/chromeos/power/
H A Dtray_power_unittest.cc165 PowerSupplyProperties low = DefaultPowerSupplyProperties(); local
166 low.set_battery_time_to_empty_sec(TrayPower::kLowPowerMinutes * 60 + 30);
167 EXPECT_FALSE(UpdateNotificationState(low));
172 low.set_battery_time_to_empty_sec(TrayPower::kLowPowerMinutes * 60 + 29);
173 EXPECT_TRUE(UpdateNotificationState(low));
177 low.set_battery_time_to_empty_sec(TrayPower::kLowPowerMinutes * 60 - 20);
178 EXPECT_FALSE(UpdateNotificationState(low));
181 // The critical low battery notification should be shown when the rounded
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMeterElement.cpp105 double HTMLMeterElement::low() const function in class:blink::HTMLMeterElement
107 double low = getFloatingPointAttribute(lowAttr, min()); local
108 return std::min(std::max(low, min()), max());
111 void HTMLMeterElement::setLow(double low) argument
113 setFloatingPointAttribute(lowAttr, low);
119 return std::min(std::max(high, low()), max());
140 double lowValue = low();
146 // The optimum range stays under low
163 // The optimum range stays between high and low.
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODIntervalTree.h100 // interval. The returned intervals are sorted by increasing low
110 // interval. The returned intervals are sorted by increasing low
116 IntervalSearchAdapterType adapter(result, interval.low(), interval.high());
129 static IntervalType createInterval(const T& low, const T& high, const UserData data = 0) argument
131 return IntervalType(low, high, data);
156 // increasing low endpoint.
180 if (!(adapter.highValue() < node->data().low()))
/external/chromium_org/third_party/libxml/src/
H A Dchvalid.c169 int low, high, mid; local
177 low = 0;
180 while (low <= high) {
181 mid = (low + high) / 2;
182 if ((unsigned short) val < sptr[mid].low) {
186 low = mid + 1;
196 low = 0;
199 while (low <= high) {
200 mid = (low + high) / 2;
201 if (val < lptr[mid].low) {
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dchvalid.h31 unsigned short low; member in struct:_xmlChSRange
38 unsigned int low; member in struct:_xmlChLRange
/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.c92 int i, j, lin, low, high, nBark, offset=0; local
113 low = (bark_freq[lin]+res/2)/res;
115 *nbEBands = low+high;
122 for (i=0;i<low;i++)
124 if (low>0)
125 offset = eBands[low-1]*res - bark_freq[lin-1];
131 eBands[i+low] = (target+offset/2+res)/(2*res)*2;
132 offset = eBands[i+low]*res - target;
/external/chromium_org/third_party/smhasher/src/
H A Dmd5.cpp328 unsigned long high, low; local
333 low = ( ctx->total[0] << 3 );
335 PUT_ULONG_LE( low, msglen, 0 );
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dsession_info_unittest.cc125 void BuildSeqNumList(uint16_t low, argument
128 while (low != high + 1) {
134 seq_num_list_[i] = low;
135 low++;
/external/compiler-rt/lib/builtins/
H A Datomic.c122 intptr_t low = hash & SPINLOCK_MASK; local
126 hash ^= low;
/external/e2fsprogs/lib/ext2fs/
H A Dbadblocks.c164 int low, high, mid; local
172 low = 0;
174 if (blk == bb->list[low])
175 return low;
179 while (low < high) {
180 mid = ((unsigned)low + (unsigned)high)/2;
181 if (mid == low || mid == high)
188 low = mid;
/external/e2fsprogs/resize/
H A Dextent.c144 __s64 low, high, mid; local
153 low = 0;
155 while (low <= high) {
157 mid = (low+high)/2;
159 if (low == high)
160 mid = low;
163 lowval = extent->list[low].old_loc;
178 mid = low + ((__u64) (range * (high-low)));
188 low
[all...]
/external/icu/icu4c/source/layout/
H A DLEFontInstance.cpp64 LEUnicode16 low = chars[i + 1]; local
66 if (low >= 0xDC00 && low <= 0xDFFF) {
67 code = (high - 0xD800) * 0x400 + low - 0xDC00 + 0x10000;
/external/libopus/celt/
H A Dmodes.c92 int i, j, lin, low, high, nBark, offset=0; local
113 low = (bark_freq[lin]+res/2)/res;
115 *nbEBands = low+high;
122 for (i=0;i<low;i++)
124 if (low>0)
125 offset = eBands[low-1]*res - bark_freq[lin-1];
131 eBands[i+low] = (target+offset/2+res)/(2*res)*2;
132 offset = eBands[i+low]*res - target;
/external/libsepol/include/sepol/policydb/
H A Dmls_types.h45 mls_level_t level[2]; /* low == level[0], high == level[1] */
130 uint32_t low; /* first bit this struct represents */ member in struct:mls_semantic_cat
131 uint32_t high; /* last bit represented - equals low for a single cat */
/external/libsepol/src/
H A Dports.c39 /* Create a low level port structure from
50 int low = sepol_port_get_low(data); local
65 tmp_port->u.port.low_port = low;
68 ERR(handle, "low port %d exceeds high port %d",
96 low, high, sepol_port_get_proto_str(proto));
106 int low = port->u.port.low_port; local
122 sepol_port_set_range(tmp_record, low, high);
136 "to record", low, high, sepol_port_get_proto_str(rec_proto));
170 int low, high, proto; local
172 sepol_port_key_unpack(key, &low,
208 int low, high, proto; local
248 int low, high, proto; local
[all...]
/external/libunwind/src/
H A Dos-linux.h206 unsigned long *low, unsigned long *high, unsigned long *offset,
266 cp = scan_hex (cp, low);
205 maps_next(struct map_iterator *mi, unsigned long *low, unsigned long *high, unsigned long *offset, unsigned long *flags) argument
/external/libxml2/
H A Dchvalid.c169 int low, high, mid; local
177 low = 0;
180 while (low <= high) {
181 mid = (low + high) / 2;
182 if ((unsigned short) val < sptr[mid].low) {
186 low = mid + 1;
196 low = 0;
199 while (low <= high) {
200 mid = (low + high) / 2;
201 if (val < lptr[mid].low) {
[all...]
/external/libxml2/include/libxml/
H A Dchvalid.h31 unsigned short low; member in struct:_xmlChSRange
38 unsigned int low; member in struct:_xmlChLRange
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Drdpmc.c16 unsigned int low, high; local
18 asm volatile("rdpmc" : "=a" (low), "=d" (high) : "c" (counter));
20 return low | ((u64)high) << 32;
25 unsigned int low, high; local
27 asm volatile("rdtsc" : "=a" (low), "=d" (high));
29 return low | ((u64)high) << 32;
/external/lzma/C/
H A DPpmd7Enc.c162 UInt32 low = sum; local
170 RangeEnc_Encode(rc, low, s1->Freq, sum + escFreq);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtgt.c247 l_current_node->low = 0;
266 OPJ_INT32 low; local
275 low = 0;
277 if (low > node->low) {
278 node->low = low;
280 low = node->low;
283 while (low < threshol
306 OPJ_INT32 low; local
[all...]

Completed in 5776 milliseconds

1234567891011>>