OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nsec
(Results
101 - 125
of
594
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libunwind/tests/
Gperf-trace.c
118
printf ("%s: unw_step : 1st=%9.3f min=%9.3f avg=%9.3f
nsec
\n", label,
212
printf ("unw_getcontext : cold avg=%9.3f
nsec
, warm avg=%9.3f
nsec
\n",
214
printf ("unw_init_local : cold avg=%9.3f
nsec
, warm avg=%9.3f
nsec
\n",
/prebuilts/go/darwin-x86/src/runtime/
sys_plan9_386.s
90
TEXT
nsec
<>(SB),NOSPLIT,$0
95
TEXT runtime·
nsec
(SB),NOSPLIT,$8
98
CALL
nsec
<>(SB)
105
// func now() (sec int64,
nsec
int32)
115
MOVL DX,
nsec
+8(FP)
sys_freebsd_386.s
162
// func now() (sec int64,
nsec
int32)
170
MOVL 16(SP), BX //
nsec
172
// sec is in AX,
nsec
in BX
175
MOVL BX,
nsec
+8(FP)
179
// void nanotime(int64 *
nsec
)
189
MOVL 16(SP), BX //
nsec
191
// sec is in AX,
nsec
in BX
192
// convert to DX:AX
nsec
sys_dragonfly_amd64.s
151
// func now() (sec int64,
nsec
int32)
158
MOVQ 16(SP), DX //
nsec
160
// sec is in AX,
nsec
in DX
162
MOVL DX,
nsec
+8(FP)
171
MOVQ 16(SP), DX //
nsec
173
// sec is in AX,
nsec
in DX
174
// return
nsec
in AX
sys_freebsd_amd64.s
145
// func now() (sec int64,
nsec
int32)
152
MOVQ 16(SP), DX //
nsec
154
// sec is in AX,
nsec
in DX
156
MOVL DX,
nsec
+8(FP)
167
MOVQ 16(SP), DX //
nsec
169
// sec is in AX,
nsec
in DX
170
// return
nsec
in AX
sys_netbsd_amd64.s
172
// func now() (sec int64,
nsec
int32)
179
MOVL 16(SP), DX //
nsec
181
// sec is in AX,
nsec
in DX
183
MOVL DX,
nsec
+8(FP)
192
MOVL 16(SP), DX //
nsec
194
// sec is in AX,
nsec
in DX
195
// return
nsec
in AX
sys_openbsd_amd64.s
182
// func now() (sec int64,
nsec
int32)
189
MOVQ 16(SP), DX //
nsec
191
// sec is in AX,
nsec
in DX
193
MOVL DX,
nsec
+8(FP)
202
MOVQ 16(SP), DX //
nsec
204
// sec is in AX,
nsec
in DX
205
// return
nsec
in AX
/prebuilts/go/linux-x86/src/runtime/
sys_plan9_386.s
90
TEXT
nsec
<>(SB),NOSPLIT,$0
95
TEXT runtime·
nsec
(SB),NOSPLIT,$8
98
CALL
nsec
<>(SB)
105
// func now() (sec int64,
nsec
int32)
115
MOVL DX,
nsec
+8(FP)
sys_freebsd_386.s
162
// func now() (sec int64,
nsec
int32)
170
MOVL 16(SP), BX //
nsec
172
// sec is in AX,
nsec
in BX
175
MOVL BX,
nsec
+8(FP)
179
// void nanotime(int64 *
nsec
)
189
MOVL 16(SP), BX //
nsec
191
// sec is in AX,
nsec
in BX
192
// convert to DX:AX
nsec
sys_dragonfly_amd64.s
151
// func now() (sec int64,
nsec
int32)
158
MOVQ 16(SP), DX //
nsec
160
// sec is in AX,
nsec
in DX
162
MOVL DX,
nsec
+8(FP)
171
MOVQ 16(SP), DX //
nsec
173
// sec is in AX,
nsec
in DX
174
// return
nsec
in AX
sys_freebsd_amd64.s
145
// func now() (sec int64,
nsec
int32)
152
MOVQ 16(SP), DX //
nsec
154
// sec is in AX,
nsec
in DX
156
MOVL DX,
nsec
+8(FP)
167
MOVQ 16(SP), DX //
nsec
169
// sec is in AX,
nsec
in DX
170
// return
nsec
in AX
sys_netbsd_amd64.s
172
// func now() (sec int64,
nsec
int32)
179
MOVL 16(SP), DX //
nsec
181
// sec is in AX,
nsec
in DX
183
MOVL DX,
nsec
+8(FP)
192
MOVL 16(SP), DX //
nsec
194
// sec is in AX,
nsec
in DX
195
// return
nsec
in AX
/external/strace/
ptp.c
65
(int64_t)perout.start.sec, perout.start.
nsec
,
66
(int64_t)perout.period.sec, perout.period.
nsec
,
109
sysoff.ts[i].
nsec
);
/dalvik/dx/tests/131-perf/
run
77
nsec
=`expr $end - $start`
78
msec=`expr $
nsec
/ 1000000`
/external/jemalloc/src/
nstime.c
13
nstime_init2(nstime_t *time, uint64_t sec, uint64_t
nsec
)
16
time->ns = sec * BILLION +
nsec
;
/prebuilts/go/darwin-x86/src/time/
time_test.go
114
nsec
:= test.seconds*1e9 + int64(golden.Nanosecond)
115
tm := Unix(0,
nsec
).UTC()
117
if newnsec !=
nsec
{
118
t.Errorf("NanosecondsToUTC(%d).Nanoseconds() = %d",
nsec
, newnsec)
121
t.Errorf("NanosecondsToUTC(%d):",
nsec
)
148
nsec
:= test.seconds*1e9 + int64(golden.Nanosecond)
149
tm := Unix(0,
nsec
)
151
if newnsec !=
nsec
{
152
t.Errorf("NanosecondsToLocalTime(%d).Seconds() = %d",
nsec
, newnsec)
155
t.Errorf("NanosecondsToLocalTime(%d):",
nsec
)
[
all
...]
/prebuilts/go/linux-x86/src/time/
time_test.go
114
nsec
:= test.seconds*1e9 + int64(golden.Nanosecond)
115
tm := Unix(0,
nsec
).UTC()
117
if newnsec !=
nsec
{
118
t.Errorf("NanosecondsToUTC(%d).Nanoseconds() = %d",
nsec
, newnsec)
121
t.Errorf("NanosecondsToUTC(%d):",
nsec
)
148
nsec
:= test.seconds*1e9 + int64(golden.Nanosecond)
149
tm := Unix(0,
nsec
)
151
if newnsec !=
nsec
{
152
t.Errorf("NanosecondsToLocalTime(%d).Seconds() = %d",
nsec
, newnsec)
155
t.Errorf("NanosecondsToLocalTime(%d):",
nsec
)
[
all
...]
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
rdatatype.py
76
NSEC
= 47
138
'
NSEC
' :
NSEC
,
172
NSEC
: True,
/external/tlsdate/src/compat/
clock.h
59
void clock_init_time(struct tlsdate_time *time, time_t sec, long
nsec
);
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/
tempfile.a
32
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".
nsec
·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
33
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".
nsec
·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
35
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".
nsec
·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
41
type @"time".Time struct { @"time".sec int64; @"time".
nsec
int32; @"time".loc *@"time".Location
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/internal/
testenv.a
36
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".
nsec
·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
37
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".
nsec
·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
39
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".
nsec
·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
45
type @"time".Time struct { @"time".sec int64; @"time".
nsec
int32; @"time".loc *@"time".Location
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/internal/
testenv.a
36
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".
nsec
·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
37
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".
nsec
·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
39
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".
nsec
·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
45
type @"time".Time struct { @"time".sec int64; @"time".
nsec
int32; @"time".loc *@"time".Location
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/
tempfile.a
32
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".
nsec
·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
33
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".
nsec
·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
35
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".
nsec
·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
41
type @"time".Time struct { @"time".sec int64; @"time".
nsec
int32; @"time".loc *@"time".Location
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/internal/
testenv.a
36
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".
nsec
·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
37
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".
nsec
·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
39
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".
nsec
·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
45
type @"time".Time struct { @"time".sec int64; @"time".
nsec
int32; @"time".loc *@"time".Location
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/internal/
testenv.a
36
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".
nsec
·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
37
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".
nsec
·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
39
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".
nsec
·4 @"time".Duration; ; @"time".
nsec
·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".
nsec
·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
45
type @"time".Time struct { @"time".sec int64; @"time".
nsec
int32; @"time".loc *@"time".Location
[
all
...]
Completed in 1655 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>