/external/clang/test/Driver/ |
darwin-ld-demangle.c | 4 // is high enough. It is assumed to be high enough on systems where
|
/external/selinux/libsepol/src/ |
port_record.c | 9 /* Low - High range. Same for single ports. */ 10 int low, high; member in struct:sepol_port 20 /* Low - High range. Same for single ports. */ 21 int low, high; member in struct:sepol_port_key 29 int low, int high, int proto, 42 tmp_key->high = high; 52 int *low, int *high, int *proto) 56 *high = key->high; [all...] |
/external/compiler-rt/lib/builtins/ |
udivmoddi4.c | 36 if (n.s.high == 0) 38 if (d.s.high == 0) 56 /* n.s.high != 0 */ 59 if (d.s.high == 0) 66 *rem = n.s.high % d.s.low; 67 return n.s.high / d.s.low; 69 /* d.s.high != 0 */ 78 r.s.high = n.s.high % d.s.high; [all...] |
udivmodti4.c | 38 if (n.s.high == 0) 40 if (d.s.high == 0) 58 /* n.s.high != 0 */ 61 if (d.s.high == 0) 68 *rem = n.s.high % d.s.low; 69 return n.s.high / d.s.low; 71 /* d.s.high != 0 */ 80 r.s.high = n.s.high % d.s.high; [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
CameraProfileTest.java | 31 private void checkQuality(int low, int mid, int high) { 32 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high); 35 assertTrue(high >= 0 && high <= 100); 36 assertTrue(low <= mid && mid <= high); 42 int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH); local 43 checkQuality(low, mid, high); 51 int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH); local 52 checkQuality(low, mid, high); [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
int-mul-07.ll | 1 ; Test high-part i32->i64 multiplications. 8 ; Check zero-extended multiplication in which only the high part is used. 17 %high = trunc i64 %highx to i32 18 ret i32 %high 21 ; Check sign-extended multiplication in which only the high part is used. 30 %high = trunc i64 %highx to i32 31 ret i32 %high 35 ; high and low halves. 44 %high = trunc i64 %highx to i32 46 %or = or i32 %high, %lo [all...] |
/external/vboot_reference/utility/ |
tpm-nvsize | 12 high=1500 13 try=$high 17 ## echo trying $try [ $low $high ] 24 elif [ $try -lt $high ]; then 26 try=$(( ( $high + $low ) / 2 )) 28 # special case: when try == high, expand the search 31 high=$try 47 high=$try 48 try=$(( ( $high + $low ) / 2 ))
|
/art/runtime/interpreter/mterp/mips/ |
op_const_wide.S | 4 FETCH(a2, 3) # a2 <- hhhh (high middle) 7 FETCH(a3, 4) # a3 <- HHHH (high) 10 or a1, a3, a2 # a1 <- HHHHhhhh (high word)
|
/device/google/dragon/ |
enctune.conf | 24 QualityLevel high 38 QualityLevel high 54 QualityLevel high
|
/device/htc/flounder/ |
enctune.conf | 24 QualityLevel high 38 QualityLevel high 54 QualityLevel high
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/ |
pass1.fragment.glsl | 2 #define HIGH highp 5 #define HIGH 12 vec4 pack(HIGH float depth) {
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/realistic/ |
pass1.fragment.glsl | 4 #define HIGH highp 9 #define HIGH 16 vec4 pack(HIGH float depth) {
|
/hardware/bsp/intel/peripheral/libupm/src/gas/ |
README.txt | 2 Grove - Gas Sensor(MQ-3):Alcohol and Benzine [high sensitivity] Long warm-up 3 Grove - Gas Sensor(MQ-5):LPG, Natural Gas, Town Gas [high sensitivity] 5 Grove - Air Quality Sensor(TP-401): CO, alcohol, acetone, thinner, others [high sensitivity].
|
/art/test/543-env-long-ref/ |
info.txt | 3 was overwriting the high dex register of a wide value.
|
/art/test/550-checker-regression-wide-store/ |
info.txt | 1 Test an SsaBuilder regression where storing into the high vreg of a pair
|
/external/valgrind/memcheck/tests/ |
leak-cases-full.vgtest | 2 vgopts: -q --leak-check=full --leak-resolution=high
|
leak-delta.vgtest | 2 vgopts: -q --leak-check=yes --show-reachable=yes --leak-resolution=high
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/ |
m32r.exp | 4 run_dump_test "high-1"
|
/ndk/sources/cxx-stl/stlport/src/ |
collate.cpp | 32 string collate<char>::do_transform(const char* low, const char* high) const 33 { return string(low, high); } 35 long collate<char>::do_hash(const char* low, const char* high) const { 37 for ( ; low < high; ++low) 52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const 53 { return wstring(low, high); } 55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { 57 for ( ; low < high; ++low)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
bspec805.s | 5 TETRA 0 % Decent high-part of section length. However... 8 % length, high part.
|
/external/libxml2/result/SVG/ |
transform.xml | 8 <text style="font-size: 12">This prints 12 pixels high.</text> 9 <text style="font-size: 12px">This prints 12 pixels high.</text> 12 <!-- The following text will actually draw 24 pixels high
15 <text style="font-size: 12">This prints 24 pixels high.</text> 16 <!-- The following text will actually still draw 12 pixels high
18 <text style="font-size: 12px">This prints 12 pixels high.</text>
|
/external/libxml2/test/SVG/ |
transform.xml | 9 <text style="font-size: 12">This prints 12 pixels high.</text>
10 <text style="font-size: 12px">This prints 12 pixels high.</text>
15 <!-- The following text will actually draw 24 pixels high
18 <text style="font-size: 12">This prints 24 pixels high.</text>
20 <!-- The following text will actually still draw 12 pixels high
22 <text style="font-size: 12px">This prints 12 pixels high.</text>
|
/external/valgrind/memcheck/tests/s390x/ |
cdsg.c | 5 uint64_t high; member in struct:__anon27024 37 op2.high = op2.low = 42; 38 op3.high = op3.low = 0xdeadbeefdeadbabeull; 46 op1.high = op1.low = 42; 48 op3.high = op3.low = 0xdeadbeefdeadbabeull; 56 op1.high = op1.low = 42;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_modf.c | 39 if(j0<20) { /* integer part in high x */ 46 u_int32_t high; local 48 GET_HIGH_WORD(high,x); 49 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ 57 u_int32_t high; local 63 GET_HIGH_WORD(high,x); 64 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ 69 u_int32_t high; local 71 GET_HIGH_WORD(high,x); 72 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 * [all...] |
/external/eigen/test/ |
nullary.cpp | 43 Scalar high = internal::random<Scalar>(-500,500); local 44 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500)); 45 if (low>high) std::swap(low,high); 47 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1)); 51 m.setLinSpaced(size,low,high); 60 m = VectorType::LinSpaced(size,low,high); 67 //VERIFY( m(m.size()-1) == high ); 71 m = VectorType::LinSpaced(Sequential,size,low,high); 75 //VERIFY( m(m.size()-1) == high ); [all...] |