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

1 23 4 5 6 7 8 91011>>

  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mutex.h 141 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond);
146 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond);
151 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond);
158 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);
166 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mutex.h 141 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond);
146 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond);
151 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond);
158 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);
166 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 1225 ULong cond, cc_op; local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
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...]
MacroAssemblerARMv7.h 655 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right)
660 if (cond == DoubleNotEqual) {
667 if (cond == DoubleEqualOrUnordered) {
676 return makeBranch(cond);
868 Jump branch32(Condition cond, RegisterID left, RegisterID right)
871 return Jump(makeBranch(cond));
874 Jump branch32(Condition cond, RegisterID left, TrustedImm32 right)
877 return Jump(makeBranch(cond));
880 Jump branch32(Condition cond, RegisterID left, Address right)
883 return branch32(cond, left, dataTempRegister)
    [all...]
MacroAssemblerX86_64.h 315 void setPtr(Condition cond, RegisterID left, TrustedImm32 right, RegisterID dest)
317 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
321 m_assembler.setCC_r(x86Condition(cond), dest);
325 Jump branchPtr(Condition cond, RegisterID left, RegisterID right)
328 return Jump(m_assembler.jCC(x86Condition(cond)));
331 Jump branchPtr(Condition cond, RegisterID left, TrustedImmPtr right)
334 return branchPtr(cond, left, scratchRegister);
337 Jump branchPtr(Condition cond, RegisterID left, Address right)
340 return Jump(m_assembler.jCC(x86Condition(cond)));
    [all...]
MacroAssemblerSH4.h 351 void compare32(int imm, RegisterID dst, Condition cond)
353 if (((cond == Equal) || (cond == NotEqual)) && (dst == SH4Registers::r0) && m_assembler.isImmediate(imm)) {
354 m_assembler.cmpEqImmR0(imm, dst, cond);
360 m_assembler.cmplRegReg(scr, dst, cond);
364 void compare32(int offset, RegisterID base, RegisterID left, Condition cond)
369 m_assembler.cmplRegReg(scr, left, cond);
378 m_assembler.cmplRegReg(scr, left, cond);
384 m_assembler.cmplRegReg(scr, left, cond);
424 void compare32(RegisterID right, int offset, RegisterID base, Condition cond)
    [all...]
MacroAssemblerX86.h 111 Jump branch32(Condition cond, AbsoluteAddress left, RegisterID right)
114 return Jump(m_assembler.jCC(x86Condition(cond)));
117 Jump branch32(Condition cond, AbsoluteAddress left, TrustedImm32 right)
120 return Jump(m_assembler.jCC(x86Condition(cond)));
145 Jump branchPtrWithPatch(Condition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0))
149 return Jump(m_assembler.jCC(x86Condition(cond)));
152 Jump branchPtrWithPatch(Condition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0))
156 return Jump(m_assembler.jCC(x86Condition(cond)));
  /external/clang/test/CodeGenCXX/
lambda-expressions.cpp 53 int e(E a, E b, bool cond) { [a,b,cond](){ return (cond ? a : b).x; }(); }
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 47 #define MAYBE_STRIP_PARENS(cond, x) MAYBE_STRIP_PARENS_I(cond, x)
48 #define MAYBE_STRIP_PARENS_I(cond, x) CAT(MAYBE_STRIP_PARENS_, cond)(x)
185 PTHREAD_WRAPPER(pthread_cond_init, (pthread_cond_t *cond, const pthread_condattr_t *attr),
186 (cond, attr), "(cond:%p, attr:%p)");
188 PTHREAD_WRAPPER(pthread_cond_destroy, (pthread_cond_t *cond), (cond), "(cond:%p)")
    [all...]
  /external/clang/test/Sema/
switch.c 36 int cond; local
37 switch (cond) {
43 switch(cond) {
49 switch (cond) {
54 switch (cond) {
60 switch (cond) {
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 54 if (cursor->cond.ds == NULL) {
61 dicinfo = &(cursor->cond.ds->dic[i]);
84 if (cursor->cond.yomi == NULL) {
89 if (cursor->cond.ylen > NJ_MAX_LEN) {
94 if (cursor->cond.operation == NJ_CUR_OP_LINK) {
96 } else if (cursor->cond.kanji != NULL) {
98 if (nj_strlen(cursor->cond.kanji) > NJ_MAX_RESULT_LEN) {
103 switch (cursor->cond.operation) {
112 switch (cursor->cond.mode) {
153 ret = njd_b_search_word(&cursor->cond, loctset)
    [all...]
  /external/qemu/audio/
audio_pt_int.h 9 pthread_cond_t cond; member in struct:audio_pt
  /external/regex-re2/re2/
onepass.cc 182 static bool Satisfy(uint32 cond, const StringPiece& context, const char* p) {
184 if (cond & kEmptyAllFlags & ~satisfied)
189 // Apply the capture bits in cond, saving p to the appropriate
191 static void ApplyCaptures(uint32 cond, const char* p,
194 if (cond & (1 << kCapShift << i))
258 uint32 cond = state->action[c]; local
262 if ((cond & kEmptyAllFlags) == 0 || Satisfy(cond, context, p)) {
263 uint32 nextindex = cond >> kIndexShift;
292 if ((cond & kMatchWins) == 0 && (nextmatchcond & kEmptyAllFlags) == 0
360 uint32 cond; member in struct:re2::InstCond
431 uint32 cond = stack[nstack].cond; local
    [all...]
  /bionic/libc/bionic/
pthread.c 59 #define __likely(cond) __builtin_expect(!!(cond), 1)
60 #define __unlikely(cond) __builtin_expect(!!(cond), 0)
    [all...]
  /external/qemu/android/
hw-pipe-net.c 43 # define DDASSERT(cond) _ANDROID_ASSERT(cond, "Assertion failure: ", #cond)
44 # define DDASSERT_INT_OP(cond,val,op) _ANDROID_ASSERT_INT_OP(cond,val,op)
47 # define DDASSERT(cond) ((void)0)
48 # define DDASSERT_INT_OP(cond,val,op) ((void)0)
51 #define DDASSERT_INT_LT(cond,val) DDASSERT_INT_OP(cond,val,<)
52 #define DDASSERT_INT_LTE(cond,val) DDASSERT_INT_OP(cond,val,<=
    [all...]
  /external/clang/test/SemaCXX/
expression-traits.cpp 518 void expr_cond(bool cond)
520 // 5.16 Conditional operator [expr.cond]
533 ASSERT_RVALUE(cond ? throw 1 : (void)0);
534 ASSERT_RVALUE(cond ? (void)0 : throw 1);
535 ASSERT_RVALUE(cond ? throw 1 : classLvalue);
536 ASSERT_RVALUE(cond ? classLvalue : throw 1);
541 ASSERT_RVALUE(cond ? (void)1 : (void)0);
542 ASSERT_RVALUE(cond ? throw 1 : throw 0);
544 // expr.cond/4: If the second and third operands are lvalues and
547 ASSERT_LVALUE(cond ? classLvalue : classLvalue)
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 101 void Jump(Register target, Condition cond = al);
102 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
103 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
104 static int CallSize(Register target, Condition cond = al);
105 void Call(Register target, Condition cond = al);
108 Condition cond = al);
109 void Call(Address target, RelocInfo::Mode rmode, Condition cond = al);
113 Condition cond = al);
117 Condition cond = al);
118 void Ret(Condition cond = al)
    [all...]
assembler-arm.cc 504 // ldr<cond> <Rd>, [pc +/- offset_12].
610 Condition cond = Instruction::ConditionField(instr); local
613 if (cond == kSpecialCondition) {
622 switch (cond) {
843 Condition cond = Instruction::ConditionField(instr);
848 ldr(rd, MemOperand(pc, 0), cond);
851 mov(rd, Operand(x.imm32_ & 0xffff), LeaveCC, cond);
852 movt(rd, static_cast<uint32_t>(x.imm32_) >> 16, cond);
859 mov(ip, x, LeaveCC, cond);
862 ldr(ip, MemOperand(pc, 0), cond);
    [all...]