HomeSort by relevance Sort by last modified time
    Searched refs:cond (Results 251 - 275 of 435) sorted by null

<<1112131415161718

  /external/openssl/crypto/md5/asm/
md5-ia64.S 306 (pOff) br.cond.spnt.many .md5_unaligned
345 (pAgain) br.cond.dptk.many .md5_block_loop0
407 (pAgain) br.cond.dptk.many .md5_block_loop##offset ; \
412 br.cond.sptk.many .md5_exit ; \
425 (pOff) br.cond.dpnt.many .md5_process1
430 (pOff) br.cond.dpnt.many .md5_process2
915 br.cond.sptk.many md5_digest_GHI ; \
  /external/bluetooth/bluez/input/
device.c 268 static gboolean rfcomm_io_cb(GIOChannel *chan, GIOCondition cond, gpointer data)
277 if (cond & G_IO_NVAL)
280 if (cond & (G_IO_HUP | G_IO_ERR)) {
382 static gboolean intr_watch_cb(GIOChannel *chan, GIOCondition cond, gpointer data)
391 if ((cond & (G_IO_HUP | G_IO_ERR)) && iconn->ctrl_watch)
406 if (iconn->ctrl_io && !(cond & G_IO_NVAL))
412 static gboolean ctrl_watch_cb(GIOChannel *chan, GIOCondition cond, gpointer data)
419 if ((cond & (G_IO_HUP | G_IO_ERR)) && iconn->intr_watch)
428 if (iconn->intr_io && !(cond & G_IO_NVAL))
  /external/bluetooth/bluez/test/
hciemu.c 135 static gboolean io_acl_data(GIOChannel *chan, GIOCondition cond, gpointer data);
136 static gboolean io_conn_ind(GIOChannel *chan, GIOCondition cond, gpointer data);
137 static gboolean io_hci_data(GIOChannel *chan, GIOCondition cond, gpointer data);
861 static gboolean io_acl_data(GIOChannel *chan, GIOCondition cond, gpointer data)
869 if (cond & G_IO_NVAL) {
874 if (cond & G_IO_HUP) {
910 static gboolean io_conn_ind(GIOChannel *chan, GIOCondition cond, gpointer data)
918 if (cond & G_IO_NVAL)
958 static gboolean io_hci_data(GIOChannel *chan, GIOCondition cond, gpointer data)
  /external/bluetooth/bluez/src/
glib-helper.c 188 static gboolean search_process_cb(GIOChannel *chan, GIOCondition cond,
194 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) {
218 static gboolean connect_watch(GIOChannel *chan, GIOCondition cond,
  /ndk/sources/host-tools/nawk-20071023/
lex.c 439 int cond, low, mid, high; local
445 if ((cond = strcmp(w, kp[mid].word)) < 0)
447 else if (cond > 0)
  /system/media/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 42 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
140 ok = pthread_cond_signal(&cond);
343 pthread_cond_wait(&cond, &mutex);
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 77 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
126 ok = pthread_cond_signal(&cond);
545 ok = pthread_cond_wait(&cond, &mutex);
  /system/media/wilhelm/tests/sandbox/
xaplay.c 62 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
120 ok = pthread_cond_signal(&cond);
470 pthread_cond_wait(&cond, &mutex);
  /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...]
gthread.c 144 /* mutex and cond creation works without g_threads_got_initialized */
148 /* we may only create mutex and cond in here */
794 g_static_rw_lock_wait (GCond** cond, GStaticMutex* mutex)
796 if (!*cond)
797 *cond = g_cond_new ();
798 g_cond_wait (*cond, g_static_mutex_get_mutex (mutex));
  /bionic/libc/bionic/
logd_write.c 194 int __libc_android_log_assert(const char *cond, const char *tag,
  /external/bluetooth/bluez/attrib/
gattrib.c 258 static gboolean can_write_data(GIOChannel *io, GIOCondition cond,
267 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
314 static gboolean received_data(GIOChannel *io, GIOCondition cond, gpointer data)
329 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
  /external/bluetooth/bluez/network/
connection.c 110 static gboolean bnep_watchdog_cb(GIOChannel *chan, GIOCondition cond,
187 static gboolean bnep_setup_cb(GIOChannel *chan, GIOCondition cond,
199 if (cond & G_IO_NVAL)
202 if (cond & (G_IO_HUP | G_IO_ERR)) {
  /external/mesa3d/src/glsl/
glsl_parser.h 262 ast_node *cond; member in struct:YYSTYPE::__anon8753
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 200 inline void SafeCall(Label* to, Condition cond = al);
  /external/v8/src/mips/
codegen-mips.cc 289 void JumpToNonSmiInput(Condition cond, Register cmp1, const Operand& cmp2);
290 void JumpToAnswerOutOfRange(Condition cond,
313 void DeferredInlineSmiOperation::JumpToNonSmiInput(Condition cond,
322 void DeferredInlineSmiOperation::JumpToAnswerOutOfRange(Condition cond,
regexp-macro-assembler-mips.h 199 Condition cond,
  /external/valgrind/main/VEX/priv/
guest_x86_defs.h 95 UInt/*X86Condcode*/ cond,
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 987 void it(Condition cond)
989 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond));
992 void it(Condition cond, bool inst2if)
994 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if));
997 void it(Condition cond, bool inst2if, bool inst3if)
999 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3if));
1002 void it(Condition cond, bool inst2if, bool inst3if, bool inst4if)
1004 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3if, inst4if));
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 346 PassRefPtr<Label> emitJumpIfTrue(RegisterID* cond, Label* target);
347 PassRefPtr<Label> emitJumpIfFalse(RegisterID* cond, Label* target);
348 PassRefPtr<Label> emitJumpIfNotFunctionCall(RegisterID* cond, Label* target);
349 PassRefPtr<Label> emitJumpIfNotFunctionApply(RegisterID* cond, Label* target);
  /external/bluetooth/glib/tests/
date-test.c 16 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
  /external/freetype/include/freetype/internal/
ftmemory.h 198 #define FT_MEM_SET_ERROR( cond ) ( (cond), error != 0 )
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 66 | Ast.If (cond, then_, else_) ->
67 let cond = codegen_expr cond in var in value:codegen_expr
71 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
  /external/v8/src/
full-codegen.cc 118 Visit(stmt->cond());
124 if (stmt->cond() != NULL) {
125 Visit(stmt->cond());
1057 SetExpressionPosition(stmt->cond(), stmt->condition_position());
1058 VisitForControl(stmt->cond(),
    [all...]
  /external/v8/src/ia32/
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...]

Completed in 1224 milliseconds

<<1112131415161718