/external/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;
|
/external/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}
|
/external/cronet/third_party/icu/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}
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | modify_io_nodes.cc | 111 auto current_type = quant::QuantizedType::getQuantizedElementType( in ModifyInputNodes() local 114 if (current_type == input_type) { // int8 == int8 in ModifyInputNodes() 119 current_type.getIntOrFloatBitWidth())) { // int8 != uint8 in ModifyInputNodes() 166 Type current_type = quant::QuantizedType::getQuantizedElementType( in ModifyOutputNodes() local 169 if (current_type == output_type) { // int8 == int8 in ModifyOutputNodes() 173 current_type.getIntOrFloatBitWidth())) { // int8 != uint8 in ModifyOutputNodes()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_form_hard_clauses.cpp | 66 clause_type current_type = clause_other; in form_hard_clauses() local 91 if (type != current_type || resource != current_resource || num_instrs == 64) { in form_hard_clauses() 94 current_type = type; in form_hard_clauses()
|
/external/deqp-deps/amber/src/vkscript/ |
D | section_parser.cc | 161 NodeType current_type = NodeType::kComment; in SplitSections() local 186 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections() 198 NameToNodeType(name, ¤t_type, ¤t_shader, ¤t_fmt); in SplitSections() 205 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_uniforms.c | 630 struct type_tree_entry *current_type; member 704 if (state->current_type->next_index == UINT_MAX) { in get_next_index() 711 for (const struct type_tree_entry *p = state->current_type; in get_next_index() 717 state->current_type->next_index = *next_index; in get_next_index() 723 unsigned index = state->current_type->next_index; in get_next_index() 725 state->current_type->next_index += MAX2(1, uniform->array_elements); in get_next_index() 878 struct type_tree_entry *old_type = state->current_type; in find_and_update_named_uniform_storage() 879 state->current_type = old_type->children; in find_and_update_named_uniform_storage() 915 state->current_type = state->current_type->next_sibling; in find_and_update_named_uniform_storage() 918 state->current_type = old_type; in find_and_update_named_uniform_storage() [all …]
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
D | vulkano_gralloc.rs | 316 let filter = |current_type: &MemoryType| { in get_image_memory_requirements() 317 if need_visible && !current_type.property_flags.host_visible { in get_image_memory_requirements() 321 if !need_visible && current_type.property_flags.device_local { in get_image_memory_requirements() 325 if need_visible && want_cached && current_type.property_flags.host_cached { in get_image_memory_requirements() 331 && current_type.property_flags.host_coherent in get_image_memory_requirements() 332 && !current_type.property_flags.host_cached in get_image_memory_requirements()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_graph_tracker.cc | 514 const InternedType* current_type) { in GetSuperClass() argument 515 if (current_type->superclass_id) { in GetSuperClass() 516 auto it = sequence_state->interned_types.find(current_type->superclass_id); in GetSuperClass() 573 const InternedType* current_type = &interned_type; in FinalizeProfile() local 580 [this, ¤t_type, &sequence_state, in FinalizeProfile() 582 while (current_type && field_offset_in_cls >= in FinalizeProfile() 583 current_type->field_name_ids.size()) { in FinalizeProfile() 584 size_t prev_type_size = current_type->field_name_ids.size(); in FinalizeProfile() 585 current_type = GetSuperClass(&sequence_state, current_type); in FinalizeProfile() 589 if (!current_type) { in FinalizeProfile() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
/external/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()
|
/external/deqp-deps/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()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | local_access_chain_convert_pass.cpp | 471 const analysis::Type* current_type = base_pointer_type->pointee_type(); in AnyIndexIsOutOfBounds() local 473 if (IsIndexOutOfBounds(constants[i], current_type)) { in AnyIndexIsOutOfBounds() 481 current_type = type_mgr->GetMemberType(current_type, {index}); in AnyIndexIsOutOfBounds()
|
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()
|
/external/clang/tools/scan-build-py/libscanbuild/ |
D | report.py | 413 current_type = current_category.get(bug_type, { 418 current_type.update({'bug_count': current_type['bug_count'] + 1}) 419 current_category.update({bug_type: current_type})
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | local_access_chain_convert_pass.cpp | 470 const analysis::Type* current_type = base_pointer_type->pointee_type(); in AnyIndexIsOutOfBounds() local 472 if (IsIndexOutOfBounds(constants[i], current_type)) { in AnyIndexIsOutOfBounds() 480 current_type = type_mgr->GetMemberType(current_type, {index}); in AnyIndexIsOutOfBounds()
|
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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
D | local_access_chain_convert_pass.cpp | 446 const analysis::Type* current_type = base_pointer_type->pointee_type(); in AnyIndexIsOutOfBounds() local 448 if (IsIndexOutOfBounds(constants[i], current_type)) { in AnyIndexIsOutOfBounds() 456 current_type = type_mgr->GetMemberType(current_type, {index}); in AnyIndexIsOutOfBounds()
|
/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
D | oghttp2_session.cc | 1855 absl::optional<HeaderType> current_type) { in NextHeaderType() argument 1857 if (!current_type) { in NextHeaderType() 1860 QUICHE_DCHECK(current_type == HeaderType::REQUEST); in NextHeaderType() 1863 } else if (!current_type || in NextHeaderType() 1864 current_type.value() == HeaderType::RESPONSE_100) { in NextHeaderType()
|