/third_party/uboot/u-boot-2020.01/lib/ |
D | match_table.c | 28 int reg2type(struct match_reg_type *table, int length, int reg, int def) in reg2type() 38 int type2reg(struct match_reg_type *table, int length, int type, int def) in type2reg() 49 int size, int def) in str2type() 60 const char *def) in type2str() 70 int match_reg_to_type(struct match_t *table, int nr_table, int reg, int def) in match_reg_to_type() 80 int match_type_to_reg(struct match_t *table, int nr_table, int type, int def) in match_type_to_reg() 91 int size, int def) in match_data_to_type() 102 void *def) in match_type_to_data()
|
/third_party/libxkbcommon/src/xkbcomp/ |
D | ast-build.c | 268 KeycodeDef *def = malloc(sizeof(*def)); in KeycodeCreate() local 283 KeyAliasDef *def = malloc(sizeof(*def)); in KeyAliasCreate() local 298 VModDef *def = malloc(sizeof(*def)); in VModCreate() local 313 VarDef *def = malloc(sizeof(*def)); in VarCreate() local 329 VarDef *def; in BoolVarCreate() local 348 InterpDef *def = malloc(sizeof(*def)); in InterpCreate() local 364 KeyTypeDef *def = malloc(sizeof(*def)); in KeyTypeCreate() local 380 SymbolsDef *def = malloc(sizeof(*def)); in SymbolsCreate() local 396 GroupCompatDef *def = malloc(sizeof(*def)); in GroupCompatCreate() local 412 ModMapDef *def = malloc(sizeof(*def)); in ModMapCreate() local [all …]
|
/third_party/quickjs/tests/ |
D | microbench.js | 746 function random(arr, n, def) { argument 750 function random8(arr, n, def) { argument 754 function random1(arr, n, def) { argument 758 function hill(arr, n, def) { argument 765 function comb(arr, n, def) { argument 769 function crisscross(arr, n, def) { argument 773 function zero(arr, n, def) { argument 777 function increasing(arr, n, def) { argument 781 function decreasing(arr, n, def) { argument 785 function alternate(arr, n, def) { argument [all …]
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyDescriptorPool.java | 111 protected void addToSymtab(ThreadContext context, RubyDescriptor def) { in addToSymtab() 112 symtab.put(def.getName(context), def); in addToSymtab() local 116 protected void addToSymtab(ThreadContext context, RubyEnumDescriptor def) { in addToSymtab() 117 symtab.put(def.getName(context), def); in addToSymtab() local
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | fitblk.c | 73 local int partcompress(FILE *in, z_streamp def) in partcompress() 96 local int recompress(z_streamp inf, z_streamp def) in recompress() 134 z_stream def, inf; /* zlib deflate and inflate states */ in main() local
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | fitblk.c | 73 local int partcompress(FILE *in, z_streamp def) in partcompress() 96 local int recompress(z_streamp inf, z_streamp def) in recompress() 134 z_stream def, inf; /* zlib deflate and inflate states */ in main() local
|
/third_party/zlib/examples/ |
D | fitblk.c | 73 local int partcompress(FILE *in, z_streamp def) in partcompress() 96 local int recompress(z_streamp inf, z_streamp def) in recompress() 134 z_stream def, inf; /* zlib deflate and inflate states */ in main() local
|
/third_party/typescript/tests/baselines/reference/ |
D | destructuredDeclarationEmit.js | 5 const arr: [0, 1, 2, ['a', 'b', 'c', [{def: 'def'}, {sec: 'sec'}]]] = [0, 1, 2, ['a', 'b', 'c', [{d… property 31 var arr = [0, 1, 2, ['a', 'b', 'c', [{ def: 'def' }, { sec: 'sec' }]]]; property 66 def: 'def'; property
|
/third_party/boost/boost/python/ |
D | def.hpp | 89 void def(char const* name, Fn fn) in def() function 95 void def(char const* name, Arg1T arg1, Arg2T const& arg2) in def() function 101 void def(char const* name, F f, A1 const& a1, A2 const& a2) in def() function 107 void def(char const* name, F f, A1 const& a1, A2 const& a2, A3 const& a3) in def() function
|
/third_party/boost/boost/parameter/ |
D | python.hpp | 211 Def def, F f, Iter, End, Keywords const& keywords, mpl::false_) in def_combination_aux0() 226 Def def, F f, Iter, End, Keywords const& keywords, mpl::true_) in def_combination_aux0() 246 Def def, F f, Iter, End, Keywords const& keywords) in def_combination_aux() 262 Def def, F f, End, End, Keywords const& keywords) in def_combination_aux() 269 Def def, F f, End, End, no_keywords const&) in def_combination_aux() 278 Def def, Specs*, Bits, Invoker*) in def_combination() 305 Def def, Specs*, Bits, End, Invoker*) in def_combinations() 359 void def(F f, not_specified const*) const in def() function 365 void def(F f, void const*) const in def() function 377 void def(F f, Keywords const& keywords, not_specified const*) const in def() function [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_id.cpp | 45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse() local 170 if (const auto def = _.FindDef(operand_word)) { in IdPass() local 220 auto* def = _.FindDef(operand_word); in IdPass() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_id.cpp | 45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse() local 170 if (const auto def = _.FindDef(operand_word)) { in IdPass() local 220 auto* def = _.FindDef(operand_word); in IdPass() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | def_use_manager.cpp | 60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local 120 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser() argument 139 const Instruction* def, const std::function<void(Instruction*)>& f) const { in ForEachUser() argument 152 const Instruction* def, in WhileEachUse() 180 const Instruction* def, in ForEachUse() 215 const Instruction* def = GetDef(id); in GetAnnotations() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | def_use_manager.cpp | 60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local 120 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser() argument 139 const Instruction* def, const std::function<void(Instruction*)>& f) const { in ForEachUser() argument 152 const Instruction* def, in WhileEachUse() 180 const Instruction* def, in ForEachUse() 215 const Instruction* def = GetDef(id); in GetAnnotations() local
|
/third_party/gn/src/gn/ |
D | template.cc | 18 Template::Template(const Scope* scope, const FunctionCallNode* def) in Template() 21 Template::Template(std::unique_ptr<Scope> scope, const FunctionCallNode* def) in Template()
|
/third_party/boost/boost/spirit/home/lex/detail/ |
D | sequence_function.hpp | 32 LexerDef& def; member 53 LexerDef& def; member
|
/third_party/musl/src/process/ |
D | posix_spawnattr_getsigdefault.c | 3 int posix_spawnattr_getsigdefault(const posix_spawnattr_t *restrict attr, sigset_t *restrict def) in posix_spawnattr_getsigdefault()
|
D | posix_spawnattr_setsigdefault.c | 3 int posix_spawnattr_setsigdefault(posix_spawnattr_t *restrict attr, const sigset_t *restrict def) in posix_spawnattr_setsigdefault()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | posix_spawnattr_getsigdefault.c | 4 int posix_spawnattr_getsigdefault(const posix_spawnattr_t *restrict attr, sigset_t *restrict def) in posix_spawnattr_getsigdefault()
|
D | posix_spawnattr_setsigdefault.c | 4 int posix_spawnattr_setsigdefault(posix_spawnattr_t *restrict attr, const sigset_t *restrict def) in posix_spawnattr_setsigdefault()
|
/third_party/typescript/tests/cases/fourslash/ |
D | qualifiedName_import-declaration-with-variable-entity-names.ts | 16 var def: FourSlashInterface.Range = test.ranges().filter(range => range.marker.data.name === "def")… variable
|
/third_party/typescript/tests/cases/compiler/ |
D | strictBooleanMemberAssignability.ts | 3 def: boolean property in Abc
|
/third_party/glib/gio/tests/ |
D | mimeapps.c | 210 GAppInfo *def; in test_mime_api() local 304 GAppInfo *def; in test_mime_file() local 421 GAppInfo *def; in test_mime_default() local 498 GAppInfo *def; in test_mime_default_last_used() local
|
/third_party/boost/libs/spirit/test/qi/ |
D | rule_fail.cpp | 23 rule<char const*, rule<char const*> > def; in main() local
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstformat.c | 95 const GstFormatDefinition *def; in gst_format_get_name() local 118 const GstFormatDefinition *def; in gst_format_to_quark() local
|