/external/libpcap/ |
pcap.h | 142 struct timeval ts; /* time stamp */ member in struct:pcap_pkthdr
|
pcap-int.h | 251 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_pkthdr 267 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_patched_pkthdr
|
/external/opencv/cv/src/ |
cvmotempl.cpp | 53 int ts, delbound; local 57 ts = v.i; 89 /* val = silIm[x] ? ts : val < delbound ? 0 : val; */ 91 val ^= (ts ^ val) & ((silIm[x] == 0) - 1); 100 /* val = silIm[x] ? ts : val < delbound ? 0 : val; */ 102 val ^= (ts ^ val) & ((silIm[x] == 0) - 1); 427 int stub_val, ts; local 448 v.f = (float)timestamp; ts = v.i; 469 if( mhi_row[x] == ts && mask8u_row[x] == 0 )
|
/external/qemu/ |
posix-aio-compat.c | 101 struct timespec *ts) 103 int ret = pthread_cond_timedwait(cond, mutex, ts); 314 struct timespec ts; local 317 ts.tv_sec = tv.tv_sec + 10; 318 ts.tv_nsec = 0; 324 ret = cond_timedwait(&cond, &lock, &ts);
|
/external/skia/src/pathops/ |
SkPathOpsQuad.cpp | 26 double ts[3]; local 27 int roots = SkDCubic::RootsValidT(a, b, c, d, ts); 33 SkDPoint onQuad = ptAtT(ts[index]); 41 return ts[bestIndex];
|
/external/skia/tests/ |
PathOpsCubicIntersectionTest.cpp | 560 int ts = cubic.findMaxCurvature(max); local 561 for (idx2 = 0; idx2 < ts; ++idx2) {
|
/external/valgrind/main/coregrind/m_gdbserver/ |
target.c | 67 ThreadState *ts; local 78 ti, tid, VG_(name_of_ThreadStatus) (ts->status), \ 79 image_ptid (ptid), ts->os_state.lwpid 82 ts = VG_(get_ThreadState) (tid); 83 ptid = ts->os_state.lwpid; 90 if (ts->status != VgTs_Init) { 92 add_thread (ptid, ts, ptid);
|
/frameworks/av/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 95 struct timespec ts; local 96 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { 97 time_t secs = ts.tv_sec - pContext->mBufferUpdateTime.tv_sec; 98 long nsec = ts.tv_nsec - pContext->mBufferUpdateTime.tv_nsec;
|
/frameworks/av/media/libmedia/ |
AudioTrackShared.cpp | 169 const struct timespec *ts; local 175 ts = NULL; 180 ts = requested; 200 ts = &remaining; 204 ts = NULL; 215 mClientInServer ? FUTEX_WAIT_PRIVATE : FUTEX_WAIT, old & ~CBLK_FUTEX_WAKE, ts); 398 const struct timespec *ts; local 404 ts = NULL; 409 ts = requested; 429 ts = &remaining [all...] |
/hardware/libhardware/modules/camera/ |
Camera.cpp | 612 struct timespec ts; local 618 res = clock_gettime(CLOCK_BOOTTIME, &ts); 620 timestamp = ts.tv_sec * 1000000000ULL + ts.tv_nsec;
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/ |
MobiCoreDriverDaemon.cpp | 525 TrustletSession *ts = device->registerTrustletConnection( local 528 if (!ts) { 535 ts->processQueuedNotifications();
|
/hardware/ti/omap4xxx/ |
heaptracker.c | 530 struct timespec ts; local 543 clock_gettime(CLOCK_REALTIME, &ts); 544 ts.tv_sec += SCANNER_SLEEP_S; 545 pthread_cond_timedwait(&scanner_cond, &scanner_lock, &ts);
|
/ndk/sources/host-tools/make-3.81/ |
file.c | 778 FILE_TIMESTAMP ts = product + offset; 781 && product <= ts && ts <= ORDINARY_MTIME_MAX)) 784 ts = s <= OLD_MTIME ? ORDINARY_MTIME_MIN : ORDINARY_MTIME_MAX; 785 file_timestamp_sprintf (buf, ts); 790 return ts; 845 timestamp TS. */ 847 file_timestamp_sprintf (char *p, FILE_TIMESTAMP ts) 849 time_t t = FILE_TIMESTAMP_S (ts); 867 sprintf (p, ".%09d", FILE_TIMESTAMP_NS (ts)); 773 FILE_TIMESTAMP ts = product + offset; local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppProvider.java | 272 Long ts = values.getAsLong(BluetoothShare.TIMESTAMP); local 273 if (ts == null) { 274 ts = System.currentTimeMillis(); 276 filteredValues.put(BluetoothShare.TIMESTAMP, ts);
|
/system/core/libnetutils/ |
dhcpclient.c | 55 struct timespec ts; local 57 if (clock_gettime(CLOCK_MONOTONIC, &ts)) { 60 return (((msecs_t) ts.tv_sec) * ((msecs_t) 1000)) + 61 (((msecs_t) ts.tv_nsec) / ((msecs_t) 1000000));
|
/art/runtime/base/ |
mutex.cc | 644 timespec ts; local 645 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &ts); 646 int result = pthread_rwlock_timedwrlock(&rwlock_, &ts); 909 timespec ts; local 910 InitTimeSpec(true, clock, ms, ns, &ts); 911 int rc = TEMP_FAILURE_RETRY(TIMEDWAIT(&cond_, &guard_.mutex_, &ts));
|
/dalvik/vm/ |
Sync.cpp | 549 static void absoluteTime(s8 msec, s4 nsec, struct timespec *ts) 554 clock_gettime(CLOCK_MONOTONIC, ts); 559 ts->tv_sec = tv.tv_sec; 560 ts->tv_nsec = tv.tv_usec * 1000; 563 endSec = ts->tv_sec + msec / 1000; 568 ts->tv_sec = endSec; 569 ts->tv_nsec = (ts->tv_nsec + (msec % 1000) * 1000000) + nsec; 572 if (ts->tv_nsec >= 1000000000L) { 573 ts->tv_sec++ 582 struct timespec ts; local 619 struct timespec ts; local [all...] |
/dalvik/vm/analysis/ |
DexPrepare.cpp | 1442 } ts; member in union:__anon863 [all...] |
/device/asus/flo/camera/QCamera2/stack/common/ |
mm_camera_interface.h | 69 struct timespec ts; member in struct:__anon1744
|
/external/chromium_org/third_party/sqlite/src/src/ |
pragma.c | 131 int ts = getTempStore(zStorageType); local 133 if( db->temp_store==ts ) return SQLITE_OK; 137 db->temp_store = (u8)ts; [all...] |
/external/libexif/libexif/ |
exif-data.c | 234 unsigned int ts; local 272 ts = *ds + s; 280 ts++; 281 t = exif_mem_realloc (data->priv->mem, *d, ts); 283 EXIF_LOG_NO_MEMORY (data->priv->log, "ExifData", ts); 287 *ds = ts; 514 unsigned int ts; local 559 ts = *ds + (2 + (ifd->count + n_ptr + n_thumb) * 12 + 4); 560 t = exif_mem_realloc (data->priv->mem, *d, ts); 562 EXIF_LOG_NO_MEMORY (data->priv->log, "ExifData", ts); [all...] |
/external/linux-tools-perf/util/ |
trace-event.h | 161 unsigned long long ts; member in struct:record
|
/external/mksh/src/ |
exec.c | 1167 struct tstate ts; local 1169 for (ktwalk(&ts, &taliases); (tp = ktnext(&ts)) != NULL; ) [all...] |
/external/openssh/ |
misc.c | 874 struct timespec ts, rm; local 910 TIMEVAL_TO_TIMESPEC(&bw->bwend, &ts); 911 while (nanosleep(&ts, &rm) == -1) { 914 ts = rm;
|
/external/qemu/audio/ |
audio_int.h | 194 QEMUTimer *ts; member in struct:AudioState
|