Searched refs:thr (Results 76 - 84 of 84) sorted by relevance

1234

/external/valgrind/main/callgrind/
H A Ddump.c1458 thread_info** thr = CLG_(get_threads)(); local
1460 if (!thr[t]) continue;
1462 thr[t]->lastdump_cost,
1463 thr[t]->states.entry[0]->cost);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1176 unsigned int thr = cpi->source_var_thresh; local
1199 is_larger_better = (d16[0]->var < thr) && (d16[1]->var < thr) &&
1200 (d16[2]->var < thr) && (d16[3]->var < thr);
1220 thr <<= 1;
1221 is_larger_better = (d32[0].var < thr) && (d32[1].var < thr) &&
1222 (d32[2].var < thr) && (d32[3].var < thr);
[all...]
/external/openssl/apps/
H A Dspeed.c320 HANDLE thr; local
322 thr = CreateThread(NULL,4096,sleepy,NULL,0,NULL);
323 if (thr==NULL)
329 CloseHandle(thr); /* detach the thread */
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2962 pthread_t thr; local
2963 pthread_create(&thr, 0, SignalCond, &args);
2966 pthread_join(thr, 0);
2970 pthread_create(&thr, 0, SignalCond, &args);
2973 pthread_join(thr, 0);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm1718 ; vp8_loop_filter_simple_vertical_edge_mmx(y_ptr+4, y_stride, lfi->flim,lfi->lim,lfi->thr,2);
1719 ; vp8_loop_filter_simple_vertical_edge_mmx(y_ptr+8, y_stride, lfi->flim,lfi->lim,lfi->thr,2);
1720 ; vp8_loop_filter_simple_vertical_edge_mmx(y_ptr+12, y_stride, lfi->flim,lfi->lim,lfi->thr,2);
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm1718 ; vp8_loop_filter_simple_vertical_edge_mmx(y_ptr+4, y_stride, lfi->flim,lfi->lim,lfi->thr,2);
1719 ; vp8_loop_filter_simple_vertical_edge_mmx(y_ptr+8, y_stride, lfi->flim,lfi->lim,lfi->thr,2);
1720 ; vp8_loop_filter_simple_vertical_edge_mmx(y_ptr+12, y_stride, lfi->flim,lfi->lim,lfi->thr,2);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump16447 A#B���� 3p7�����2�o&��sq�W�*�./� �q7��jcRyQ���)XX���jUgOEzōʳ��Y��r'~w��X�gL���}��)�7-Q��+�)yw��=���eO�\�����thr ɜp �d�)8�`%��*���x����.7�>�x��@��4#ݹ�0��)���с{d|ŕ-ȼ���Nݼ�'bc=]�a�w�*?�t�^B1���,�e
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 396 milliseconds

1234