Home
last modified time | relevance | path

Searched refs:state_array (Results 1 – 25 of 128) sorted by relevance

123456

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_trace_fst.v76 logic [4:0] state_array [3]; register
77 assign state = state_array[0];
80 state_w[4] = state_array[2][0];
81 state_w[3] = state_array[2][4];
82 state_w[2] = state_array[2][3] ^ state_array[2][0];
83 state_w[1] = state_array[2][2];
84 state_w[0] = state_array[2][1];
90 state_array[i] <= 'b1;
94 state_array[i] <= state_array[i+1];
95 state_array[2] <= state_w;
H A Dt_trace_fst_cmake.v76 logic [4:0] state_array [3]; register
77 assign state = state_array[0];
80 state_w[4] = state_array[2][0];
81 state_w[3] = state_array[2][4];
82 state_w[2] = state_array[2][3] ^ state_array[2][0];
83 state_w[1] = state_array[2][2];
84 state_w[0] = state_array[2][1];
90 state_array[i] <= 'b1;
94 state_array[i] <= state_array[i+1];
95 state_array[2] <= state_w;
H A Dt_trace_fst_sc_cmake.v75 logic [4:0] state_array [3]; register
76 assign state = state_array[0];
79 state_w[4] = state_array[2][0];
80 state_w[3] = state_array[2][4];
81 state_w[2] = state_array[2][3] ^ state_array[2][0];
82 state_w[1] = state_array[2][2];
83 state_w[0] = state_array[2][1];
89 state_array[i] <= 'b1;
93 state_array[i] <= state_array[i+1];
94 state_array[2] <= state_w;
H A Dt_trace_fst_sc.v75 logic [4:0] state_array [3]; register
76 assign state = state_array[0];
79 state_w[4] = state_array[2][0];
80 state_w[3] = state_array[2][4];
81 state_w[2] = state_array[2][3] ^ state_array[2][0];
82 state_w[1] = state_array[2][2];
83 state_w[0] = state_array[2][1];
89 state_array[i] <= 'b1;
93 state_array[i] <= state_array[i+1];
94 state_array[2] <= state_w;
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/progs/
H A Drandom_exercise.c35 struct state state_array[MAXFDS]; variable
46 state_array[i].state = STATE_CLEAR; in clear_state_array()
94 state_array[fd].isdir = isdir; in create_random_file()
97 state_array[fd].isdir = isdir; in create_random_file()
98 state_array[fd].state = STATE_CREATED; in create_random_file()
108 if (state_array[fd].isdir) in truncate_file()
119 char *filename = state_array[fd].name; in unlink_file()
124 if (state_array[fd].isdir) in unlink_file()
139 state_array[fd].state = STATE_CLEAR; in close_file()
153 switch (state_array[fd].state) { in main()
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/progs/
H A Drandom_exercise.c35 struct state state_array[MAXFDS]; variable
46 state_array[i].state = STATE_CLEAR; in clear_state_array()
94 state_array[fd].isdir = isdir; in create_random_file()
97 state_array[fd].isdir = isdir; in create_random_file()
98 state_array[fd].state = STATE_CREATED; in create_random_file()
108 if (state_array[fd].isdir) in truncate_file()
119 char *filename = state_array[fd].name; in unlink_file()
124 if (state_array[fd].isdir) in unlink_file()
139 state_array[fd].state = STATE_CLEAR; in close_file()
153 switch (state_array[fd].state) { in main()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/progs/
H A Drandom_exercise.c35 struct state state_array[MAXFDS]; variable
46 state_array[i].state = STATE_CLEAR; in clear_state_array()
94 state_array[fd].isdir = isdir; in create_random_file()
97 state_array[fd].isdir = isdir; in create_random_file()
98 state_array[fd].state = STATE_CREATED; in create_random_file()
108 if (state_array[fd].isdir) in truncate_file()
119 char *filename = state_array[fd].name; in unlink_file()
124 if (state_array[fd].isdir) in unlink_file()
139 state_array[fd].state = STATE_CLEAR; in close_file()
153 switch (state_array[fd].state) { in main()
[all …]
/dports/sysutils/pv/pv-1.6.20/src/pv/
H A Dwatchpid.c192 struct pvstate_s *state_array = NULL; in pv_watchpid_scanfds() local
205 state_array = *state_array_ptr; in pv_watchpid_scanfds()
262 if (NULL == state_array) { in pv_watchpid_scanfds()
265 sizeof(*state_array)); in pv_watchpid_scanfds()
268 realloc(state_array, in pv_watchpid_scanfds()
270 sizeof(*state_array)); in pv_watchpid_scanfds()
274 state_array = new_state_array; in pv_watchpid_scanfds()
275 *state_array_ptr = state_array; in pv_watchpid_scanfds()
281 state_array[check_idx].name = in pv_watchpid_scanfds()
325 if (state_array[use_idx].size < 1) { in pv_watchpid_scanfds()
[all …]
H A Dloop.c506 struct pvstate_s *state_array = NULL; in pv_watchpid_loop() local
595 if (NULL != state_array) in pv_watchpid_loop()
596 free(state_array); in pv_watchpid_loop()
627 state_array[idx].width = state->width; in pv_watchpid_loop()
631 state_array[idx].reparse_display = 1; in pv_watchpid_loop()
637 &info_array, &state_array, in pv_watchpid_loop()
647 if (NULL != state_array) in pv_watchpid_loop()
648 free(state_array); in pv_watchpid_loop()
730 pv_display(&(state_array[idx]), elapsed, in pv_watchpid_loop()
784 if (NULL != state_array) in pv_watchpid_loop()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dbuiltins-ppc-xlcompat-cipher.c22 vector unsigned char testvcipher(vector unsigned char state_array, vector unsigned char round_key) { in testvcipher() argument
23 return __vcipher(state_array, round_key); in testvcipher()
31 vector unsigned char testvcipherlast(vector unsigned char state_array, vector unsigned char round_k… in testvcipherlast() argument
32 return __vcipherlast(state_array, round_key); in testvcipherlast()
40 vector unsigned char testvncipher(vector unsigned char state_array, vector unsigned char round_key)… in testvncipher() argument
41 return __vncipher(state_array, round_key); in testvncipher()
49 vector unsigned char testvncipherlast(vector unsigned char state_array, vector unsigned char round_… in testvncipherlast() argument
50 return __vncipherlast(state_array, round_key); in testvncipherlast()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-ppc-xlcompat-cipher.c22 vector unsigned char testvcipher(vector unsigned char state_array, vector unsigned char round_key) { in testvcipher() argument
23 return __vcipher(state_array, round_key); in testvcipher()
31 vector unsigned char testvcipherlast(vector unsigned char state_array, vector unsigned char round_k… in testvcipherlast() argument
32 return __vcipherlast(state_array, round_key); in testvcipherlast()
40 vector unsigned char testvncipher(vector unsigned char state_array, vector unsigned char round_key)… in testvncipher() argument
41 return __vncipher(state_array, round_key); in testvncipher()
49 vector unsigned char testvncipherlast(vector unsigned char state_array, vector unsigned char round_… in testvncipherlast() argument
50 return __vncipherlast(state_array, round_key); in testvncipherlast()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-ppc-xlcompat-cipher.c22 vector unsigned char testvcipher(vector unsigned char state_array, vector unsigned char round_key) { in testvcipher() argument
23 return __vcipher(state_array, round_key); in testvcipher()
31 vector unsigned char testvcipherlast(vector unsigned char state_array, vector unsigned char round_k… in testvcipherlast() argument
32 return __vcipherlast(state_array, round_key); in testvcipherlast()
40 vector unsigned char testvncipher(vector unsigned char state_array, vector unsigned char round_key)… in testvncipher() argument
41 return __vncipher(state_array, round_key); in testvncipher()
49 vector unsigned char testvncipherlast(vector unsigned char state_array, vector unsigned char round_… in testvncipherlast() argument
50 return __vncipherlast(state_array, round_key); in testvncipherlast()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dbuiltins-ppc-xlcompat-cipher.c22 vector unsigned char testvcipher(vector unsigned char state_array, vector unsigned char round_key) { in testvcipher() argument
23 return __vcipher(state_array, round_key); in testvcipher()
31 vector unsigned char testvcipherlast(vector unsigned char state_array, vector unsigned char round_k… in testvcipherlast() argument
32 return __vcipherlast(state_array, round_key); in testvcipherlast()
40 vector unsigned char testvncipher(vector unsigned char state_array, vector unsigned char round_key)… in testvncipher() argument
41 return __vncipher(state_array, round_key); in testvncipher()
49 vector unsigned char testvncipherlast(vector unsigned char state_array, vector unsigned char round_… in testvncipherlast() argument
50 return __vncipherlast(state_array, round_key); in testvncipherlast()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-ppc-xlcompat-cipher.c22 vector unsigned char testvcipher(vector unsigned char state_array, vector unsigned char round_key) { in testvcipher() argument
23 return __vcipher(state_array, round_key); in testvcipher()
31 vector unsigned char testvcipherlast(vector unsigned char state_array, vector unsigned char round_k… in testvcipherlast() argument
32 return __vcipherlast(state_array, round_key); in testvcipherlast()
40 vector unsigned char testvncipher(vector unsigned char state_array, vector unsigned char round_key)… in testvncipher() argument
41 return __vncipher(state_array, round_key); in testvncipher()
49 vector unsigned char testvncipherlast(vector unsigned char state_array, vector unsigned char round_… in testvncipherlast() argument
50 return __vncipherlast(state_array, round_key); in testvncipherlast()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dbuiltins-ppc-xlcompat-cipher.c22 vector unsigned char testvcipher(vector unsigned char state_array, vector unsigned char round_key) { in testvcipher() argument
23 return __vcipher(state_array, round_key); in testvcipher()
31 vector unsigned char testvcipherlast(vector unsigned char state_array, vector unsigned char round_k… in testvcipherlast() argument
32 return __vcipherlast(state_array, round_key); in testvcipherlast()
40 vector unsigned char testvncipher(vector unsigned char state_array, vector unsigned char round_key)… in testvncipher() argument
41 return __vncipher(state_array, round_key); in testvncipher()
49 vector unsigned char testvncipherlast(vector unsigned char state_array, vector unsigned char round_… in testvncipherlast() argument
50 return __vncipherlast(state_array, round_key); in testvncipherlast()
/dports/accessibility/atk/atk-2.36.0/tests/
H A Dteststateset.c31 AtkStateType state_array[3]; in test_state_set() local
64 state_array[0] = ATK_STATE_ACTIVE; in test_state_set()
65 state_array[1] = ATK_STATE_VISIBLE; in test_state_set()
66 state_array[2] = ATK_STATE_BUSY; in test_state_set()
67 atk_state_set_add_states (state_set1, state_array, 3); in test_state_set()
111 b_val = atk_state_set_contains_states (state_set1, state_array, 3); in test_state_set()
118 b_val = atk_state_set_contains_states (state_set1, state_array, 2); in test_state_set()
125 state_array[0] = ATK_STATE_SINGLE_LINE; in test_state_set()
126 state_array[1] = ATK_STATE_VISIBLE; in test_state_set()
127 state_array[2] = ATK_STATE_VERTICAL; in test_state_set()
[all …]
/dports/net-mgmt/observium/observium/includes/entities/
H A Dstatus.inc.php29 $state_array = array('value' => FALSE);
38 $state_array['value'] = $state; // Numeric value
41 $state_array['mib'] = $mib;
53 $state_array['value'] = $state; // Numeric value
69 $state_array['mib'] = $mib; // MIB name
73 return $state_array;
322 $state = $state_array['value'];
328 else if ($state_array['event'] == 'exclude')
568 $status_poll['status_value'] = $state_array['value'];
569 $status_poll['status_name'] = $state_array['name'];
[all …]
/dports/x11/xlockmore/xlockmore-5.67/xscreensaver/
H A Dxlockmore.c252 if (xlmft->state_array) { in xlockmore_release_screens()
253 free(*xlmft->state_array); in xlockmore_release_screens()
254 *xlmft->state_array = NULL; in xlockmore_release_screens()
255 xlmft->state_array = NULL; in xlockmore_release_screens()
756 xlockmore_mi_init (ModeInfo *mi, size_t state_size, void **state_array) in xlockmore_mi_init() argument
764 assert ((!xlmft->state_array && !*state_array) || in xlockmore_mi_init()
765 xlmft->state_array == state_array); in xlockmore_mi_init()
766 xlmft->state_array = state_array; in xlockmore_mi_init()
768 if (!*xlmft->state_array) { in xlockmore_mi_init()
769 *xlmft->state_array = calloc (XLOCKMORE_NUM_SCREENS, state_size); in xlockmore_mi_init()
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dxlockmore.c254 if (xlmft->state_array) { in xlockmore_release_screens()
255 free(*xlmft->state_array); in xlockmore_release_screens()
256 *xlmft->state_array = NULL; in xlockmore_release_screens()
257 xlmft->state_array = NULL; in xlockmore_release_screens()
744 xlockmore_mi_init (ModeInfo *mi, size_t state_size, void **state_array) in xlockmore_mi_init() argument
752 assert ((!xlmft->state_array && !*state_array) || in xlockmore_mi_init()
753 xlmft->state_array == state_array); in xlockmore_mi_init()
754 xlmft->state_array = state_array; in xlockmore_mi_init()
756 if (!*xlmft->state_array) { in xlockmore_mi_init()
757 *xlmft->state_array = calloc (XLOCKMORE_NUM_SCREENS, state_size); in xlockmore_mi_init()
[all …]
/dports/math/R-cran-intervals/intervals/src/
H A DEndpoint.h17 static int state_array[2][2][2];
19 inline int state() const { return( state_array[query][left][closed] ); } in state()
48 Endpoint::state_array[i][j][k] = new_array[i][j][k]; in set_state_array()
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-stateset.c117 GArray *state_array; in refresh_states() local
124 …pi_dbus_call (set->accessible, atspi_interface_accessible, "GetState", NULL, "=>au", &state_array)) in refresh_states()
127 states = (dbus_uint32_t *) state_array->data; in refresh_states()
131 g_array_free (state_array, TRUE); in refresh_states()
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtk1extra.inc188 state_array: pguint;
200 @bytes_after, @state_array);
206 if (state_array[X] = _NET_WM_STATE_HIDDEN) then
208 XFree(state_array);
213 if state_array <> nil then
214 XFree(state_array);
242 state_array: pguint;
260 @bytes_after, gpointer(@state_array));
268 if (state_array[X] = _NET_WM_STATE_MAXIMIZED_VERT) then maximized_vert := True;
275 if state_array <> nil then
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtk1extra.inc188 state_array: pguint;
200 @bytes_after, @state_array);
206 if (state_array[X] = _NET_WM_STATE_HIDDEN) then
208 XFree(state_array);
213 if state_array <> nil then
214 XFree(state_array);
242 state_array: pguint;
260 @bytes_after, gpointer(@state_array));
268 if (state_array[X] = _NET_WM_STATE_MAXIMIZED_VERT) then maximized_vert := True;
275 if state_array <> nil then
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtk1extra.inc188 state_array: pguint;
200 @bytes_after, @state_array);
206 if (state_array[X] = _NET_WM_STATE_HIDDEN) then
208 XFree(state_array);
213 if state_array <> nil then
214 XFree(state_array);
242 state_array: pguint;
260 @bytes_after, gpointer(@state_array));
268 if (state_array[X] = _NET_WM_STATE_MAXIMIZED_VERT) then maximized_vert := True;
275 if state_array <> nil then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtk1extra.inc188 state_array: pguint;
200 @bytes_after, @state_array);
206 if (state_array[X] = _NET_WM_STATE_HIDDEN) then
208 XFree(state_array);
213 if state_array <> nil then
214 XFree(state_array);
242 state_array: pguint;
260 @bytes_after, gpointer(@state_array));
268 if (state_array[X] = _NET_WM_STATE_MAXIMIZED_VERT) then maximized_vert := True;
275 if state_array <> nil then
[all …]

123456