HomeSort by relevance Sort by last modified time
    Searched refs:cond (Results 201 - 225 of 1759) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/display/msm8994/libgralloc/
gr.h 85 pthread_cond_t cond; member in class:Locker
95 pthread_cond_init(&cond, 0);
99 pthread_cond_destroy(&cond);
102 inline void wait() { pthread_cond_wait(&cond, &mutex); }
104 inline void signal() { pthread_cond_signal(&cond); }
  /hardware/qcom/display/msm8996/libgralloc/
gr.h 86 pthread_cond_t cond; member in class:Locker
96 pthread_cond_init(&cond, 0);
100 pthread_cond_destroy(&cond);
103 inline void wait() { pthread_cond_wait(&cond, &mutex); }
105 inline void signal() { pthread_cond_signal(&cond); }
  /external/fio/
helper_thread.c 13 pthread_cond_t cond; member in struct:helper_data
19 pthread_cond_destroy(&helper_data->cond);
33 pthread_cond_signal(&helper_data->cond);
46 pthread_cond_signal(&helper_data->cond);
64 pthread_cond_signal(&helper_data->cond);
96 pthread_cond_timedwait(&hd->cond, &hd->lock, &ts);
167 ret = mutex_cond_init_pshared(&hd->lock, &hd->cond);
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 263 ConditionalCE32 *cond = builder.getConditionalCE32ForCE32(ce32); local
264 if(cond->builtCE32 == Collation::NO_CE32) {
266 cond->builtCE32 = builder.buildContext(cond, errorCode);
270 cond->builtCE32 = builder.buildContext(cond, errorCode);
274 return cond->builtCE32;
519 ConditionalCE32 *cond = new ConditionalCE32(context, ce32); local
520 if(cond == NULL) {
524 conditionalCE32s.addElement(cond, errorCode)
569 ConditionalCE32 *cond = getConditionalCE32ForCE32(oldCE32); local
574 ConditionalCE32 *cond; local
812 ConditionalCE32 *cond = getConditionalCE32(index); \/\/ the last ConditionalCE32 so far local
984 ConditionalCE32 *cond = src.getConditionalCE32ForCE32(ce32); local
1346 ConditionalCE32 *cond = getConditionalCE32ForCE32(ce32); local
    [all...]
  /external/valgrind/helgrind/
hg_intercepts.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go 731 // cond:
747 // cond:
763 // cond:
779 // cond:
795 // cond:
813 // cond:
831 // cond:
849 // cond:
867 // cond:
885 // cond
    [all...]
deadcode_test.go 71 Valu("cond", OpConstBool, c.config.Types.Bool, 0, nil),
73 If("cond", "then", "else")),
94 if v == fun.values["cond"] {
107 Valu("cond", OpConstBool, c.config.Types.Bool, 0, nil),
108 If("cond", "b2", "b4")),
110 If("cond", "b3", "b4")),
112 If("cond", "b3", "b4")),
114 If("cond", "b3", "exit")),
134 if v == fun.values["cond"] {
rewriteARM.go 823 // cond:
841 // cond:
859 // cond:
877 // cond:
895 // cond:
915 // cond:
935 // cond:
955 // cond:
975 // cond:
995 // cond
    [all...]
rewritegeneric.go 475 // cond:
494 // cond:
513 // cond:
543 // cond:
573 // cond:
603 // cond:
633 // cond:
663 // cond:
693 // cond:
723 // cond
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go 731 // cond:
747 // cond:
763 // cond:
779 // cond:
795 // cond:
813 // cond:
831 // cond:
849 // cond:
867 // cond:
885 // cond
    [all...]
deadcode_test.go 71 Valu("cond", OpConstBool, c.config.Types.Bool, 0, nil),
73 If("cond", "then", "else")),
94 if v == fun.values["cond"] {
107 Valu("cond", OpConstBool, c.config.Types.Bool, 0, nil),
108 If("cond", "b2", "b4")),
110 If("cond", "b3", "b4")),
112 If("cond", "b3", "b4")),
114 If("cond", "b3", "exit")),
134 if v == fun.values["cond"] {
rewriteARM.go 823 // cond:
841 // cond:
859 // cond:
877 // cond:
895 // cond:
915 // cond:
935 // cond:
955 // cond:
975 // cond:
995 // cond
    [all...]
rewritegeneric.go 475 // cond:
494 // cond:
513 // cond:
543 // cond:
573 // cond:
603 // cond:
633 // cond:
663 // cond:
693 // cond:
723 // cond
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.c 309 void ternaryArg(char cond) {
311 derefArg(cond ? &x : getNull());
320 void ternaryArgCast(char cond) {
322 derefArgCast((char*)((unsigned)cond ? &x : getNull()));
332 void ternaryAssignment(char cond) {
334 int *p = cond ? getNull() : getPtr();
338 int *retNull(char cond) {
340 return cond ? &x : getNull();
342 int ternaryRetNull(char cond) {
343 int *p = retNull(cond);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query.c 82 uint32_t cond; local
88 cond = NV50_3D_COND_MODE_ALWAYS;
94 cond = condition ? NV50_3D_COND_MODE_EQUAL :
102 cond = wait ? NV50_3D_COND_MODE_NOT_EQUAL :
105 cond = NV50_3D_COND_MODE_RES_NON_ZERO;
107 cond = wait ? NV50_3D_COND_MODE_EQUAL : NV50_3D_COND_MODE_ALWAYS;
112 cond = NV50_3D_COND_MODE_ALWAYS;
119 nv50->cond_condmode = cond;
125 PUSH_DATA (push, cond);
140 PUSH_DATA (push, cond);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
dv-imply.d 12 c: c0 00 00 40 \(p02\) br\.cond\.sptk\.few c0 <L>
18 2c: a0 00 00 40 \(p02\) br\.cond\.sptk\.few c0 <L>
27 5c: 70 00 00 40 \(p03\) br\.cond\.sptk\.few c0 <L>
36 8c: 40 00 00 40 \(p03\) br\.cond\.sptk\.few c0 <L>
42 ac: 20 00 00 40 \(p03\) br\.cond\.sptk\.few c0 <L>
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.c 100 LLVMValueRef cond)
106 /* if cond is true, goto skip->block, else goto new_block */
107 LLVMBuildCondBr(skip->gallivm->builder, cond, skip->block, new_block);
130 LLVMValueRef cond; local
143 /* cond = (mask == 0) */
144 cond = LLVMBuildICmp(builder,
150 /* if cond, goto end of block */
151 lp_build_flow_skip_cond_break(&mask->skip, cond);
247 LLVMValueRef cond; local
257 cond = LLVMBuildICmp(builder, llvm_cond, next, end, "")
324 LLVMValueRef next, cond; local
    [all...]
  /external/dng_sdk/source/
dng_pthread.cpp 142 void ValidateCond(dng_pthread_cond_t *cond)
144 if (*cond != DNG_PTHREAD_COND_INITIALIZER)
149 if (*cond == DNG_PTHREAD_COND_INITIALIZER)
150 dng_pthread_cond_init(cond, NULL);
506 int dng_pthread_cond_init(dng_pthread_cond_t *cond, void * /* attrs */)
518 *cond = result;
524 int dng_pthread_cond_destroy(dng_pthread_cond_t *cond)
526 if (*cond == DNG_PTHREAD_COND_INITIALIZER)
528 *cond = NULL;
532 delete *cond;
    [all...]
dng_pthread.h 123 int dng_pthread_cond_init(dng_pthread_cond_t *cond, void * /* attrs */);
124 int dng_pthread_cond_destroy(dng_pthread_cond_t *cond);
125 int dng_pthread_cond_wait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex);
126 int dng_pthread_cond_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct dng_timespec *latest_time);
127 int dng_pthread_cond_signal(dng_pthread_cond_t *cond);
128 int dng_pthread_cond_broadcast(dng_pthread_cond_t *cond);
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 214 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); }
215 void ReaderLockWhen(Condition cond) { Lock(); WaitLoop(cond); }
216 void Await(Condition cond) { WaitLoop(cond); }
218 bool ReaderLockWhenWithTimeout(Condition cond, int millis)
219 { Lock(); return WaitLoopWithTimeout(cond, millis); }
220 bool LockWhenWithTimeout(Condition cond, int millis)
221 { Lock(); return WaitLoopWithTimeout(cond, millis);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
assembly.h 96 #define IT(cond) it cond
97 #define ITT(cond) itt cond
99 #define IT(cond)
100 #define ITT(cond)
  /external/compiler-rt/lib/builtins/
assembly.h 96 #define IT(cond) it cond
97 #define ITT(cond) itt cond
99 #define IT(cond)
100 #define ITT(cond)
  /external/ltp/tools/pounder21/src/ramsnake/
snake.c 146 int *cond; local
223 cond = mmap(NULL, sizeof(int), PROT_READ | PROT_WRITE,
225 if (cond == MAP_FAILED) {
229 *cond = 1;
242 * fork anything. Note that the "cond" mmap is a really crappy
260 while (*cond) {
279 *cond = 0;
  /external/tensorflow/tensorflow/contrib/py2tf/converters/
continue_statements.py 40 cond, = templates.replace(template, var_name=self.continuation_uses[-1][1])
41 cond.body = []
42 return cond
72 cond = self._create_continuation_check()
73 current_dest.append(cond)
74 current_dest = cond.body
  /system/tools/hidl/utils/
Formatter.cpp 78 Formatter& Formatter::sIf(const std::string& cond, const std::function<void(void)>& block) {
79 (*this) << "if (" << cond << ") ";
83 Formatter& Formatter::sElseIf(const std::string& cond, const std::function<void(void)>& block) {
84 (*this) << " else if (" << cond << ") ";
113 Formatter& Formatter::sWhile(const std::string& cond, const std::function<void(void)>& block) {
114 (*this) << "while (" << cond << ") ";

Completed in 1280 milliseconds

1 2 3 4 5 6 7 891011>>