HomeSort by relevance Sort by last modified time
    Searched defs:_c (Results 1 - 13 of 13) sorted by null

  /external/llvm/test/MC/MachO/
empty-dwarf-lines.s 9 .globl _c ## @c
10 _c: label
indirect-symbols.s 4 _c = 0 define
13 .indirect_symbol _c
116 // CHECK: ('_string', '_c')
tls.s 5 .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')
darwin-complex-difference.s 10 .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/
RecognitionException.cs 98 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/
RecognitionException.cs 100 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);
  /dalvik/vm/
Common.h 126 u2 _c; member in struct:JValue::__anon789
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 29 int _c(void) {return c;} function
30 // CHECK: @"\01?_c@@YAHXZ"
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 563 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.i
1430 Cv32suf _c; local
1540 Cv32suf _c; local
1609 Cv32suf _c; local
1731 Cv32suf _c; local
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp 1177 const uchar* _c = C->data.ptr + i*c_step0 + j*c_step1; local
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 757 char *_c = HvNAME(SvSTASH(SvRV(sv))); local
758 tc = SWIG_TypeCheck(_c,_t);
  /dalvik/vm/analysis/
CodeVerify.cpp 149 #define _c kRegTypeConstChar macro
155 #define _C kRegTypeChar
192 { /*0*/ _X,_X,_X,_0,_Z,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
193 { /*1*/ _X,_X,_X,_Z,_1,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
194 { /*Z*/ _X,_X,_X,_Z,_Z,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
195 { /*y*/ _X,_X,_X,_y,_y,_y,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X }
226 #undef _c macro
    [all...]
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 

Completed in 581 milliseconds