Home
last modified time | relevance | path

Searched refs:copy_state (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/dports/devel/directfb/DirectFB-1.4.17/src/gfx/
H A Dutil.c48 static CardState copy_state; variable
87 copy_state.source = source; in dfb_gfx_copy_to()
123 copy_state.destination = surface; in dfb_gfx_clear()
124 copy_state.source = surface; in dfb_gfx_clear()
125 copy_state.to = role; in dfb_gfx_clear()
126 copy_state.color.a = 0; in dfb_gfx_clear()
127 copy_state.color.r = 0; in dfb_gfx_clear()
128 copy_state.color.g = 0; in dfb_gfx_clear()
129 copy_state.color.b = 0; in dfb_gfx_clear()
130 copy_state.color_index = 0; in dfb_gfx_clear()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/types/design_management/
H A Ddesign_collection_copy_state_enum.rb15 def self.description_variant(copy_state) argument
16 DESCRIPTION_VARIANTS[copy_state.to_sym] ||
17 (raise ArgumentError, "Unknown copy state: #{copy_state}")
20 … ::DesignManagement::DesignCollection.state_machines[:copy_state].states.keys.each do |copy_state|
21 value copy_state.upcase,
22 value: copy_state.to_s,
23 description: "The DesignCollection #{description_variant(copy_state)}"
/dports/print/hplip/hplip-3.20.6/copier/
H A Dcopier.py185 result_code, copy_state = self.dev.getPML(pml.OID_COPIER_JOB)
187 if copy_state == pml.COPIER_JOB_IDLE:
197 if copy_state == pml.SCAN_TO_PRINTER_IDLE:
299 if copy_state == pml.COPIER_JOB_START:
304 if copy_state == pml.COPIER_JOB_ACTIVE:
310 elif copy_state == pml.COPIER_JOB_ABORTING:
315 elif copy_state == pml.COPIER_JOB_IDLE:
329 if copy_state == pml.SCAN_TO_PRINTER_START:
334 if copy_state == pml.SCAN_TO_PRINTER_ACTIVE:
340 elif copy_state == pml.SCAN_TO_PRINTER_ABORTED:
[all …]
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_siman__siman.c41 copy_state(void *src, void *dst, size_t size, gsl_siman_copy_t copyfunc) in copy_state() function
107 copy_state(x, new_x, element_size, copyfunc); in gsl_siman_solve()
127 copy_state(new_x, best_x, element_size, copyfunc); in gsl_siman_solve()
132 copy_state(new_x, x, element_size, copyfunc); in gsl_siman_solve()
138 copy_state(new_x, x, element_size, copyfunc); in gsl_siman_solve()
168 copy_state(best_x, x0_p, element_size, copyfunc); in gsl_siman_solve()
/dports/math/gsl/gsl-2.7/siman/
H A Dsiman.c41 copy_state(void *src, void *dst, size_t size, gsl_siman_copy_t copyfunc) in copy_state() function
107 copy_state(x, new_x, element_size, copyfunc); in gsl_siman_solve()
127 copy_state(new_x, best_x, element_size, copyfunc); in gsl_siman_solve()
132 copy_state(new_x, x, element_size, copyfunc); in gsl_siman_solve()
138 copy_state(new_x, x, element_size, copyfunc); in gsl_siman_solve()
168 copy_state(best_x, x0_p, element_size, copyfunc); in gsl_siman_solve()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-pipeline-hash-table.c184 unsigned int copy_state; in _cogl_pipeline_hash_table_get() local
217 copy_state = hash->main_state; in _cogl_pipeline_hash_table_get()
219 copy_state |= COGL_PIPELINE_STATE_LAYERS; in _cogl_pipeline_hash_table_get()
225 copy_state, in _cogl_pipeline_hash_table_get()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-pipeline-hash-table.c184 unsigned int copy_state; in _cogl_pipeline_hash_table_get() local
217 copy_state = hash->main_state; in _cogl_pipeline_hash_table_get()
219 copy_state |= COGL_PIPELINE_STATE_LAYERS; in _cogl_pipeline_hash_table_get()
225 copy_state, in _cogl_pipeline_hash_table_get()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-pipeline-hash-table.c182 unsigned int copy_state; in _cogl_pipeline_hash_table_get() local
215 copy_state = hash->main_state; in _cogl_pipeline_hash_table_get()
217 copy_state |= COGL_PIPELINE_STATE_LAYERS; in _cogl_pipeline_hash_table_get()
223 copy_state, in _cogl_pipeline_hash_table_get()
/dports/math/py-numpy/numpy-1.20.3/numpy/random/src/mt19937/
H A Dmt19937-jump.c13 void copy_state(mt19937_state *target_state, mt19937_state *state) { in copy_state() function
75 copy_state(temp, state); in horner1()
90 copy_state(temp, state); in horner1()
94 copy_state(state, temp); in horner1()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/sha2_64/
H A Dsha2_64.h26 std::unique_ptr<HashFunction> copy_state() const override;
49 std::unique_ptr<HashFunction> copy_state() const override;
87 std::unique_ptr<HashFunction> copy_state() const override;
/dports/security/botan2/Botan-2.18.2/src/lib/hash/sha2_64/
H A Dsha2_64.h26 std::unique_ptr<HashFunction> copy_state() const override;
49 std::unique_ptr<HashFunction> copy_state() const override;
87 std::unique_ptr<HashFunction> copy_state() const override;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/hash/sha2_64/
H A Dsha2_64.h26 std::unique_ptr<HashFunction> copy_state() const override;
49 std::unique_ptr<HashFunction> copy_state() const override;
87 std::unique_ptr<HashFunction> copy_state() const override;
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/rest/
H A Drest_client.cc340 serialization::CopyState copy_state; in submit_query_to_rest() local
342 RETURN_NOT_OK(post_query_submit(uri, query, &copy_state)); in submit_query_to_rest()
346 RETURN_NOT_OK(update_attribute_buffer_sizes(copy_state, query)); in submit_query_to_rest()
352 const URI& uri, Query* query, serialization::CopyState* copy_state) { in post_query_submit() argument
365 false, nullptr, 0, &skip, rest_scratch, query, copy_state); in post_query_submit()
400 copy_state); in post_query_submit()
411 if (!st.ok() && copy_state->empty()) { in post_query_submit()
429 serialization::CopyState* copy_state) { in query_post_call_back() argument
463 copy_state->clear(); in query_post_call_back()
711 const serialization::CopyState& copy_state, Query* query) const { in update_attribute_buffer_sizes() argument
[all …]
H A Drest_client.h248 const URI& uri, Query* query, serialization::CopyState* copy_state);
280 serialization::CopyState* copy_state);
306 const serialization::CopyState& copy_state, Query* query) const;
/dports/java/sablevm/sablevm-1.13/src/libffi/src/ia64/
H A Dunix.S373 .copy_state 1
381 .copy_state 1
389 .copy_state 1
397 .copy_state 1
405 .copy_state 1
413 .copy_state 1
421 .copy_state 1
430 .copy_state 1
448 .copy_state 1
476 .copy_state 1
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/comb4p/
H A Dcomb4p.cpp72 std::unique_ptr<HashFunction> Comb4P::copy_state() const in copy_state() function in Botan::Comb4P
75 copy->m_hash1 = m_hash1->copy_state(); in copy_state()
76 copy->m_hash2 = m_hash2->copy_state(); in copy_state()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/hash/comb4p/
H A Dcomb4p.cpp72 std::unique_ptr<HashFunction> Comb4P::copy_state() const in copy_state() function in Botan::Comb4P
75 copy->m_hash1 = m_hash1->copy_state(); in copy_state()
76 copy->m_hash2 = m_hash2->copy_state(); in copy_state()
/dports/security/botan2/Botan-2.18.2/src/lib/hash/comb4p/
H A Dcomb4p.cpp72 std::unique_ptr<HashFunction> Comb4P::copy_state() const in copy_state() function in Botan::Comb4P
75 copy->m_hash1 = m_hash1->copy_state(); in copy_state()
76 copy->m_hash2 = m_hash2->copy_state(); in copy_state()
/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dhistogram.c105 copy_state(MemoryContext aggcontext, Histogram *state) in copy_state() function
139 result = copy_state(aggcontext, state1); in ts_hist_combinefunc()
143 result = copy_state(aggcontext, state2); in ts_hist_combinefunc()
154 result = copy_state(aggcontext, state1); in ts_hist_combinefunc()
/dports/games/libretro-snes9x/snes9x-73aa348/apu/bapu/dsp/
H A Dsdsp.cpp37 spc_dsp.copy_state(ptr, from_dsp_to_state); in save_state()
42 spc_dsp.copy_state(ptr, to_dsp_from_state); in load_state()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/apu/bapu/dsp/
H A Dsdsp.cpp37 spc_dsp.copy_state(ptr, from_dsp_to_state); in save_state()
42 spc_dsp.copy_state(ptr, to_dsp_from_state); in load_state()
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/src/ia64/
H A Dunix.S379 .copy_state 1
387 .copy_state 1
395 .copy_state 1
403 .copy_state 1
412 .copy_state 1
430 .copy_state 1
458 .copy_state 1
486 .copy_state 1
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/src/ia64/
H A Dunix.S384 .copy_state 1
392 .copy_state 1
400 .copy_state 1
408 .copy_state 1
417 .copy_state 1
435 .copy_state 1
463 .copy_state 1
491 .copy_state 1
/dports/devel/jna/jna-5.7.0/native/libffi/src/ia64/
H A Dunix.S384 .copy_state 1
392 .copy_state 1
400 .copy_state 1
408 .copy_state 1
417 .copy_state 1
435 .copy_state 1
463 .copy_state 1
491 .copy_state 1
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi/src/ia64/
H A Dunix.S379 .copy_state 1
387 .copy_state 1
395 .copy_state 1
403 .copy_state 1
412 .copy_state 1
430 .copy_state 1
458 .copy_state 1
486 .copy_state 1

12345678910>>...18