/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
stream.h | 76 enum isl_token_type next_type; member in struct:isl_stream
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
stream.h | 76 enum isl_token_type next_type; member in struct:isl_stream
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 783 u32 next_type; local 896 next_type = sm->user->methods[0].method; 899 sm->user->methods[0].vendor, next_type); 900 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); 910 u32 next_type = EAP_TYPE_NONE; local 948 next_type = sm->user->methods[ 952 next_vendor, next_type); 956 next_type = EAP_TYPE_NONE; 958 eap_peap_phase2_init(sm, data, next_vendor, next_type); 984 next_type = EAP_TYPE_NONE [all...] |
eap_server_ttls.c | 851 u8 next_type = EAP_TYPE_NONE; local 876 next_type = sm->user->methods[ 879 next_type); 880 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { 883 next_type); 931 next_type = sm->user->methods[0].method; 933 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type); 934 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { 936 "EAP type %d", next_type); [all...] |
eap_server_fast.c | 978 u8 next_type = EAP_TYPE_NONE; local 1004 next_type = eap_fast_req_failure(sm, data); 1005 eap_fast_phase2_init(sm, data, next_type); 1013 next_type = sm->user->methods[ 1016 next_type); 1018 next_type = eap_fast_req_failure(sm, data); 1020 eap_fast_phase2_init(sm, data, next_type); 1040 next_type = eap_fast_req_failure(sm, data); 1041 eap_fast_phase2_init(sm, data, next_type); 1052 next_type = eap_fast_req_failure(sm, data) 1479 u8 next_type; local [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonCommonGEP.cpp | 183 Type *next_type(Type *Ty, Value *Idx) { function in namespace:__anon17668 374 PtrTy = next_type(PtrTy, Op); [all...] |
/hardware/intel/common/libva/test/encode/ |
mpeg2enc.c | 117 VAEncPictureType next_type; member in struct:mpeg2enc_context 920 ctx->next_type = VAEncPictureTypeIntra; [all...] |
mpeg2vaenc.c | 117 VAEncPictureType next_type; member in struct:mpeg2enc_context 920 ctx->next_type = VAEncPictureTypeIntra; [all...] |
/external/libpng/contrib/tools/ |
pngfix.c | 3035 png_uint_32 next_type = get32(buffer, nused+4); local 3132 png_uint_32 next_type; local [all...] |