HomeSort by relevance Sort by last modified time
    Searched refs:ncmp (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/fs/doio/
pattern.c 42 int nb, ncmp, nleft; local
87 ncmp = cp - buf;
88 while (ncmp < buflen) {
89 nb = (ncmp < nleft) ? ncmp : nleft;
94 ncmp += nb;
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 316 ncmp, nswap int
321 d.ncmp++
425 //t.Logf("%s: ncmp=%d, nswp=%d", desc, d.ncmp, d.nswap)
464 ncmp int // number of comparisons (calls to Less)
473 if d.ncmp >= d.maxcmp {
474 d.t.Fatalf("used %d comparisons sorting adversary data with size %d", d.ncmp, len(d.data))
476 d.ncmp++
635 t.Logf("%s %8d elements: %11d Swap, %10d Less", name, n, td.nswap, td.ncmp)
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 316 ncmp, nswap int
321 d.ncmp++
425 //t.Logf("%s: ncmp=%d, nswp=%d", desc, d.ncmp, d.nswap)
464 ncmp int // number of comparisons (calls to Less)
473 if d.ncmp >= d.maxcmp {
474 d.t.Fatalf("used %d comparisons sorting adversary data with size %d", d.ncmp, len(d.data))
476 d.ncmp++
635 t.Logf("%s %8d elements: %11d Swap, %10d Less", name, n, td.nswap, td.ncmp)

Completed in 166 milliseconds