Home
last modified time | relevance | path

Searched defs:working (Results 1 – 25 of 983) sorted by relevance

12345678910>>...40

/dports/net/kamailio/kamailio-5.4.5/src/modules/p_usrloc/
H A Dul_db_tran.c36 int ul_db_tran_start(ul_db_handle_t * handle, int working[]) { in ul_db_tran_start()
75 int ul_db_tran_commit(ul_db_handle_t * handle, int working[]) { in ul_db_tran_commit()
106 int ul_db_tran_rollback(ul_db_handle_t * handle, int working[]) { in ul_db_tran_rollback()
213 int get_working_sum(int working[], int no) { in get_working_sum()
/dports/devel/py-asciimatics/asciimatics-1.13.0/doc/source/
H A Dtroubleshooting.rst120 Curses systems
134 Windows
209 Curses systems
226 Windows
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dmus2mid.c157 byte working = midi_presskey | channel; in WritePressKey() local
192 byte working = midi_releasekey | channel; in WriteReleaseKey() local
227 byte working = midi_pitchwheel | channel; in WritePitchWheel() local
261 byte working = midi_changepatch | channel; in WriteChangePatch() local
292 byte working = midi_changecontroller | channel; in WriteChangeController_Valued() local
457 byte working; in mus2mid() local
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dinfo.py83 def gather_location_info(repository=None, branch=None, working=None, argument
194 working=None, outfile=None): argument
212 def _show_locking_info(repository=None, branch=None, working=None, argument
253 def _show_missing_revisions_working(working, outfile): argument
273 def _show_working_stats(working, outfile): argument
392 def show_component_info(control, repository, branch=None, working=None, argument
/dports/games/odamex/odamex-src-0.7.0/client/sdl/
H A Dmus2midi.cpp171 BYTE working = midi_presskey | channel; in midi_writepresskey() local
206 BYTE working = midi_releasekey | channel; in midi_writereleasekey() local
241 BYTE working = midi_pitchwheel | channel; in midi_writepitchwheel() local
275 BYTE working = midi_changepatch | channel; in midi_writechangepatch() local
307 BYTE working = midi_changecontroller | channel; in midi_writechangecontroller_valued() local
409 BYTE working; in mus2mid() local
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dmus2mid.c161 byte working = midi_presskey | channel; in WritePressKey() local
196 byte working = midi_releasekey | channel; in WriteReleaseKey() local
231 byte working = midi_pitchwheel | channel; in WritePitchWheel() local
265 byte working = midi_changepatch | channel; in WriteChangePatch() local
296 byte working = midi_changecontroller | channel; in WriteChangeController_Valued() local
461 byte working; in mus2mid() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/fuzzing/
H A Dfuzzing.cpp165 Vec working(data, data + size); in sort() local
180 StableVec working = input; in stable_sort() local
198 Vec working(data, data + size); in partition() local
252 StableVec working = input; in stable_partition() local
269 Vec working(data + 1, data + size); in nth_element() local
297 Vec working(data + 1, data + size); in partial_sort() local
372 Vec working(data, data + size); in unique() local
411 Vec working(data, data + size); in unique_copy() local
505 Vec working(data, data + size); in make_heap() local
518 Vec working(data, data + size); in push_heap() local
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/web/doc/
H A Dmodule.rst435 .. [#DOM-building] they are not alternative solutions: they work very
441 .. _javascript module:
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dmus2mid.c161 byte working = midi_presskey | channel; in WritePressKey() local
196 byte working = midi_releasekey | channel; in WriteReleaseKey() local
231 byte working = midi_pitchwheel | channel; in WritePitchWheel() local
265 byte working = midi_changepatch | channel; in WriteChangePatch() local
296 byte working = midi_changecontroller | channel; in WriteChangeController_Valued() local
467 byte working; in mus2mid() local
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dmus2mid.c161 byte working = midi_presskey | channel; in WritePressKey() local
196 byte working = midi_releasekey | channel; in WriteReleaseKey() local
231 byte working = midi_pitchwheel | channel; in WritePitchWheel() local
265 byte working = midi_changepatch | channel; in WriteChangePatch() local
296 byte working = midi_changecontroller | channel; in WriteChangeController_Valued() local
467 byte working; in mus2mid() local
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dlabelparser.cpp342 Chunk *working = new Chunk(*tail, Chunk::None, true, true); in parseOutChar() local
402 Chunk *working = new Chunk(*tail, Chunk::None, true, true); in parseOutChar() local
419 Chunk *working = new Chunk(*tail, Chunk::None, true, true); in parseOutChar() local
431 Chunk *working = new Chunk(*tail, Chunk::None, true, true); in parseOutChar() local
483 Chunk *working = new Chunk(*tail, Chunk::None, true, true); in parseOutChar() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/test/java/org/apache/hadoop/mapred/
H A DTestLocalDistributedCacheManager.java125 Path working = new Path("mock://test-nn1/user/me/"); in testDownload() local
188 Path working = new Path("mock://test-nn1/user/me/"); in testEmptyDownload() local
232 Path working = new Path("mock://test-nn1/user/me/"); in testDuplicateDownload() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/fuzzing/
H A Dfuzzing.cpp175 Vec working(data, data + size); in sort() local
190 StableVec working = input; in stable_sort() local
208 Vec working(data, data + size); in partition() local
262 StableVec working = input; in stable_partition() local
279 Vec working(data + 1, data + size); in nth_element() local
307 Vec working(data + 1, data + size); in partial_sort() local
382 Vec working(data, data + size); in unique() local
421 Vec working(data, data + size); in unique_copy() local
521 Vec working(data, data + size); in make_heap() local
534 Vec working(data, data + size); in push_heap() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/fuzzing/
H A Dfuzzing.cpp175 Vec working(data, data + size); in sort() local
190 StableVec working = input; in stable_sort() local
208 Vec working(data, data + size); in partition() local
262 StableVec working = input; in stable_partition() local
279 Vec working(data + 1, data + size); in nth_element() local
307 Vec working(data + 1, data + size); in partial_sort() local
382 Vec working(data, data + size); in unique() local
421 Vec working(data, data + size); in unique_copy() local
521 Vec working(data, data + size); in make_heap() local
534 Vec working(data, data + size); in push_heap() local
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/fuzzing/
H A Dfuzzing.cpp175 Vec working(data, data + size); in sort() local
190 StableVec working = input; in stable_sort() local
208 Vec working(data, data + size); in partition() local
262 StableVec working = input; in stable_partition() local
279 Vec working(data + 1, data + size); in nth_element() local
307 Vec working(data + 1, data + size); in partial_sort() local
382 Vec working(data, data + size); in unique() local
421 Vec working(data, data + size); in unique_copy() local
521 Vec working(data, data + size); in make_heap() local
534 Vec working(data, data + size); in push_heap() local
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/share/translations/
H A Dvalentina_pt_BR.ts16688 <comment>sine function working with radians</comment> function
H A Dvalentina_de_DE.ts16744 <comment>sine function working with radians</comment> function
H A Dvalentina_nl_NL.ts16783 <comment>sine function working with radians</comment> function
H A Dvalentina_el_GR.ts16207 <comment>sine function working with radians</comment> function
H A Dvalentina_en_CA.ts16777 <comment>sine function working with radians</comment> function
H A Dvalentina_en_US.ts16777 <comment>sine function working with radians</comment> function
H A Dvalentina_es_ES.ts16784 <comment>sine function working with radians</comment> function
H A Dvalentina_it_IT.ts16631 <comment>sine function working with radians</comment> function
H A Dvalentina.ts17236 <comment>sine function working with radians</comment> function
H A Dvalentina_en_IN.ts16777 <comment>sine function working with radians</comment> function

12345678910>>...40