Home
last modified time | relevance | path

Searched refs:SRState (Results 1 – 8 of 8) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dparse.cpp54 struct SRState struct
56 SRState(const CHMM_State& l, const CHMM_State& r) in SRState() argument
62 ~SRState() { rsp->UpdateLeftState(*lsp); } in ~SRState() argument
74 SRState rst(left,right); in s_EvaluateNewScore() argument
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dpetscimpl.h821 typedef enum {STATE_BEGIN, STATE_PENDING, STATE_END} SRState; typedef
833 SRState state; /* are we calling xxxBegin() or xxxEnd()? */
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mac-lte.c1723 typedef struct SRState { struct
1728 } SRState; typedef
3892 SRState *state; in TrackSRInfo()
3910 state = (SRState *)g_hash_table_lookup(mac_lte_ue_sr_state, GUINT_TO_POINTER((guint)rnti)); in TrackSRInfo()
3913 state = wmem_new(wmem_file_scope(), SRState); in TrackSRInfo()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mac-lte.c1723 typedef struct SRState { struct
1728 } SRState; argument
3892 SRState *state; in TrackSRInfo()
3910 state = (SRState *)g_hash_table_lookup(mac_lte_ue_sr_state, GUINT_TO_POINTER((guint)rnti)); in TrackSRInfo()
3913 state = wmem_new(wmem_file_scope(), SRState); in TrackSRInfo()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mac-lte.c1723 typedef struct SRState { struct
1728 } SRState; argument
3892 SRState *state; in TrackSRInfo()
3910 state = (SRState *)g_hash_table_lookup(mac_lte_ue_sr_state, GUINT_TO_POINTER((guint)rnti)); in TrackSRInfo()
3913 state = wmem_new(wmem_file_scope(), SRState); in TrackSRInfo()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mac-lte.c1723 typedef struct SRState { struct
1728 } SRState; argument
3892 SRState *state; in TrackSRInfo()
3910 state = (SRState *)g_hash_table_lookup(mac_lte_ue_sr_state, GUINT_TO_POINTER((guint)rnti)); in TrackSRInfo()
3913 state = wmem_new(wmem_file_scope(), SRState); in TrackSRInfo()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS12739 typedef enum {STATE_BEGIN, STATE_PENDING, STATE_END} SRState;821,38044
12751 SRState state;833,38619
H A DCTAGS31826 SRState include/petsc/private/petscimpl.h /^typedef enum {STATE_BEGIN, STATE_PENDING, STATE_END} SR…
31849 …ivate/petscimpl.h /^typedef enum {STATE_BEGIN, STATE_PENDING, STATE_END} SRState;$/;" e language:C…
31850 …ivate/petscimpl.h /^typedef enum {STATE_BEGIN, STATE_PENDING, STATE_END} SRState;$/;" e language:C…
31851 …ivate/petscimpl.h /^typedef enum {STATE_BEGIN, STATE_PENDING, STATE_END} SRState;$/;" e language:C…
78619 state include/petsc/private/petscimpl.h /^ SRState state; \/* are we calling xxxBegin()…