Searched defs:_c (Results 1 - 11 of 11) sorted by relevance

/external/llvm/test/MC/MachO/
H A Dempty-dwarf-lines.s9 .globl _c ## @c
10 _c: label
H A Dindirect-symbols.s4 _c = 0 define
13 .indirect_symbol _c
116 // CHECK: ('_string', '_c')
H A Dtls.s5 .globl _c$tlv$init
7 _c$tlv$init:
11 .globl _c
12 _c: label
15 .quad _c$tlv$init
210 // CHECK: ('_string', '_c')
218 // CHECK: ('_string', '_c$tlv$init')
H A Ddarwin-complex-difference.s10 .long _c - _d + 4
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
12 // == (_c - _d + 4)
13 _c: label
93 // CHECK: ('_string', '_c')
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs98 private int _c; field in class:Antlr.Runtime.RecognitionException
156 this._c = input.LA(1);
160 this._c = input.LA(1);
171 _c = info.GetInt32("C");
190 return _c;
232 return _c;
235 _c = value;
272 info.AddValue("C", _c);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognitionException.cs100 private int _c; field in class:Antlr.Runtime.RecognitionException
174 this._c = input.LA(1);
180 this._c = input.LA(1);
193 _c = info.GetInt32("C");
216 return _c;
272 return _c;
276 _c = value;
323 info.AddValue("C", _c);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp29 int _c(void) {return c;} function
30 // CHECK: @"\01?_c@@YAHXZ"
/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp563 Cv32suf _c; local
565 _c.f = p_cur->c; dst_image[j] = (uchar)_c.i;
995 Cv32suf _c; local
997 _c.f = p_cur->c.blue; dst_image[j*3] = (uchar)_c.i;
998 _c.f = p_cur->c.green; dst_image[j*3+1] = (uchar)_c.i;
999 _c.f = p_cur->c.red; dst_image[j*3+2] = (uchar)_c
1430 Cv32suf _c; local
1540 Cv32suf _c; local
1609 Cv32suf _c; local
1731 Cv32suf _c; local
[all...]
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp1177 const uchar* _c = C->data.ptr + i*c_step0 + j*c_step1; local
1234 single_mul_func( _a, _a_step, _b, _b_step, _c, C->step, _d, _d_step,
1240 store_func( _c, C->step, _d, _d_step, D->data.ptr + i*D->step + j*elem_size,
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1777 int QtConnectionObject::qt_metacall(QMetaObject::Call _c, int _id, void **_a) argument
1779 _id = QObject::qt_metacall(_c, _id, _a);
1782 if (_c == QMetaObject::InvokeMetaMethod) {
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapPregenerated.c757 char *_c = HvNAME(SvSTASH(SvRV(sv))); local
758 tc = SWIG_TypeCheck(_c,_t);

Completed in 739 milliseconds