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

1 2 3

  /external/swiftshader/third_party/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/llvm/test/MC/MachO/
indirect-symbols.s 4 _c = 0 define
13 .indirect_symbol _c
111 // CHECK: Name: _c (10)
tls.s 5 .globl _c$tlv$init
7 _c$tlv$init:
11 .globl _c
12 _c: label
15 .quad _c$tlv$init
159 // CHECK: 0x10 0 3 1 X86_64_RELOC_UNSIGNED 0 _c$tlv$init
203 // CHECK: Name: _c (69)
213 // CHECK: Name: _c$tlv$init (13)
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
60 // CHECK: 0xC 0 2 1 X86_64_RELOC_UNSIGNED 0 _c
62 // CHECK: 0x8 0 2 1 X86_64_RELOC_UNSIGNED 0 _c
76 // CHECK: Name: _c (4)
  /external/llvm/test/MC/ARM/
tls-directives.s 37 .tbss _c$tlv$init, 4, 2 @ @c
39 .globl _c
40 _c: label
43 .long _c$tlv$init
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 46 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
47 if (_c) return _c->_api(__VA_ARGS__);
306 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
307 if(_c) ret = _c->glGetString(name);
315 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
316 if(_c) ret = _c->glGetStringi(name, index);
330 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl member in class:gl_hooks_t
343 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
356 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
369 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
    [all...]
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 102 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
103 if (_c) return _c->_api(__VA_ARGS__);
352 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
353 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);
  /external/clang/test/CodeGenCXX/
debug-info-codeview-display-name.cpp 22 void _c(void) { function
25 // CHECK-DAG: "_c"
mangle-ms.cpp 25 int _c(void) {return N::anonymous + c;} function
26 // CHECK-DAG: @"\01?_c@@YAHXZ"
27 // X64-DAG: @"\01?_c@@YAHXZ"
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
rexpr.c 109 static char *_c; variable
132 _c = expr;
382 while ( *_c==' ' || *_c=='\t' || *_c=='\n' ) _c++;
383 if ( *_c=='\\' )
385 _c++;
386 if ( isdigit(*_c) )
389 while ( isdigit(*_c) )
    [all...]
  /external/swiftshader/src/OpenGL/common/
MatrixStack.cpp 82 float _c = 1 - c; local
86 sw::Matrix rotate(c+x*x*_c, x*y*_c-z*s, x*z*_c+y*s,
87 x*y*_c+z*s, c+y*y*_c, y*z*_c-x*s,
88 x*z*_c-y*s, y*z*_c+x*s, c+z*z*_c);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
stress.c 136 pthread_key_t _c; /* this key will always contain a pointer to the thread's cell */ variable
192 cell_t *c = (cell_t *) pthread_getspecific(_c);
240 ret = pthread_setspecific(_c, arg);
288 ret = pthread_setspecific(_c, arg);
344 ret = pthread_setspecific(_c, arg);
605 ret = pthread_key_create(&_c, NULL);
661 ret = pthread_key_delete(_c);
  /external/python/cpython3/Lib/
types.py 22 async def _c(): pass function
23 _c = _c() variable
24 CoroutineType = type(_c)
25 _c.close() # Prevent ResourceWarning
32 class _C:
34 MethodType = type(_C()._m)
53 del sys, _f, _g, _C, _c, # Not for export
  /hardware/intel/bootstub/
bootstub.c 86 unsigned long _c = c << 24 | c << 16 | c << 8 | c; local
89 *(long *)xs = _c;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
InternalLocaleBuilder.java 667 private char _c; field in class:InternalLocaleBuilder.CaseInsensitiveChar
670 _c = c;
674 return _c;
679 return AsciiUtil.toLower(_c);
690 return _c == AsciiUtil.toLower(((CaseInsensitiveChar)obj).value());
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
InternalLocaleBuilder.java 661 private char _c; field in class:InternalLocaleBuilder.CaseInsensitiveChar
664 _c = c;
668 return _c;
672 return AsciiUtil.toLower(_c);
682 return _c == AsciiUtil.toLower(((CaseInsensitiveChar)obj).value());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
InternalLocaleBuilder.java 663 private char _c; field in class:InternalLocaleBuilder.CaseInsensitiveChar
666 _c = c;
670 return _c;
675 return AsciiUtil.toLower(_c);
686 return _c == AsciiUtil.toLower(((CaseInsensitiveChar)obj).value());
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.h 389 CCoderMT &_c; member in class:NCoderMixer2::CCoderMT::CReleaser
391 CReleaser(CCoderMT &c): _c(c) {}
392 ~CReleaser() { _c.Release(); }
  /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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
generic.h 73 typedef struct _c { struct

Completed in 583 milliseconds

1 2 3