Home
last modified time | relevance | path

Searched +defs:history +defs:length (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscmemos.cpp41 sc_int length; member
56 sc_int length; member
147 sc_historyref_t history; in memo_destroy() local
345 sc_historyref_t history; in memo_save_command() local
346 sc_int length; in memo_save_command() local
392 sc_historyref_t history; in memo_unsave_command() local
429 sc_historyref_t history; in memo_first_command() local
458 sc_historyref_t history; in memo_next_command() local
488 sc_historyref_t history; in memo_more_commands() local
528 sc_historyref_t history; in memo_find_command() local
[all …]
/dports/games/scare/scare-1.3.10/source/
H A Dscmemos.c46 sc_int length; member
61 sc_int length; member
161 sc_historyref_t history; in memo_destroy() local
378 sc_historyref_t history; in memo_save_command() local
379 sc_int length; in memo_save_command() local
429 sc_historyref_t history; in memo_unsave_command() local
470 sc_historyref_t history; in memo_first_command() local
503 sc_historyref_t history; in memo_next_command() local
537 sc_historyref_t history; in memo_more_commands() local
580 sc_historyref_t history; in memo_find_command() local
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dhistory.h262 #define SCIPhistoryGetPseudocost(history,solvaldelta) \ argument
267 #define SCIPhistoryGetPseudocostVariance(history, dir) \ argument
271 #define SCIPhistoryGetPseudocostCount(history,dir) ((history)->pscostcount[dir]) argument
273 #define SCIPhistoryIncVSIDS(history,dir,weight) (history)->vsids[dir] += (weight) argument
274 #define SCIPhistoryScaleVSIDS(history,scalar) { (history)->vsids[0] *= (scalar); \ argument
276 #define SCIPhistoryIncNActiveConflicts(history,dir,length) { (history)->nactiveconflicts[dir]++; \ argument
285 #define SCIPhistoryGetNBranchings(history,dir) ((history)->nbranchings[dir]) argument
286 #define SCIPhistoryGetInferenceSum(history,dir) ((history)->inferencesum[dir]) argument
293 #define SCIPhistoryIsRatioValid(history) ((history)->ratiovalid) argument
294 #define SCIPhistoryGetLastRatio(history) ((history)->ratio) argument
[all …]
H A Dhistory.c70 SCIP_HISTORY* history /**< branching and inference history */ in SCIPhistoryReset()
102 SCIP_HISTORY* history, /**< branching and inference history */ in SCIPhistoryUnite()
163 SCIP_HISTORY* history, /**< branching and inference history */ in SCIPhistoryUpdatePseudocost()
431 SCIP_HISTORY* history, /**< branching and inference history */ in SCIPhistoryGetPseudocost()
445 SCIP_HISTORY* history, /**< branching and inference history */ in SCIPhistoryGetPseudocostVariance()
469 SCIP_HISTORY* history, /**< branching and inference history */ in SCIPhistoryGetPseudocostCount()
482 SCIP_HISTORY* history, /**< branching and inference history */ in SCIPhistoryIsPseudocostEmpty()
495 SCIP_HISTORY* history, /**< branching and inference history */ in SCIPhistoryIncVSIDS()
509 SCIP_HISTORY* history, /**< branching and inference history */ in SCIPhistoryScaleVSIDS()
521 SCIP_HISTORY* history, /**< branching and inference history */ in SCIPhistoryGetVSIDS()
[all …]
/dports/sysutils/upower/upower-0.99.13/src/
H A Dup-history.c121 guint length; in up_history_array_limit_resolution() local
500 guint length; in up_history_array_from_file() local
547 up_history_save_data (UpHistory *history) in up_history_save_data()
592 up_history_schedule_save_cb (UpHistory *history) in up_history_schedule_save_cb()
603 up_history_is_low_power (UpHistory *history) in up_history_is_low_power()
605 guint length; in up_history_is_low_power() local
634 up_history_schedule_save (UpHistory *history) in up_history_schedule_save()
664 up_history_load_data (UpHistory *history) in up_history_load_data()
706 up_history_set_id (UpHistory *history, const gchar *id) in up_history_set_id()
882 up_history_init (UpHistory *history) in up_history_init()
[all …]
/dports/multimedia/xfce4-parole/parole-4.16.0/src/common/
H A Dparole-rc-utils.c54 gchar *history = NULL; in parole_get_history_full() local
56 gsize length = 0; in parole_get_history_full() local
79 gchar *history = NULL; in parole_insert_line_history_full() local
99 gchar *history = NULL; in parole_clear_history_file_full() local
/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/osx/
H A Ddebugcommandhistory.h16 NSInteger length, position; variable
18 NSMutableArray *history; variable
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/osx/
H A Ddebugcommandhistory.h16 NSInteger length, position; variable
18 NSMutableArray *history; variable
/dports/x11-toolkits/girara/girara-0.3.6/girara/
H A Dinput-history.c11 girara_list_t* history; /**< List of stored inputs */ member
69 girara_input_history_init(GiraraInputHistory* history) in girara_input_history_init()
153 ih_append(GiraraInputHistory* history, const char* input) in ih_append()
181 ih_list(GiraraInputHistory* history) in ih_list()
197 size_t length = girara_list_size(list); in find_next() local
256 ih_next(GiraraInputHistory* history, const char* current_input) in ih_next()
262 ih_previous(GiraraInputHistory* history, const char* current_input) in ih_previous()
268 ih_reset(GiraraInputHistory* history) in ih_reset()
293 girara_input_history_append(GiraraInputHistory* history, const char* input) in girara_input_history_append()
300 girara_input_history_list(GiraraInputHistory* history) in girara_input_history_list()
[all …]
/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstSoundRenderer.hpp59 uint length; member
110 History history; member in Nes::Core::Sound::Buffer
127 History& history; member in Nes::Core::Sound::Buffer::Renderer
151 History& history; member in Nes::Core::Sound::Buffer::Renderer
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstSoundRenderer.hpp59 uint length; member
110 History history; member in Nes::Core::Sound::Buffer
127 History& history; member in Nes::Core::Sound::Buffer::Renderer
151 History& history; member in Nes::Core::Sound::Buffer::Renderer
/dports/www/elinks/elinks-0.11.7/src/bfu/
H A Dinphist.c61 do_tab_compl(struct dialog_data *dlg_data, struct list_head *history) in do_tab_compl()
107 do_tab_compl_unambiguous(struct dialog_data *dlg_data, struct list_head *history) in do_tab_compl_unambiguous()
182 do_tab_compl_file(struct dialog_data *dlg_data, struct list_head *history) in do_tab_compl_file()
196 check_duplicate_entries(struct input_history *history, unsigned char *data) in check_duplicate_entries()
228 add_to_input_history(struct input_history *history, unsigned char *data, in add_to_input_history()
232 int length; in add_to_input_history() local
275 load_input_history(struct input_history *history, unsigned char *filename) in load_input_history()
309 save_input_history(struct input_history *history, unsigned char *filename) in save_input_history()
/dports/security/fizz/fizz-2021.12.27.00/fizz/server/test/
H A DSlidingBloomReplayCacheTest.cpp26 size_t length = Random::rand64(minimum, maximum + 1); in generateRandomString() local
46 std::vector<std::string> history(numTries); in TEST() local
60 std::vector<std::string> history(numTries); in TEST() local
80 std::vector<std::string> history(numTries); in TEST() local
110 std::vector<std::string> history(numTries); in TEST() local
/dports/comms/inspectrum/inspectrum-d6115cb458068fa64c7bbd9020bcbab3373fee0e/
H A Dsamplebuffer.cpp37 std::unique_ptr<Tout[]> SampleBuffer<Tin, Tout>::getSamples(size_t start, size_t length) in getSamples()
40 auto history = std::min(start, (size_t)256); in getSamples() local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/swarm/
H A Dglbopt_history.F34 INTEGER :: length = 0 component
57 SUBROUTINE history_init(history, history_section, iw) argument
58 TYPE(history_type), INTENT(INOUT) :: history local
152 TYPE(history_type), INTENT(IN) :: history local
184 SUBROUTINE history_add(history, fingerprint, id) argument
185 TYPE(history_type), INTENT(INOUT) :: history local
241 SUBROUTINE history_lookup(history, fingerprint, found, id) argument
242 TYPE(history_type), INTENT(IN) :: history local
299 TYPE(history_type), INTENT(IN) :: history local
337 TYPE(history_type), INTENT(IN) :: history local
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/swarm/
H A Dglbopt_history.F34 INTEGER :: length = 0 component
57 SUBROUTINE history_init(history, history_section, iw) argument
58 TYPE(history_type), INTENT(INOUT) :: history local
152 TYPE(history_type), INTENT(IN) :: history local
184 SUBROUTINE history_add(history, fingerprint, id) argument
185 TYPE(history_type), INTENT(INOUT) :: history local
241 SUBROUTINE history_lookup(history, fingerprint, found, id) argument
242 TYPE(history_type), INTENT(IN) :: history local
299 TYPE(history_type), INTENT(IN) :: history local
337 TYPE(history_type), INTENT(IN) :: history local
[all …]
/dports/editors/textadept/cdk-5.0-20200923/demos/
H A Dcommand.c50 struct history_st history; in main() local
217 struct history_st *history = (struct history_st *)clientData; in historyUpCB() local
243 struct history_st *history = (struct history_st *)clientData; in historyDownCB() local
329 struct history_st *history = (struct history_st *)clientData; in listHistoryCB() local
414 int length = 0; in uc() local
/dports/devel/cdk/cdk-5.0-20161210/demos/
H A Dcommand.c50 struct history_st history; in main() local
217 struct history_st *history = (struct history_st *)clientData; in historyUpCB() local
243 struct history_st *history = (struct history_st *)clientData; in historyDownCB() local
329 struct history_st *history = (struct history_st *)clientData; in listHistoryCB() local
414 int length = 0; in uc() local
/dports/audio/spiralloops/SpiralLoops-2.0.0/SpiralSound/
H A Diir_filter.h41 unsigned int length; /* size of filter */ variable
42 float *history; /* pointer to history in filter */ variable
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/FilterPlugin/
H A Diir_filter.h41 unsigned int length; /* size of filter */ variable
42 float *history; /* pointer to history in filter */ variable
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/DiskWriterPlugin/
H A DDiskWriterPluginGUI.C41 m_32bits->labelsize(10);
42 m_32bits->callback((Fl_Callback*)cb_32bits, this);
/dports/science/chemtool-devel/chemtool-1.7alpha15/
H A Dundo.c117 unsigned length; member
204 UNDO_HISTORY *history; member
775 undo_memory_delete_block (UNDO_BLOCK ** block_list, unsigned *length, in undo_memory_delete_block()
934 size_t * pos, void *data, size_t length) in undo_memory_stream_write()
1024 UNDO_HISTORY *history; in undo_history_new() local
1034 undo_history_destroy (UNDO_HISTORY * history) in undo_history_destroy()
1077 undo_history_undo (UNDO_HISTORY * history) in undo_history_undo()
1093 undo_history_redo (UNDO_HISTORY * history) in undo_history_redo()
1109 undo_history_undo_count (UNDO_HISTORY * history) in undo_history_undo_count()
1157 UNDO_HISTORY *history; in undo_history_stream_read() local
[all …]
/dports/science/chemtool/chemtool-1.6.14/
H A Dundo.c117 unsigned length; member
204 UNDO_HISTORY *history; member
775 undo_memory_delete_block (UNDO_BLOCK ** block_list, unsigned *length, in undo_memory_delete_block()
934 size_t * pos, void *data, size_t length) in undo_memory_stream_write()
1024 UNDO_HISTORY *history; in undo_history_new() local
1034 undo_history_destroy (UNDO_HISTORY * history) in undo_history_destroy()
1077 undo_history_undo (UNDO_HISTORY * history) in undo_history_undo()
1093 undo_history_redo (UNDO_HISTORY * history) in undo_history_redo()
1109 undo_history_undo_count (UNDO_HISTORY * history) in undo_history_undo_count()
1157 UNDO_HISTORY *history; in undo_history_stream_read() local
[all …]
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dclog.c46 long length; /* number of characters in identifier */ member
122 HistoryInfo *history= file->history; in CLupdate() local
151 HistoryInfo *history= file->history; in DumpClogFile() local
169 HistoryInfo *history= file->history; in FreeClogFile() local
190 HistoryInfo *history= file->history; in ZapClogFile() local
235 HistoryInfo *history= file->history; in CLclose() local
296 HistoryInfo *history= file->history; in OpenWorker() local
314 HistoryInfo *history= file->history; in CLgetName() local
621 static int CLdimension(CLbuffer *clBuffer, long *length, in CLdimension()
657 long origin, length; in CLdims() local
[all …]
/dports/audio/ncmpc/ncmpc-0.41/src/
H A Dwreadln.cxx128 size_t length = strlen(data); in screen_to_bytes() local
229 size_t length = 1; in InsertByte() local
266 size_t length = CharSizeMB(value.data() + x, value.length() - x); in DeleteChar() local
276 History *history, in _wreadln()
491 History *history, in wreadln()

12345678910>>...21