HomeSort by relevance Sort by last modified time
    Searched refs:cond (Results 76 - 100 of 1671) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/src/arm/
disasm-arm.cc 466 case 'c': { // 'cond: conditional execution
467 DCHECK(STRING_STARTS_WITH(format, "cond"));
735 Format(instr, "mul'cond's 'rn, 'rm, 'rs");
742 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
748 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd");
758 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs");
766 Format(instr, "ldrex'cond 'rt, ['rn]");
769 Format(instr, "ldrexb'cond 'rt, ['rn]");
772 Format(instr, "ldrexh'cond 'rt, ['rn]");
784 Format(instr, "strex'cond 'rd, 'rm, ['rn]")
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 145 #define CONDITION(cond) ((cond) != 0)
150 #define MPL_LOGV_IF(cond, fmt, ...) \
153 #define MPL_LOGV_IF(cond, fmt, ...) \
154 ((CONDITION(cond)) \
168 #define MPL_LOGD_IF(cond, fmt, ...) \
169 ((CONDITION(cond)) \
186 #define MPL_LOGI_IF(cond, fmt, ...) \
187 ((CONDITION(cond)) \
204 #define MPL_LOGW_IF(cond, fmt, ...)
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc 78 void Assembler::EmitType01(Condition cond,
86 ASSERT(cond != kNoCondition);
87 int32_t encoding = static_cast<int32_t>(cond) << kConditionShift |
98 void Assembler::EmitType5(Condition cond, int32_t offset, bool link) {
99 ASSERT(cond != kNoCondition);
100 int32_t encoding = static_cast<int32_t>(cond) << kConditionShift |
107 void Assembler::EmitMemOp(Condition cond,
113 ASSERT(cond != kNoCondition);
114 int32_t encoding = (static_cast<int32_t>(cond) << kConditionShift) |
124 void Assembler::EmitMemOpAddressMode3(Condition cond,
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.h 182 bool OutsideITBlockAndAlOrLast(Condition cond) {
183 return ((it_mask_ == 0) && cond.Is(al)) || (it_mask_ == 0x8);
214 void it(Condition cond) { it(cond, 0x8); }
215 void itt(Condition cond) { it(cond, 0x4); }
216 void ite(Condition cond) { it(cond, 0xc); }
217 void ittt(Condition cond) { it(cond, 0x2);
    [all...]
  /external/libcups/cups/
thread.c 29 _cupsCondBroadcast(_cups_cond_t *cond) /* I - Condition */
31 pthread_cond_broadcast(cond);
40 _cupsCondInit(_cups_cond_t *cond) /* I - Condition */
42 pthread_cond_init(cond, NULL);
51 _cupsCondWait(_cups_cond_t *cond, /* I - Condition */
62 pthread_cond_timedwait(cond, mutex, &abstime);
65 pthread_cond_wait(cond, mutex);
201 _cupsCondBroadcast(_cups_cond_t *cond) /* I - Condition */
212 _cupsCondInit(_cups_cond_t *cond) /* I - Condition */
223 _cupsCondWait(_cups_cond_t *cond, /* I - Condition *
    [all...]
  /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}}
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_mutex.h 177 * SDL_CondWait(cond, lock);
186 * SDL_CondSignal(cond);
202 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);
209 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);
216 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);
227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
237 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_mutex.h 177 * SDL_CondWait(cond, lock);
186 * SDL_CondSignal(cond);
202 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);
209 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);
216 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);
227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
237 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,
  /prebuilts/misc/windows/sdl2/include/
SDL_mutex.h 177 * SDL_CondWait(cond, lock);
186 * SDL_CondSignal(cond);
202 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);
209 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);
216 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);
227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
237 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_mutex.h 177 * SDL_CondWait(cond, lock);
186 * SDL_CondSignal(cond);
202 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);
209 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);
216 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);
227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
237 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-imply.s 8 (p2) br.cond.sptk L
15 (p2) br.cond.sptk L
23 (p3) br.cond.sptk L
31 (p3) br.cond.sptk L
39 (p3) br.cond.sptk L
  /external/python/cpython2/Doc/includes/
mp_synchronize.py 73 def condition_func(cond):
74 cond.acquire()
75 print '\t' + str(cond)
78 print '\t' + str(cond)
79 cond.notify()
80 cond.release()
83 cond = multiprocessing.Condition()
85 p = multiprocessing.Process(target=condition_func, args=(cond,))
86 print cond
88 cond.acquire(
    [all...]
  /external/libevent/include/event2/
thread.h 147 void (*free_condition)(void *cond);
149 * threads waiting on 'cond' should be woken; otherwise, only on one
154 int (*signal_condition)(void *cond, int broadcast);
165 int (*wait_condition)(void *cond, void *lock,
  /external/libusb/libusb/os/
threads_posix.h 42 #define usbi_cond_init(cond) pthread_cond_init((cond), NULL)
53 int usbi_cond_timedwait(pthread_cond_t *cond,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
4-1.c 9 * is called on a cond that some thread is waiting, then it returns
15 * 3. Try to destroy the cond var in main
30 /* cond used by the two threads */
31 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
33 /* cond used by the two threads */
47 /* Wait on the cond var. This will not return, as nobody signals */
48 rc = pthread_cond_wait(&cond, &mutex);
77 /* Try to destroy the cond var. This should return an error */
78 rc = pthread_cond_destroy(&cond);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_validate.cpp 33 #define fsv_assert(cond) \
34 if (!(cond)) { \
37 fprintf(stderr, "%s:%d: %s\n", __FILE__, __LINE__, #cond); \
  /external/valgrind/none/tests/
ppoll_alarm.c 14 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
21 pthread_cond_signal(&cond);
46 pthread_cond_wait(&cond, &mutex);
pselect_alarm.c 15 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
22 pthread_cond_signal(&cond);
47 pthread_cond_wait(&cond, &mutex);
  /external/valgrind/none/tests/s390x/
test.h 15 /* Test COND and if it happens to be true, say so */
16 #define TEST(cond) do { if (cond) SAY(#cond); } while (0)
  /external/libcxx/test/libcxx/experimental/filesystem/class.path/path.itr/
iterator_db.pass.cpp 18 #define _LIBCPP_ASSERT(cond, msg) ((cond) ? ((void)0) : throw 42)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
3-1.c 25 pthread_cond_t cond; local
36 rc = pthread_cond_init(&cond, &condattr);
  /external/mesa3d/include/c11/
threads_posix.h 103 cnd_broadcast(cnd_t *cond)
105 assert(cond != NULL);
106 return (pthread_cond_broadcast(cond) == 0) ? thrd_success : thrd_error;
111 cnd_destroy(cnd_t *cond)
113 assert(cond);
114 pthread_cond_destroy(cond);
119 cnd_init(cnd_t *cond)
121 assert(cond != NULL);
122 return (pthread_cond_init(cond, NULL) == 0) ? thrd_success : thrd_error;
127 cnd_signal(cnd_t *cond)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
debug.h 49 #define FAILIF(cond, msg...) do { \
50 if (__builtin_expect (cond, 0)) { \
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
debug.h 61 #define FAILIF(cond, msg...) do { \
62 if (__builtin_expect (cond, 0)) { \
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/
debug.h 49 #define FAILIF(cond, msg...) do { \
50 if (__builtin_expect (cond, 0)) { \

Completed in 2437 milliseconds

1 2 34 5 6 7 8 91011>>