HomeSort by relevance Sort by last modified time
    Searched refs:_C (Results 26 - 50 of 99) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
unwind.h 227 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
230 return _Unwind_GetGR (_C, 1);
234 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
unwind.h 227 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
230 return _Unwind_GetGR (_C, 1);
234 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
  /external/libcxx/test/support/
nasty_macros.hpp 15 #define _C NASTY_MACRO
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_macros.hpp 15 #define _C NASTY_MACRO
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 222 int __cdecl iswalpha(wint_t _C);
223 _CRTIMP int __cdecl _iswalpha_l(wint_t _C,_locale_t _Locale);
224 int __cdecl iswupper(wint_t _C);
225 _CRTIMP int __cdecl _iswupper_l(wint_t _C,_locale_t _Locale);
226 int __cdecl iswlower(wint_t _C);
227 _CRTIMP int __cdecl _iswlower_l(wint_t _C,_locale_t _Locale);
228 int __cdecl iswdigit(wint_t _C);
229 _CRTIMP int __cdecl _iswdigit_l(wint_t _C,_locale_t _Locale);
230 int __cdecl iswxdigit(wint_t _C);
231 _CRTIMP int __cdecl _iswxdigit_l(wint_t _C,_locale_t _Locale)
    [all...]
  /external/libmojo/third_party/jinja2/
_compat.py 122 class _C(object):
128 method_type = type(_C().method)
129 code_type = type(_C.method.__code__)
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_test.cc 145 void BM_##DEVICE##_##C_TYPE##_BiasAdd_R##R##_C##C(int iters, int arg) { \
153 BENCHMARK(BM_##DEVICE##_##C_TYPE##_BiasAdd_R##R##_C##C) \
195 void BM_##DEVICE##_##FMT##_##C_TYPE##_BiasAddGrad_R##R##_C##C##_CH##CH( \
206 BENCHMARK(BM_##DEVICE##_##FMT##_##C_TYPE##_BiasAddGrad_R##R##_C##C##_CH##CH) \
250 void BM_##DEVICE##_BcastAddRow_R##R##_C##C(int iters, int arg) { \
258 BENCHMARK(BM_##DEVICE##_BcastAddRow_R##R##_C##C)->Arg(RowsAndColsArg(R, C));
276 void BM_##DEVICE##_BcastAddCol_R##R##_C##C(int iters, int arg) { \
284 BENCHMARK(BM_##DEVICE##_BcastAddCol_R##R##_C##C)->Arg(RowsAndColsArg(R, C));
  /external/opencv/cv/src/
_cvipp.h 74 IPCVAPI_EX( CvStatus, icvMoments##suffix##_C##cn##R, \
75 "ippiMoments" #ipp_suffix "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),\
170 IPCVAPI_EX( CvStatus, icvPyrDown_Gauss5x5_##flavor##_C##cn##R, \
171 "ippiPyrDown_Gauss5x5_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPCV), \
176 IPCVAPI_EX( CvStatus, icvPyrUp_Gauss5x5_##flavor##_C##cn##R, \
177 "ippiPyrUp_Gauss5x5_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPCV), \
199 IPCVAPI_EX( CvStatus, icvResize_##flavor##_C##cn##R, \
200 "ippiResize_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),\
220 IPCVAPI_EX( CvStatus, icvWarpAffineBack_##flavor##_C##cn##R, \
221 "ippiWarpAffineBack_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),
    [all...]
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 61 #define _C _CTYPE_C
  /external/webp/src/dsp/
lossless.c 584 (OUT)[0] = IN##0_C; \
585 (OUT)[1] = IN##1_C; \
586 (OUT)[2] = IN##2_C; \
587 (OUT)[3] = IN##3_C; \
588 (OUT)[4] = IN##4_C; \
589 (OUT)[5] = IN##5_C; \
590 (OUT)[6] = IN##6_C; \
591 (OUT)[7] = IN##7_C; \
592 (OUT)[8] = IN##8_C; \
593 (OUT)[9] = IN##9_C; \
    [all...]
  /external/libnl/lib/route/
neightbl.c 85 #define _C(F, N) (REQ(F) && (!AVAIL(F) || (op->N != fp->N)))
86 if (_C(IFINDEX, ntp_ifindex) ||
87 _C(QUEUE_LEN, ntp_queue_len) ||
88 _C(APP_PROBES, ntp_app_probes) ||
89 _C(UCAST_PROBES, ntp_ucast_probes) ||
90 _C(MCAST_PROBES, ntp_mcast_probes) ||
91 _C(PROXY_QLEN, ntp_proxy_qlen) ||
92 _C(LOCKTIME, ntp_locktime) ||
93 _C(RETRANS_TIME, ntp_retrans_time) ||
94 _C(BASE_REACHABLE_TIME, ntp_base_reachable_time) |
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
  /external/python/cpython2/Lib/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
  /prebuilts/gdb/darwin-x86/lib/python2.7/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
  /prebuilts/gdb/linux-x86/lib/python2.7/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 68 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
xfilter.h 143 UINT _C = (AddressLength); \
144 for ( ; _C > 0 ; _D++, _S++, _C--) \
  /external/python/cpython3/Lib/multiprocessing/
reduction.py 204 class _C:
207 register(type(_C().f), _reduce_method)
270 register(type(_C().f), _reduce_method)
  /external/python/cpython3/Lib/test/
test_dis.py 29 class _C:
49 """ % (_C.__init__.__code__.co_firstlineno + 1,)
69 """ % (_C.cm.__code__.co_firstlineno + 2,)
78 """ % (_C.sm.__code__.co_firstlineno + 2,)
88 """ % (_C.__init__.__name__, dis_c_instance_method,
89 _C.cm.__name__, dis_c_class_method,
90 _C.sm.__name__, dis_c_static_method)
408 self.do_disassembly_test(_C, dis_c)
411 self.do_disassembly_test(_C(1).__init__, dis_c_instance_method)
414 method_bytecode = _C(1).__init__.__code__.co_cod
    [all...]
  /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
  /external/opencv/cxcore/src/
cxmean.cpp 241 IPCVAPI_IMPL( CvStatus, icvMean_##flavor##_C##cn##MR, \
272 IPCVAPI_IMPL( CvStatus, icvMean_##flavor##_C##cn##MR, \
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stdint.h 653 #define __INTN_C(n, v) __stdint_join3( INT, n, _C(v))
654 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))

Completed in 792 milliseconds

12 3 4