HomeSort by relevance Sort by last modified time
    Searched defs:_c (Results 1 - 16 of 16) 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')
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 98 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
99 if (_c) return _c->_api(__VA_ARGS__);
129 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
130 ret = _c->glGetString(name);
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 150 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
151 if (_c) return _c->_api(__VA_ARGS__);
178 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
179 ret = _c->glGetString(name);
  /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::__anon835
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 34 int _c(void) {return N::anonymous + c;} function
35 // CHECK: @"\01?_c@@YAHXZ"
36 // X64: @"\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...]
  /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...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 619 milliseconds