/third_party/e2fsprogs/ext2ed/ |
D | general_com.c | 43 if (current_type!=NULL) { in help() 45 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++; in help() 47 if (current_type->type_commands.last_command==-1) { in help() 51 for (i=0;i<=current_type->type_commands.last_command;i++) { in help() 55 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]); in help() 116 if (current_type != NULL) in detailed_help() 117 for (i=0;i<=current_type->type_commands.last_command;i++) { in detailed_help() 118 if (strcmp (current_type->type_commands.names [i],text)==0) { in detailed_help() 119 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]); in detailed_help() 182 current_type=NULL; /* There is no type now */ in set_device() [all …]
|
D | main.c | 79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable 372 if (current_type != NULL) in dispatch() 374 i<=current_type->type_commands.last_command && !found; in dispatch() 376 if (strcasecmp (command,current_type->type_commands.names [i])==0) { in dispatch() 377 (*current_type->type_commands.callback [i]) (command_line); in dispatch() 473 if (current_type != NULL) in complete_command() 474 for (i=0;i<=current_type->type_commands.last_command;i++) { in complete_command() 475 if (strncmp (current_type->type_commands.names [i],text,len)==0) { in complete_command() 478 return (dupstr (current_type->type_commands.names [i])); in complete_command()
|
D | disk.c | 212 if (current_type!=NULL) in load_type_data() 213 if (strcmp (current_type->name,"ext2_dir_entry")==0) in load_type_data() 214 current_type->length=type_data.u.t_ext2_dir_entry.rec_len; in load_type_data()
|
D | win.c | 179 if (current_type != NULL) in show_info() 180 wprintw (show_win,"Type: %s\n",current_type->name); in show_info()
|
D | init.c | 63 current_type=NULL; /* No filesystem specific types yet */ in init() 170 first_type=last_type=current_type=NULL; in free_struct_descriptors()
|
D | ext2ed.h | 209 extern struct struct_descriptor *current_type;
|
/third_party/icu/icu4c/source/test/depstest/ |
D | dependencies.py | 148 current_type = None 153 current_type = "library" 162 current_type = "group" 179 if current_type == "library": 181 elif current_type == "group": 184 elif current_type == "system_symbols": 185 item = items[current_type] 190 current_type = "system_symbols" 191 if current_type in items: 193 item = items[current_type] = {"type": current_type, "name": current_type}
|
/third_party/pulseaudio/src/pulsecore/ |
D | rtkit.c | 71 int current_type; in rtkit_get_int_property() local 107 while ((current_type = dbus_message_iter_get_arg_type (&iter)) != DBUS_TYPE_INVALID) { in rtkit_get_int_property() 109 if (current_type == DBUS_TYPE_VARIANT) { in rtkit_get_int_property() 112 … while ((current_type = dbus_message_iter_get_arg_type (&subiter)) != DBUS_TYPE_INVALID) { in rtkit_get_int_property() 114 if (current_type == DBUS_TYPE_INT32) { in rtkit_get_int_property() 120 if (current_type == DBUS_TYPE_INT64) { in rtkit_get_int_property()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_form_hard_clauses.cpp | 70 clause_type current_type = clause_other; in form_hard_clauses() local 94 if (type != current_type || num_instrs == 64 || in form_hard_clauses() 98 current_type = type; in form_hard_clauses()
|
/third_party/boost/boost/geometry/util/ |
D | promote_integral.hpp | 98 typedef typename boost::mpl::deref<Iterator>::type current_type; typedef 102 (bit_size<current_type>::type::value >= MinSize), 103 current_type,
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_uniforms.c | 630 struct type_tree_entry *current_type; member 708 if (state->current_type->next_index == UINT_MAX) { in get_next_index() 715 for (const struct type_tree_entry *p = state->current_type; in get_next_index() 721 state->current_type->next_index = *next_index; in get_next_index() 727 unsigned index = state->current_type->next_index; in get_next_index() 729 state->current_type->next_index += MAX2(1, uniform->array_elements); in get_next_index() 882 struct type_tree_entry *old_type = state->current_type; in find_and_update_named_uniform_storage() 883 state->current_type = old_type->children; in find_and_update_named_uniform_storage() 919 state->current_type = state->current_type->next_sibling; in find_and_update_named_uniform_storage() 922 state->current_type = old_type; in find_and_update_named_uniform_storage() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_parameters.cpp | 73 auto current_type = in Apply() local 78 if (current_type->kind() == opt::analysis::Type::kPointer) { in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_parameters.cpp | 73 auto current_type = in Apply() local 78 if (current_type->kind() == opt::analysis::Type::kPointer) { in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_parameters.cpp | 72 auto current_type = in Apply() local 77 if (current_type->kind() == opt::analysis::Type::kPointer) { in Apply()
|
/third_party/spirv-tools/source/opt/ |
D | vector_dce.cpp | 274 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local 275 switch (current_type->kind()) { in HasVectorResult() 289 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local 290 switch (current_type->kind()) { in HasScalarResult()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | vector_dce.cpp | 276 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local 277 switch (current_type->kind()) { in HasVectorResult() 291 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local 292 switch (current_type->kind()) { in HasScalarResult()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 276 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local 277 switch (current_type->kind()) { in HasVectorResult() 291 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local 292 switch (current_type->kind()) { in HasScalarResult()
|
/third_party/node/ |
D | node.gypi | 13 'current_type%': '<(_type)', 17 ['current_type=="static_library"', { 20 [ 'current_type=="executable" and node_target_type=="shared_library"', {
|
/third_party/ffmpeg/libavformat/ |
D | aviobuf.c | 130 s->current_type = AVIO_DATA_MARKER_UNKNOWN; in ffio_init_context() 167 s->current_type, in writeout() 178 if (s->current_type == AVIO_DATA_MARKER_SYNC_POINT || in writeout() 179 s->current_type == AVIO_DATA_MARKER_BOUNDARY_POINT) { in writeout() 180 s->current_type = AVIO_DATA_MARKER_UNKNOWN; in writeout() 494 (s->current_type != AVIO_DATA_MARKER_HEADER && in avio_write_marker() 495 s->current_type != AVIO_DATA_MARKER_TRAILER)) in avio_write_marker() 503 if (type == s->current_type) in avio_write_marker() 511 s->current_type = type; in avio_write_marker()
|
D | avio.h | 331 enum AVIODataMarkerType current_type; member
|
/third_party/glib/gio/ |
D | gcontenttype.c | 314 int current_type; member 361 parser->current_type = MIME_TAG_TYPE_COMMENT; in mime_info_start_element() 364 parser->current_type = MIME_TAG_TYPE_OTHER; in mime_info_start_element() 375 parser->current_type = MIME_TAG_TYPE_OTHER; in mime_info_end_element() 387 if (parser->current_type == MIME_TAG_TYPE_COMMENT && in mime_info_text()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.cc | 1034 auto* current_type = var_type->UnwrapAlias()->UnwrapRef()->UnwrapAlias(); in EmitPipelineInput() local 1036 if (auto* matrix_type = current_type->As<Matrix>()) { in EmitPipelineInput() 1038 current_type = ty_.Vector(matrix_type->type, matrix_type->rows); in EmitPipelineInput() 1039 } else if (auto* array_type = current_type->As<Array>()) { in EmitPipelineInput() 1041 current_type = array_type->type->UnwrapAlias(); in EmitPipelineInput() 1042 } else if (auto* struct_type = current_type->As<Struct>()) { in EmitPipelineInput() 1046 current_type = struct_type->members[index]; in EmitPipelineInput() 1172 auto* current_type = var_type->UnwrapAlias()->UnwrapRef()->UnwrapAlias(); in EmitPipelineOutput() local 1174 if (auto* matrix_type = current_type->As<Matrix>()) { in EmitPipelineOutput() 1176 current_type = ty_.Vector(matrix_type->type, matrix_type->rows); in EmitPipelineOutput() [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 1126 static png_uint_32 current_type(struct file *file, int code); 1154 type = current_type(file, code); /* Gropes in struct chunk and IDAT */ in stop() 1611 current_type(struct file *file, int code) in current_type() function
|
/third_party/libpng/contrib/tools/ |
D | pngfix.c | 1126 static png_uint_32 current_type(struct file *file, int code); 1154 type = current_type(file, code); /* Gropes in struct chunk and IDAT */ in stop() 1611 current_type(struct file *file, int code) in current_type() function
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 1126 static png_uint_32 current_type(struct file *file, int code); 1154 type = current_type(file, code); /* Gropes in struct chunk and IDAT */ in stop() 1611 current_type(struct file *file, int code) in current_type() function
|