OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tzero
(Results
1 - 8
of
8
) sorted by null
/system/extras/tests/bionic/libc/common/
test_pthread_mutex.c
98
#define
TZERO
(cond) \
116
TZERO
(pthread_mutex_init(lock, attr));
117
TZERO
(pthread_mutex_lock(lock));
118
TZERO
(pthread_mutex_unlock(lock));
119
TZERO
(pthread_mutex_destroy(lock));
125
TZERO
(pthread_mutexattr_settype(attr, type));
127
TZERO
(pthread_mutexattr_gettype(attr, &newtype));
141
TZERO
(pthread_mutexattr_init(attr));
152
TZERO
(pthread_mutexattr_destroy(attr));
155
TZERO
(pthread_mutexattr_init(attr))
[
all
...]
/external/tcpdump/
atime.awk
12
if (!
tzero
) {
13
tzero
= tim
17
printf "%7.2f\t%g\n", tim-
tzero
, $7/1024
stime.awk
12
if (!
tzero
) {
13
tzero
= tim
18
printf "%7.2f\t%g\n", tim-
tzero
, substr($6,1,i-1)/1024
packetdat.awk
54
tzero
= firstSend[1]
58
firstSend[i] -
tzero
, lastSend[i] -
tzero
,\
59
firstAck[i] -
tzero
, lastAck[i] -
tzero
,\
send-ack.awk
14
tzero
= tim
46
printf "%7.2f\t%7.2f\t%s send %s %d", tim-
tzero
, tim-ltim,\
56
printf "%7.2f\t%7.2f\t%s ack %s %d", tim-
tzero
, tim-ltim,\
/external/icu4c/i18n/
plurrule_impl.h
114
tZero
,
plurrule.cpp
911
case
tZero
:
/external/bluetooth/bluez/lib/
bluetooth.c
452
return "
Tzero
Technologies, Inc.";
Completed in 44 milliseconds