Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbio_sock.c191 # define ARG arg_32p in BIO_socket_ioctl() macro
200 # define ARG arg in BIO_socket_ioctl() macro
203 # define ARG arg in BIO_socket_ioctl() macro
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_sock.c191 # define ARG arg_32p in BIO_socket_ioctl() macro
200 # define ARG arg in BIO_socket_ioctl() macro
203 # define ARG arg in BIO_socket_ioctl() macro
/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/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/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/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/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.h693 #define ARG \ macro
699 #define ARG \ macro
705 #define ARG \ macro
/third_party/openssl/test/
Dcmp_ctx_test.c577 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \ argument
/third_party/python/Objects/
Dcodeobject.c733 #define CHECK_INT_ARG(ARG) \ in code_replace_impl() argument