HomeSort by relevance Sort by last modified time
    Searched refs:Left (Results 1 - 25 of 311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 19 const uint8_t *above, const uint8_t *left);
43 unsigned char Left[4];
46 Left[0] = yleft[0];
47 Left[1] = yleft[left_stride];
48 Left[2] = yleft[2 * left_stride];
49 Left[3] = yleft[3 * left_stride];
53 pred[b_mode](dst, dst_stride, Above, Left);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
reconintra_arm.c 24 int Left);
33 int Left = x->left_available;
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
44 int Left);
53 int Left = x->left_available;
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/clang/test/CodeGenCXX/
microsoft-abi-multiple-nonvirtual-inheritance.cpp 3 struct Left {
4 virtual void left();
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
15 virtual void left();
25 child->left();
26 // Only need to cast 'this' to Left*.
27 // CHECK: %[[LEFT:.*]] = bitcast %struct.ChildNoOverride* %[[CHILD]] to %struct.Left*
28 // CHECK: %[[VFPTR:.*]] = bitcast %struct.Left* %[[LEFT]] to void (%struct.Left*)**
36 void ChildOverride::left() { function in class:ChildOverride
    [all...]
  /external/clang/test/Modules/Inputs/
category_left.h 3 @interface Foo(Left)
4 -(void)left;
8 -(void)left;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
syntax.go 19 Left *Node
196 OADD // Left + Right
197 OSUB // Left - Right
198 OOR // Left | Right
199 OXOR // Left ^ Right
200 OADDSTR // Left + Right (string addition)
201 OADDR // &Left
202 OANDAND // Left && Right
204 OARRAYBYTESTR // Type(Left) (Type is string, Left is a []byte
    [all...]
typecheck.go 137 n = n.Left
243 return callrecv(n.Left) || callrecv(n.Right) || callrecvlist(n.Ninit) || callrecvlist(n.Nbody) || callrecvlist(n.List) || callrecvlist(n.Rlist)
367 l := n.Left
379 l := typecheck(&n.Left, Erv)
418 n.Left = nil
426 l := typecheck(&n.Left, Etype)
434 n.Left = nil
439 l := typecheck(&n.Left, Etype)
449 n.Left = nil
474 n.Type = functype(n.Left, n.List, n.Rlist
    [all...]
select.go 40 ncase.Left = n
52 n.Right = n.Right.Left
70 n.Left = n.List.N
80 ncase.Left = n
121 if cas.Left != nil { // not default:
122 n := cas.Left
132 ch = n.Left
135 ch = n.Right.Left
137 if n.Left == nil {
145 if n.Left == nil
    [all...]
swt.go 72 if n.Left != nil && n.Left.Op == OTYPESW {
75 typecheck(&n.Left.Right, Erv)
76 t = n.Left.Right.Type
78 Yyerror("cannot type switch on non-interface value %v", Nconv(n.Left.Right, obj.FmtLong))
83 if n.Left != nil {
84 typecheck(&n.Left, Erv)
85 defaultlit(&n.Left, nil)
86 t = n.Left.Type
94 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 16 Left *Node
193 OADD // Left + Right
194 OSUB // Left - Right
195 OOR // Left | Right
196 OXOR // Left ^ Right
197 OADDSTR // Left + Right (string addition)
198 OADDR // &Left
199 OANDAND // Left && Right
201 OARRAYBYTESTR // Type(Left) (Type is string, Left is a []byte
    [all...]
select.go 37 ncase.Left = n
49 n.Right = n.Right.Left
67 n.Left = n.List.N
77 ncase.Left = n
118 if cas.Left != nil { // not default:
119 n := cas.Left
129 ch = n.Left
132 ch = n.Right.Left
134 if n.Left == nil {
142 if n.Left == nil
    [all...]
typecheck.go 134 n = n.Left
240 return callrecv(n.Left) || callrecv(n.Right) || callrecvlist(n.Ninit) || callrecvlist(n.Nbody) || callrecvlist(n.List) || callrecvlist(n.Rlist)
364 l := n.Left
376 l := typecheck(&n.Left, Erv)
415 n.Left = nil
423 l := typecheck(&n.Left, Etype)
431 n.Left = nil
436 l := typecheck(&n.Left, Etype)
446 n.Left = nil
471 n.Type = functype(n.Left, n.List, n.Rlist
    [all...]
swt.go 69 if n.Left != nil && n.Left.Op == OTYPESW {
72 typecheck(&n.Left.Right, Erv)
73 t = n.Left.Right.Type
75 Yyerror("cannot type switch on non-interface value %v", Nconv(n.Left.Right, obj.FmtLong))
80 if n.Left != nil {
81 typecheck(&n.Left, Erv)
82 defaultlit(&n.Left, nil)
83 t = n.Left.Type
91 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong)
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
syntax.go 19 Left *Node
196 OADD // Left + Right
197 OSUB // Left - Right
198 OOR // Left | Right
199 OXOR // Left ^ Right
200 OADDSTR // Left + Right (string addition)
201 OADDR // &Left
202 OANDAND // Left && Right
204 OARRAYBYTESTR // Type(Left) (Type is string, Left is a []byte
    [all...]
typecheck.go 137 n = n.Left
243 return callrecv(n.Left) || callrecv(n.Right) || callrecvlist(n.Ninit) || callrecvlist(n.Nbody) || callrecvlist(n.List) || callrecvlist(n.Rlist)
367 l := n.Left
379 l := typecheck(&n.Left, Erv)
418 n.Left = nil
426 l := typecheck(&n.Left, Etype)
434 n.Left = nil
439 l := typecheck(&n.Left, Etype)
449 n.Left = nil
474 n.Type = functype(n.Left, n.List, n.Rlist
    [all...]
select.go 40 ncase.Left = n
52 n.Right = n.Right.Left
70 n.Left = n.List.N
80 ncase.Left = n
121 if cas.Left != nil { // not default:
122 n := cas.Left
132 ch = n.Left
135 ch = n.Right.Left
137 if n.Left == nil {
145 if n.Left == nil
    [all...]
swt.go 72 if n.Left != nil && n.Left.Op == OTYPESW {
75 typecheck(&n.Left.Right, Erv)
76 t = n.Left.Right.Type
78 Yyerror("cannot type switch on non-interface value %v", Nconv(n.Left.Right, obj.FmtLong))
83 if n.Left != nil {
84 typecheck(&n.Left, Erv)
85 defaultlit(&n.Left, nil)
86 t = n.Left.Type
94 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 16 Left *Node
193 OADD // Left + Right
194 OSUB // Left - Right
195 OOR // Left | Right
196 OXOR // Left ^ Right
197 OADDSTR // Left + Right (string addition)
198 OADDR // &Left
199 OANDAND // Left && Right
201 OARRAYBYTESTR // Type(Left) (Type is string, Left is a []byte
    [all...]
select.go 37 ncase.Left = n
49 n.Right = n.Right.Left
67 n.Left = n.List.N
77 ncase.Left = n
118 if cas.Left != nil { // not default:
119 n := cas.Left
129 ch = n.Left
132 ch = n.Right.Left
134 if n.Left == nil {
142 if n.Left == nil
    [all...]
typecheck.go 134 n = n.Left
240 return callrecv(n.Left) || callrecv(n.Right) || callrecvlist(n.Ninit) || callrecvlist(n.Nbody) || callrecvlist(n.List) || callrecvlist(n.Rlist)
364 l := n.Left
376 l := typecheck(&n.Left, Erv)
415 n.Left = nil
423 l := typecheck(&n.Left, Etype)
431 n.Left = nil
436 l := typecheck(&n.Left, Etype)
446 n.Left = nil
471 n.Type = functype(n.Left, n.List, n.Rlist
    [all...]
swt.go 69 if n.Left != nil && n.Left.Op == OTYPESW {
72 typecheck(&n.Left.Right, Erv)
73 t = n.Left.Right.Type
75 Yyerror("cannot type switch on non-interface value %v", Nconv(n.Left.Right, obj.FmtLong))
80 if n.Left != nil {
81 typecheck(&n.Left, Erv)
82 defaultlit(&n.Left, nil)
83 t = n.Left.Type
91 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconintra4x4.c 24 unsigned char Left[4];
25 Left[0] = yleft[0];
26 Left[1] = yleft[left_stride];
27 Left[2] = yleft[2 * left_stride];
28 Left[3] = yleft[3 * left_stride];
39 expected_dc += Left[i];
62 int pred = Above[c] - top_left + Left[r];
106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
107 lp[1] = (Left[0] + 2 * Left[1] + Left[2] + 2) >> 2
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 84 LVM_INT32 Left; /* Left sample */
125 Left = *pStSrc++; /* Get the left sample */
136 Left += Mono; /* Mix in the mono signal */
143 HighWord = (Vol_Mult * (Left >> 16)); /* signed long (Left) by unsigned short (Vol_Mult) multiply */
144 LowWord = (Vol_Mult * (Left & 0xffff));
145 Left = (HighWord + (LowWord >> 16)) << (Vol_Shift);
149 *pDst++ = Left; /* Save the results *
    [all...]
  /external/clang/include/clang/AST/
AttrIterator.h 99 friend bool operator==(specific_attr_iterator Left,
101 assert((Left.Current == nullptr) == (Right.Current == nullptr));
102 if (Left.Current < Right.Current)
103 Left.AdvanceToNext(Right.Current);
105 Right.AdvanceToNext(Left.Current);
106 return Left.Current == Right.Current;
108 friend bool operator!=(specific_attr_iterator Left,
110 return !(Left == Right);
  /external/clang/lib/Format/
TokenAnnotator.cpp 47 FormatToken *Left = CurrentToken->Previous;
48 Left->ParentBracket = Contexts.back().ContextKind;
59 Left->Previous && Left->Previous->Tok.isNot(tok::kw_template);
67 Left->MatchingParen = CurrentToken;
68 CurrentToken->MatchingParen = Left;
92 updateParameterCount(Left, CurrentToken);
102 FormatToken *Left = CurrentToken->Previous;
103 Left->ParentBracket = Contexts.back().ContextKind;
113 Left->Type = TT_ObjCBlockLParen
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
DefaultName.cpp 17 return fileName.Left(dotPos) + addSubExtension;
21 return fileName.Left(dotPos) + addSubExtension;

Completed in 1375 milliseconds

1 2 3 4 5 6 7 8 91011>>