| /src/external/mit/isl/dist/ |
| isl_stream_private.h | 63 enum isl_token_type next_type; member in struct:isl_stream
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| macro.c | 670 enum dwarf_macro_record_type next_type; local 686 next_type 689 if (next_type != 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| macro.c | 690 enum dwarf_macro_record_type next_type; local 706 next_type 709 if (next_type != 0)
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dnsrps.c | 813 dns_rdatatype_t next_type, type; local 837 next_type = dns_rdatatype_none; 847 if (next_type == dns_rdatatype_none) { 850 rpsdb_iter->type = next_type; 862 if (next_type == dns_rdatatype_none || next_class > class || 863 (next_class == class && next_type > type)) 868 next_type = type; 873 } else if (next_type == type && next_class == class) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dnsrps.c | 833 dns_rdatatype_t next_type, type; local 857 next_type = dns_rdatatype_none; 867 if (next_type == dns_rdatatype_none) { 870 rpsdb_iter->type = next_type; 882 if (next_type == dns_rdatatype_none || next_class > class || 883 (next_class == class && next_type > type)) 888 next_type = type; 893 } else if (next_type == type && next_class == class) {
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_server_fast.c | 969 enum eap_type next_type = EAP_TYPE_NONE; local 996 next_type = eap_fast_req_failure(sm, data); 997 eap_fast_phase2_init(sm, data, next_vendor, next_type); 1007 next_type = sm->user->methods[ 1010 next_vendor, next_type); 1013 next_type = eap_fast_req_failure(sm, data); 1015 eap_fast_phase2_init(sm, data, next_vendor, next_type); 1036 next_type = eap_fast_req_failure(sm, data); 1037 eap_fast_phase2_init(sm, data, next_vendor, next_type); 1049 next_type = eap_fast_req_failure(sm, data) 1482 enum eap_type next_type; local [all...] |
| eap_server_peap.c | 836 u32 next_type; local 949 next_type = sm->user->methods[0].method; 952 sm->user->methods[0].vendor, next_type); 953 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); 963 u32 next_type = EAP_TYPE_NONE; local 1001 next_type = sm->user->methods[ 1005 next_vendor, next_type); 1009 next_type = EAP_TYPE_NONE; 1011 eap_peap_phase2_init(sm, data, next_vendor, next_type); 1037 next_type = EAP_TYPE_NONE [all...] |
| eap_server_teap.c | 1075 enum eap_type next_type = EAP_TYPE_NONE; local 1104 next_type = eap_teap_req_failure(data, 0); 1105 eap_teap_phase2_init(sm, data, next_vendor, next_type); 1115 next_type = sm->user->methods[ 1118 next_vendor, next_type); 1121 next_type = eap_teap_req_failure(data, 0); 1123 eap_teap_phase2_init(sm, data, next_vendor, next_type); 1144 next_type = eap_teap_req_failure(data, TEAP_ERROR_INNER_METHOD); 1145 eap_teap_phase2_init(sm, data, next_vendor, next_type); 1163 next_type = eap_teap_req_failure 1810 enum eap_type next_type; local [all...] |
| eap_server_ttls.c | 855 enum eap_type next_type = EAP_TYPE_NONE; local 882 next_type = sm->user->methods[ 885 next_vendor, next_type); 887 next_type)) { 890 next_vendor, next_type); 939 next_type = sm->user->methods[0].method; 942 next_vendor, next_type); 944 next_type)) { 947 next_vendor, next_type);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonCommonGEP.cpp | 204 Type *next_type(Type *Ty, Value *Idx) { function in namespace:__anon4847 386 PtrTy = next_type(PtrTy, Op); 1111 Type *NextTy = next_type(N->PTy, N->Idx);
|