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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
placeholders.hpp 30 static inline boost::arg<1> _1() { return boost::arg<1>(); } function in namespace:__anon44021
43 static boost::arg<1> _1;
55 boost::arg<1> _1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
placeholders.hpp 29 typedef arg<1> _1; typedef
34 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(_1)
37 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_1;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtorQ.c 35 #undef _1 macro
41 #define _1 1 macro
47 #define _1 2 macro
69 L[_1] = bits[2];
76 L[_1] = bits[2];
85 L[_1] = L[_2] = L[_3] = 0;
gdtoaimp.h 637 #define _1 1 macro
646 #define _1 0 macro
  /external/libcxx/src/
bind.cpp 17 __ph<1> _1; member in namespace:placeholders
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
bind.cpp 17 __ph<1> _1; member in namespace:placeholders
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 39 test<2> _1 = (foo)(a); local
65 a _1 = A::a();
  /external/chromium_org/third_party/skia/experimental/DrawingBoard/
SkColorPalette.cpp 150 float _1, _2, _3; local
155 _1 = v * (1 - s);
162 b = _1;
167 b = _1;
170 r = _1;
175 r = _1;
181 g = _1;
186 g = _1;
  /external/clang/test/SemaTemplate/
deduction.cpp 33 struct _1 {}; struct
36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
44 struct Replace<_1, Arg1, Arg2> {
79 int array0[is_same<Replace<_1, int, float>::type, int>::value? 1 : -1];
80 int array1[is_same<Replace<const _1, int, float>::type, const int>::value? 1 : -1];
81 int array2[is_same<Replace<vector<_1>, int, float>::type, vector<int> >::value? 1 : -1];
82 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1];
  /external/skia/experimental/DrawingBoard/
SkColorPalette.cpp 150 float _1, _2, _3; local
155 _1 = v * (1 - s);
162 b = _1;
167 b = _1;
170 r = _1;
175 r = _1;
181 g = _1;
186 g = _1;
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 346 placeholder<1> _1; variable
352 bind(plus<int>(), x, _1)(y);
  /ndk/sources/android/support/src/stdio/
strtod.c 569 # define _1 0 macro
578 L[_1] = bits[0];
584 L[_1] = bits[0];
590 L[_1] = 0;
    [all...]

Completed in 507 milliseconds