HomeSort by relevance Sort by last modified time
    Searched refs:Int (Results 126 - 150 of 1491) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
IntervalIterator.h 73 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) {
74 Int->Nodes.push_back(BB);
83 inline void addNodeToInterval(Interval *Int, Interval *I) {
84 // Add all of the nodes in I as new nodes in Int.
85 Int->Nodes.insert(Int->Nodes.end(), I->Nodes.begin(), I->Nodes.end());
163 IntervalIterator operator++(int) { // Postincrement
182 Interval *Int = new Interval(Header);
187 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I));
189 IntStack.push_back(std::make_pair(Int, succ_begin(Int)))
    [all...]
  /prebuilts/go/darwin-x86/test/alias3.dir/
c.go 18 s.Int = 1
19 s.IntAlias = s.Int
20 s.IntAlias2 = s.Int
  /prebuilts/go/linux-x86/test/alias3.dir/
c.go 18 s.Int = 1
19 s.IntAlias = s.Int
20 s.IntAlias2 = s.Int
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 52 const static Int tab_exclude[9][9] = // [last_loc][curr_loc]
65 const static Int refine_next[8][2] = /* [curr_k][increment] */
76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess);
78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
79 Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh)
    [all...]
sad.cpp 47 Int SAD_Macroblock_C(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
48 Int SAD_MB_HTFM_Collect(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
49 Int SAD_MB_HTFM(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
50 Int SAD_Block_C(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info
    [all...]
motion_comp.cpp 21 //const static Int roundtab4[] = {0,1,1,1};
22 //const static Int roundtab8[] = {0,0,1,1,1,1,1,2};
23 //const static Int roundtab12[] = {0,0,0,1,1,1,1,1,1,1,2,2};
24 const static Int roundtab16[] = {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2};
37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
38 Int width, Int height, Int rnd1)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IntervalIterator.h 68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) {
69 Int->Nodes.push_back(BB);
79 inline void addNodeToInterval(Interval *Int, Interval *I) {
80 // Add all of the nodes in I as new nodes in Int.
81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes));
153 inline _Self operator++(int) { // Postincrement
170 Interval *Int = new Interval(Header);
176 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I));
178 IntStack.push_back(std::make_pair(Int, succ_begin(Int)));
    [all...]
  /developers/build/prebuilts/gradle/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.kt 30 defStyle: Int = 0
44 fun setAspectRatio(width: Int, height: Int) {
53 override fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int) {
  /developers/build/prebuilts/gradle/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.kt 30 defStyle: Int = 0
44 fun setAspectRatio(width: Int, height: Int) {
53 override fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int) {
  /developers/samples/android/media/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.kt 30 defStyle: Int = 0
44 fun setAspectRatio(width: Int, height: Int) {
53 override fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int) {
  /developers/samples/android/media/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.kt 30 defStyle: Int = 0
44 fun setAspectRatio(width: Int, height: Int) {
53 override fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15528.go 19 func (x *RWS) Read(p []byte) (n int, err error) { return }
20 func (x *RWS) Write(p []byte) (n int, err error) { return }
21 func (x *RWS) Seek(offset int64, whence int) (n int64, err error) { return }
33 {1, "int 1"},
34 {int(1), "int 1"},
35 {Int(int(2)), "main.Int Int=2"}
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15528.go 19 func (x *RWS) Read(p []byte) (n int, err error) { return }
20 func (x *RWS) Write(p []byte) (n int, err error) { return }
21 func (x *RWS) Seek(offset int64, whence int) (n int64, err error) { return }
33 {1, "int 1"},
34 {int(1), "int 1"},
35 {Int(int(2)), "main.Int Int=2"}
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
int_test.go 18 func isNormalized(x *Int) bool {
26 type funZZ func(z, x, y *Int) *Int
28 z, x, y *Int
49 var zero Int
61 var z Int
73 var zero Int
75 var z Int
77 var e Int
89 var z Int
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
int_test.go 18 func isNormalized(x *Int) bool {
26 type funZZ func(z, x, y *Int) *Int
28 z, x, y *Int
49 var zero Int
61 var z Int
73 var zero Int
75 var z Int
77 var e Int
89 var z Int
    [all...]
  /frameworks/support/core/ktx/src/main/java/androidx/core/view/
ViewGroup.kt 31 operator fun ViewGroup.get(index: Int) =
60 inline fun ViewGroup.forEachIndexed(action: (index: Int, view: View) -> Unit) {
86 inline fun ViewGroup.MarginLayoutParams.setMargins(@Px size: Int) {
97 @Px left: Int = leftMargin,
98 @Px top: Int = topMargin,
99 @Px right: Int = rightMargin,
100 @Px bottom: Int = bottomMargin
113 @Px start: Int = marginStart,
114 @Px top: Int = topMargin,
115 @Px end: Int = marginEnd
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 4 int nonconst = 8; // expected-note 3 {{here}}
6 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not a constant expression}} expected-note {{read of non-const}}
18 bool a(int n) {
35 struct S { constexpr operator int() const { return 5; } };
47 int b(unsigned n) {
51 case (int)EE::EE32:
53 case (long long)1e10: // expected-error {{case value evaluates to 10000000000, which cannot be narrowed to type 'unsigned int'}}
54 case -3: // expected-error {{case value evaluates to -3, which cannot be narrowed to type 'unsigned int'}}
62 c = (int)EE::EE32,
67 template<unsigned char> using A = int;
    [all...]
  /external/valgrind/VEX/pub/
libvex_basictypes.h 55 typedef unsigned int UInt;
56 typedef signed int Int;
59 typedef unsigned long long int ULong;
60 typedef signed long long int Long;
106 static inline Bool toBool ( Int x ) {
107 Int r = (x == 0) ? False : True;
110 static inline UChar toUChar ( Int x ) {
114 static inline HChar toHChar ( Int x ) {
118 static inline UShort toUShort ( Int x )
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 8 the Go package big's integer type Int.
40 typedef unsigned long int mp_limb_t;
44 int _mp_alloc;
45 int _mp_size;
126 // An Int represents a signed multi-precision integer.
127 // The zero value for an Int represents the value 0.
128 type Int struct {
133 // NewInt returns a new Int initialized to x.
134 func NewInt(x int64) *Int { return new(Int).SetInt64(x)
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 8 the Go package big's integer type Int.
40 typedef unsigned long int mp_limb_t;
44 int _mp_alloc;
45 int _mp_size;
126 // An Int represents a signed multi-precision integer.
127 // The zero value for an Int represents the value 0.
128 type Int struct {
133 // NewInt returns a new Int initialized to x.
134 func NewInt(x int64) *Int { return new(Int).SetInt64(x)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic_test.go 72 One := new(big.Int).SetUint64(1)
74 TwoN := new(big.Int).Lsh(One, n)
75 Max := new(big.Int).Sub(TwoN, One)
106 C := new(big.Int).SetUint64(c)
107 M := new(big.Int).SetUint64(m)
111 Mul := new(big.Int).Div(Max, C)
122 X := new(big.Int).SetUint64(x)
126 Want := new(big.Int).Quo(X, C)
127 Got := new(big.Int).Mul(X, M)
138 One := new(big.Int).SetInt64(1
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic_test.go 72 One := new(big.Int).SetUint64(1)
74 TwoN := new(big.Int).Lsh(One, n)
75 Max := new(big.Int).Sub(TwoN, One)
106 C := new(big.Int).SetUint64(c)
107 M := new(big.Int).SetUint64(m)
111 Mul := new(big.Int).Div(Max, C)
122 X := new(big.Int).SetUint64(x)
126 Want := new(big.Int).Quo(X, C)
127 Got := new(big.Int).Mul(X, M)
138 One := new(big.Int).SetInt64(1
    [all...]
  /external/swiftshader/src/Main/
FrameBuffer.cpp 39 FrameBuffer::FrameBuffer(int width, int height, bool fullscreen, bool topLeftOrigin)
94 void FrameBuffer::setCursorOrigin(int x0, int y0)
100 void FrameBuffer::setCursorPosition(int x, int y)
118 int sourceStride = source->getInternalPitchB();
172 const int width = state.width;
173 const int height = state.height;
174 const int dBytes = Surface::bytes(state.destFormat)
    [all...]
  /external/valgrind/callgrind/
global.h 96 Int separate_callers; /* Separate dependent on how many callers? */
97 Int separate_recursions; /* Max level of recursions to separate */
118 Int verbose;
144 Int context_counter;
145 Int bb_retranslations;
147 Int distinct_objs;
148 Int distinct_files;
149 Int distinct_fns;
150 Int distinct_contexts;
151 Int distinct_bbs
    [all...]
  /external/clang/test/Sema/
cast.c 20 typedef int Int;
24 typedef _Complex int CInt;
33 (void) (Int) v;
45 void testInt(Int v) {
47 (void) (Int) v;
55 (void) (VoidPtr) v; // expected-warning{{cast to 'VoidPtr' (aka 'void *') from smaller integer type 'Int' (aka 'int')}}
56 (void) (CharPtr) v; // expected-warning{{cast to 'CharPtr' (aka 'char *') from smaller integer type 'Int' (aka 'int')}}
    [all...]

Completed in 702 milliseconds

1 2 3 4 56 7 8 91011>>