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

1 2 3

  /device/google/dragon/audio/hal/dsp/
drc_kernel.h 67 float kA, kB, kC, kD, kE;
drc_kernel.c 298 dk->kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2
325 const float kB = dk->kB;
376 float release_frames = kA + kB * x + kC * x2 + kD * x3 +
    [all...]
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 135 for (Index kB=0; kB < m_B.outerSize(); ++kB)
139 for (typename Rhs::InnerIterator itB(m_B,kB); itB; ++itB)
  /prebuilts/go/darwin-x86/test/
recover4.go 17 // The test is set up by mmapping a 64 kB block of memory and then
18 // unmapping a 16 kB hole in the middle of it. Running memcopy
  /prebuilts/go/linux-x86/test/
recover4.go 17 // The test is set up by mmapping a 64 kB block of memory and then
18 // unmapping a 16 kB hole in the middle of it. Running memcopy
  /external/v8/test/unittests/
atomic-utils-unittest.cc 66 kB,
81 EXPECT_FALSE(a.TrySetValue(kB, kC));
88 AtomicValue<TestFlag> a(kB);
  /external/skia/tests/
GpuColorFilterTest.cpp 54 kB = kB_GrColorComponentFlag,
SurfaceTest.cpp 343 static const SkBudgeted kB = SkBudgeted::kNo;
345 SkAutoTUnref<SkImage> image(surface->newImageSnapshot(kB, SkSurface::kYes_ForceUnique));
350 SkAutoTUnref<SkImage> image1(surface->newImageSnapshot(kB, SkSurface::kYes_ForceUnique));
353 SkAutoTUnref<SkImage> image2(surface->newImageSnapshot(kB, SkSurface::kYes_ForceUnique));
359 SkAutoTUnref<SkImage> image1(surface->newImageSnapshot(kB, SkSurface::kNo_ForceUnique));
360 SkAutoTUnref<SkImage> image2(surface->newImageSnapshot(kB, SkSurface::kYes_ForceUnique));
361 SkAutoTUnref<SkImage> image3(surface->newImageSnapshot(kB, SkSurface::kNo_ForceUnique));
362 SkAutoTUnref<SkImage> image4(surface->newImageSnapshot(kB, SkSurface::kYes_ForceUnique));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
note.go 74 // The caller has already opened filename, to get f, and read the first 4 kB out, in data.
76 // Assume the note content is in the first 4 kB, already read.
  /prebuilts/go/linux-x86/src/cmd/go/
note.go 74 // The caller has already opened filename, to get f, and read the first 4 kB out, in data.
76 // Assume the note content is in the first 4 kB, already read.
  /external/v8/test/mjsunit/regress/
regress-165637.js 33 var data = new Array(1024 * 12); // 12kB
  /system/vold/bench/
benchgen.py 327 print "Found", len(files), "data files accessed, total size", (size/1024), "kB"
  /external/v8/tools/profviz/
worker.js 92 time("Reading log file (" + (file.size / 1024).toFixed(1) + " kB)",
  /prebuilts/go/darwin-x86/src/runtime/
os1_linux.go 78 // This buffer is huge (8 kB) but we are on the system stack
79 // and there should be plenty of space (64 kB) -- except on ARM where
80 // the system stack itself is only 8kb (see golang.org/issue/11873).
stack_test.go 233 // stack depths, forcing the deferred function (with >4kB of args) to be run at
234 // the bottom of the stack. The goal is to find a stack depth less than 4kB from
346 // use about n KB of stack and call f
352 var b [1024]byte // makes frame about 1KB
malloc.go 9 // Small allocation sizes (up to and including 32 kB) are
139 // We want to cache 2KB, 4KB, 8KB, and 16KB stacks. Larger stacks
145 // linux/darwin/bsd | 2KB | 4
146 // windows/32 | 4KB | 3
147 // windows/64 | 8KB | 2
148 // plan9 | 4KB | 3
370 // that it can get the first 64 kB and assumes it can grab the rest a
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os1_linux.go 78 // This buffer is huge (8 kB) but we are on the system stack
79 // and there should be plenty of space (64 kB) -- except on ARM where
80 // the system stack itself is only 8kb (see golang.org/issue/11873).
stack_test.go 233 // stack depths, forcing the deferred function (with >4kB of args) to be run at
234 // the bottom of the stack. The goal is to find a stack depth less than 4kB from
346 // use about n KB of stack and call f
352 var b [1024]byte // makes frame about 1KB
malloc.go 9 // Small allocation sizes (up to and including 32 kB) are
139 // We want to cache 2KB, 4KB, 8KB, and 16KB stacks. Larger stacks
145 // linux/darwin/bsd | 2KB | 4
146 // windows/32 | 4KB | 3
147 // windows/64 | 8KB | 2
148 // plan9 | 4KB | 3
370 // that it can get the first 64 kB and assumes it can grab the rest a
    [all...]
  /external/libchrome/crypto/
p224.cc 422 // kB is parameter of the elliptic curve.
423 const FieldElement kB = {
677 ::Add(&rhs, rhs, kB);
  /external/libweave/third_party/chromium/crypto/
p224.cc 451 // kB is parameter of the elliptic curve.
452 const FieldElement kB = {
706 ::Add(&rhs, rhs, kB);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
align.go 228 Yyerror("channel element type too large (>64kB)")
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 225 Yyerror("channel element type too large (>64kB)")
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
align.go 228 Yyerror("channel element type too large (>64kB)")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 225 Yyerror("channel element type too large (>64kB)")

Completed in 1052 milliseconds

1 2 3