Home
last modified time | relevance | path

Searched refs:ARG (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-common.hh465 template <typename ARG=number_t>
466 struct arg_stack_t : cff_stack_t<ARG, 513>
470 ARG &n = S::push (); in push_int()
476 ARG &n = S::push (); in push_fixed()
482 ARG &n = S::push (); in push_real()
486 ARG& pop_num () { return this->pop (); } in pop_num()
516 hb_array_t<const ARG> get_subarray (unsigned int start) const in get_subarray()
520 typedef cff_stack_t<ARG, 513> S;
589 template <typename ARG=number_t>
621 const ARG
[all...]
H A Dhb-cff-interp-cs-common.hh118 template <typename ARG, typename SUBRS>
119 struct cs_interp_env_t : interp_env_t<ARG>
123 interp_env_t<ARG>::init (str); in init()
138 interp_env_t<ARG>::fini (); in fini()
222 typedef interp_env_t<ARG> SUPER;
250 template <typename ARG, typename OPSET, typename ENV, typename PARAM, typename PATH=path_procs_null_t<ENV, PARAM>>
251 struct cs_opset_t : opset_t<ARG>
459 typedef opset_t<ARG> SUPER;
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc.c670 #define ADD(X, ARG, LEN) do { \
673 VP8LAddVector(a->ARG, b->ARG, out->ARG, (LEN)); \
675 memcpy(&out->ARG[0], &a->ARG[0], (LEN) * sizeof(out->ARG[0])); \
678 memcpy(&out->ARG[0], &b->ARG[0], (LEN) * sizeof(out->ARG[
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dunicode.h56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT))
83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT)
/third_party/curl/packages/OS400/
H A Dmake-tests.sh104 for ARG in ${PGMLDADD}
105 do case "${ARG}" in
107 *) MODULES="${MODULES} "`db2_name "${ARG}"`
/third_party/alsa-utils/alsamixer/
H A Dbindings.h19 #define CMD_WITH_ARG(CMD, ARG) \
20 ((CMD) + ((ARG) << 9))
/third_party/node/deps/openssl/openssl/crypto/bio/
H A 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
206 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
/third_party/openssl/crypto/bio/
H A 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
206 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dserver.cpp66 template <typename ARG>
67 void Log (ARG&& arg) { std::cout << arg << ' ' << std::endl; } in Log()
68 template <typename ARG, typename... ARGs>
69 void Log (ARG&& first, ARGs&&... args) { std::cout << first << ' '; Log(args...); } in Log()
H A DvksSerializer.hpp72 template <typename ARG>
73 void Serialize (ARG&& arg) { SerializeItem(*this, arg); } in Serialize()
74 template <typename ARG, typename... ARGs>
75 void Serialize (ARG&& first, ARGs&&... args) { SerializeItem(*this, first); Serialize(args...); } in Serialize()
/third_party/lame/libmp3lame/i386/
H A Dnasm.h137 %assign %$ARG 4
160 %00 equ %$ARG
161 %assign %$ARG %$ARG+%1
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c34 # define thread_create(ID, START, ARG) pthread_create(ID, 0, START, ARG)
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dafblue.pl387 push @{$diversions{$curr_enum}}, $ARG . "\n";
388 push @{$diversions{$curr_array}}, $ARG . "\n";
/third_party/python/Python/
H A Dast_opt.c640 #define CALL(FUNC, TYPE, ARG) \
641 if (!FUNC((ARG), ctx_, state)) \
644 #define CALL_OPT(FUNC, TYPE, ARG) \
645 if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
648 #define CALL_SEQ(FUNC, TYPE, ARG) { \
650 asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
/third_party/openssl/test/
H A Dcmp_ctx_test.c577 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \
578 static int OSSL_CMP_CTX_##SETN##_##FIELD##_##ARG(CMP_CTX *ctx, T val) \
580 return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, ARG, val); \
583 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \
585 return OSSL_CMP_CTX_##GETN##_##FIELD(ctx, ARG); \
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h685 void OP##seg2(ARG); \
686 void OP##seg3(ARG); \
687 void OP##seg4(ARG); \
688 void OP##seg5(ARG); \
689 void OP##seg6(ARG); \
690 void OP##seg7(ARG); \
691 void OP##seg8(ARG);
693 #define ARG \ macro
697 #undef ARG macro
699 #define ARG \ macro
703 #undef ARG global() macro
705 #define ARG global() macro
709 #undef ARG global() macro
[all...]
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternUtilDemo.java37 case ARG: in printMessage()
140 case ARG: in genCode()
269 if (contents.getType() == MessagePatternUtil.MessageContentsNode.Type.ARG) { in addArgs()
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak107 $(WINDRES) $(IFLAGS) $(foreach ARG,$(CC_DEPFLAGS),--preprocessor-arg "$(ARG)") -o $@ $<
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.hpp257 //! Set the interval DST to the image of BODY on ARG, assuming that BODY on
258 //! ARG is a monotone function. In practice, BODY is evaluated on both the
259 //! upper and lower bound of ARG, and DST is set to the union of these
260 //! results. While evaluating BODY, PARAM is bound to the bound of ARG, and
262 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \
264 const ::tcu::Interval& VAR##_arg_ = (ARG); \
/third_party/skia/third_party/externals/expat/expat/
H A Dqa.sh288 $ ./qa.sh [ARG ..]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePatternUtil.java142 ARG, enum constant
281 super(Type.ARG); in ArgNode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePatternUtil.java137 ARG, enum constant
264 super(Type.ARG); in ArgNode()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c87 # b4_yyerror_arg_loc_if(ARG)
89 # Expand ARG iff yyerror is to be given a location as argument.
/third_party/python/Objects/
H A Dcodeobject.c1916 #define CHECK_INT_ARG(ARG) \ in code_replace_impl()
1917 if (ARG < 0) { \ in code_replace_impl()
1919 #ARG " must be a positive integer"); \ in code_replace_impl()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessagePatternUtilTest.java161 MessageContentsNode.Type.ARG, c.getType()); in matches()

Completed in 24 milliseconds

12