Home
last modified time | relevance | path

Searched refs:second (Results 1 – 12 of 12) sorted by relevance

/system/extras/tests/lib/testUtil/
DtestUtil.c103 const struct timespec *second) in tsDelta() argument
108 assert(second != NULL); in tsDelta()
110 assert(second->tv_nsec >= 0 && second->tv_nsec < nSecsPerSec); in tsDelta()
111 rv.tv_sec = second->tv_sec - first->tv_sec; in tsDelta()
112 if (second->tv_nsec >= first->tv_nsec) { in tsDelta()
113 rv.tv_nsec = second->tv_nsec - first->tv_nsec; in tsDelta()
115 rv.tv_nsec = (second->tv_nsec + nSecsPerSec) - first->tv_nsec; in tsDelta()
126 const struct timeval *second) in tvDelta() argument
131 assert(second != NULL); in tvDelta()
133 assert(second->tv_usec >= 0 && second->tv_usec < uSecsPerSec); in tvDelta()
[all …]
/system/extras/tests/bionic/libc/bionic/
Dlib_relocs.c6 struct foo { int first, second; }; member
9 int* FooPtr[] = { &Foo.first, &Foo.second };
/system/extras/tests/include/
DtestUtil.h33 const struct timespec *second);
35 const struct timeval *second);
/system/core/fastboot/
Dbootimg.c42 void *second, unsigned second_size, in mkbootimg() argument
82 second, second_size); in mkbootimg()
Dfastboot.c63 void *second, unsigned second_size,
/system/extras/tests/sdcard/
Dstopwatch.cpp136 long second = mData[i * 2].mTime.tv_sec - mStart.tv_sec; in sprint() local
139 … SNPRINTF_OR_RETURN(*str, *size, "%f %f\n", double(second) + double(nano) / 1.0e9, mDeltas[i]); in sprint()
172 long second = mData[i + 1].mTime.tv_sec - mData[i].mTime.tv_sec; in processSamples() local
175 mDeltas[i / 2] = double(second) + double(nano) / 1.0e9; in processSamples()
/system/core/include/cutils/
Dlog.h434 #define __android_second(dummy, second, ...) second argument
/system/core/libnl_2/
DREADME28 * After this header a second header *can* be used specific to the netlink
/system/core/sh/
Dnodetypes54 ch2 nodeptr # the second child
DTOUR253 substitution. The second (ifsbreakup) performs word splitting
/system/core/init/
Dreadme.txt20 Actions and Services have unique names. If a second Action or Service
/system/core/adb/
Dprotocol.txt34 unsigned arg1; /* second argument */