HomeSort by relevance Sort by last modified time
    Searched refs:Int (Results 276 - 300 of 581) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 95 Int sigNo_private;
150 //:: unsigned int tmp; /* to avoid 16 bit prefixes in the code */
168 //:: int i;
213 //:: int i;
243 //:: int i;
425 Int sigNo)
450 Int sigNo = siginfo->si_signo;
542 struct vg_sigframe *frame, Int *sigNo )
599 struct rt_sigframe *frame, Int *sigNo )
613 Int sigNo
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx)
257 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx)
446 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx)
vlc_enc_tab.h 88 static const Int intra_max_level[2][64] =
112 static const Int inter_max_level[2][64] =
134 static const Int intra_max_run0[28] = { 999, 14, 9, 7, 3, 2, 1,
141 static const Int intra_max_run1[9] = { 999, 20, 6,
146 static const Int inter_max_run0[13] = { 999,
152 static const Int inter_max_run1[4] = { 999, 40, 1, 0 };
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 153 guest_s390x_state_requires_precise_mem_exns(Int minoff, Int maxoff)
155 Int lr_min = S390X_GUEST_OFFSET(guest_LR);
156 Int lr_max = lr_min + 8 - 1;
157 Int sp_min = S390X_GUEST_OFFSET(guest_SP);
158 Int sp_max = sp_min + 8 - 1;
159 Int fp_min = S390X_GUEST_OFFSET(guest_FP);
160 Int fp_max = fp_min + 8 - 1;
161 Int ia_min = S390X_GUEST_OFFSET(guest_IA);
162 Int ia_max = ia_min + 8 - 1
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 692 ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd )
698 Int actual_fd, oflags;
831 (Int)is_rx_map, (Int)is_rw_map);
    [all...]
  /external/chromium/testing/gtest/test/
gtest-typed-test_test.cc 63 typedef std::set<int> IntSet;
94 typedef Types<char, int> TwoTypes;
136 TYPED_TEST_CASE(TypedTest1, int);
145 TYPED_TEST_CASE(TypedTest2, Types<int>);
159 typedef Types<int, long> NumericTypes;
279 typedef int IntAfterTypedTestCaseP;
286 typedef int IntBeforeRegisterTypedTestCaseP;
309 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP1, int);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-typed-test_test.cc 63 typedef std::set<int> IntSet;
94 typedef Types<char, int> TwoTypes;
136 TYPED_TEST_CASE(TypedTest1, int);
145 TYPED_TEST_CASE(TypedTest2, Types<int>);
159 typedef Types<int, long> NumericTypes;
279 typedef int IntAfterTypedTestCaseP;
286 typedef int IntBeforeRegisterTypedTestCaseP;
309 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP1, int);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>)
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 3 template<int I> struct Y;
5 X<X<int>> *x1;
10 X<X<X<X<X<int>>>>> *x2;
12 template<> struct X<int> { };
13 typedef X<int> X_int;
16 void f(const X<int> x) {
17 (void)reinterpret_cast<X<int>>(x); // expected-error{{reinterpret_cast from}}
18 (void)reinterpret_cast<X<X<X<int>>>>(x); // expected-error{{reinterpret_cast from}}
20 X<X<int>> *x1;
45 template<int> struct TemplateInt {}
    [all...]
  /external/gtest/test/
gtest-typed-test_test.cc 63 typedef std::set<int> IntSet;
94 typedef Types<char, int> TwoTypes;
136 TYPED_TEST_CASE(TypedTest1, int);
145 TYPED_TEST_CASE(TypedTest2, Types<int>);
159 typedef Types<int, long> NumericTypes;
279 typedef int IntAfterTypedTestCaseP;
286 typedef int IntBeforeRegisterTypedTestCaseP;
309 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP1, int);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Technique.java 151 case Int:
152 u.setValue(VarType.Int, value);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 278 Int(4),
285 private int componentSize = 0;
287 Format(int componentSize){
296 public int getComponentSize(){
301 protected int offset = 0;
302 protected int lastLimit = 0;
303 protected int stride = 0;
304 protected int components = 0;
309 protected transient int componentsLength = 0;
333 protected VertexBuffer(int id)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-typed-test_test.cc 63 typedef std::set<int> IntSet;
94 typedef Types<char, int> TwoTypes;
136 TYPED_TEST_CASE(TypedTest1, int);
145 TYPED_TEST_CASE(TypedTest2, Types<int>);
159 typedef Types<int, long> NumericTypes;
279 typedef int IntAfterTypedTestCaseP;
286 typedef int IntBeforeRegisterTypedTestCaseP;
309 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP1, int);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>)
    [all...]
  /external/protobuf/gtest/test/
