Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 25 of 3695) sorted by relevance

12345678910>>...148

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_ragel/gen/
H A Dvalidator_x86_32.c387 int current_state; in ValidateChunkIA32() local
393 current_state = 273; in ValidateChunkIA32()
400 if (_dfa_accepting[current_state]) goto _done; in ValidateChunkIA32()
453 current_state = 2; current_position++; goto _again; in ValidateChunkIA32()
456 current_state = 3; current_position++; goto _again; in ValidateChunkIA32()
459 current_state = 7; current_position++; goto _again; in ValidateChunkIA32()
462 current_state = 8; current_position++; goto _again; in ValidateChunkIA32()
465 current_state = 9; current_position++; goto _again; in ValidateChunkIA32()
553 current_state = 1; current_position++; goto _again; in ValidateChunkIA32()
1211 current_state = 4; current_position++; goto _again; in ValidateChunkIA32()
[all …]
H A Dvalidator_x86_64.c1617 int current_state; in ValidateChunkAMD64() local
1639 current_state = 985; in ValidateChunkAMD64()
1646 if (_dfa_accepting[current_state]) goto _done; in ValidateChunkAMD64()
1685 current_state = 2; current_position++; goto _again; in ValidateChunkAMD64()
1704 current_state = 8; current_position++; goto _again; in ValidateChunkAMD64()
1707 current_state = 9; current_position++; goto _again; in ValidateChunkAMD64()
1987 current_state = 1; current_position++; goto _again; in ValidateChunkAMD64()
3429 current_state = 3; current_position++; goto _again; in ValidateChunkAMD64()
3432 current_state = 7; current_position++; goto _again; in ValidateChunkAMD64()
3474 current_state = 4; current_position++; goto _again; in ValidateChunkAMD64()
[all …]
/dports/science/molscript/MolScript-280abee/code/
H A Dstate.c23 state *current_state = NULL; variable
47 while (current_state) current_state = state_destroy (current_state); in state_init()
51 current_state->prev = NULL; in state_init()
54 current_state->bondcross = 0.4; in state_init()
58 current_state->depthcue = 0.75; in state_init()
62 current_state->hsbramp = TRUE; in state_init()
94 current_state->shading = 0.5; in state_init()
122 current_state->labelmask, in state_clone()
138 new->prev = current_state; in new_state()
139 current_state = new; in new_state()
[all …]
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/papilio-prog/
H A Diobase.cpp137 current_state=SHIFT_DR; in setTapState()
141 current_state=EXIT1_DR; in setTapState()
152 current_state=EXIT1_DR; in setTapState()
163 current_state=PAUSE_DR; in setTapState()
178 current_state=EXIT2_DR; in setTapState()
188 current_state=SHIFT_DR; in setTapState()
229 current_state=SHIFT_IR; in setTapState()
233 current_state=EXIT1_IR; in setTapState()
244 current_state=EXIT1_IR; in setTapState()
255 current_state=PAUSE_IR; in setTapState()
[all …]
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/vendor/rogerstech_2004/XC3Sprog/
H A Diobase.cpp29 current_state=UNKNOWN; in IOBase()
157 current_state=SHIFT_DR; in setTapState()
161 current_state=EXIT1_DR; in setTapState()
172 current_state=EXIT1_DR; in setTapState()
183 current_state=PAUSE_DR; in setTapState()
198 current_state=EXIT2_DR; in setTapState()
208 current_state=SHIFT_DR; in setTapState()
249 current_state=SHIFT_IR; in setTapState()
253 current_state=EXIT1_IR; in setTapState()
264 current_state=EXIT1_IR; in setTapState()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/sw/
H A Dswload.c24 double current_state = -1; in SWload() local
48 current_state = REALLY_ON; in SWload()
50 current_state = REALLY_ON; in SWload()
52 current_state = HYST_ON; in SWload()
55 current_state = REALLY_OFF; in SWload()
59 current_state = HYST_OFF; in SWload()
64 current_state = previous_state; in SWload()
71 current_state = REALLY_ON; in SWload()
78 current_state = REALLY_ON; in SWload()
114 current_state = 0.0; in SWload()
[all …]
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/vendor/sourceforge_rev_6/
H A Diobase.cpp40 current_state=UNKNOWN; in IOBase()
197 current_state=SHIFT_DR; in setTapState()
201 current_state=EXIT1_DR; in setTapState()
212 current_state=EXIT1_DR; in setTapState()
223 current_state=PAUSE_DR; in setTapState()
238 current_state=EXIT2_DR; in setTapState()
248 current_state=SHIFT_DR; in setTapState()
289 current_state=SHIFT_IR; in setTapState()
293 current_state=EXIT1_IR; in setTapState()
304 current_state=EXIT1_IR; in setTapState()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/csw/
H A Dcswload.c24 double current_state = -1, old_current_state = -1; in CSWload() local
44 current_state = REALLY_ON; in CSWload()
46 current_state = REALLY_ON; in CSWload()
48 current_state = HYST_ON; in CSWload()
51 current_state = REALLY_OFF; in CSWload()
53 current_state = REALLY_OFF; in CSWload()
55 current_state = HYST_OFF; in CSWload()
60 current_state = previous_state; in CSWload()
67 current_state = REALLY_ON; in CSWload()
74 current_state = REALLY_ON; in CSWload()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/thread/win32/
H A Dshared_mutex.hpp111 if(current_state==old_state) in try_lock_shared()
115 old_state=current_state; in try_lock_shared()
252 old_state=current_state; in unlock_shared()
287 old_state=current_state; in try_lock()
386 old_state=current_state; in unlock()
459 old_state=current_state; in try_lock_upgrade()
492 old_state=current_state; in unlock_upgrade()
519 old_state=current_state; in unlock_upgrade_and_lock()
544 old_state=current_state; in unlock_and_lock_upgrade()
569 old_state=current_state; in unlock_and_lock_shared()
[all …]
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/thread/win32/
H A Dshared_mutex.hpp111 if(current_state==old_state) in try_lock_shared()
115 old_state=current_state; in try_lock_shared()
252 old_state=current_state; in unlock_shared()
287 old_state=current_state; in try_lock()
386 old_state=current_state; in unlock()
459 old_state=current_state; in try_lock_upgrade()
492 old_state=current_state; in unlock_upgrade()
519 old_state=current_state; in unlock_upgrade_and_lock()
544 old_state=current_state; in unlock_and_lock_upgrade()
569 old_state=current_state; in unlock_and_lock_shared()
[all …]
/dports/devel/xc3sprog/xc3sprog-r769/
H A Djtag.cpp30 current_state = UNKNOWN; in Jtag()
276 current_state=SHIFT_DR; in setTapState()
280 current_state=EXIT1_DR; in setTapState()
291 current_state=EXIT1_DR; in setTapState()
302 current_state=PAUSE_DR; in setTapState()
317 current_state=EXIT2_DR; in setTapState()
327 current_state=SHIFT_DR; in setTapState()
368 current_state=SHIFT_IR; in setTapState()
372 current_state=EXIT1_IR; in setTapState()
383 current_state=EXIT1_IR; in setTapState()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dcsv_parser.c94 switch(current_state) { in LaunchCsvAutomata()
104 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
129 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
154 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
159 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
225 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
260 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
272 if (current_state != CSV_ST_LEADING_QUOTE && in LaunchCsvAutomata()
273 current_state != CSV_ST_WITH_QUOTE_MODE ) in LaunchCsvAutomata()
282 if(current_state == CSV_ST_NO_QUOTE_MODE || in LaunchCsvAutomata()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dcsv_parser.c94 switch(current_state) { in LaunchCsvAutomata()
104 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
129 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
154 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
159 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
225 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
260 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
272 if (current_state != CSV_ST_LEADING_QUOTE && in LaunchCsvAutomata()
273 current_state != CSV_ST_WITH_QUOTE_MODE ) in LaunchCsvAutomata()
282 if(current_state == CSV_ST_NO_QUOTE_MODE || in LaunchCsvAutomata()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dcsv_parser.c94 switch(current_state) { in LaunchCsvAutomata()
104 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
129 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
154 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
159 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
225 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
260 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
272 if (current_state != CSV_ST_LEADING_QUOTE && in LaunchCsvAutomata()
273 current_state != CSV_ST_WITH_QUOTE_MODE ) in LaunchCsvAutomata()
282 if(current_state == CSV_ST_NO_QUOTE_MODE || in LaunchCsvAutomata()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dcsv_parser.c94 switch(current_state) { in LaunchCsvAutomata()
104 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
129 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
154 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
159 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
225 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
260 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
272 if (current_state != CSV_ST_LEADING_QUOTE && in LaunchCsvAutomata()
273 current_state != CSV_ST_WITH_QUOTE_MODE ) in LaunchCsvAutomata()
282 if(current_state == CSV_ST_NO_QUOTE_MODE || in LaunchCsvAutomata()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dcsv_parser.c94 switch(current_state) { in LaunchCsvAutomata()
104 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
129 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
154 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
159 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
225 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
260 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
272 if (current_state != CSV_ST_LEADING_QUOTE && in LaunchCsvAutomata()
273 current_state != CSV_ST_WITH_QUOTE_MODE ) in LaunchCsvAutomata()
282 if(current_state == CSV_ST_NO_QUOTE_MODE || in LaunchCsvAutomata()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dcsv_parser.c94 switch(current_state) { in LaunchCsvAutomata()
104 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
129 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
154 current_state = CSV_ST_SEPARATOR; in LaunchCsvAutomata()
159 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
225 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
260 current_state = CSV_ST_ERROR; in LaunchCsvAutomata()
272 if (current_state != CSV_ST_LEADING_QUOTE && in LaunchCsvAutomata()
273 current_state != CSV_ST_WITH_QUOTE_MODE ) in LaunchCsvAutomata()
282 if(current_state == CSV_ST_NO_QUOTE_MODE || in LaunchCsvAutomata()
[all …]
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/
H A Dresolution_state.rb9 current_state = state || Gem::Resolver::Molinillo::ResolutionState.empty
10 current_state.name
15 current_state = state || Gem::Resolver::Molinillo::ResolutionState.empty
16 current_state.requirements
21 current_state = state || Gem::Resolver::Molinillo::ResolutionState.empty
22 current_state.activated
27 current_state = state || Gem::Resolver::Molinillo::ResolutionState.empty
28 current_state.requirement
34 current_state.possibilities
40 current_state.depth
[all …]
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/trunk/
H A Djtag.cpp29 current_state = UNKNOWN; in Jtag()
320 current_state=SHIFT_DR; in setTapState()
324 current_state=EXIT1_DR; in setTapState()
335 current_state=EXIT1_DR; in setTapState()
346 current_state=PAUSE_DR; in setTapState()
361 current_state=EXIT2_DR; in setTapState()
371 current_state=SHIFT_DR; in setTapState()
412 current_state=SHIFT_IR; in setTapState()
416 current_state=EXIT1_IR; in setTapState()
427 current_state=EXIT1_IR; in setTapState()
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/sw/
H A Dswload.c29 double current_state; local
44 current_state = 1.0;
46 current_state = 0.0;
65 current_state = 1.0;
68 current_state = 0.0;
74 current_state = 1.0;
77 current_state = 0.0;
94 current_state = 1.0;
97 current_state = 0.0;
103 current_state = 1.0;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/thread/win32/
H A Dshared_mutex.hpp135 old_state=current_state; in try_lock_shared()
286 old_state=current_state; in try_lock_shared_until()
329 old_state=current_state; in try_lock_shared_until()
386 old_state=current_state; in unlock_shared()
427 old_state=current_state; in try_lock()
570 old_state=current_state; in try_lock_until()
623 old_state=current_state; in try_lock_until()
655 old_state=current_state; in unlock()
728 old_state=current_state; in try_lock_upgrade()
768 old_state=current_state; in unlock_upgrade()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/thread/win32/
H A Dshared_mutex.hpp135 old_state=current_state; in try_lock_shared()
286 old_state=current_state; in try_lock_shared_until()
329 old_state=current_state; in try_lock_shared_until()
386 old_state=current_state; in unlock_shared()
427 old_state=current_state; in try_lock()
570 old_state=current_state; in try_lock_until()
623 old_state=current_state; in try_lock_until()
655 old_state=current_state; in unlock()
728 old_state=current_state; in try_lock_upgrade()
768 old_state=current_state; in unlock_upgrade()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/thread/win32/
H A Dshared_mutex.hpp135 old_state=current_state; in try_lock_shared()
286 old_state=current_state; in try_lock_shared_until()
329 old_state=current_state; in try_lock_shared_until()
386 old_state=current_state; in unlock_shared()
427 old_state=current_state; in try_lock()
570 old_state=current_state; in try_lock_until()
623 old_state=current_state; in try_lock_until()
655 old_state=current_state; in unlock()
728 old_state=current_state; in try_lock_upgrade()
768 old_state=current_state; in unlock_upgrade()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/thread/win32/
H A Dshared_mutex.hpp135 old_state=current_state; in try_lock_shared()
286 old_state=current_state; in try_lock_shared_until()
329 old_state=current_state; in try_lock_shared_until()
386 old_state=current_state; in unlock_shared()
427 old_state=current_state; in try_lock()
570 old_state=current_state; in try_lock_until()
623 old_state=current_state; in try_lock_until()
655 old_state=current_state; in unlock()
728 old_state=current_state; in try_lock_upgrade()
768 old_state=current_state; in unlock_upgrade()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/thread/win32/
H A Dshared_mutex.hpp135 old_state=current_state; in try_lock_shared()
287 old_state=current_state; in try_lock_shared_until()
330 old_state=current_state; in try_lock_shared_until()
387 old_state=current_state; in unlock_shared()
429 old_state=current_state; in try_lock()
572 old_state=current_state; in try_lock_until()
625 old_state=current_state; in try_lock_until()
657 old_state=current_state; in unlock()
730 old_state=current_state; in try_lock_upgrade()
770 old_state=current_state; in unlock_upgrade()
[all …]

12345678910>>...148