Home
last modified time | relevance | path

Searched refs:mstate (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/dports/graphics/aloadimage/arcan-0.6.1/data/scripts/builtin/
H A Dmouse.lua189 mstate.cursor_hook(mstate.cursor, x + mstate.x_ofs, y + mstate.y_ofs);
220 mstate.x = mstate.x < ul_x and ul_x or mstate.x;
221 mstate.y = mstate.y < ul_y and ul_y or mstate.y;
230 mstate.rel_x = (mstate.rel_x + mstate.x) < ul_x
232 mstate.rel_x = mstate.rel_x + mstate.x > lr_x
234 mstate.rel_y = mstate.rel_y + mstate.y < ul_y
236 mstate.rel_y = mstate.rel_y + mstate.y > lr_y
254 mstate.x = mstate.x < 0 and 0 or mstate.x;
255 mstate.y = mstate.y < 0 and 0 or mstate.y;
256 mstate.x = mstate.x > mstate.max_x and mstate.max_x - 1 or mstate.x;
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/data/scripts/builtin/
H A Dmouse.lua189 mstate.cursor_hook(mstate.cursor, x + mstate.x_ofs, y + mstate.y_ofs);
220 mstate.x = mstate.x < ul_x and ul_x or mstate.x;
221 mstate.y = mstate.y < ul_y and ul_y or mstate.y;
230 mstate.rel_x = (mstate.rel_x + mstate.x) < ul_x
232 mstate.rel_x = mstate.rel_x + mstate.x > lr_x
234 mstate.rel_y = mstate.rel_y + mstate.y < ul_y
236 mstate.rel_y = mstate.rel_y + mstate.y > lr_y
254 mstate.x = mstate.x < 0 and 0 or mstate.x;
255 mstate.y = mstate.y < 0 and 0 or mstate.y;
256 mstate.x = mstate.x > mstate.max_x and mstate.max_x - 1 or mstate.x;
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/data/scripts/builtin/
H A Dmouse.lua189 mstate.cursor_hook(mstate.cursor, x + mstate.x_ofs, y + mstate.y_ofs);
220 mstate.x = mstate.x < ul_x and ul_x or mstate.x;
221 mstate.y = mstate.y < ul_y and ul_y or mstate.y;
230 mstate.rel_x = (mstate.rel_x + mstate.x) < ul_x
232 mstate.rel_x = mstate.rel_x + mstate.x > lr_x
234 mstate.rel_y = mstate.rel_y + mstate.y < ul_y
236 mstate.rel_y = mstate.rel_y + mstate.y > lr_y
254 mstate.x = mstate.x < 0 and 0 or mstate.x;
255 mstate.y = mstate.y < 0 and 0 or mstate.y;
256 mstate.x = mstate.x > mstate.max_x and mstate.max_x - 1 or mstate.x;
[all …]
/dports/x11/aclip/arcan-0.6.1/data/scripts/builtin/
H A Dmouse.lua189 mstate.cursor_hook(mstate.cursor, x + mstate.x_ofs, y + mstate.y_ofs);
220 mstate.x = mstate.x < ul_x and ul_x or mstate.x;
221 mstate.y = mstate.y < ul_y and ul_y or mstate.y;
230 mstate.rel_x = (mstate.rel_x + mstate.x) < ul_x
232 mstate.rel_x = mstate.rel_x + mstate.x > lr_x
234 mstate.rel_y = mstate.rel_y + mstate.y < ul_y
236 mstate.rel_y = mstate.rel_y + mstate.y > lr_y
254 mstate.x = mstate.x < 0 and 0 or mstate.x;
255 mstate.y = mstate.y < 0 and 0 or mstate.y;
256 mstate.x = mstate.x > mstate.max_x and mstate.max_x - 1 or mstate.x;
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c218 mstate->hashtable = memoize_create(mstate->tableContext, size, mstate); in build_hash_table()
333 if (mstate->mem_used > mstate->stats.mem_peak) in cache_reduce_memory()
334 mstate->stats.mem_peak = mstate->mem_used; in cache_reduce_memory()
337 Assert(mstate->mem_used > mstate->mem_limit); in cache_reduce_memory()
388 if (mstate->mem_used <= mstate->mem_limit) in cache_reduce_memory()
463 if (mstate->mem_used > mstate->mem_limit) in cache_lookup()
546 if (mstate->mem_used > mstate->mem_limit) in cache_store_tuple()
570 mstate->entry = entry = memoize_lookup(mstate->hashtable, NULL); in cache_store_tuple()
867 mstate->tableslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
869 mstate->probeslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c218 mstate->hashtable = memoize_create(mstate->tableContext, size, mstate); in build_hash_table()
333 if (mstate->mem_used > mstate->stats.mem_peak) in cache_reduce_memory()
334 mstate->stats.mem_peak = mstate->mem_used; in cache_reduce_memory()
337 Assert(mstate->mem_used > mstate->mem_limit); in cache_reduce_memory()
388 if (mstate->mem_used <= mstate->mem_limit) in cache_reduce_memory()
463 if (mstate->mem_used > mstate->mem_limit) in cache_lookup()
546 if (mstate->mem_used > mstate->mem_limit) in cache_store_tuple()
570 mstate->entry = entry = memoize_lookup(mstate->hashtable, NULL); in cache_store_tuple()
867 mstate->tableslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
869 mstate->probeslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c218 mstate->hashtable = memoize_create(mstate->tableContext, size, mstate); in build_hash_table()
333 if (mstate->mem_used > mstate->stats.mem_peak) in cache_reduce_memory()
334 mstate->stats.mem_peak = mstate->mem_used; in cache_reduce_memory()
337 Assert(mstate->mem_used > mstate->mem_limit); in cache_reduce_memory()
388 if (mstate->mem_used <= mstate->mem_limit) in cache_reduce_memory()
463 if (mstate->mem_used > mstate->mem_limit) in cache_lookup()
546 if (mstate->mem_used > mstate->mem_limit) in cache_store_tuple()
570 mstate->entry = entry = memoize_lookup(mstate->hashtable, NULL); in cache_store_tuple()
867 mstate->tableslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
869 mstate->probeslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c218 mstate->hashtable = memoize_create(mstate->tableContext, size, mstate); in build_hash_table()
333 if (mstate->mem_used > mstate->stats.mem_peak) in cache_reduce_memory()
334 mstate->stats.mem_peak = mstate->mem_used; in cache_reduce_memory()
337 Assert(mstate->mem_used > mstate->mem_limit); in cache_reduce_memory()
388 if (mstate->mem_used <= mstate->mem_limit) in cache_reduce_memory()
463 if (mstate->mem_used > mstate->mem_limit) in cache_lookup()
546 if (mstate->mem_used > mstate->mem_limit) in cache_store_tuple()
570 mstate->entry = entry = memoize_lookup(mstate->hashtable, NULL); in cache_store_tuple()
867 mstate->tableslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
869 mstate->probeslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c218 mstate->hashtable = memoize_create(mstate->tableContext, size, mstate); in build_hash_table()
333 if (mstate->mem_used > mstate->stats.mem_peak) in cache_reduce_memory()
334 mstate->stats.mem_peak = mstate->mem_used; in cache_reduce_memory()
337 Assert(mstate->mem_used > mstate->mem_limit); in cache_reduce_memory()
388 if (mstate->mem_used <= mstate->mem_limit) in cache_reduce_memory()
463 if (mstate->mem_used > mstate->mem_limit) in cache_lookup()
546 if (mstate->mem_used > mstate->mem_limit) in cache_store_tuple()
570 mstate->entry = entry = memoize_lookup(mstate->hashtable, NULL); in cache_store_tuple()
867 mstate->tableslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
869 mstate->probeslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c218 mstate->hashtable = memoize_create(mstate->tableContext, size, mstate);
333 if (mstate->mem_used > mstate->stats.mem_peak)
334 mstate->stats.mem_peak = mstate->mem_used;
337 Assert(mstate->mem_used > mstate->mem_limit);
388 if (mstate->mem_used <= mstate->mem_limit)
463 if (mstate->mem_used > mstate->mem_limit)
546 if (mstate->mem_used > mstate->mem_limit)
570 mstate->entry = entry = memoize_lookup(mstate->hashtable, NULL);
867 mstate->tableslot = MakeSingleTupleTableSlot(mstate->hashkeydesc,
869 mstate->probeslot = MakeSingleTupleTableSlot(mstate->hashkeydesc,
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeMemoize.c218 mstate->hashtable = memoize_create(mstate->tableContext, size, mstate); in build_hash_table()
333 if (mstate->mem_used > mstate->stats.mem_peak) in cache_reduce_memory()
334 mstate->stats.mem_peak = mstate->mem_used; in cache_reduce_memory()
337 Assert(mstate->mem_used > mstate->mem_limit); in cache_reduce_memory()
388 if (mstate->mem_used <= mstate->mem_limit) in cache_reduce_memory()
463 if (mstate->mem_used > mstate->mem_limit) in cache_lookup()
546 if (mstate->mem_used > mstate->mem_limit) in cache_store_tuple()
570 mstate->entry = entry = memoize_lookup(mstate->hashtable, NULL); in cache_store_tuple()
867 mstate->tableslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
869 mstate->probeslot = MakeSingleTupleTableSlot(mstate->hashkeydesc, in ExecInitMemoize()
[all …]
/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Daggregate.c154 mstate->d.float4_values = palloc(mstate->alen * sizeof(float4)); in accumFloat4()
160 if (mstate->nelems >= mstate->alen) in accumFloat4()
165 mstate->nextlen += mstate->alen; in accumFloat4()
167 mstate->d.float4_values = repalloc(mstate->d.float4_values, in accumFloat4()
173 mstate->d.float4_values[mstate->nelems++] = value; in accumFloat4()
175 return mstate; in accumFloat4()
197 if (mstate->nelems >= mstate->alen) in accumFloat8()
202 mstate->nextlen += mstate->alen; in accumFloat8()
204 mstate->d.float8_values = repalloc(mstate->d.float8_values, in accumFloat8()
210 mstate->d.float8_values[mstate->nelems++] = value; in accumFloat8()
[all …]
/dports/dns/unbound/unbound-1.14.0/services/
H A Dmesh.c794 memset(mstate, 0, sizeof(*mstate)); in mesh_state_create()
797 mstate->node.key = mstate; in mesh_state_create()
798 mstate->run_node.key = mstate; in mesh_state_create()
835 mstate->s.mesh_info = mstate; in mesh_state_create()
866 mstate->unique = mstate; in mesh_state_make_unique()
934 if(!mstate->reply_list && !mstate->cb_list in mesh_state_delete()
939 if(mstate->reply_list || mstate->cb_list) { in mesh_state_delete()
1366 if((mstate->reply_list || mstate->cb_list) in mesh_query_done()
1668 (&mstate->s, mstate->s.curmod); in mesh_continue()
1732 (&mstate->s, ev, mstate->s.curmod, e); in mesh_run()
[all …]
/dports/net/dante/dante-1.4.3/sockd/
H A Dsession.c135 (unsigned long)shmem->mstate.number,
159 shmem->mstate.shmid,
171 (unsigned long)shmem->mstate.shmid);
202 keystate_closemap(shmem->mstate.shmid,
277 ss->mstate.shmid,
294 socks_unlock(lock, (off_t)ss->mstate.shmid, 1);
359 SASSERTX(shmem->mstate.clients <= ss->max);
363 (unsigned long)shmem->mstate.shmid,
364 (unsigned long)shmem->mstate.clients,
405 shmem->mstate.shmid,
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/windows/
H A Dmouse_win32.cpp32 static DIMOUSESTATE2 mstate; ///< Polled state. variable
110 HRESULT hr = didMouse->GetDeviceState(sizeof(mstate), &mstate); in Mouse_Win32_Poll()
126 memset(&mstate, 0, sizeof(mstate)); in Mouse_Win32_Poll()
156 state->axis[IMA_POINTER].x = (int) mstate.lX; in Mouse_Win32_GetState()
157 state->axis[IMA_POINTER].y = (int) mstate.lY; in Mouse_Win32_GetState()
161 mstate.lX = 0; in Mouse_Win32_GetState()
162 mstate.lY = 0; in Mouse_Win32_GetState()
182 if(mstate.lZ == 0) in Mouse_Win32_GetState()
193 if(mstate.lZ > 0 && !(oldZ > 0)) in Mouse_Win32_GetState()
199 else if(mstate.lZ < 0 && !(oldZ < 0)) in Mouse_Win32_GetState()
[all …]
/dports/textproc/modlogan/modlogan-0.8.13/src/output/template/
H A Dpictures.h36 char *create_pic_31_day(mconfig *conf, mstate *state);
37 char *create_pic_24_hour(mconfig *conf, mstate *state);
38 char *create_pic_countries(mconfig *conf, mstate *state);
39 char *create_pic_countries_visits(mconfig *conf, mstate *state);
40 char *create_pic_vpl(mconfig *ext_conf, mstate *state);
41 char *create_pic_vd(mconfig *ext_conf, mstate *state);
42 char *create_pic_ext(mconfig *ext_conf, mstate *state);
43 char *create_pic_ext_traffic(mconfig *ext_conf, mstate *state);
44 char *create_pic_status(mconfig *ext_conf, mstate *state);
45 char *create_pic_vhost(mconfig *ext_conf, mstate *state);
/dports/net/samba412/samba-4.12.15/examples/fuse/
H A Dclifuse.c139 state->mstate = mstate; in cli_ll_create()
154 mstate->ev, in cli_ll_create()
672 state->mstate = mstate; in cli_ll_lookup()
758 state->mstate = mstate; in cli_ll_getattr()
825 state->mstate = mstate; in cli_ll_open()
846 mstate->ev, in cli_ll_open()
919 state->mstate = mstate; in cli_ll_release()
984 state->mstate = mstate; in cli_ll_read()
1048 state->mstate = mstate; in cli_ll_write()
1145 state->mstate = mstate; in cli_ll_opendir()
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dmulti.c36 c->mstate.commands = NULL; in initClientMultiState()
37 c->mstate.count = 0; in initClientMultiState()
38 c->mstate.cmd_flags = 0; in initClientMultiState()
39 c->mstate.cmd_inv_flags = 0; in initClientMultiState()
40 c->mstate.argv_len_sums = 0; in initClientMultiState()
55 zfree(c->mstate.commands); in freeClientMultiState()
69 c->mstate.commands = zrealloc(c->mstate.commands, in queueMultiCommand()
71 mc = c->mstate.commands+c->mstate.count; in queueMultiCommand()
77 c->mstate.count++; in queueMultiCommand()
78 c->mstate.cmd_flags |= c->cmd->flags; in queueMultiCommand()
[all …]
/dports/databases/redis5/redis-5.0.14/src/
H A Dmulti.c36 c->mstate.commands = NULL; in initClientMultiState()
37 c->mstate.count = 0; in initClientMultiState()
38 c->mstate.cmd_flags = 0; in initClientMultiState()
45 for (j = 0; j < c->mstate.count; j++) { in freeClientMultiState()
47 multiCmd *mc = c->mstate.commands+j; in freeClientMultiState()
53 zfree(c->mstate.commands); in freeClientMultiState()
61 c->mstate.commands = zrealloc(c->mstate.commands, in queueMultiCommand()
63 mc = c->mstate.commands+c->mstate.count; in queueMultiCommand()
70 c->mstate.count++; in queueMultiCommand()
71 c->mstate.cmd_flags |= c->cmd->flags; in queueMultiCommand()
[all …]
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DSetStatus.pm43 $mreplies, $musername, $micon, $mstate
45 chomp $mstate;
47 if ( $mstate !~ /0/sm ) { $mstate .= '0'; }
49 if ( $mstate =~ /$status/xsm ) {
50 $mstate =~ s/$status//igxsm;
62 $mstate .= $status;
65 $thisstatus = $mstate;
68 "$mnum|$msub|$mname|$memail|$mdate|$mreplies|$musername|$micon|$mstate\n";
/dports/databases/redis6/redis-6.0.16/src/
H A Dmulti.c36 c->mstate.commands = NULL; in initClientMultiState()
37 c->mstate.count = 0; in initClientMultiState()
38 c->mstate.cmd_flags = 0; in initClientMultiState()
39 c->mstate.cmd_inv_flags = 0; in initClientMultiState()
46 for (j = 0; j < c->mstate.count; j++) { in freeClientMultiState()
54 zfree(c->mstate.commands); in freeClientMultiState()
69 c->mstate.commands = zrealloc(c->mstate.commands, in queueMultiCommand()
71 mc = c->mstate.commands+c->mstate.count; in queueMultiCommand()
78 c->mstate.count++; in queueMultiCommand()
79 c->mstate.cmd_flags |= c->cmd->flags; in queueMultiCommand()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/module_helper/tasks/
H A Dmstate.yml4 - name: test mstate 1
5 mstate:
21 - name: test mstate 2
22 mstate:
37 - name: test mstate 3
38 mstate:
52 - name: test mstate 4
53 mstate:
67 - name: test mstate 5
68 mstate:
/dports/textproc/modlogan/modlogan-0.8.13/src/output/modlogan/
H A Dpictures.h36 char *mplugin_modlogan_create_pic_31_day(mconfig *conf, mstate *state);
37 char *mplugin_modlogan_create_pic_24_hour(mconfig *conf, mstate *state);
38 char *mplugin_modlogan_create_pic_countries(mconfig *conf, mstate *state);
39 char *mplugin_modlogan_create_pic_vpl(mconfig *ext_conf, mstate *state);
40 char *mplugin_modlogan_create_pic_vd(mconfig *ext_conf, mstate *state);
41 char *mplugin_modlogan_create_pic_ext(mconfig *ext_conf, mstate *state);
42 char *mplugin_modlogan_create_pic_status(mconfig *ext_conf, mstate *state);
43 char *mplugin_modlogan_create_pic_vhost(mconfig *ext_conf, mstate *state);
/dports/www/erlang-hackney/hackney-1.8.6/src/
H A Dhackney_manager.erl47 -record(mstate, {pids=dict:new(), record
294 {ok, #mstate{pids=dict:new(),
411 {noreply, State#mstate{pids=Pids2}};
424 {noreply, State#mstate{pids=Pids2}}
475 {ok, Pid, State#mstate{pids=Pids2}};
502 {noreply, State#mstate{pids=Pids1}};
527 {noreply, State#mstate{pids=Pids2}}
537 {noreply, State#mstate{pids=Pids1}};
550 {noreply, State#mstate{pids=Pids1}};
565 {noreply, State#mstate{pids=Pids2}}
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/riscv/
H A Dshakti_c.c44 static void shakti_c_machine_state_init(MachineState *mstate) in shakti_c_machine_state_init() argument
46 ShaktiCMachineState *sms = RISCV_SHAKTI_MACHINE(mstate); in shakti_c_machine_state_init()
50 if (strcmp(mstate->cpu_type, TYPE_RISCV_CPU_SHAKTI_C) != 0) { in shakti_c_machine_state_init()
56 object_initialize_child(OBJECT(mstate), "soc", &sms->soc, in shakti_c_machine_state_init()
63 mstate->ram); in shakti_c_machine_state_init()
66 riscv_setup_rom_reset_vec(mstate, &sms->soc.cpus, in shakti_c_machine_state_init()
71 if (mstate->firmware) { in shakti_c_machine_state_init()
72 riscv_load_firmware(mstate->firmware, in shakti_c_machine_state_init()

12345678910>>...33