Home
last modified time | relevance | path

Searched defs:D (Results 26 – 50 of 145) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/cpp03/
H A Dmem_fun_ptr_eval_result_of.hpp13 #define BOOST_PHOENIX_MEM_FUN_PTR_EVAL_RESULT_OF_CHILD(Z, N, D) \ argument
H A Dmem_fun_ptr_eval.hpp27 #define BOOST_PHOENIX_MEMBER_EVAL(Z, N, D) \ argument
/OK3568_Linux_fs/kernel/crypto/
H A Dwp512.c1102 u8 D[64]; in wp384_final() local
1113 u8 D[64]; in wp256_final() local
H A Dtgr192.c606 u8 D[64]; in tgr160_final() local
617 u8 D[64]; in tgr128_final() local
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Dmemcpy_mck.S66 #define D (C + 1) macro
557 #define D r22 macro
H A Dcopy_page_mck.S98 #define D (C + 3) macro
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drl6347a.h14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
/OK3568_Linux_fs/kernel/include/math-emu/
H A Dop-2.h29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument
598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/function/
H A Dadapt_callable.hpp52 #define BOOST_PHOENIX_ADAPT_CALLABLE_VARARG_R(Z, N, D) \ argument
H A Dadapt_function.hpp93 #define BOOST_PHOENIX_ADAPT_FUNCTION_VARARG_R(Z, N, D) \ argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Dpack_impl.hpp35 #define M0(Z, X, D) typename expand_pattern_helper<proto::_child_c<X>, Fun>::type argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dmd5.h101 MD5_LONG A, B, C, D; member
H A Dmd4.h101 MD4_LONG A, B, C, D; member
H A Dripemd.h87 RIPEMD160_LONG A, B, C, D, E; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dmd5.h90 md5_uint32 D; member
H A Dsched-int.h250 #define DEP_PRO(D) ((D)->pro) argument
251 #define DEP_CON(D) ((D)->con) argument
252 #define DEP_TYPE(D) ((D)->type) argument
253 #define DEP_STATUS(D) ((D)->status) argument
254 #define DEP_COST(D) ((D)->cost) argument
255 #define DEP_NONREG(D) ((D)->nonreg) argument
256 #define DEP_MULTIPLE(D) ((D)->multiple) argument
257 #define DEP_REPLACE(D) ((D)->replace) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dmd5.h90 md5_uint32 D; member
H A Dsched-int.h250 #define DEP_PRO(D) ((D)->pro) argument
251 #define DEP_CON(D) ((D)->con) argument
252 #define DEP_TYPE(D) ((D)->type) argument
253 #define DEP_STATUS(D) ((D)->status) argument
254 #define DEP_COST(D) ((D)->cost) argument
255 #define DEP_NONREG(D) ((D)->nonreg) argument
256 #define DEP_MULTIPLE(D) ((D)->multiple) argument
257 #define DEP_REPLACE(D) ((D)->replace) argument
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_sm3.c237 #define R(A, B, C, D, E, F, G, H, xx) \ argument
248 #define R8(A, B, C, D, E, F, G, H, xx) \ argument
363 uint32_t D; in sm3_compress_blocks() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/
H A Dactor_operator.hpp35 #define M0(Z, N, D) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dshared_count.hpp204 template< class P, class D > shared_count( P p, sp_inplace_tag<D> ): pi_( 0 ) in shared_count()
293 template< class P, class D, class A > shared_count( P p, sp_inplace_tag< D >, A a ): pi_( 0 ) in shared_count()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dlongest_common_subsequence.hpp33 const std::ptrdiff_t D = N + M; in longest_common_subsequence() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dsha1.c256 UINT32 A, B, C, D, E; /* Word buffers */ in Mrvl_SHA1ProcessMessageBlock() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/platform/rk/
H A Dcustom_log.h66 #define D(fmt, args...) \ macro

123456