Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Kmax
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/
H
A
D
misc.c
34
static Bigint *freelist[
Kmax
+1];
58
/* The k >
Kmax
case does not need ACQUIRE_DTOA_LOCK(0), */
60
if (k <=
Kmax
&& (rv = freelist[k]) !=0) {
70
if (k <=
Kmax
&& pmem_next - private_mem + len <= PRIVATE_mem) {
94
if (v->k >
Kmax
)
H
A
D
gdtoaimp.h
485
#define
Kmax
9
macro
/third_party/python/Python/
H
A
D
dtoa.c
62
*
Kmax
.
301
#define
Kmax
7
macro
336
/* Memory management: memory is allocated from, and returned to,
Kmax
+1 pools
337
of memory, where pool k (0 <= k <=
Kmax
) is for Bigints b with b->maxwds ==
346
For Bigints with more than (1 <<
Kmax
) digits (which implies at least 1233
355
static Bigint *freelist[
Kmax
+1];
366
if (k <=
Kmax
&& (rv = freelist[k]))
in Balloc()
372
if (k <=
Kmax
&& pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) {
in Balloc()
394
if (v->k >
Kmax
)
in Bfree()
Completed in 6 milliseconds