/prebuilts/go/linux-x86/src/encoding/ascii85/ |
ascii85.go | 285 // Filter out such bytes to make room for more input.
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
decoder.go | 16 // Upper limit of 1GB, allowing room to grow a little without overflow.
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
key.go | 101 buf := make([]uint16, ki.MaxSubKeyLen+1) // extra room for terminating zero byte
|
value.go | 298 buf := make([]uint16, ki.MaxValueNameLen+1) // extra room for terminating null character
|
/prebuilts/go/linux-x86/src/runtime/debug/ |
garbage.go | 70 // There's room for a second copy of the data in stats.Pause.
|
/prebuilts/go/linux-x86/src/runtime/ |
os1_dragonfly.go | 174 // some room for thread stacks.
|
os1_freebsd.go | 175 // some room for thread stacks.
|
os1_linux.go | 254 // some room for thread stacks.
|
cpuprof.go | 250 // false if there was no room available.
|
os3_solaris.go | 244 // some room for thread stacks.
|
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 204 ;;; make room for our stack frame.
248 ;;; It is then shifted into the high word, to make room for the wmask
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 201 ;;; make room for our stack frame.
234 ;;; It is then shifted into the high word, to make room for the wmask
|
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
pprof.go | 397 // Allocate room for a slightly bigger profile, 541 // Allocate room for a slightly bigger profile,
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
pprof.go | 397 // Allocate room for a slightly bigger profile, 541 // Allocate room for a slightly bigger profile,
|
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrix.h | 212 * mode while reserving room for 2 non zeros per inner vector. It is strongly recommended to first 1126 Index room = m_outerIndex[outer+1] - m_outerIndex[outer]; local [all...] |
/external/libvorbis/lib/ |
floor1.c | 1020 int room=(hiroom<loroom?hiroom:loroom)<<1; local 1024 if(val>=room){
|
/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/ |
value.go | 298 buf := make([]uint16, ki.MaxValueNameLen+1) // extra room for terminating null character
|
/prebuilts/go/darwin-x86/src/net/ |
lookup_windows.go | 75 addrs = make([]IPAddr, 100) // plenty of room to grow
|
/prebuilts/go/darwin-x86/src/runtime/ |
os1_linux.go | 254 // some room for thread stacks.
|
cpuprof.go | 250 // false if there was no room available.
|
os3_solaris.go | 244 // some room for thread stacks.
|
/prebuilts/go/linux-x86/src/net/ |
lookup_windows.go | 75 addrs = make([]IPAddr, 100) // plenty of room to grow
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
stream.go | 135 // Make room to read more into the buffer.
|
/prebuilts/go/linux-x86/src/encoding/json/ |
stream.go | 135 // Make room to read more into the buffer.
|
/prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/ |
jackson-core-2.1.3.jar | |