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

1 23 4 5

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_altivec.c 58 mbloop_filter_horizontal_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
61 mbloop_filter_horizontal_edge_uv_ppc(u_ptr, v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr);
77 mbloop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
80 mbloop_filter_vertical_edge_uv_ppc(u_ptr, v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr);
97 loop_filter_horizontal_edge_y_ppc(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
98 loop_filter_horizontal_edge_y_ppc(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
99 loop_filter_horizontal_edge_y_ppc(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
102 loop_filter_horizontal_edge_uv_ppc(u_ptr + 4 * uv_stride, v_ptr + 4 * uv_stride, uv_stride, lfi->flim, lfi->lim, lfi->thr);
120 loop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->flim, lfi->lim, lfi->thr);
123 loop_filter_vertical_edge_uv_ppc(u_ptr + 4, v_ptr + 4, uv_stride, lfi->flim, lfi->lim, lfi->thr);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 239 ThreadState *thr = tctx->thr;
240 CHECK(thr);
241 return ((addr >= thr->stk_addr && addr < thr->stk_addr + thr->stk_size) ||
242 (addr >= thr->tls_addr && addr < thr->tls_addr + thr->tls_size));
252 ThreadState *thr = tctx->thr
    [all...]
tsan_symbolize.cc 26 ThreadState *thr = cur_thread(); local
27 CHECK(!thr->in_symbolizer);
28 thr->in_symbolizer = true;
29 thr->ignore_interceptors++;
33 ThreadState *thr = cur_thread(); local
34 CHECK(thr->in_symbolizer);
35 thr->in_symbolizer = false;
36 thr->ignore_interceptors--;
tsan_interface_ann.cc 34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l,
36 : thr_(thr) {
52 ThreadState *thr = cur_thread(); \
54 StatInc(thr, StatAnnotation); \
55 StatInc(thr, Stat##typ); \
56 ScopedAnnotation sa(thr, __func__, f, l, caller_pc); \
228 Release(thr, pc, addr);
233 Acquire(thr, pc, addr);
255 MutexCreate(thr, pc, m, true, true, false);
260 MutexCreate(thr, pc, m, true, true, true)
    [all...]
tsan_stack_trace.cc 61 void StackTrace::ObtainCurrent(ThreadState *thr, uptr toppc) {
63 n_ = thr->shadow_stack_pos - thr->shadow_stack;
83 s_[i] = thr->shadow_stack[start + i];
tsan_interface_atomic.cc 34 ThreadState *const thr = cur_thread(); \
35 if (thr->ignore_interceptors) \
37 AtomicStatInc(thr, sizeof(*a), mo, StatAtomic##func); \
38 ScopedAtomic sa(thr, callpc, a, mo, __func__); \
39 return Atomic##func(thr, pc, __VA_ARGS__); \
71 ScopedAtomic(ThreadState *thr, uptr pc, const volatile void *a,
73 : thr_(thr) {
85 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) {
86 StatInc(thr, StatAtomic);
87 StatInc(thr, t)
    [all...]
tsan_stack_trace.h 36 void ObtainCurrent(ThreadState *thr, uptr toppc);
tsan_mutex.h 84 void CheckNoLocks(ThreadState *thr);
  /external/compiler-rt/test/tsan/
barrier.cc 15 void *thr(void *p) { function
32 pthread_create(&th[i], 0, thr, (void*)(long)i);
cond_race.cc 17 void *thr(void *p) { function
31 pthread_create(&th, 0, thr, c);
  /frameworks/base/core/java/com/android/internal/app/
ShutdownActivity.java 43 Thread thr = new Thread("ShutdownActivity") { local
58 thr.start();
62 thr.join();
  /external/valgrind/main/helgrind/
libhb_core.c 142 a pair, (Thr*, ULong), but that takes 16 bytes on a 64-bit target.
143 We pack it into 64 bits by representing the Thr* using a ThrID, a
168 NB3: this probably also relies on the fact that Thr's are never
170 Thr's to thrid values (set up in Thr__new) persists forever.
257 // data decls: Thr, ULong_n_EC //
301 /* A small integer giving a unique identity to this Thr. See
311 1-1 mapping between Thread and Thr structures -- each Thr points
312 at its corresponding Thread, and vice versa. Really, Thr and
357 static void (*main_get_stacktrace)( Thr*, Addr*, UWord ) = NULL
3658 Thr* thr = *(Thr**)VG_(indexXA)( thrid_to_thr_map, thrid - 1024 ); local
3665 Thr* thr = HG_(zalloc)( "libhb.Thr__new.1", sizeof(Thr) ); local
6070 Thr* thr; local
    [all...]
hg_errors.h 54 void HG_(record_error_Race) ( Thread* thr,
73 void HG_(record_error_Misc) ( Thread* thr, const HChar* errstr );
  /packages/apps/Browser/src/com/android/browser/
OpenDownloadReceiver.java 37 HandlerThread thr = new HandlerThread("Open browser download async"); typedefs
38 thr.start();
39 sAsyncHandler = new Handler(thr.getLooper());
  /external/chromium_org/v8/test/mjsunit/regress/
regress-368243.js 19 "thr" : { x : 3, z : 4},
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_luma.cpp 41 int thr, blks, incr; local
94 thr = thres[blks];
97 thr, width, max_diff);
148 thr = thres[blks];
151 thr, width, max_diff);
210 thr = thres[blks];
213 thr, width, max_diff);
216 width, thr, max_diff);
  /frameworks/base/services/core/java/com/android/server/
MasterClearReceiver.java 45 Thread thr = new Thread("Reboot") { local
58 thr.start();
  /external/chromium_org/third_party/opus/src/silk/
A2NLSF.c 120 opus_int32 ylo, yhi, ymid, thr; local
152 thr = 0;
159 if( ( ylo <= 0 && yhi >= thr ) || ( ylo >= 0 && yhi <= -thr ) ) {
163 thr = 1;
165 thr = 0;
219 thr = 0;
  /external/libopus/silk/
A2NLSF.c 120 opus_int32 ylo, yhi, ymid, thr; local
152 thr = 0;
159 if( ( ylo <= 0 && yhi >= thr ) || ( ylo >= 0 && yhi <= -thr ) ) {
163 thr = 1;
165 thr = 0;
219 thr = 0;
  /system/core/debuggerd/
crasher.c 69 pthread_t thr; local
73 pthread_create(&thr, &attr, noisy, (void*) 'A');
74 pthread_create(&thr, &attr, noisy, (void*) 'B');
75 pthread_create(&thr, &attr, noisy, (void*) 'C');
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 55 Thread thr = new Thread(null, mTask, "AlarmService_Service"); local
56 thr.start();
  /external/valgrind/main/none/tests/
thread-exits.c 40 static void *thr(void *v) function
72 ret = pthread_create(&t, NULL, thr, NULL);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mfqe.c 149 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
188 /* thr = qdiff/16 + log2(act) + log4(qprev) */
189 thr = (qdiff >> 4);
190 while (actd >>= 1) thr++;
191 while (qprev >>= 2) thr++;
194 thrsq = thr * thr;
200 if (sad < thr &&
203 2 * usad < thr && 2 * vsad < thr && !actrisk
    [all...]
  /external/libvpx/libvpx/vp8/common/
mfqe.c 149 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
188 /* thr = qdiff/16 + log2(act) + log4(qprev) */
189 thr = (qdiff >> 4);
190 while (actd >>= 1) thr++;
191 while (qprev >>= 2) thr++;
194 thrsq = thr * thr;
200 if (sad < thr &&
203 2 * usad < thr && 2 * vsad < thr && !actrisk
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 149 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
188 /* thr = qdiff/16 + log2(act) + log4(qprev) */
189 thr = (qdiff >> 4);
190 while (actd >>= 1) thr++;
191 while (qprev >>= 2) thr++;
194 thrsq = thr * thr;
200 if (sad < thr &&
203 2 * usad < thr && 2 * vsad < thr && !actrisk
    [all...]

Completed in 954 milliseconds

1 23 4 5