HomeSort by relevance Sort by last modified time
    Searched defs:cond (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/valgrind/unittest/
windows_tests.cc 350 bool cond; member in namespace:WindowsConditionVariableSRWTest
359 cond = true;
367 while (!cond) {
379 cond = false;
  /system/media/wilhelm/tests/sandbox/
reverb.c 179 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
214 ok = pthread_cond_signal(&cond);
614 pthread_cond_wait(&cond, &mutex);
  /external/bluetooth/bluez/btio/
btio.c 120 static gboolean accept_cb(GIOChannel *io, GIOCondition cond,
127 if ((cond & G_IO_NVAL) || check_nval(io))
130 if (cond & (G_IO_HUP | G_IO_ERR))
141 static gboolean connect_cb(GIOChannel *io, GIOCondition cond,
148 if ((cond & G_IO_NVAL) || check_nval(io))
151 if (cond & G_IO_OUT) {
162 } else if (cond & (G_IO_HUP | G_IO_ERR))
174 static gboolean server_cb(GIOChannel *io, GIOCondition cond,
182 if ((cond & G_IO_NVAL) || check_nval(io))
211 GIOCondition cond; local
228 GIOCondition cond; local
244 GIOCondition cond; local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 2935 ir_rvalue *const cond = local
    [all...]
ir_to_llvm.cpp 450 llvm::Value* create_select(unsigned width, llvm::Value * cond, llvm::Value * tru, llvm::Value * fal, const char * name = "")
453 return bld.CreateSelect(cond, tru, fal, name);
458 llvm::Value * c = bld.CreateExtractElement(cond, llvm_int(i));
1040 llvm::Value* cond; local
    [all...]
glsl_parser.h 262 ast_node *cond; member in struct:YYSTYPE::__anon8753
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 123 pthread_cond_t cond; variable
363 pthread_cond_signal(&cond);
380 pthread_cond_signal(&cond);
413 pthread_cond_wait(&cond, &mtx);
434 pthread_cond_wait(&cond, &mtx);
568 result = pthread_cond_init(&cond, NULL);
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 488 // ldr<cond> <Rd>, [pc +/- offset_12].
594 Condition cond = Instruction::ConditionField(instr); local
597 if (cond == kSpecialCondition) {
606 switch (cond) {
827 Condition cond = Instruction::ConditionField(instr);
832 ldr(rd, MemOperand(pc, 0), cond);
835 mov(rd, Operand(x.imm32_ & 0xffff), LeaveCC, cond);
836 movt(rd, static_cast<uint32_t>(x.imm32_) >> 16, cond);
843 mov(ip, x, LeaveCC, cond);
846 ldr(ip, MemOperand(pc, 0), cond);
    [all...]
assembler-arm.h 739 void b(int branch_offset, Condition cond = al);
740 void bl(int branch_offset, Condition cond = al);
742 void blx(Register target, Condition cond = al); // v5 and above
743 void bx(Register target, Condition cond = al); // v5 and above, plus v4t
746 void b(Label* L, Condition cond = al) {
747 b(branch_offset(L, cond == al), cond); local
749 void b(Condition cond, Label* L) { b(branch_offset(L, cond == al), cond); } local
750 void bl(Label* L, Condition cond = al) { bl(branch_offset(L, false), cond); } local
751 void bl(Condition cond, Label* L) { bl(branch_offset(L, false), cond); } local
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 1194 Condition cond = masm->IsObjectStringType(ecx, eax, eax); local
    [all...]
disasm-ia32.cc 613 byte cond = *(data+1) & 0x0F; local
615 const char* mnem = jump_conditional_mnem[cond];
626 byte cond = *data & 0x0F; local
629 const char* mnem = jump_conditional_mnem[cond];
641 byte cond = *(data+1) & 0x0F; local
642 const char* mnem = set_conditional_mnem[cond];
652 byte cond = *(data + 1) & 0x0F; local
653 const char* mnem = conditional_move_mnem[cond];
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 51 #define COND_TYPED_ARGS Condition cond, Register r1, const Operand& r2
52 #define COND_ARGS cond, r1, r2
125 void MacroAssembler::Ret(Condition cond, Register r1, const Operand& r2,
127 Jump(Operand(ra), cond, r1, r2, bd); local
139 Condition cond,
141 Branch(2, NegateCondition(cond), src1, src2);
154 Condition cond,
156 Branch(2, NegateCondition(cond), src1, src2);
904 #define BRANCH_ARGS_CHECK(cond, rs, rt) ASSERT( \
905 (cond == cc_always && rs.is(zero_reg) && rt.rm().is(zero_reg)) ||
    [all...]
  /external/v8/src/x64/
ic-x64.cc 1215 Condition cond = masm->IsObjectStringType(rcx, rax, rax); local
    [all...]
disasm-x64.cc 801 byte cond = *(data + 1) & 0x0F; local
803 const char* mnem = conditional_code_suffix[cond];
811 byte cond = *data & 0x0F; local
814 const char* mnem = conditional_code_suffix[cond];
823 byte cond = *(data + 1) & 0x0F; local
824 const char* mnem = conditional_code_suffix[cond];
    [all...]
  /sdk/emulator/qtools/
armdis.cpp 35 static const char* cond_to_str(int cond) {
36 return cond_names[cond];
147 uint8_t cond = (insn >> 28) & 0xf; local
189 opname, cond_to_str(cond), sbit_str, rd_str, rn_str, immed, immed);
205 opname, cond_to_str(cond), sbit_str, rd_str, rn_str, rm);
212 opname, cond_to_str(cond), sbit_str, rd_str, rn_str, rm,
219 opname, cond_to_str(cond), sbit_str, rd_str, rn_str, rm);
225 opname, cond_to_str(cond), sbit_str, rd_str, rn_str, rm,
232 uint8_t cond = (insn >> 28) & 0xf; local
243 sprintf(ptr, "%s%s\t0x%x", opname, cond_to_str(cond), addr)
249 uint8_t cond = (insn >> 28) & 0xf; local
264 uint8_t cond = (insn >> 28) & 0xf; local
275 uint8_t cond = (insn >> 28) & 0xf; local
325 uint8_t cond = (insn >> 28) & 0xf; local
423 uint8_t cond = (insn >> 28) & 0xf; local
481 uint8_t cond = (insn >> 28) & 0xf; local
496 uint8_t cond = (insn >> 28) & 0xf; local
511 uint8_t cond = (insn >> 28) & 0xf; local
526 uint8_t cond = (insn >> 28) & 0xf; local
540 uint8_t cond = (insn >> 28) & 0xf; local
552 uint8_t cond = (insn >> 28) & 0xf; local
611 uint8_t cond = (insn >> 28) & 0xf; local
620 uint8_t cond = (insn >> 28) & 0xf; local
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 718 ASTree cond = parseBinaryExpr(tbl); local
726 return new CondExpr(cond, thenExpr, elseExpr);
729 return cond;
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 38 let insist cond =
40 if not cond then
42 match print_checkpoints, cond with
917 let cond = build_trunc p1 i1_type "build_br" b in var
918 ignore (build_cond_br cond bb03 bb00 b)
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 1078 RegisterID* cond = generator.emitNode(m_logical); local
1416 RegisterID* cond = generator.emitNode(m_condition); local
1441 RegisterID* cond = generator.emitNode(m_condition); local
1476 RegisterID* cond = generator.emitNode(m_expr); local
1503 RegisterID* cond = generator.emitNode(m_expr); local
1542 RegisterID* cond = generator.emitNode(m_expr2); local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 284 ArmConditionCode cond,
287 ArmLIR *branch = opCondBranch(cUnit, cond);
2128 ArmConditionCode cond; local
2671 ArmConditionCode cond; local
    [all...]
  /external/blktrace/btreplay/
btreplay.c 86 * @cond: Condition variable used when waiting on a volatile value change
107 pthread_cond_t cond; member in struct:thr_info
402 * __wait_cv - Waits for a variable under cond var control to hit a value
763 pthread_cond_init(&tip->cond, NULL);
846 pthread_cond_destroy(&tip->cond);
1014 if (pthread_cond_wait(&tip->cond, &tip->mutex)) {
1016 "nfree_current cond wait failed\n");
1075 pthread_cond_signal(&tip->cond);
1158 if (pthread_cond_wait(&tip->cond, &tip->mutex)) {
1160 "nfree_current cond wait failed\n")
    [all...]
  /external/bluetooth/glib/glib/
gmain.c 98 GCond *cond; member in struct:_GMainWaiter
122 GCond *cond; member in struct:_GMainContext
391 if (context->cond != NULL)
392 g_cond_free (context->cond);
    [all...]
  /external/freetype/src/cff/
cffgload.c 2323 FT_Fixed cond = args[0] && args[1]; local
2335 FT_Fixed cond = args[0] || args[1]; local
2347 FT_Fixed cond = !args[0]; local
2359 FT_Fixed cond = ( args[2] <= args[3] ); local
    [all...]
  /external/qemu/
arm-dis.c 1639 int cond; local
    [all...]
  /external/qemu/audio/
audio.c 214 int audio_bug (const char *funcname, int cond)
216 if (cond) {
249 return cond;
274 int cond; local
278 cond = !nmemb || !size;
279 cond |= nmemb < 0;
280 cond |= len < size;
282 if (audio_bug ("audio_calloc", cond)) {
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 990 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2,
996 switch (cond) {
1081 TCGCond cond = args[4]; local
1092 }, *b = &bits[cond];
1094 switch (cond) {
1097 op = (cond == TCG_COND_EQ) ? CRAND : CRNAND;
1098 tcg_out_cmp (s, cond, args[0], args[2], const_args[2], 6);
1099 tcg_out_cmp (s, cond, args[1], args[3], const_args[3], 7);
1112 tcg_out_cmp (s, tcg_unsigned_cond (cond), args[0], args[2],
1122 static void tcg_out_setcond (TCGContext *s, TCGCond cond, TCGArg arg0
    [all...]

Completed in 2221 milliseconds

1 23 4 5