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

1 2 3

  /external/llvm/test/MC/MachO/
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')
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')
reloc-pcrel.s 58 call _c
59 call _c - 1
60 call _c + 1
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')
zerofill-4.s 8 .zerofill __DATA,__bss,_c,4,4
29 // CHECK: ('_string', '_c')
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /frameworks/base/opengl/libs/GLES2/
gl2.cpp 82 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
83 _c->_api(__VA_ARGS__); \
92 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
93 _c->_api(__VA_ARGS__);
98 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
99 return _c->_api(__VA_ARGS__)
  /frameworks/base/opengl/libs/GLES2_dbg/src/
api.cpp 36 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
37 _c->glActiveTexture(texture);
55 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
56 _c->glAttachShader(program, shader);
77 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
78 _c->glBindAttribLocation(program, index, name);
102 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
103 _c->glBindBuffer(target, buffer);
124 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
125 _c->glBindFramebuffer(target, framebuffer)
    [all...]
egl.cpp 27 const int * operator()(gl_hooks_t::gl_t const * const _c, glesv2debugger::Message & msg) {
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 21 int _c(void) {return c;} function
22 // CHECK: @"\01?_c@@YAHXZ"
  /ndk/sources/host-tools/sed-4.2.1/lib/
c-ctype.h 237 ({ int _c = (c); \
238 (c_isgraph (_c) && ! c_isalnum (_c)); \
  /frameworks/base/opengl/libs/EGL/
trace.cpp 323 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
324 _c->_api _argList; \
330 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
331 return _c->_api _argList; \
360 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
361 _c->_api _argList; \
367 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
368 return _c->_api _argList; \
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 144 #define MEMSET(_ps,_c,_n,_eError) \
146 if(memset(_ps,_c,_n) != _ps) { \
  /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...]
  /bionic/libc/include/
stdio.h 385 static __inline int __sputc(int _c, FILE *_p) {
386 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
387 return (*_p->_p++ = _c);
389 return (__swbuf(_c, _p));
  /bionic/libc/kernel/arch-sh/asm/
sfp-machine.h 37 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) do { if ((_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs) && !(_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)) { R##_s = Y##_s; _FP_FRAC_COPY_##wc(R,Y); } else { R##_s = X##_s; _FP_FRAC_COPY_##wc(R,X); } R##_c = FP_CLS_NAN; } while (0)
  /development/ndk/platforms/android-3/include/
stdio.h 384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
386 return (*_p->_p++ = _c);
388 return (__swbuf(_c, _p));
  /development/ndk/platforms/android-8/include/
stdio.h 384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
386 return (*_p->_p++ = _c);
388 return (__swbuf(_c, _p));
  /frameworks/base/opengl/libs/GLES_CM/
gl.cpp 148 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
149 _c->_api(__VA_ARGS__); \
153 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
154 return _c->_api(__VA_ARGS__)
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 393 static __inline int __sputc(int _c, FILE *_p) {
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
395 return (*_p->_p++ = _c);
397 return (__swbuf(_c, _p));
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 393 static __inline int __sputc(int _c, FILE *_p) {
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
395 return (*_p->_p++ = _c);
397 return (__swbuf(_c, _p));
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 382 static __inline int __sputc(int _c, FILE *_p) {
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
384 return (*_p->_p++ = _c);
386 return (__swbuf(_c, _p));

Completed in 1469 milliseconds

1 2 3