OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_sample
(Results
1 - 9
of
9
) sorted by null
/device/google/contexthub/firmware/src/drivers/orientation/
orientation.c
190
struct TripleAxisDataPoint *curr_sample, *
next_sample
;
local
212
next_sample
= curr_sample + 1;
217
next_sample
= ev->samples;
224
if (
next_sample
== ev->samples)
227
next_time = curr_time +
next_sample
->deltaTime;
240
curr_sample =
next_sample
;
241
next_sample
++;
248
(
next_sample
->x - curr_sample->x);
250
(
next_sample
->y - curr_sample->y);
252
(
next_sample
->z - curr_sample->z)
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
mcache.go
14
next_sample
int32 // trigger heap sample after allocating this many bytes
79
c.
next_sample
= int32(int(fastrand1()) % (2 * rate))
malloc.go
695
if size < uintptr(rate) && int32(size) < c.
next_sample
{
696
c.
next_sample
-= int32(size)
804
next -= (int32(size) - c.
next_sample
)
808
c.
next_sample
= next
/prebuilts/go/linux-x86/src/runtime/
mcache.go
14
next_sample
int32 // trigger heap sample after allocating this many bytes
79
c.
next_sample
= int32(int(fastrand1()) % (2 * rate))
malloc.go
695
if size < uintptr(rate) && int32(size) < c.
next_sample
{
696
c.
next_sample
-= int32(size)
804
next -= (int32(size) - c.
next_sample
)
808
c.
next_sample
= next
/prebuilts/go/darwin-x86/src/runtime/pprof/
mprof_test.go
58
// Allocate a meg to ensure that mcache.
next_sample
is updated to 1.
/prebuilts/go/linux-x86/src/runtime/pprof/
mprof_test.go
58
// Allocate a meg to ensure that mcache.
next_sample
is updated to 1.
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
runtime.a
86
type @"".mcache struct { @"".
next_sample
int32; @"".local_cachealloc uintptr; @"".local_scan uintptr; @"".tiny @"unsafe".Pointer; @"".tinyoffset uintptr; @"".local_tinyallocs uintptr; @"".alloc [67]*@"".mspan; @"".stackcache [4]@"".stackfreelist; @"".local_nlookup uintptr; @"".local_largefree uintptr; @"".local_nlargefree uintptr; @"".local_nsmallfree [67]uintptr }
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/
runtime.a
86
type @"".mcache struct { @"".
next_sample
int32; @"".local_cachealloc uintptr; @"".local_scan uintptr; @"".tiny @"unsafe".Pointer; @"".tinyoffset uintptr; @"".local_tinyallocs uintptr; @"".alloc [67]*@"".mspan; @"".stackcache [4]@"".stackfreelist; @"".local_nlookup uintptr; @"".local_largefree uintptr; @"".local_nlargefree uintptr; @"".local_nsmallfree [67]uintptr }
[
all
...]
Completed in 234 milliseconds