/third_party/boost/boost/geometry/index/detail/rtree/visitors/ |
D | count.hpp | 53 struct count struct 56 typedef typename MembersHolder::value_type value_type; 57 typedef typename MembersHolder::parameters_type parameters_type; 58 typedef typename MembersHolder::translator_type translator_type; 60 typedef typename MembersHolder::node node; 61 typedef typename MembersHolder::internal_node internal_node; 62 typedef typename MembersHolder::leaf leaf; 64 typedef count_helper<ValueOrIndexable, value_type> count_help; 66 …inline count(ValueOrIndexable const& vori, parameters_type const& parameters, translator_type cons… in count() argument 70 inline void operator()(internal_node const& n) in operator ()() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | unary_op_impl.cu | 19 __global__ void ExponentialKernel(const T *input, T *output, const size_t count) { in ExponentialKernel() 26 __global__ void ExponentialKernel(const double *input, double *output, const size_t count) { in ExponentialKernel() 33 __global__ void ExponentialKernel(const half *input, half *output, const size_t count) { in ExponentialKernel() 40 __global__ void Expm1Kernel(const T *input, T *output, const size_t count) { in Expm1Kernel() 47 __global__ void Expm1Kernel(const double *input, double *output, const size_t count) { in Expm1Kernel() 54 __global__ void LogarithmKernel(const T *input, T *output, const size_t count) { in LogarithmKernel() 61 __global__ void LogarithmKernel(const double *input, double *output, const size_t count) { in LogarithmKernel() 68 __global__ void LogarithmKernel(const half *input, half *output, const size_t count) { in LogarithmKernel() 75 __global__ void Log1pKernel(const T *input, T *output, const size_t count) { in Log1pKernel() 82 __global__ void Log1pKernel(const double *input, double *output, const size_t count) { in Log1pKernel() [all …]
|
D | unary_op_grad_impl.cu | 20 __global__ void SqrtGradKernel(const T *input, const T *dout, T *output, const size_t count) { in SqrtGradKernel() 31 __global__ void RsqrtGradKernel(const T *input, const T *dout, T *output, const size_t count) { in RsqrtGradKernel() 43 __global__ void AsinGradKernel(const T *input, const T *dout, T *output, const size_t count) { in AsinGradKernel() 53 …obal__ void AsinGradKernel(const half *input, const half *dout, half *output, const size_t count) { in AsinGradKernel() 63 __global__ void ACosGradKernel(const T *input, const T *dout, T *output, const size_t count) { in ACosGradKernel() 74 …obal__ void ACosGradKernel(const half *input, const half *dout, half *output, const size_t count) { in ACosGradKernel() 85 __global__ void AtanGradKernel(const T *input, const T *dout, T *output, const size_t count) { in AtanGradKernel() 95 __global__ void AsinhGradKernel(const T *input, const T *dout, T *output, const size_t count) { in AsinhGradKernel() 105 __global__ void AcoshGradKernel(const T *input, const T *dout, T *output, const size_t count) { in AcoshGradKernel() 115 __global__ void ReciprocalGradKernel(const T *input, const T *dout, T *output, const size_t count) { in ReciprocalGradKernel() [all …]
|
/third_party/cmsis/CMSIS/DSP/PrivateInclude/ |
D | arm_vec_filtering.h | 38 #define MVE_INTR_CORR_QUAD_INC_X_FIXED_SIZE_F32(acc0, acc1, acc2, acc3, pX, pY, count)\ argument 92 #define MVE_INTR_CORR_SINGLE_F32(acc, pX, pY, count) \ argument 127 #define MVE_INTR_CORR_DUAL_INC_X_DEC_SIZE_F32(acc0, acc1, pX, pY, count)\ argument 171 #define MVE_INTR_CORR_DUAL_INC_X_FIXED_SIZE_F32(acc0, acc1, pX, pY, count)\ argument 213 #define MVE_INTR_CORR_DUAL_DEC_Y_INC_SIZE_F32(acc0, acc1, pX, pY, count)\ argument 256 #define MVE_INTR_CONV_DUAL_INC_X_DEC_SIZE_F32(acc0, acc1, pX, pY, count) … argument 292 #define MVE_INTR_CONV_DUAL_INC_X_FIXED_SIZE_F32(acc0, acc1, pX, pY, count) … argument 329 #define MVE_INTR_CONV_DUAL_INC_Y_INC_SIZE_F32(acc0, acc1, pX, pY, count)\ argument 371 #define MVE_INTR_CONV_SINGLE_F32(acc, pX, pY, count) … argument 406 #define MVE_INTR_CONV_SINGLE_Q31(acc, pX, pY, count) … argument [all …]
|
/third_party/boost/libs/stl_interfaces/test/ |
D | reverse_iter.cpp | 79 std::size_t count = 0; in main() local 87 std::size_t count = 0; in main() local 95 std::size_t count = 0; in main() local 103 std::size_t count = 0; in main() local 141 std::size_t count = 0; in main() local 149 std::size_t count = 0; in main() local 157 std::size_t count = 0; in main() local 165 std::size_t count = 0; in main() local 210 std::size_t count = 0; in main() local 218 std::size_t count = 0; in main() local [all …]
|
/third_party/flutter/skia/src/opts/ |
D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable() 81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable() 94 static void gray_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in gray_to_RGB1_portable() 103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 145 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() [all …]
|
D | SkUtils_opts.h | 17 static void memsetT(T buffer[], T value, int count) { in memsetT() 33 /*not static*/ inline void memset16(uint16_t buffer[], uint16_t value, int count) { in memset16() 36 /*not static*/ inline void memset32(uint32_t buffer[], uint32_t value, int count) { in memset32() 39 /*not static*/ inline void memset64(uint64_t buffer[], uint64_t value, int count) { in memset64() 44 static void rect_memsetT(T buffer[], T value, int count, size_t rowBytes, int height) { in rect_memsetT() 51 /*not static*/ inline void rect_memset16(uint16_t buffer[], uint16_t value, int count, in rect_memset16() 55 /*not static*/ inline void rect_memset32(uint32_t buffer[], uint32_t value, int count, in rect_memset32() 59 /*not static*/ inline void rect_memset64(uint64_t buffer[], uint64_t value, int count, in rect_memset64()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ProgramNULL.cpp | 47 void ProgramNULL::setUniform1fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform1fv() 49 void ProgramNULL::setUniform2fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform2fv() 51 void ProgramNULL::setUniform3fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform3fv() 53 void ProgramNULL::setUniform4fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform4fv() 55 void ProgramNULL::setUniform1iv(GLint location, GLsizei count, const GLint *v) {} in setUniform1iv() 57 void ProgramNULL::setUniform2iv(GLint location, GLsizei count, const GLint *v) {} in setUniform2iv() 59 void ProgramNULL::setUniform3iv(GLint location, GLsizei count, const GLint *v) {} in setUniform3iv() 61 void ProgramNULL::setUniform4iv(GLint location, GLsizei count, const GLint *v) {} in setUniform4iv() 63 void ProgramNULL::setUniform1uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform1uiv() 65 void ProgramNULL::setUniform2uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform2uiv() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ProgramNULL.cpp | 46 void ProgramNULL::setUniform1fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform1fv() 48 void ProgramNULL::setUniform2fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform2fv() 50 void ProgramNULL::setUniform3fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform3fv() 52 void ProgramNULL::setUniform4fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform4fv() 54 void ProgramNULL::setUniform1iv(GLint location, GLsizei count, const GLint *v) {} in setUniform1iv() 56 void ProgramNULL::setUniform2iv(GLint location, GLsizei count, const GLint *v) {} in setUniform2iv() 58 void ProgramNULL::setUniform3iv(GLint location, GLsizei count, const GLint *v) {} in setUniform3iv() 60 void ProgramNULL::setUniform4iv(GLint location, GLsizei count, const GLint *v) {} in setUniform4iv() 62 void ProgramNULL::setUniform1uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform1uiv() 64 void ProgramNULL::setUniform2uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform2uiv() [all …]
|
/third_party/boost/libs/asio/test/ |
D | io_context_strand.cpp | 54 void increment(int* count) in increment() 59 void increment_without_lock(io_context::strand* s, int* count) in increment_without_lock() 72 void increment_with_lock(io_context::strand* s, int* count) in increment_with_lock() 85 void sleep_increment(io_context* ioc, int* count) in sleep_increment() 93 void increment_by_a(int* count, int a) in increment_by_a() 98 void increment_by_a_b(int* count, int a, int b) in increment_by_a_b() 103 void increment_by_a_b_c(int* count, int a, int b, int c) in increment_by_a_b_c() 108 void increment_by_a_b_c_d(int* count, int a, int b, int c, int d) in increment_by_a_b_c_d() 113 void start_sleep_increments(io_context* ioc, io_context::strand* s, int* count) in start_sleep_increments() 139 int count = 0; in strand_test() local [all …]
|
D | strand.cpp | 55 void increment(int* count) in increment() 60 void increment_without_lock(strand<io_context::executor_type>* s, int* count) in increment_without_lock() 73 void increment_with_lock(strand<io_context::executor_type>* s, int* count) in increment_with_lock() 86 void sleep_increment(io_context* ioc, int* count) in sleep_increment() 94 void increment_by_a(int* count, int a) in increment_by_a() 99 void increment_by_a_b(int* count, int a, int b) in increment_by_a_b() 104 void increment_by_a_b_c(int* count, int a, int b, int c) in increment_by_a_b_c() 109 void increment_by_a_b_c_d(int* count, int a, int b, int c, int d) in increment_by_a_b_c_d() 115 strand<io_context::executor_type>* s, int* count) in start_sleep_increments() 141 int count = 0; in strand_test() local [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/boost/libs/endian/example/ |
D | use_cases.cpp | 36 big_ubuf32_t count; // big endian member 44 uint32_t count = rec.count.value(); variable 60 big_uint32_t count; // big endian member 78 big_uint32_t count; // big endian member 86 uint32_t count = rec.count; variable 107 big_uint32_t count; // big endian member 130 big_uint32_t count; // big endian member 138 uint32_t count = rec.count; variable
|
/third_party/boost/boost/preprocessor/list/ |
D | rest_n.hpp | 26 # define BOOST_PP_LIST_REST_N(count, list) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_LIS… argument 28 # define BOOST_PP_LIST_REST_N(count, list) BOOST_PP_LIST_REST_N_I(count, list) argument 29 # define BOOST_PP_LIST_REST_N_I(count, list) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_L… argument 36 # define BOOST_PP_LIST_REST_N_P_I(list, count) count argument 43 # define BOOST_PP_LIST_REST_N_O_I(list, count) (BOOST_PP_LIST_REST(list), BOOST_PP_DEC(count)) argument 49 # define BOOST_PP_LIST_REST_N_D(d, count, list) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d(B… argument 51 # define BOOST_PP_LIST_REST_N_D(d, count, list) BOOST_PP_LIST_REST_N_D_I(d, count, list) argument 52 # define BOOST_PP_LIST_REST_N_D_I(d, count, list) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d… argument
|
/third_party/bounds_checking_function/src/ |
D | memcpy_s.c | 32 #define SECUREC_SMALL_MEM_COPY(dest, src, count) do { \ argument 438 #define SECUREC_MEMCPY_OPT(dest, src, count) do { \ argument 450 SECUREC_INLINE errno_t SecMemcpyError(void *dest, size_t destMax, const void *src, size_t count) in SecMemcpyError() 483 #define SECUREC_MEMCPY_PARAM_OK(dest, destMax, src, count) (SECUREC_LIKELY((count) <= (destMax) && \ argument 487 #define SECUREC_MEMCPY_PARAM_OK(dest, destMax, src, count) (SECUREC_LIKELY((count) <= (destMax) && \ argument 520 errno_t memcpy_s(void *dest, size_t destMax, const void *src, size_t count) in memcpy_s() 542 errno_t memcpy_sOptAsm(void *dest, size_t destMax, const void *src, size_t count) in memcpy_sOptAsm() 553 errno_t memcpy_sOptTc(void *dest, size_t destMax, const void *src, size_t count) in memcpy_sOptTc()
|
/third_party/boost/boost/ |
D | lexical_cast.hpp | 49 inline Target lexical_cast(const char* chars, std::size_t count) in lexical_cast() 57 inline Target lexical_cast(const unsigned char* chars, std::size_t count) in lexical_cast() 65 inline Target lexical_cast(const signed char* chars, std::size_t count) in lexical_cast() 74 inline Target lexical_cast(const wchar_t* chars, std::size_t count) in lexical_cast() 83 inline Target lexical_cast(const char16_t* chars, std::size_t count) in lexical_cast() 92 inline Target lexical_cast(const char32_t* chars, std::size_t count) in lexical_cast()
|
/third_party/skia/src/opts/ |
D | SkUtils_opts.h | 17 static void memsetT(T buffer[], T value, int count) { in memsetT() 33 /*not static*/ inline void memset16(uint16_t buffer[], uint16_t value, int count) { in memset16() 36 /*not static*/ inline void memset32(uint32_t buffer[], uint32_t value, int count) { in memset32() 39 /*not static*/ inline void memset64(uint64_t buffer[], uint64_t value, int count) { in memset64() 44 static void rect_memsetT(T buffer[], T value, int count, size_t rowBytes, int height) { in rect_memsetT() 51 /*not static*/ inline void rect_memset16(uint16_t buffer[], uint16_t value, int count, in rect_memset16() 55 /*not static*/ inline void rect_memset32(uint32_t buffer[], uint32_t value, int count, in rect_memset32() 59 /*not static*/ inline void rect_memset64(uint64_t buffer[], uint64_t value, int count, in rect_memset64()
|
D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 80 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 93 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 110 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() 157 static void premul_should_swapRB(bool kSwapRB, uint32_t* dst, const uint32_t* src, int count) { in premul_should_swapRB() 193 /*not static*/ inline void RGBA_to_rgbA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA() 197 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA() [all …]
|
/third_party/boost/boost/preprocessor/repetition/ |
D | enum_trailing_params.hpp | 21 # define BOOST_PP_ENUM_TRAILING_PARAMS(count, param) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_TRAILI… argument 23 # define BOOST_PP_ENUM_TRAILING_PARAMS(count, param) BOOST_PP_ENUM_TRAILING_PARAMS_I(count, para… argument 24 # define BOOST_PP_ENUM_TRAILING_PARAMS_I(count, param) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_TRAI… argument 32 # define BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_… argument 34 # define BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, count, param) BOOST_PP_ENUM_TRAILING_PARAMS_Z_I(z, c… argument 35 # define BOOST_PP_ENUM_TRAILING_PARAMS_Z_I(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_P… argument
|
D | enum_params.hpp | 24 # define BOOST_PP_ENUM_PARAMS(count, param) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_PARAMS_M, param) argument 26 # define BOOST_PP_ENUM_PARAMS(count, param) BOOST_PP_ENUM_PARAMS_I(count, param) argument 27 # define BOOST_PP_ENUM_PARAMS_I(count, param) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_PARAMS_M, par… argument 35 # define BOOST_PP_ENUM_PARAMS_Z(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_ENUM_PARA… argument 37 # define BOOST_PP_ENUM_PARAMS_Z(z, count, param) BOOST_PP_ENUM_PARAMS_Z_I(z, count, param) argument 38 # define BOOST_PP_ENUM_PARAMS_Z_I(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_ENUM_PA… argument
|
D | enum_shifted_params.hpp | 27 # define BOOST_PP_ENUM_SHIFTED_PARAMS(count, param) BOOST_PP_REPEAT(BOOST_PP_DEC(count), BOOST_P… argument 29 # define BOOST_PP_ENUM_SHIFTED_PARAMS(count, param) BOOST_PP_ENUM_SHIFTED_PARAMS_I(count, param) argument 30 # define BOOST_PP_ENUM_SHIFTED_PARAMS_I(count, param) BOOST_PP_REPEAT(BOOST_PP_DEC(count), BOOST… argument 38 # define BOOST_PP_ENUM_SHIFTED_PARAMS_Z(z, count, param) BOOST_PP_REPEAT_ ## z(BOOST_PP_DEC(coun… argument 40 # define BOOST_PP_ENUM_SHIFTED_PARAMS_Z(z, count, param) BOOST_PP_ENUM_SHIFTED_PARAMS_Z_I(z, cou… argument 41 # define BOOST_PP_ENUM_SHIFTED_PARAMS_Z_I(z, count, param) BOOST_PP_REPEAT_ ## z(BOOST_PP_DEC(co… argument
|
/third_party/boost/boost/range/algorithm/ |
D | search_n.hpp | 33 search_n_impl(ForwardIterator first, ForwardIterator last, Integer count, in search_n_impl() 60 Integer count, const Value& value, in search_n_impl() 110 Integer count, const Value& value, in search_n_pred_impl() 145 Integer count, const Value& value, in search_n_pred_impl() 190 Integer count, const Value& value) in search_n_impl() 210 Integer count, const Value& value, in search_n_pred_impl() 249 search_n(ForwardRange& rng, Integer count, const Value& value) in search_n() 258 search_n(const ForwardRange& rng, Integer count, const Value& value) in search_n() 268 search_n(ForwardRange& rng, Integer count, const Value& value, in search_n() 282 search_n(const ForwardRange& rng, Integer count, const Value& value, in search_n() [all …]
|