HomeSort by relevance Sort by last modified time
    Searched defs:next_type (Results 1 - 9 of 9) sorted by null

  /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/python/cpython3/Modules/
parsermodule.c 713 int next_type; local
717 next_type = _PyParser_Grammar.g_ll.ll_label[a_label].lb_type;
718 if (ISNONTERMINAL(next_type))
720 next_type, ch_type);
723 _PyParser_TokenNames[next_type]);
    [all...]
  /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 853 u8 next_type = EAP_TYPE_NONE; local
878 next_type = sm->user->methods[
881 next_type);
882 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
885 next_type);
933 next_type = sm->user->methods[0].method;
935 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
936 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
938 "EAP type %d", next_type);
    [all...]
eap_server_fast.c 976 u8 next_type = EAP_TYPE_NONE; local
1002 next_type = eap_fast_req_failure(sm, data);
1003 eap_fast_phase2_init(sm, data, next_type);
1011 next_type = sm->user->methods[
1014 next_type);
1016 next_type = eap_fast_req_failure(sm, data);
1018 eap_fast_phase2_init(sm, data, next_type);
1038 next_type = eap_fast_req_failure(sm, data);
1039 eap_fast_phase2_init(sm, data, next_type);
1050 next_type = eap_fast_req_failure(sm, data)
1477 u8 next_type; local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 183 Type *next_type(Type *Ty, Value *Idx) { function in namespace:__anon27664
373 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 3034 png_uint_32 next_type = get32(buffer, nused+4); local
3131 png_uint_32 next_type; local
    [all...]

Completed in 337 milliseconds