/external/google-breakpad/src/processor/ |
range_map-inl.h | 53 AddressType high = base + size - 1; local 56 if (size <= 0 || high < base) { 62 HexString(high); 69 MapConstIterator iterator_high = map_.lower_bound(high); 91 if (iterator_high->second.base() <= high) { 110 // Store the range in the map by its high address, so that lower_bound can 112 map_.insert(MapValue(high, Range(base, entry))); 128 // The map is keyed by the high address of each range, so |address| is 129 // guaranteed to be lower than the range's high address. If |range| is
|
/external/valgrind/none/tests/s390x/ |
clcl.c | 168 run_test(&byte2, 1, &byte1, 1, 0x00); // first operand high 171 run_test(&byte2, 1, &byte1, 1, 0xFF); // first operand high 178 run_test(NULL, 0, &byte, 1, 11); // first operand high 181 run_test(&byte, 1, NULL, 0, 9); // first operand high 205 run_test(y, 5, x, 5, 'a'); // first operand high 216 run_test(z, 5, z, 5, 'a'); // first operand high 226 run_test(y, 7, x, 5, 0); // first operand high 238 run_test(y, 7, x, 5, 0); // first operand high 240 run_test(y, 7, x, 5, 'f'); // first operand high
|
/frameworks/base/core/java/android/util/ |
MathUtils.java | 38 public static int constrain(int amount, int low, int high) { 39 return amount < low ? low : (amount > high ? high : amount); 42 public static long constrain(long amount, long low, long high) { 43 return amount < low ? low : (amount > high ? high : amount); 46 public static float constrain(float amount, float low, float high) { 47 return amount < low ? low : (amount > high ? high : amount);
|
/art/compiler/utils/arm64/ |
managed_register_arm64.cc | 79 int high = RegNo(); local 81 high += kNumberOfXRegIds + kNumberOfWRegIds; 83 return high;
|
/art/test/526-long-regalloc/src/ |
Main.java | 32 // part of the interval was in the active set, but not the high part. 42 // both low and high interval at the fixed use; therefore the allocation of the high interval
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrtf.c | 37 u_int32_t high; local 50 GET_FLOAT_WORD(high,t); 51 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
|
/cts/suite/audio_quality/test_description/ |
dut_playback_spectrum.xml | 20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound--> 30 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
dut_recording_spectrum.xml | 20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound--> 34 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
/cts/suite/audio_quality/test_description/experimental/ |
dut_playback_spectrum_chirp.xml | 20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound--> 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
ref_playback_spectrum.xml | 20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound--> 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
ref_playback_spectrum_chirp.xml | 20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound--> 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/util/ |
InputConnectionTestUtils.java | 32 * <dl>{@code <}</dl><dd>Represents a high surrogate character.</dd> 37 * {@code "H"} and {@code "L"} indicate certain high and low surrogate characters, respectively, 58 builder.append(U1F427.charAt(0)); // High surrogate
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Max3421e.cpp | 65 return INT_PIN & _BV(INT) ? HIGH : LOW;
70 // return GPX_PIN & _BV(GPX) ? HIGH : LOW;
79 digitalWrite(MAX_SS,HIGH);
80 setRST(HIGH);
108 // digitalWrite( MAX_RESET, HIGH ); //release MAX3421E from reset
116 // digitalWrite( pin, HIGH );
127 digitalWrite(MAX_SS,HIGH);
142 digitalWrite(MAX_SS,HIGH);
165 digitalWrite(MAX_SS,HIGH);
182 digitalWrite(MAX_SS,HIGH);
[all...] |
/device/google/dragon/audio/hal/dsp/ |
crossover2.h | 39 * \-- hp2 ------> HIGH (2) 54 * freq2 - The normalized frequency splits mid and high band. 65 * data2L, data2R - The place to store high band output.
|
/external/compiler-rt/lib/builtins/ |
ashldi3.c | 33 result.s.high = input.s.low << (b - bits_in_word); 40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_word - b));
|
ashlti3.c | 33 result.s.high = input.s.low << (b - bits_in_dword); 40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_dword - b));
|
fixunsxfsi.c | 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 38 if (e < 0 || (fb.u.high.s.low & 0x00008000)) 42 return fb.u.low.s.high >> (31 - e);
|
/external/gptfdisk/ |
support.h | 75 int GetNumber(int low, int high, int def, const string & prompt); 77 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, const std::string& prompt); 78 uint64_t IeeeToInt(string IeeeValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def = 0);
|
/external/icu/icu4c/source/tools/icuinfo/ |
icuplugins_windows_sample.txt | 39 ## A high level test plugin that does nothing. 47 ## A "high-level" plugin that does nothing. 52 ## It will be loaded before the high level plugins.
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/ |
get_const.fail.cpp | 29 const T t(d, "high", 5); 31 assert(std::get<1>(t) == "high"); 35 assert(std::get<1>(t) == "high");
|
/external/libgdx/gdx/src/com/badlogic/gdx/net/ |
ServerSocketHints.java | 31 * time, low latency, and high bandwidth. The absolute values of the integers are irrelevant; in order to choose a protocol the
33 * than positive values. If the application prefers short connection time over both low latency and high bandwidth, for
34 * example, then it could invoke this method with the values (1, 0, 0). If the application prefers high bandwidth above low
|
/external/libopus/celt/ |
mfrngcod.h | 40 /*Bits to shift by to move a symbol into the high-order position.*/ 42 /*Carry bit of the high-order range symbol.*/ 44 /*Low-order bit of the high-order range symbol.*/
|
/external/llvm/lib/Support/ |
README.txt.system | 21 impatient, here's a high level summary of the library's requirements. 35 must be satisfied. Here's a high level summary of the library's design criteria: 38 2. High-Level Interfaces
|
/external/selinux/libsemanage/src/ |
ports_local.c | 95 int high = semanage_port_get_high(ports[i]); local 115 if (low2 <= high) { 118 low, high, proto_str, low2, high2, proto_str2);
|
/external/webrtc/webrtc/base/ |
random_unittest.cc | 114 int32_t high, 119 ASSERT_GE(high, low); 121 uint32_t interval = static_cast<uint32_t>(high - low + 1); 124 // The computation high - low + 1 should be 2^32 but overflowed 134 int32_t sample = prng->Rand(low, high); 136 EXPECT_GE(high, sample); 154 uint32_t high, 159 ASSERT_GE(high, low); 161 uint32_t interval = static_cast<uint32_t>(high - low + 1); 164 // The computation high - low + 1 should be 2^32 but overflowe [all...] |