Home
last modified time | relevance | path

Searched refs:get_cond (Results 1 – 25 of 125) sorted by relevance

12345

/dports/devel/libdap/libdap-3.20.8/
H A DD4StreamMarshaller.cc172 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in m_serialize_reals()
267 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_checksum()
289 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_byte()
302 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_int8()
314 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_int16()
326 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_int32()
338 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_int64()
353 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_float32()
405 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_float64()
451 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_uint16()
[all …]
H A DXDRStreamMarshaller.cc118 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_byte()
140 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_int16()
162 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_int32()
184 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_float32()
206 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_float64()
228 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_uint16()
250 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_uint32()
281 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_str()
318 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_opaque()
340 Locker lock(tm->get_mutex(), tm->get_cond(), tm->get_child_thread_count()); in put_int()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/generators/
H A Dgen_options.lua91 local get_cond
92 get_cond = function(c, base_string) function
95 cond_string = cond_string .. get_cond(c[1], '')
98 cond_string = cond_string .. ' && ' .. get_cond(subc, '')
138 w(get_cond(o.enable_if))
172 w(get_cond(o.defaults.condition))
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/arm/winedbg/
H A Dbe_arm.c34 #define get_cond(ins) tbl_cond[(((ins)) >> 28) & 0x0f] macro
128 get_cond (inst), condcodes ? "s" : "", in arm_disasm_longmul()
161 …arminsn->str_asm = r_str_appendf (arminsn->str_asm, "msr%s %s, %s", get_cond (inst), dst ? "spsr" … in arm_disasm_msrtrans()
165 …arminsn->str_asm = r_str_appendf (arminsn->str_asm, "msr%s %s, #%u", get_cond (inst), dst ? "spsr"… in arm_disasm_msrtrans()
173 …arminsn->str_asm = r_str_appendf (arminsn->str_asm, "mov%s%s %s, #%u", top ? "t" : "w", get_cond (… in arm_disasm_wordmov()
180 arminsn->str_asm = r_str_appendf (arminsn->str_asm, "nop%s", get_cond (inst)); in arm_disasm_nop()
235 get_cond (inst)); in arm_disasm_singletrans()
278 halfword ? "h" : (sign ? "b" : ""), writeback ? "t" : "", get_cond (inst)); in arm_disasm_halfwordtrans()
307 get_cond (inst), tbl_regs[get_nibble (inst, 4)], writeback ? "!" : ""); in arm_disasm_blocktrans()
320 arminsn->str_asm = r_str_appendf (arminsn->str_asm, "swi%s #%d", get_cond (inst), comment); in arm_disasm_swi()
[all …]
/dports/databases/galera/galera-release_25.3.35/gcs/src/
H A Dgcs_fifo_lite.cpp53 gu_cond_init (&ret->get_cond, NULL); in gcs_fifo_lite_create()
80 gu_cond_broadcast (&fifo->get_cond); in gcs_fifo_lite_close()
137 while (pthread_cond_destroy (&f->get_cond)) { in gcs_fifo_lite_destroy()
143 gu_cond_broadcast (&f->get_cond); in gcs_fifo_lite_destroy()
H A Dgcs_fifo_lite.hpp41 gu_cond_t get_cond; member
110 gu_cond_signal (&fifo->get_cond); in gcs_fifo_lite_push_tail()
/dports/databases/galera26/galera-release_26.4.10/gcs/src/
H A Dgcs_fifo_lite.cpp53 gu_cond_init (&ret->get_cond, NULL); in gcs_fifo_lite_create()
80 gu_cond_broadcast (&fifo->get_cond); in gcs_fifo_lite_close()
137 while (gu_cond_destroy (&f->get_cond)) { in gcs_fifo_lite_destroy()
143 gu_cond_broadcast (&f->get_cond); in gcs_fifo_lite_destroy()
H A Dgcs_fifo_lite.hpp41 gu_cond_t get_cond; member
110 gu_cond_signal (&fifo->get_cond); in gcs_fifo_lite_push_tail()
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_fifo.c58 gu_cond_t get_cond; member
142 gu_cond_init (&ret->get_cond, NULL); in gu_fifo_create()
227 gu_cond_broadcast (&q->get_cond); in fifo_close()
262 ret = -gu_cond_wait (&q->get_cond, &q->lock); in fifo_lock_get()
311 gu_cond_signal (&q->get_cond); in fifo_unlock_put()
508 while (gu_cond_destroy (&queue->get_cond)) { in gu_fifo_destroy()
510 gu_cond_signal (&queue->get_cond); in gu_fifo_destroy()
581 gu_cond_broadcast (&q->get_cond); in gu_fifo_cancel_gets()
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_fifo.c58 gu_cond_t get_cond; member
142 gu_cond_init (&ret->get_cond, NULL); in gu_fifo_create()
227 gu_cond_broadcast (&q->get_cond); in fifo_close()
262 ret = -gu_cond_wait (&q->get_cond, &q->lock); in fifo_lock_get()
311 gu_cond_signal (&q->get_cond); in fifo_unlock_put()
508 while (gu_cond_destroy (&queue->get_cond)) { in gu_fifo_destroy()
510 gu_cond_signal (&queue->get_cond); in gu_fifo_destroy()
581 gu_cond_broadcast (&q->get_cond); in gu_fifo_cancel_gets()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/ssp1601/
H A Dssp1601d.cpp71 std::string ssp1601_disassembler::get_cond(int op) in get_cond() function in ssp1601_disassembler
244 util::stream_format(stream, "call %s, %X", get_cond(op), opcodes.r16(pc+1)); in disassemble()
256 util::stream_format(stream, "bra %s, %X", get_cond(op), opcodes.r16(pc+1)); in disassemble()
262 util::stream_format(stream, "mod %s, %s", get_cond(op), acc_op[op & 7]); in disassemble()
H A Dssp1601d.h34 static std::string get_cond(int op);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/ssp1601/
H A Dssp1601d.cpp71 std::string ssp1601_disassembler::get_cond(int op) in get_cond() function in ssp1601_disassembler
244 util::stream_format(stream, "call %s, %X", get_cond(op), opcodes.r16(pc+1)); in disassemble()
256 util::stream_format(stream, "bra %s, %X", get_cond(op), opcodes.r16(pc+1)); in disassemble()
262 util::stream_format(stream, "mod %s, %s", get_cond(op), acc_op[op & 7]); in disassemble()
H A Dssp1601d.h34 static std::string get_cond(int op);
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/verilog/transform/
H A Dloop_unroll.cc69 while (Evaluate().get_value(fs->get_cond()).to_bool()) { in build()
82 const auto n = Evaluate().get_value(rs->get_cond()).to_uint(); in build()
93 while (Evaluate().get_value(ws->get_cond()).to_bool()) { in build()
H A Dconstant_prop.cc173 if (RuntimeConstant(this).check(ce->get_cond())) { in rewrite()
175 if (Evaluate().get_value(ce->get_cond()).to_bool()) { in rewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Dtmp-alloca-bypass.ll19 ; CHECK-NEXT: [[I2:%.*]] = call i1 @get_cond()
27 %i2 = call i1 @get_cond()
58 declare i1 @get_cond()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dtmp-alloca-bypass.ll19 ; CHECK-NEXT: [[I2:%.*]] = call i1 @get_cond()
27 %i2 = call i1 @get_cond()
58 declare i1 @get_cond()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dtmp-alloca-bypass.ll19 ; CHECK-NEXT: [[I2:%.*]] = call i1 @get_cond()
27 %i2 = call i1 @get_cond()
58 declare i1 @get_cond()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/InstCombine/
H A Dtmp-alloca-bypass.ll19 ; CHECK-NEXT: [[I2:%.*]] = call i1 @get_cond()
27 %i2 = call i1 @get_cond()
58 declare i1 @get_cond()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dtmp-alloca-bypass.ll19 ; CHECK-NEXT: [[I2:%.*]] = call i1 @get_cond()
27 %i2 = call i1 @get_cond()
58 declare i1 @get_cond()
/dports/math/z3/z3-z3-4.8.13/src/ast/macros/
H A Dcond_macro.h50 expr * get_cond() const { return m_cond; } in get_cond() function
/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Dmarker.h73 const QString& get_cond (void) const { return m_condition; } in get_cond() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/macros/
H A Dcond_macro.h50 expr * get_cond() const { return m_cond; } in get_cond() function
H A Dquantifier_macro_info.cpp38 …acro* mc = alloc(cond_macro, m, candidates.get_f(i), candidates.get_def(i), candidates.get_cond(i), in collect_macro_candidates()

12345