Searched defs:_c (Results 1 - 12 of 12) 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/chromium_org/third_party/opus/src/celt/
H A Dentenc.c82 static void ec_enc_carry_out(ec_enc *_this,int _c){ argument
83 if(_c!=EC_SYM_MAX){
86 carry=_c>>EC_SYM_BITS;
96 _this->rem=_c&EC_SYM_MAX;
/external/libopus/celt/
H A Dentenc.c82 static void ec_enc_carry_out(ec_enc *_this,int _c){ argument
83 if(_c!=EC_SYM_MAX){
86 carry=_c>>EC_SYM_BITS;
96 _this->rem=_c&EC_SYM_MAX;
/external/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp20 int _c(void) {return N::anonymous + c;} function
21 // CHECK-DAG: @"\01?_c@@YAHXZ"
22 // X64-DAG: @"\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/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 365 milliseconds