Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 25 of 13456) sorted by relevance

12345678910>>...539

/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/resources/solaris/prtdiag/
H A Dsample515 DRAM in use 0 RAM slot #0 RAM slot #0
16 DRAM in use 0 RAM slot #1 RAM slot #1
17 DRAM empty 0 RAM slot #2 RAM slot #2
18 DRAM empty 0 RAM slot #3 RAM slot #3
19 DRAM empty 0 RAM slot #4 RAM slot #4
20 DRAM empty 0 RAM slot #5 RAM slot #5
21 DRAM empty 0 RAM slot #6 RAM slot #6
22 DRAM empty 0 RAM slot #7 RAM slot #7
23 DRAM empty 0 RAM slot #8 RAM slot #8
24 DRAM empty 0 RAM slot #9 RAM slot #9
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrSlot64.h79 inline int GetTag(const PyrSlot* slot) { return slot->tag; } in GetTag() argument
82 inline bool IsObj(const PyrSlot* slot) { return slot->tag == tagObj; } in IsObj() argument
85 inline bool IsNil(const PyrSlot* slot) { return slot->tag == tagNil; } in IsNil() argument
141 slot->u.i = 0; in SetTrue()
145 slot->u.i = 0; in SetFalse()
149 slot->u.i = 0; in SetBool()
153 slot->u.i = 0; in SetNil()
189 inline void SetTagRaw(PyrSlot* slot, int tag) { slot->tag = tag; } in SetTagRaw() argument
222 assert(IsPtr(slot) || (slot->u.ptr == NULL && IsNil(slot))); in slotRawPtr()
242 inline PyrList* slotRawList(PyrSlot* slot) { return slot->u.ol; } in slotRawList() argument
[all …]
H A DPyrSlot32.h145 inline int GetTag(const PyrSlot* slot) { return slot->utag; } in GetTag() argument
180 (slot)->ui = 0; in SetTrue()
184 (slot)->ui = 0; in SetFalse()
188 (slot)->ui = 0; in SetBool()
192 (slot)->ui = 0; in SetNil()
233 slot->uc = val; in SetRawChar()
237 slot->ui = val; in SetRaw()
241 slot->ui = val; in SetRaw()
260 inline void SetTagRaw(PyrSlot* slot, int tag) { slot->utag = tag; } in SetTagRaw() argument
288 assert(IsPtr(slot) || (slot->s.u.ptr == NULL && IsNil(slot))); in slotRawPtr()
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-window-slot.c174 nemo_query_editor_set_location (slot->query_editor, slot->location); in update_query_editor()
202 slot->qe_changed_id = g_signal_connect (slot->query_editor, "changed", in nemo_window_slot_set_query_editor_visible()
205 slot->qe_cancel_id = g_signal_connect (slot->query_editor, "cancel", in nemo_window_slot_set_query_editor_visible()
233 pane = slot->pane; in real_active()
297 gtk_box_pack_start (GTK_BOX (slot), slot->view_overlay, TRUE, TRUE, 0); in nemo_window_slot_init()
383 slot->pane = NULL; in nemo_window_slot_dispose()
386 slot->title = NULL; in nemo_window_slot_dispose()
471 slot); in nemo_window_slot_make_hosting_pane_active()
695 status_data->slot = slot; in set_floating_bar_status()
905 slot->pane = pane; in nemo_window_slot_new()
[all …]
H A Dnemo-window-manage-views.c221 slot->back_list = g_list_prepend (slot->back_list, in handle_go_forward()
257 slot->back_list = g_list_prepend (slot->back_list, in handle_go_elsewhere()
328 if (slot == slot->pane->active_slot) { in viewed_file_changed_callback()
350 if (slot == slot->pane->active_slot) { in viewed_file_changed_callback()
765 slot = data->slot; in mount_not_mounted_callback()
832 data->slot = slot; in got_file_info_for_view_selection_callback()
996 nemo_window_pane_close_slot (slot->pane, slot); in got_file_info_for_view_selection_callback()
1404 slot = data->slot; in found_content_type_cb()
1523 data->slot = slot; in update_for_new_location()
1542 if (slot == slot->pane->active_slot) { in update_for_new_location()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dymf278b.c281 …d, DAMP = %d\n", slot->DL, slot->D1R, compute_rate(slot, slot->D1R), m_lut_dr[compute_rate(slot, s… in compute_envelope()
282 slot->env_vol_step = compute_decay_env_vol_step(slot, slot->D1R); in compute_envelope()
296 …nt vol = %d\n", slot->D2R, compute_rate(slot, slot->D2R), m_lut_dr[compute_rate(slot, slot->D2R)]*… in compute_envelope()
297 slot->env_vol_step = compute_decay_env_vol_step(slot, slot->D2R); in compute_envelope()
312 …VB = %d, DAMP = %d\n", slot->RR, compute_rate(slot, slot->RR), m_lut_dr[compute_rate(slot, slot->R… in compute_envelope()
313 slot->env_vol_step = compute_decay_env_vol_step(slot, slot->RR); in compute_envelope()
354 if (slot->stepptr >= slot->endaddr) in ymf278b_pcm_update()
356 slot->stepptr = slot->stepptr - slot->endaddr + slot->loopaddr; in ymf278b_pcm_update()
395 slot->stepptr += slot->step; in ymf278b_pcm_update()
398 slot->env_vol += slot->env_vol_step; in ymf278b_pcm_update()
[all …]
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-window-slot.c252 if (slot->location) in caja_window_slot_get_location_uri()
265 caja_window_set_active_slot (slot->pane->window, slot); in caja_window_slot_make_hosting_pane_active()
327 if (eel_strlen (slot->title) > 0 && slot->current_location_bookmark && in caja_window_slot_set_title()
381 if (slot != slot->pane->active_slot) in caja_window_slot_update_icon()
430 if (!slot) in caja_window_slot_is_in_active_pane()
486 caja_window_slot_disconnect_content_view (slot, slot->content_view); in caja_window_slot_set_content_view_widget()
607 CajaWindowSlot *slot; in real_slot_info_get_current_location() local
628 CajaWindowSlot *slot; in real_slot_info_get_current_view() local
647 CajaWindowSlot *slot; in caja_window_slot_dispose() local
692 slot->pane = NULL; in caja_window_slot_dispose()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
208 return slot; in MakeSingleTupleTableSlot()
230 pfree(slot); in ExecDropSingleTupleTableSlot()
375 return slot; in ExecStoreTuple()
420 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
501 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
679 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
742 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
753 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
208 return slot; in MakeSingleTupleTableSlot()
230 pfree(slot); in ExecDropSingleTupleTableSlot()
375 return slot; in ExecStoreTuple()
420 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
501 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
679 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
742 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
753 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
208 return slot; in MakeSingleTupleTableSlot()
230 pfree(slot); in ExecDropSingleTupleTableSlot()
375 return slot; in ExecStoreTuple()
420 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
501 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
679 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
742 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
753 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
208 return slot; in MakeSingleTupleTableSlot()
230 pfree(slot); in ExecDropSingleTupleTableSlot()
375 return slot; in ExecStoreTuple()
420 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
501 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
679 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
742 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
753 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
208 return slot; in MakeSingleTupleTableSlot()
230 pfree(slot); in ExecDropSingleTupleTableSlot()
375 return slot; in ExecStoreTuple()
420 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
501 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
679 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
742 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
753 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
208 return slot; in MakeSingleTupleTableSlot()
230 pfree(slot); in ExecDropSingleTupleTableSlot()
375 return slot; in ExecStoreTuple()
420 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
501 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
679 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
742 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
753 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
208 return slot; in MakeSingleTupleTableSlot()
230 pfree(slot); in ExecDropSingleTupleTableSlot()
375 return slot; in ExecStoreTuple()
420 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
501 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
679 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
742 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
753 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
205 return slot; in MakeSingleTupleTableSlot()
227 pfree(slot); in ExecDropSingleTupleTableSlot()
372 return slot; in ExecStoreTuple()
417 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
498 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
676 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
739 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
750 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
205 return slot; in MakeSingleTupleTableSlot()
227 pfree(slot); in ExecDropSingleTupleTableSlot()
372 return slot; in ExecStoreTuple()
417 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
498 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
676 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
739 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
750 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
205 return slot; in MakeSingleTupleTableSlot()
227 pfree(slot); in ExecDropSingleTupleTableSlot()
372 return slot; in ExecStoreTuple()
417 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
498 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
676 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
739 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
750 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
205 return slot; in MakeSingleTupleTableSlot()
227 pfree(slot); in ExecDropSingleTupleTableSlot()
372 return slot; in ExecStoreTuple()
417 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
498 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
676 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
739 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
750 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
205 return slot; in MakeSingleTupleTableSlot()
227 pfree(slot); in ExecDropSingleTupleTableSlot()
372 return slot; in ExecStoreTuple()
417 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
498 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
676 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
739 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
750 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
205 return slot; in MakeSingleTupleTableSlot()
227 pfree(slot); in ExecDropSingleTupleTableSlot()
372 return slot; in ExecStoreTuple()
417 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
498 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
676 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
739 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
750 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DexecTuples.c127 return slot; in MakeTupleTableSlot()
143 return slot; in ExecAllocTableSlot()
205 return slot; in MakeSingleTupleTableSlot()
227 pfree(slot); in ExecDropSingleTupleTableSlot()
372 return slot; in ExecStoreTuple()
417 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
498 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
676 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
739 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
750 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecTuples.c157 return slot; in MakeTupleTableSlot()
173 return slot; in ExecAllocTableSlot()
236 return slot; in MakeSingleTupleTableSlot()
261 pfree(slot); in ExecDropSingleTupleTableSlot()
408 return slot; in ExecStoreTuple()
453 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
534 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
732 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
795 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
806 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecTuples.c157 return slot; in MakeTupleTableSlot()
173 return slot; in ExecAllocTableSlot()
236 return slot; in MakeSingleTupleTableSlot()
261 pfree(slot); in ExecDropSingleTupleTableSlot()
408 return slot; in ExecStoreTuple()
453 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
534 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
732 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
795 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
806 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecTuples.c157 return slot; in MakeTupleTableSlot()
173 return slot; in ExecAllocTableSlot()
236 return slot; in MakeSingleTupleTableSlot()
261 pfree(slot); in ExecDropSingleTupleTableSlot()
408 return slot; in ExecStoreTuple()
453 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
534 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
732 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
795 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
806 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DexecTuples.c157 return slot; in MakeTupleTableSlot()
173 return slot; in ExecAllocTableSlot()
236 return slot; in MakeSingleTupleTableSlot()
261 pfree(slot); in ExecDropSingleTupleTableSlot()
408 return slot; in ExecStoreTuple()
453 slot->tts_tuple = &slot->tts_minhdr; in ExecStoreMinimalTuple()
534 slot->tts_nvalid = slot->tts_tupleDescriptor->natts; in ExecStoreVirtualTuple()
732 slot->tts_mintuple = ExecCopySlotMinimalTuple(slot); in ExecFetchSlotMinimalTuple()
795 if (slot->tts_tuple && slot->tts_shouldFree) in ExecMaterializeSlot()
806 slot->tts_tuple = ExecCopySlotTuple(slot); in ExecMaterializeSlot()
[all …]

12345678910>>...539