Home
last modified time | relevance | path

Searched refs:next_type (Results 1 – 21 of 21) sorted by relevance

/external/libtextclassifier/native/utils/grammar/parsing/
Dlexer.cc45 Symbol::Type next_type; in AppendTokenSymbols() local
47 next_type = GetSymbolType(next); in AppendTokenSymbols()
48 if (type == Symbol::Type::TYPE_PUNCTUATION || next_type != type) { in AppendTokenSymbols()
61 type = next_type; in AppendTokenSymbols()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp142 uint32_t next_type = composite_type_id; in AdjustAccessedIndices() local
145 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices()
151 next_type = type_inst->GetSingleWordInOperand(0); in AdjustAccessedIndices()
171 next_type = type_inst->GetSingleWordInOperand(member); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp161 uint32_t next_type = composite_type_id; in MarkAccessedMembersAsUsed() local
164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed()
170 next_type = type_inst->GetSingleWordInOperand(0); in MarkAccessedMembersAsUsed()
185 next_type = type_inst->GetSingleWordInOperand(member); in MarkAccessedMembersAsUsed()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp142 uint32_t next_type = composite_type_id; in AdjustAccessedIndices() local
145 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices()
151 next_type = type_inst->GetSingleWordInOperand(0); in AdjustAccessedIndices()
171 next_type = type_inst->GetSingleWordInOperand(member); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp161 uint32_t next_type = composite_type_id; in MarkAccessedMembersAsUsed() local
164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed()
170 next_type = type_inst->GetSingleWordInOperand(0); in MarkAccessedMembersAsUsed()
185 next_type = type_inst->GetSingleWordInOperand(member); in MarkAccessedMembersAsUsed()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp144 uint32_t next_type = composite_type_id; in AdjustAccessedIndices() local
147 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices()
153 next_type = type_inst->GetSingleWordInOperand(0); in AdjustAccessedIndices()
173 next_type = type_inst->GetSingleWordInOperand(member); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp161 uint32_t next_type = composite_type_id; in MarkAccessedMembersAsUsed() local
164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed()
170 next_type = type_inst->GetSingleWordInOperand(0); in MarkAccessedMembersAsUsed()
185 next_type = type_inst->GetSingleWordInOperand(member); in MarkAccessedMembersAsUsed()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c979 enum eap_type next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
1006 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1007 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response()
1017 next_type = sm->user->methods[ in eap_fast_process_phase2_response()
1020 next_vendor, next_type); in eap_fast_process_phase2_response()
1023 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1025 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response()
1046 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1047 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response()
1059 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
[all …]
Deap_server_peap.c818 u32 next_type; in eap_peap_process_phase2_soh() local
931 next_type = sm->user->methods[0].method; in eap_peap_process_phase2_soh()
934 sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
935 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
945 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
983 next_type = sm->user->methods[ in eap_peap_process_phase2_response()
987 next_vendor, next_type); in eap_peap_process_phase2_response()
991 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
993 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response()
1019 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
[all …]
Deap_server_teap.c1045 enum eap_type next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() local
1074 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response()
1075 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response()
1085 next_type = sm->user->methods[ in eap_teap_process_phase2_response()
1088 next_vendor, next_type); in eap_teap_process_phase2_response()
1091 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response()
1093 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response()
1114 next_type = eap_teap_req_failure(data, TEAP_ERROR_INNER_METHOD); in eap_teap_process_phase2_response()
1115 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response()
1133 next_type = eap_teap_req_failure( in eap_teap_process_phase2_response()
[all …]
Deap_server_ttls.c854 enum eap_type next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local
881 next_type = sm->user->methods[ in eap_ttls_process_phase2_eap_response()
884 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
886 next_type)) { in eap_ttls_process_phase2_eap_response()
889 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
938 next_type = sm->user->methods[0].method; in eap_ttls_process_phase2_eap_response()
941 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
943 next_type)) { in eap_ttls_process_phase2_eap_response()
946 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
/external/mesa3d/src/panfrost/midgard/
Dmidgard.h607 unsigned next_type : 4; member
674 unsigned next_type : 4; member
796 unsigned next_type : 4; member
Dmidgard_emit.c896 .next_type = next_tag, in emit_binary_bundle()
916 ins->texture.next_type = next_tag; in emit_binary_bundle()
/external/llvm-project/polly/lib/External/isl/
Disl_stream_private.h63 enum isl_token_type next_type; member
Disl_stream.c41 s->next_type = ISL_TOKEN_LAST; in isl_stream_register_keyword()
58 keyword->type = s->next_type++; in isl_stream_register_keyword()
/external/libpng/contrib/tools/
Dpngfix.c2785 png_uint_32 next_type) in process_chunk() argument
2866 file->type = next_type; in process_chunk()
2927 assert(next_type == png_IDAT); in process_chunk()
2946 file->type = next_type; in process_chunk()
3034 png_uint_32 next_type = get32(buffer, nused+4); in sync_stream() local
3036 if (chunk_type_valid(next_type)) in sync_stream()
3039 process_chunk(file, file_crc, next_length, next_type); in sync_stream()
3131 png_uint_32 next_type; in read_chunk() local
3133 nread += read_4(file, &next_type); in read_chunk()
3135 if (nread == 12 && chunk_type_valid(next_type)) in read_chunk()
[all …]
/external/python/cpython3/Modules/
Dparsermodule.c700 int next_type = _PyParser_Grammar.g_ll.ll_label[a_label].lb_type; in validate_node() local
703 if (ISNONTERMINAL(next_type)) { in validate_node()
705 _PyParser_Grammar.g_dfa[next_type - NT_OFFSET].d_name, in validate_node()
715 _PyParser_TokenNames[next_type]); in validate_node()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp204 Type *next_type(Type *Ty, Value *Idx) { in next_type() function
386 PtrTy = next_type(PtrTy, Op); in processGepInst()
1111 Type *NextTy = next_type(N->PTy, N->Idx); in fabricateGEP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp204 Type *next_type(Type *Ty, Value *Idx) { in next_type() function
396 PtrTy = next_type(PtrTy, Op); in processGepInst()
1121 Type *NextTy = next_type(N->PTy, N->Idx); in fabricateGEP()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp183 Type *next_type(Type *Ty, Value *Idx) { in next_type() function
373 PtrTy = next_type(PtrTy, Op); in processGepInst()
1114 Type *NextTy = next_type(N->PTy, N->Idx); in fabricateGEP()
/external/virglrenderer/src/
Dvrend_renderer.c3368 int next_type = -1; in vrend_fill_shader_key() local
3372 next_type = PIPE_SHADER_TESS_CTRL; in vrend_fill_shader_key()
3374 next_type = PIPE_SHADER_GEOMETRY; in vrend_fill_shader_key()
3377 next_type = PIPE_SHADER_TESS_EVAL; in vrend_fill_shader_key()
3379 next_type = PIPE_SHADER_TESS_CTRL; in vrend_fill_shader_key()
3381 next_type = PIPE_SHADER_FRAGMENT; in vrend_fill_shader_key()
3384 next_type = PIPE_SHADER_TESS_EVAL; in vrend_fill_shader_key()
3387 next_type = PIPE_SHADER_FRAGMENT; in vrend_fill_shader_key()
3391 next_type = PIPE_SHADER_GEOMETRY; in vrend_fill_shader_key()
3393 next_type = PIPE_SHADER_FRAGMENT; in vrend_fill_shader_key()
[all …]