HomeSort by relevance Sort by last modified time
    Searched refs:counted (Results 1 - 25 of 33) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
6-1.c 80 int counted; local
95 counted = count(dotdir);
99 output("Found %d entries in current dir\n", counted);
113 counted = count(dotdir);
117 output("Found %d entries in current dir from child\n", counted);
  /prebuilts/go/darwin-x86/src/runtime/
export_test.go 233 func CountPagesInUse() (pagesInUse, counted uintptr) {
240 counted += s.npages
gc_test.go 446 pagesInUse, counted := runtime.CountPagesInUse()
447 if pagesInUse != counted {
448 t.Fatalf("mheap_.pagesInUse is %d, but direct count is %d", pagesInUse, counted)
mcache.go 33 local_tinyallocs uintptr // number of tiny allocs not counted in other stats
mcentral.go 150 // mCentral_CacheSpan conservatively counted
mstats.go 129 // is the live heap (as counted by heap_live), but omitting
283 // returned to the heap (and hence counted toward HeapIdle).
  /prebuilts/go/linux-x86/src/runtime/
export_test.go 233 func CountPagesInUse() (pagesInUse, counted uintptr) {
240 counted += s.npages
gc_test.go 446 pagesInUse, counted := runtime.CountPagesInUse()
447 if pagesInUse != counted {
448 t.Fatalf("mheap_.pagesInUse is %d, but direct count is %d", pagesInUse, counted)
mcache.go 33 local_tinyallocs uintptr // number of tiny allocs not counted in other stats
mcentral.go 150 // mCentral_CacheSpan conservatively counted
mstats.go 129 // is the live heap (as counted by heap_live), but omitting
283 // returned to the heap (and hence counted toward HeapIdle).
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 13 // Bits are counted from 0 from the MSB to 31 as the LSB.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 13 // Bits are counted from 0 from the MSB to 31 as the LSB.
  /external/libedit/src/
filecomplete.c 354 * matches[0] is not one of the match strings, but it is counted in
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify.go 7 // Simplify returns a regexp equivalent to re but without counted repetitions
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go 7 // Simplify returns a regexp equivalent to re but without counted repetitions
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 329 // Domain names are a sequence of counted strings
353 // Emit sequence of counted strings, chopping at dots.
380 // In addition to the simple sequences of counted strings above,
488 // Counted string: 1 byte length.
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 329 // Domain names are a sequence of counted strings
353 // Emit sequence of counted strings, chopping at dots.
380 // In addition to the simple sequences of counted strings above,
488 // Counted string: 1 byte length.
  /prebuilts/go/darwin-x86/src/math/big/
natconv.go 123 count = 0 // prefix is not counted
129 count = 0 // prefix is not counted
  /prebuilts/go/linux-x86/src/math/big/
natconv.go 123 count = 0 // prefix is not counted
129 count = 0 // prefix is not counted
  /external/gptfdisk/
gpt.cc 2077 uint32_t i, counted = 0; local
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 182 unwind-info (\Var{table\_data}) counted in units of words
380 - instruction size: each bundle is counted as 3 instructions, regardless
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 289 {"%v", "0", &intVal, 0}, // was: "EOF"; 0 was taken as base prefix and not counted.
290 {"%v", "0", &uintVal, uint(0)}, // was: "EOF"; 0 was taken as base prefix and not counted.
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 289 {"%v", "0", &intVal, 0}, // was: "EOF"; 0 was taken as base prefix and not counted.
290 {"%v", "0", &uintVal, uint(0)}, // was: "EOF"; 0 was taken as base prefix and not counted.
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 423 // u standard unspecified behavior -- errors not counted

Completed in 1506 milliseconds

1 2