Home
last modified time | relevance | path

Searched defs:ARG (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/proto/
Doperators.hpp301 #define BOOST_PROTO_APPLY_UNARY_(TRAIT, ARG) TRAIT<ARG> argument
342 … #define BOOST_PROTO_APPLY_UNARY_(TRAIT, ARG) \ argument
363 … #define BOOST_PROTO_APPLY_UNARY_(TRAIT, ARG) \ argument
/third_party/openssl/crypto/bio/
Db_sock.c177 # define ARG arg_32p in BIO_socket_ioctl() macro
186 # define ARG arg in BIO_socket_ioctl() macro
189 # define ARG arg in BIO_socket_ioctl() macro
/third_party/boost/libs/utility/identity_type/test/
Dtemplate.cpp13 #define ARG(type, n) type arg ## n macro
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_2_025.cpp58 #define ASSEMBLE(ARG) <t_2_025.cpp> argument
/third_party/libxml2/python/tests/
DvalidDTD.py5 ARG = 'test string' variable
DvalidSchemas.py5 ARG = 'test string' variable
DvalidRNG.py5 ARG = 'test string' variable
/third_party/python/Python/
Dast_opt.c416 #define CALL(FUNC, TYPE, ARG) \ argument
420 #define CALL_OPT(FUNC, TYPE, ARG) \ argument
424 #define CALL_SEQ(FUNC, TYPE, ARG) { \ argument
434 #define CALL_INT_SEQ(FUNC, TYPE, ARG) { \ argument
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dunicode.h56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT)) argument
83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT) argument
/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT)) argument
83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT) argument
/third_party/boost/boost/move/
Dcore.hpp60 #define BOOST_MOVE_TO_RV_CAST(RV_TYPE, ARG) reinterpret_cast<RV_TYPE>(ARG) argument
228 #define BOOST_MOVE_BASE(BASE_TYPE, ARG) \ argument
479 #define BOOST_MOVE_BASE(BASE_TYPE, ARG) \ argument
/third_party/libnl/include/netlink-private/
Dnetlink.h85 #define NL_DBG(LVL,FMT,ARG...) \ argument
97 #define NL_DBG(LVL,FMT,ARG...) do { } while(0) argument
/third_party/alsa-utils/alsamixer/
Dbindings.h19 #define CMD_WITH_ARG(CMD, ARG) \ argument
/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c34 # define thread_create(ID, START, ARG) pthread_create(ID, 0, START, ARG) argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc.c670 #define ADD(X, ARG, LEN) do { \ argument
684 #define ADD_EQ(X, ARG, LEN) do { \ argument
/third_party/boost/libs/optional/test/
Doptional_test_swap.cpp35 #define ARG(T) (static_cast< T const* >(0)) macro
Doptional_test_common.hpp58 #define ARG(T) (static_cast< T const* >(0)) macro
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dtparm.c35 #define ARG 1 macro
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc.c651 #define ADD(X, ARG, LEN) do { \ argument
665 #define ADD_EQ(X, ARG, LEN) do { \ argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePatternUtil.java137 ARG, enumConstant
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePatternUtil.java142 ARG, enumConstant
/third_party/vk-gl-cts/framework/common/
DtcuInterval.hpp261 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \ argument
/third_party/python/Objects/
Dcodeobject.c733 #define CHECK_INT_ARG(ARG) \ in code_replace_impl() argument