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

12 3 4 5 6 7 8 91011>>

  /external/v8/src/mips/
jump-target-mips.cc 47 #define BRANCH_ARGS_CHECK(cond, rs, rt) ASSERT( \
48 (cond == cc_always && rs.is(zero_reg) && rt.rm().is(zero_reg)) || \
49 (cond != cc_always && (!rs.is(zero_reg) || !rt.rm().is(zero_reg))))
  /frameworks/media/libvideoeditor/osal/src/
M4PSW_DebugTrace.c 39 * M4OSA_Char* cond, char* msg, M4OSA_ERR err)
55 M4OSA_Char* cond,
68 printf("Error: %li, on %s: %s\n",err,cond,msg);
70 printf("Error: %li, on %s: %s Line %lu in: %s\n",err,cond,msg,line,file);
  /external/valgrind/unittest/
thread_wrappers_win.h 100 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); }
101 void ReaderLockWhen(Condition cond) { Lock(); WaitLoop(cond); }
102 void Await(Condition cond) { WaitLoop(cond); }
104 bool ReaderLockWhenWithTimeout(Condition cond, int millis)
105 { Lock(); return WaitLoopWithTimeout(cond, millis); }
106 bool LockWhenWithTimeout(Condition cond, int millis)
107 { Lock(); return WaitLoopWithTimeout(cond, millis);
    [all...]
  /external/clang/test/CodeGen/
conditional.c 3 float test1(int cond, float a, float b) {
4 return cond ? a : b;
7 double test2(int cond, float a, double b) {
8 return cond ? a : b;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/dc/
SDL_sysjoystick.c 127 cont_cond_t cond,*prev_cond; local
131 if (cont_get_cond(addr,&cond)<0) return;
133 buttons = cond.buttons;
161 if (cond.joyx!=prev_cond->joyx)
162 SDL_PrivateJoystickAxis(joystick, 0, cond.joyx-128);
163 if (cond.joyy!=prev_cond->joyy)
164 SDL_PrivateJoystickAxis(joystick, 1, cond.joyy-128);
165 if (cond.rtrig!=prev_cond->rtrig)
166 SDL_PrivateJoystickAxis(joystick, 2, cond.rtrig);
167 if (cond.ltrig!=prev_cond->ltrig
    [all...]
  /external/bluetooth/glib/tests/
errorcheck-mutex-test.c 54 GCond* cond = g_cond_new (); local
55 g_cond_wait (cond, mutex);
62 GCond* cond = g_cond_new (); local
66 g_cond_wait (cond, mutex);
73 GCond* cond = g_cond_new (); local
74 g_cond_timed_wait (cond, mutex, NULL);
81 GCond* cond = g_cond_new (); local
85 g_cond_timed_wait (cond, mutex, NULL);
  /development/tools/yuv420sp2rgb/
debug.h 12 #define FAILIF(cond, msg...) do { \
13 if (unlikely(cond)) { \
32 #define FAILIF(cond, msg...) do { \
33 if (unlikely(cond)) { \
44 #define FAILIF_LIBELF(cond, function) \
45 FAILIF(cond, "%s(): %s\n", #function, elf_errmsg(elf_errno()));
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 604 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right)
608 if (cond & DoubleConditionBitInvert)
613 if (cond == DoubleEqual) {
618 } else if (cond == DoubleNotEqualOrUnordered) {
627 ASSERT(!(cond & DoubleConditionBitSpecial));
628 return Jump(m_assembler.jCC(static_cast<X86Assembler::Condition>(cond & ~DoubleConditionBits)));
797 Jump branch8(Condition cond, Address left, TrustedImm32 right)
800 return Jump(m_assembler.jCC(x86Condition(cond)));
803 Jump branch32(Condition cond, RegisterID left, RegisterID right)
806 return Jump(m_assembler.jCC(x86Condition(cond)));
    [all...]
MacroAssemblerARM.h 390 Jump branch8(Condition cond, Address left, TrustedImm32 right)
393 return branch32(cond, ARMRegisters::S1, right);
396 Jump branch32(Condition cond, RegisterID left, RegisterID right, int useConstantPool = 0)
399 return Jump(m_assembler.jmp(ARMCondition(cond), useConstantPool));
402 Jump branch32(Condition cond, RegisterID left, TrustedImm32 right, int useConstantPool = 0)
414 return Jump(m_assembler.jmp(ARMCondition(cond), useConstantPool));
417 Jump branch32(Condition cond, RegisterID left, Address right)
420 return branch32(cond, left, ARMRegisters::S1);
423 Jump branch32(Condition cond, Address left, RegisterID right)
426 return branch32(cond, ARMRegisters::S1, right)
    [all...]
MacroAssemblerMIPS.h 903 Jump branch8(Condition cond, Address left, TrustedImm32 right)
909 return branch32(cond, dataTempRegister, immTempRegister);
912 Jump branch32(Condition cond, RegisterID left, RegisterID right)
914 if (cond == Equal || cond == Zero
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 442 case 'c': { // 'cond: conditional execution
443 ASSERT(STRING_STARTS_WITH(format, "cond"));
681 Format(instr, "mul'cond's 'rn, 'rm, 'rs");
687 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
696 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs");
706 Format(instr, "'memop'cond's 'rd, ['rn], -'rm");
708 Format(instr, "'memop'cond's 'rd, ['rn], #-'off8");
714 Format(instr, "'memop'cond's 'rd, ['rn], +'rm");
716 Format(instr, "'memop'cond's 'rd, ['rn], #+'off8");
722 Format(instr, "'memop'cond's 'rd, ['rn, -'rm]'w")
    [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/qemu/tcg/arm/
tcg-target.c 342 static inline void tcg_out_bx(TCGContext *s, int cond, int rn)
344 tcg_out32(s, (cond << 28) | 0x012fff10 | rn);
347 static inline void tcg_out_b(TCGContext *s, int cond, int32_t offset)
349 tcg_out32(s, (cond << 28) | 0x0a000000 |
353 static inline void tcg_out_b_noaddr(TCGContext *s, int cond)
359 tcg_out8(s, (cond << 4) | 0x0a);
363 tcg_out8(s, (cond << 4) | 0x0a);
367 static inline void tcg_out_bl(TCGContext *s, int cond, int32_t offset)
369 tcg_out32(s, (cond << 28) | 0x0b000000 |
373 static inline void tcg_out_blx(TCGContext *s, int cond, int rn
    [all...]
  /hardware/invensense/mlsdk/platform/include/
log.h 141 #define CONDITION(cond) ((cond) != 0)
146 #define MPL_LOGV_IF(cond, fmt, ...) \
149 #define MPL_LOGV_IF(cond, fmt, ...) \
150 ((CONDITION(cond)) \
164 #define MPL_LOGD_IF(cond, fmt, ...) \
165 ((CONDITION(cond)) \
178 #define MPL_LOGI_IF(cond, fmt, ...) \
179 ((CONDITION(cond)) \
196 #define MPL_LOGW_IF(cond, fmt, ...)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcevents.c 68 mouse_cond_t cond; local
74 if ((addr = maple_first_mouse())==0 || mouse_get_cond(addr, &cond)<0) return;
76 buttons = cond.buttons^0xff;
77 if (cond.dz<0) buttons|=MOUSE_WHEELUP;
78 if (cond.dz>0) buttons|=MOUSE_WHEELDOWN;
80 if (cond.dx||cond.dy) SDL_PrivateMouseMotion(0,1,cond.dx,cond.dy);
  /external/clang/test/Sema/
warn-unused-value.c 76 void conditional_for_control_flow(int cond, int x, int y)
78 cond? y++ : x; // no-warning
79 cond? y : ++x; // no-warning
80 cond? (x |= y) : ++x; // no-warning
81 cond? y : x; // expected-warning {{expression result unused}}
switch.c 34 int cond; local
35 switch (cond) {
41 switch(cond) {
47 switch (cond) {
52 switch (cond) {
57 switch (cond) {
  /external/dbus/dbus/
dbus-threads.h 80 typedef void (* DBusCondVarFreeFunction) (DBusCondVar *cond);
92 typedef void (* DBusCondVarWaitFunction) (DBusCondVar *cond,
101 typedef dbus_bool_t (* DBusCondVarWaitTimeoutFunction) (DBusCondVar *cond,
108 typedef void (* DBusCondVarWakeOneFunction) (DBusCondVar *cond);
114 typedef void (* DBusCondVarWakeAllFunction) (DBusCondVar *cond);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mutex.h 129 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond);
134 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond);
139 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond);
146 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);
154 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_mutex.h 129 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond);
134 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond);
139 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond);
146 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);
154 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_mutex.h 129 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond);
134 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond);
139 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond);
146 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);
154 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_mutex.h 134 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond);
139 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond);
144 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond);
150 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);
158 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
  /prebuilt/windows/sdl/include/SDL/
SDL_mutex.h 129 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond);
134 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond);
139 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond);
146 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);
154 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
  /external/bluetooth/glib/gthread/
gthread-win32.c 194 g_cond_signal_win32_impl (GCond * cond)
196 EnterCriticalSection (&cond->lock);
198 if (cond->array->len > 0)
200 SetEvent (g_ptr_array_index (cond->array, 0));
201 g_ptr_array_remove_index (cond->array, 0);
204 LeaveCriticalSection (&cond->lock);
208 g_cond_broadcast_win32_impl (GCond * cond)
211 EnterCriticalSection (&cond->lock);
213 for (i = 0; i < cond->array->len; i++)
214 SetEvent (g_ptr_array_index (cond->array, i))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
debug.h 49 #define FAILIF(cond, msg...) do { \
50 if (__builtin_expect (cond, 0)) { \

Completed in 1819 milliseconds

12 3 4 5 6 7 8 91011>>