OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runtime2
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c
95
float runtime1,
runtime2
;
local
304
runtime2
= (float)(clock()/(float)CLOCKS_PER_SEC-starttime2);
314
printf(" %.1f s (%.1f%% of realtime)\n", runtime1+
runtime2
,
315
(100*(runtime1+
runtime2
)/outtime));
319
runtime1, 100.0*runtime1/(runtime1+
runtime2
));
323
runtime2
, 100.0*
runtime2
/(runtime1+
runtime2
));
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
select.go
323
// Keep in sync with src/runtime/
runtime2
.go and src/runtime/select.go.
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
select.go
323
// Keep in sync with src/runtime/
runtime2
.go and src/runtime/select.go.
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
select.go
326
// Keep in sync with src/runtime/
runtime2
.go and src/runtime/select.go.
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
select.go
326
// Keep in sync with src/runtime/
runtime2
.go and src/runtime/select.go.
Completed in 581 milliseconds