HomeSort by: relevance | last modified time | path
    Searched refs:_state (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/bsd/lutok/dist/
test_utils.hpp 94 lutok::state& _state; member in class:__anon7289::stack_balance_checker
112 _state(state_),
114 _old_count(_state.get_top())
117 _state.push_integer(987654321);
127 if (!_state.is_number() || _state.to_integer() != 987654321)
129 _state.pop(1);
132 unsigned int new_count = _state.get_top();
c_gate.cpp 38 _state(state_)
75 return static_cast< lua_State* >(_state.raw_state());
c_gate.hpp 57 state& _state; member in class:lutok::state_c_gate
  /src/external/bsd/wpa/dist/src/utils/
state_machine.h 47 if (!global || sm->machine ## _state != machine ## _ ## state) { \
52 sm->machine ## _state = machine ## _ ## state;
57 * @_state: State machine state
65 #define SM_ENTRY_M(machine, _state, data) \
66 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
69 #machine " entering state " #_state); \
71 sm->data ## _ ## state = machine ## _ ## _state;
76 * @_state: State machine state
83 #define SM_ENTRY_MA(machine, _state, data) \
84 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/config/
parser.cpp 60 lutok::state _state; member in struct:utils::config::parser::impl
97 config::redirect(_state, _tree);
157 lutok::stack_cleaner cleaner(_pimpl->_state);
159 _pimpl->_state.push_cxx_function(lua_syntax);
160 _pimpl->_state.set_global("syntax");
161 *_pimpl->_state.new_userdata< config::parser::impl* >() = _pimpl.get();
162 _pimpl->_state.set_global("_config_parser");
185 lutok::do_file(_pimpl->_state, file.str());
  /src/external/bsd/kyua-cli/dist/engine/
kyuafile.cpp 104 lutok::state _state; member in class:__anon6958::parser
144 lutok::stack_cleaner cleaner(_state);
146 _state.push_cxx_function(lua_syntax);
147 _state.set_global("syntax");
148 *_state.new_userdata< parser* >() = this;
149 _state.set_global("_parser");
151 _state.push_cxx_function(lua_atf_test_program);
152 _state.set_global("atf_test_program");
153 _state.push_cxx_function(lua_current_kyuafile);
154 _state.set_global("current_kyuafile")
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
z80-stub.c 330 ld (#_state + R_SP), sp
356 ld (#_state + R_SP), sp
372 ld (#_state + R_SP), sp
378 ld hl, #_state + R_SP
383 ld hl, (#_state + R_SP)
401 ld (#_state + R_SP), sp
420 ld (#_state + R_SP), sp
1181 ld (#_state + R_HL + 0), a
1183 ld (#_state + R_HL + 1), a
1184 ld hl, #_state + R_HL -
    [all...]
  /src/external/gpl3/gdb/dist/gdb/stubs/
z80-stub.c 330 ld (#_state + R_SP), sp
356 ld (#_state + R_SP), sp
372 ld (#_state + R_SP), sp
378 ld hl, #_state + R_SP
383 ld hl, (#_state + R_SP)
401 ld (#_state + R_SP), sp
420 ld (#_state + R_SP), sp
1181 ld (#_state + R_HL + 0), a
1183 ld (#_state + R_HL + 1), a
1184 ld hl, #_state + R_HL -
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
picohttpparser.h 79 char _state; member in struct:phr_chunked_decoder
picohttpparser.c 613 switch (decoder->_state) {
650 decoder->_state = CHUNKED_IN_CHUNK_EXT;
666 decoder->_state =
673 decoder->_state = CHUNKED_IN_CHUNK_DATA;
693 decoder->_state = CHUNKED_IN_CHUNK_CRLF;
710 decoder->_state = CHUNKED_IN_CHUNK_SIZE;
724 decoder->_state = CHUNKED_IN_TRAILERS_LINE_MIDDLE;
736 decoder->_state = CHUNKED_IN_TRAILERS_LINE_HEAD;
766 return decoder->_state == CHUNKED_IN_CHUNK_DATA;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
ripemd.d 97 uint[5] _state = [0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]; // state (ABCDE)
216 uint aa = _state[0],
217 bb = _state[1],
218 cc = _state[2],
219 dd = _state[3],
220 ee = _state[4];
221 uint aaa = _state[0],
222 bbb = _state[1],
223 ccc = _state[2],
224 ddd = _state[3]
    [all...]
md.d 93 uint[4] _state = [0x67452301,0xefcdab89,0x98badcfe,0x10325476]; // state (ABCD)
177 uint a = _state[0],
178 b = _state[1],
179 c = _state[2],
180 d = _state[3];
270 _state[0] += a;
271 _state[1] += b;
272 _state[2] += c;
273 _state[3] += d;
377 data[0 .. 4] = nativeToLittleEndian(_state[0])[]
    [all...]
crc.d 181 T _state = T.max;
191 T crc = _state;
246 _state = crc;
282 return nativeToLittleEndian(~_state);
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-wait.h 38 #define URCU_WAIT_NODE_INIT(name, _state) \
39 { .node = { .next = NULL }, .state = _state }
  /src/external/gpl3/gdb/dist/sim/mn10300/
mn10300-sim.h 27 struct _state struct
49 extern struct _state State;
  /src/external/gpl3/gdb.old/dist/sim/mn10300/
mn10300-sim.h 27 struct _state struct
49 extern struct _state State;
  /src/usr.sbin/installboot/
ext2fs.c 375 ext2fs_findstage2_blocks(ib_params *params, void *_state,
378 struct findblks_state *state = _state;
382 assert(_state != NULL);
ffs.c 442 ffs_findstage2_blocks(ib_params *params, void *_state,
445 struct findblks_state *state = _state;
449 assert(_state != NULL);
  /src/sys/sys/
aio.h 65 int _state; /* State of the job */ member in struct:aiocb
  /src/sys/kern/
sys_aio.c 1025 job->aiocbp._state = JOB_DONE;
1059 job->aiocbp._state = JOB_DONE;
1097 job->aiocbp._state = JOB_DONE;
1179 if (job->aiocbp._state == JOB_NONE) {
1212 if (job->aiocbp._state != JOB_DONE) {
1229 job->aiocbp._state = JOB_NONE;
1641 aiocb._state = JOB_WIP;
2203 job->aio_op, job->aiocbp._errno, job->aiocbp._state,
2224 j->aiocbp._state, j->aiocb_uptr);
  /src/external/bsd/tre/dist/lib/
tre-match-backtrack.c 110 #define BT_STACK_PUSH(_pos, _str_byte, _str_wide, _state, _state_id, _next_c, _tags, _mbstate) \
152 stack->item.state = (_state); \
  /src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h 192 struct _state struct
239 extern struct _state State;
  /src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h 192 struct _state struct
239 extern struct _state State;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.h 73 u32 _state; member in struct:__sanitizer::__sanitizer_iocb
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
random.d 1302 enum UIntType min = _state.length == 1 ? 1 : 0;
1337 UIntType[N] _state = [cast(UIntType) 2_463_534_242];
1341 UIntType[N] _state = [123_456_789, 362_436_069, 521_288_629, 88_675_123, 5_783_321, 6_615_241];
1346 UIntType[N] _state = [
1355 UIntType[N] _state = ()
1412 foreach (uint i, ref e; _state)
1430 foreach (ref e; _state)
1447 _state[0] = x0 * 6_364_136_223_846_793_005UL;
1449 _state[0] = typeof(this).init._state[0]
    [all...]

Completed in 38 milliseconds

1 2