HomeSort by relevance Sort by last modified time
    Searched refs:kB (Results 1 - 25 of 65) 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 174 for (Index kB=0; kB < m_B.outerSize(); ++kB)
175 for (RhsInnerIterator itB(rhs1,kB); itB; ++itB)
184 for (Index kB=0; kB < m_B.outerSize(); ++kB)
188 for (RhsInnerIterator itB(rhs1,kB); itB; ++itB)
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 20 t.Skipf("2kB is not enough on %s", runtime.GOOS)
22 // Set BuildIDReadSize to 2kB to exercise Mach-O parsing more strictly.
note.go 75 // at least 4 kB out, in data.
109 // likely contains the first 16kB of the file)
151 // The caller has already opened filename, to get f, and read a few kB out, in data.
175 // There shouldn't be much difference between reading 4kB and 32kB:
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 20 t.Skipf("2kB is not enough on %s", runtime.GOOS)
22 // Set BuildIDReadSize to 2kB to exercise Mach-O parsing more strictly.
note.go 75 // at least 4 kB out, in data.
109 // likely contains the first 16kB of the file)
151 // The caller has already opened filename, to get f, and read a few kB out, in data.
175 // There shouldn't be much difference between reading 4kB and 32kB:
  /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/vixl/src/aarch32/
constants-aarch32.cc 57 case kB:
constants-aarch32.h 129 kB,
  /system/vold/bench/
benchgen.py 332 print "Found", len(files), "data files accessed, total size", (size/1024), "kB"
  /external/skia/tests/
GrShapeTest.cpp     [all...]
  /external/v8/tools/profviz/
worker.js 92 time("Reading log file (" + (file.size / 1024).toFixed(1) + " kB)",
  /prebuilts/go/darwin-x86/src/runtime/
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
os_linux.go 84 // This buffer is huge (8 kB) but we are on the system stack
85 // and there should be plenty of space (64 kB).
malloc.go 11 // Small allocation sizes (up to and including 32 kB) are
125 // We want to cache 2KB, 4KB, 8KB, and 16KB stacks. Larger stacks
131 // linux/darwin/bsd | 2KB | 4
132 // windows/32 | 4KB | 3
133 // windows/64 | 8KB | 2
134 // plan9 | 4KB | 3
549 // Large objects (> 32 kB) are allocated straight from the heap
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
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
os_linux.go 84 // This buffer is huge (8 kB) but we are on the system stack
85 // and there should be plenty of space (64 kB).
  /external/boringssl/src/crypto/fipsmodule/ec/
ec_test.cc 212 static const uint8_t kB[] = {
238 bssl::UniquePtr<BIGNUM> b(BN_bin2bn(kB, sizeof(kB), nullptr));
  /external/skia/src/utils/
SkShadowTessellator.cpp     [all...]
  /external/libchrome/crypto/
p224.cc 422 // kB is parameter of the elliptic curve.
423 const FieldElement kB = {
677 ::Add(&rhs, rhs, kB);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 215 yyerror("channel element type too large (>64kB)")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 215 yyerror("channel element type too large (>64kB)")
  /build/kati/
ninja.cc 504 // It seems Linux is OK with ~130kB and Mac's limit is ~250kB.

Completed in 941 milliseconds

1 2 3