Home
last modified time | relevance | path

Searched defs:arg (Results 776 - 800 of 2238) sorted by relevance

1...<<31323334353637383940>>...90

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp214 ArgInfo &arg = info.args[index]; in createInfo() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DAstHelpers.cpp191 void sh::SetArg(TIntermAggregate &call, size_t index, TIntermTyped &arg) in SetArg() argument
H A DRewriteUnaddressableReferences.cpp278 TIntermNode *arg = args[i]; variable
279 ASSERT(arg); variable
H A DRewriteOutArgs.cpp94 static bool argAlreadyProcessed(TIntermTyped *arg) in argAlreadyProcessed() argument
176 TIntermTyped *arg = args[i]->getAsTyped(); variable
177 ASSERT(arg); variable
[all...]
/third_party/vk-gl-cts/executor/tools/
H A DxeMergeTestLogs.cpp172 const char* arg = argv[argNdx]; in parseCommandLine() local
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dimage_diff.cc68 const std::string& arg = args[i]; in ParseArgs() local
/third_party/openssl/crypto/
H A Dsparse_array.c105 static void sa_free_leaf(ossl_uintmax_t n, void *p, void *arg) in sa_free_leaf() argument
129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline() argument
65 sa_doall(const OPENSSL_SA *sa, void (*node)(void **), void (*leaf)(ossl_uintmax_t, void *, void *), void *arg) sa_doall() argument
143 ossl_sa_doall_arg(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, void *, void *), void *arg) ossl_sa_doall_arg() argument
/third_party/openssl/test/
H A Dbio_prefix_text.c141 char *arg; in setup() local
[all...]
H A Dprovider_status_test.c48 static int self_test_events(const OSSL_PARAM params[], void *arg, in self_test_events() argument
91 static int self_test_on_demand_fail(const OSSL_PARAM params[], void *arg) in self_test_on_demand_fail() argument
96 static int self_test_on_demand(const OSSL_PARAM params[], void *arg) in self_test_on_demand() argument
101 static int self_test_on_load(const OSSL_PARAM params[], void *arg) in self_test_on_load() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp449 string CompilerCPP::argument_decl(const SPIRFunction::Parameter &arg) in argument_decl() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/date/
H A Ddate.c73 char *arg; in main() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dfont-options.hh144 parse_variations(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_variations() argument
187 parse_font_size(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_font_size() argument
210 parse_font_ppem(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_font_ppem() argument
H A Dtext-options.hh103 parse_text(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_text() argument
160 parse_unicodes(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_unicodes() argument
187 parse_text_before(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_text_before() argument
207 parse_unicodes_before(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_unicodes_before() argument
230 parse_text_after(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_text_after() argument
249 parse_unicodes_after(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_unicodes_after() argument
[all...]
/third_party/python/Misc/
H A Dcoverity_model.c87 wchar_t *Py_DecodeLocale(const char* arg, size_t *size) in Py_DecodeLocale() argument
/third_party/python/Modules/_ctypes/darwin/
H A Ddlfcn_simple.c87 va_list arg; in error() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
H A DPassInfo.h47 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, in PassInfo() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_arithmetic_test.cc962 auto& arg = std::get<1>(GetParam()); in TEST_P() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dbuiltins_validation_test.cc344 auto* arg = Param("arg", ty.bool_(), in TEST_F() local
379 auto* arg = Param("arg", ty.bool_(), TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcalculate_array_length.cc138 auto* arg = call_expr->args[0]; in Run() local
/third_party/toybox/lib/
H A Dargs.c99 long *arg; // Pointer into union "this" to store arguments at. member
125 char *arg; member
179 char *arg = gof->arg; gotflag() local
[all...]
/third_party/toybox/toys/lsb/
H A Dmd5sum.c405 char **arg; in md5sum_main() local
/third_party/toybox/toys/other/
H A Dlsattr.c214 char *arg = **argv, *ptr = NULL; in parse_cmdline_arg() local
[all...]
/third_party/toybox/toys/pending/
H A Ddd.c126 static void parse_flags(char *what, char *arg, in parse_flags() argument
150 char *arg = *args; in dd_main() local
[all...]
H A Dtr.c127 static char *expand_set(char *arg, int *len) in expand_set() argument
[all...]
/third_party/toybox/toys/posix/
H A Dod.c266 struct arg_list *arg; in od_main() local

Completed in 13 milliseconds

1...<<31323334353637383940>>...90