gtest-typed-test_test.cc 63 typedef std::set<int> IntSet;
94 typedef Types<char, int> TwoTypes;
136 TYPED_TEST_CASE(TypedTest1, int);
145 TYPED_TEST_CASE(TypedTest2, Types<int>);
159 typedef Types<int, long> NumericTypes;
279 typedef int IntAfterTypedTestCaseP;
286 typedef int IntBeforeRegisterTypedTestCaseP;
309 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP1, int);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>)
    [all...]
  /external/valgrind/main/VEX/useful/
show_fp_state.c 10 typedef unsigned int UInt;
11 typedef unsigned long long int ULong;
15 typedef int Int;
16 typedef long long int Long;
96 Int i, j, k;
153 int i;
165 int main ( void )
hd_fpu.c 70 int i;
75 Int bexp = ((UInt)e_lsb[9] << 8) | (UInt)e_lsb[8];
105 int i;
109 Int bexp = ((UInt)d_lsb[7] << 4) |
143 Int reg, st;
154 Int reg, st;
476 Int n = 0;
479 n = (Int)(floor(st_1));
487 n = ((Int)(floor(-st_1)));
496 void fp_calc_fprem ( Int* qq, double* result, double st_0, double st_1
    [all...]
  /libnativehelper/include/nativehelper/
ScopedPrimitiveArray.h 65 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RO(jint, Int);
116 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RW(jint, Int);
  /ndk/sources/third_party/googletest/googletest/test/
gtest-typed-test_test.cc 63 typedef std::set<int> IntSet;
94 typedef Types<char, int> TwoTypes;
136 TYPED_TEST_CASE(TypedTest1, int);
145 TYPED_TEST_CASE(TypedTest2, Types<int>);
159 typedef Types<int, long> NumericTypes;
279 typedef int IntAfterTypedTestCaseP;
286 typedef int IntBeforeRegisterTypedTestCaseP;
309 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP1, int);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 82 TEST(StringAppendFTest, Int) {
109 int n = 2048;
141 int n = 2048;
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSet.cpp 25 SK_MEMBER_PROPERTY(step, Int),
64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 :
65 fFieldInfo->getSize((const SkDisplayable*) fTarget) / sizeof(int);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.h 46 const llvm::APSInt& Int);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Uniform.java 85 case Int:
132 case Int:
233 case Int:
309 for (int i = 0; i < v2a.length; i++)
322 for (int i = 0; i < v3a.length; i++)
335 for (int i = 0; i < v4a.length; i++)
349 for (int i = 0; i < m3a.length; i++)
363 for (int i = 0; i < m4a.length; i++)
369 case Int:
389 public void setVector4Length(int length)
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.h 46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List,
76 int CurBuffer;
117 int getNextChar();
118 int peekNextChar(int Index);
  /external/skia/src/animator/
SkAnimateSet.cpp 25 SK_MEMBER_PROPERTY(step, Int),
64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 :
65 fFieldInfo->getSize((const SkDisplayable*) fTarget) / sizeof(int);
  /external/valgrind/main/cachegrind/
cg_branchpred.c 107 if (0) VG_(printf)("index = %d\n", (Int)indx);
  /external/valgrind/main/callgrind/
bb.c 40 Int i;
69 Int i, new_size, conflicts1 = 0, conflicts2 = 0;
182 Int idx;
292 Int idx, size;

Completed in 1421 milliseconds

<<11121314151617181920>>