Home
last modified time | relevance | path

Searched refs:NUMSTATES (Results 1 – 25 of 101) sorted by relevance

12345

/dports/devel/matreshka/matreshka-0.7.0/tools/aflex/src/
H A Ddfa.adb321 NUMSTATES := NUMSTATES + 1;
325 T(NUMSTATES) := STATE;
341 NUMSTATES := NS_ADDR;
400 NS_ADDR := NUMSTATES;
517 NUMSTATES := 1;
806 DFASIZ(NEWDS) := NUMSTATES;
840 NUMSTATES := 0;
869 NUMSTATES := NUMSTATES + 1;
879 NUMSTATES := NUMSTATES + 1;
895 NUMSTATES := NUMSTATES + 1;
[all …]
H A Ddfa.ads57 NUMSTATES : in INTEGER;
68 NUMSTATES : in INTEGER;
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Ddeh_ptr.c29 static actionf_t codeptrs[NUMSTATES];
35 for (i=0; i<NUMSTATES; ++i) in CodePointerIndex()
52 for (i=0; i<NUMSTATES; ++i) in DEH_PointerInit()
69 if (frame_number < 0 || frame_number >= NUMSTATES) in DEH_PointerStart()
108 if (ivalue < 0 || ivalue >= NUMSTATES) in DEH_PointerParseLine()
127 for (i=0; i<NUMSTATES; ++i) in DEH_PointerSHA1Sum()
H A Ddeh_frame.c49 if (frame_number < 0 || frame_number >= NUMSTATES) in DEH_BEGIN_MAPPING()
128 if (state == &states[NUMSTATES - 1]) in DEH_FrameParseLine()
144 for (i=0; i<NUMSTATES; ++i) in DEH_FrameSHA1Sum()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Ddeh_ptr.c29 static actionf_t codeptrs[NUMSTATES];
35 for (i=0; i<NUMSTATES; ++i) in CodePointerIndex()
52 for (i=0; i<NUMSTATES; ++i) in DEH_PointerInit()
69 if (frame_number < 0 || frame_number >= NUMSTATES) in DEH_PointerStart()
108 if (ivalue < 0 || ivalue >= NUMSTATES) in DEH_PointerParseLine()
127 for (i=0; i<NUMSTATES; ++i) in DEH_PointerSHA1Sum()
H A Ddeh_frame.c51 if (frame_number < 0 || frame_number >= NUMSTATES) in DEH_BEGIN_MAPPING()
130 if (state == &states[NUMSTATES - 1]) in DEH_FrameParseLine()
146 for (i=0; i<NUMSTATES; ++i) in DEH_FrameSHA1Sum()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Ddeh_ptr.c29 static actionf_t codeptrs[NUMSTATES];
35 for (i=0; i<NUMSTATES; ++i) in CodePointerIndex()
52 for (i=0; i<NUMSTATES; ++i) in DEH_PointerInit()
69 if (frame_number < 0 || frame_number >= NUMSTATES) in DEH_PointerStart()
108 if (ivalue < 0 || ivalue >= NUMSTATES) in DEH_PointerParseLine()
127 for (i=0; i<NUMSTATES; ++i) in DEH_PointerSHA1Sum()
H A Ddeh_frame.c49 if (frame_number < 0 || frame_number >= NUMSTATES) in DEH_BEGIN_MAPPING()
128 if (state == &states[NUMSTATES - 1]) in DEH_FrameParseLine()
144 for (i=0; i<NUMSTATES; ++i) in DEH_FrameSHA1Sum()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/backend/
H A Dviterbi.cpp111 for (i = 0; i < NUMSTATES; i++) { in renormalize()
116 for (i = 0; i < NUMSTATES; i++) { in renormalize()
165 for (state = 0; state < NUMSTATES / 2; state++) { in Viterbi()
167 Branchtab[i * NUMSTATES / 2 + state] = in Viterbi()
260 metric += (Branchtab[i + j * NUMSTATES/2] ^ syms[s*RATE+j]) >> in BFLY()
267 m1 = vp->old_metrics->t[i + NUMSTATES / 2] + (max - metric); in BFLY()
269 m3 = vp->old_metrics->t[i + NUMSTATES / 2] + metric; in BFLY()
299 for (i = 0; i < NUMSTATES / 2; i++) { in update_viterbi_blk_GENERIC()
324 endstate = (endstate % NUMSTATES) << ADDSHIFT; in chainback_viterbi()
347 for (i = 0; i < NUMSTATES; i++) in init_viterbi()
[all …]
H A Dviterbi.h11 #define NUMSTATES 64
18 DECISIONTYPE w[NUMSTATES/32];
22 COMPUTETYPE t[NUMSTATES];
49 COMPUTETYPE Branchtab [NUMSTATES / 2 * RATE] __attribute__ ((aligned (16)));
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Ddeh_ptr.c29 actionf_t codeptrs[NUMSTATES]; // [crispy] share with deh_bexptr.c
35 for (i=0; i<NUMSTATES; ++i) in CodePointerIndex()
56 for (; i < NUMSTATES; i++) in DEH_PointerInit()
83 if (frame_number < 0 || frame_number >= NUMSTATES) in DEH_PointerStart()
122 if (ivalue < 0 || ivalue >= NUMSTATES) in DEH_PointerParseLine()
141 for (i=0; i<NUMSTATES; ++i) in DEH_PointerSHA1Sum()
H A Ddeh_frame.c51 if (frame_number < 0 || frame_number >= NUMSTATES) in DEH_BEGIN_MAPPING()
131 if (state == &states[NUMSTATES - 1] && false) in DEH_FrameParseLine()
147 for (i=0; i<NUMSTATES; ++i) in DEH_FrameSHA1Sum()
H A Ddeh_bexptr.c216 extern actionf_t codeptrs[NUMSTATES];
252 if (frame_number < 0 || frame_number >= NUMSTATES) in DEH_BEXPtrParseLine()
/dports/benchmarks/dkftpbench/dkftpbench-0.45/
H A DPlatoon.cc13 for (pos=i=0; i<robouser_t::NUMSTATES; i++) in countStateChange()
16 assert(oldstate >= robouser_t::UNINIT && oldstate < robouser_t::NUMSTATES); in countStateChange()
17 assert(newstate > robouser_t::UNINIT && newstate < robouser_t::NUMSTATES); in countStateChange()
24 for (pos=i=0; i<robouser_t::NUMSTATES; i++) in countStateChange()
H A Drobouser.h44 static const int NUMSTATES = (((int) STOPPED)+1); variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importdeh/include/
H A Dimportdeh.h39 int const NUMSTATES = 968; variable
41 extern de::String origActionNames[NUMSTATES];
/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dmetalink.c149 NUMSTATES enumerator
169 { NUMSTATES, NULL, NUMSTATES, 0 }
490 pd = lr_xml_parser_data_new(NUMSTATES); in lr_metalink_parse_file()
499 for (LrStatesSwitch *sw = stateswitches; sw->from != NUMSTATES; sw++) { in lr_metalink_parse_file()
H A Drepomd.c185 NUMSTATES enumerator
211 { NUMSTATES, NULL, NUMSTATES, 0 }
559 pd = lr_xml_parser_data_new(NUMSTATES); in lr_yum_repomd_parse_file()
565 for (LrStatesSwitch *sw = stateswitches; sw->from != NUMSTATES; sw++) { in lr_yum_repomd_parse_file()
/dports/devel/volk/volk-2.2.1/kernels/volk/
H A Dvolk_8u_x4_conv_k7_r2_8u.h75 int NUMSTATES = 64; in renormalize() local
80 for(i=0;i<NUMSTATES;i++) in renormalize()
83 for(i=0;i<NUMSTATES;i++) in renormalize()
97 int NUMSTATES = 64; in BFLY() local
104 metric += (Branchtab[i+j*NUMSTATES/2] ^ syms[s*RATE+j])>>METRICSHIFT; in BFLY()
110 m1 = X[i+NUMSTATES/2] + (max - metric); in BFLY()
112 m3 = X[i+NUMSTATES/2] + metric; in BFLY()
622 int NUMSTATES = 64; in volk_8u_x4_conv_k7_r2_8u_generic() local
628 for(i=0;i<NUMSTATES/2;i++){ in volk_8u_x4_conv_k7_r2_8u_generic()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importdeh/src/
H A Dimportdeh.cpp43 String origActionNames[NUMSTATES];
52 for (int i = 0; i < NUMSTATES && i < ded->states.size(); i++) in backupData()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dd_dehacked.cpp157 static actionf_p1 OrgActionPtrs[NUMSTATES];
610 static state_t backupStates[NUMSTATES];
631 for (i = 0; i < NUMSTATES; i++) in BackupData()
658 for (i = 0; i < NUMSTATES; i++) in UndoDehPatch()
1151 if (frameNum >= 0 && frameNum < NUMSTATES) { in PatchFrame()
1273 if (i >= NUMSTATES) in PatchPointer()
1278 NUMSTATES, in PatchPointer()
1446 if (frame < 0 || frame >= NUMSTATES) { in PatchCodePtrs()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Ddeh_htic.h37 #define DEH_HERETIC_NUMSTATES (NUMSTATES - 2)
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Ddeh_htic.h37 #define DEH_HERETIC_NUMSTATES (NUMSTATES - 2)
/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Drepo_zyppdb.c41 NUMSTATES enumerator
52 { NUMSTATES }
H A Drepo_repomdxml.c106 NUMSTATES enumerator
138 { NUMSTATES }

12345