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:nMax
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/ports/
H
A
D
SkFontMgr_android_parser.h
133
const T
nMax
= std::numeric_limits<T>::max() / 10;
in parse_non_negative_integer()
local
134
const T dMax = std::numeric_limits<T>::max() - (
nMax
* 10);
in parse_non_negative_integer()
143
if (n >
nMax
|| (n ==
nMax
&& d > dMax)) {
in parse_non_negative_integer()
177
const T
nMax
= (std::numeric_limits<T>::max() >> N) / 10;
in parse_fixed()
local
178
const T dMax = (std::numeric_limits<T>::max() >> N) - (
nMax
* 10);
in parse_fixed()
203
if (n >
nMax
|| (n ==
nMax
&& d > dMax)) {
in parse_fixed()
H
A
D
SkFontMgr_config_parser.h
144
const T
nMax
= std::numeric_limits<T>::max() / 10;
in parse_non_negative_integer()
local
145
const T dMax = std::numeric_limits<T>::max() - (
nMax
* 10);
in parse_non_negative_integer()
154
if (n >
nMax
|| (n ==
nMax
&& d > dMax)) {
in parse_non_negative_integer()
189
const T
nMax
= (std::numeric_limits<T>::max() >> N) / 10;
in parse_fixed()
local
190
const T dMax = (std::numeric_limits<T>::max() >> N) - (
nMax
* 10);
in parse_fixed()
215
if (n >
nMax
|| (n ==
nMax
&& d > dMax)) {
in parse_fixed()
/third_party/openmax/api/1.1.2/
H
A
D
OMX_Types.h
259
OMX_U32
nMax
; /**< maximum for value (i.e. nValue <=
nMax
) */
member
267
OMX_S32
nMax
; /**< maximum for value (i.e. nValue <=
nMax
) */
member
/third_party/icu/icu4c/source/samples/layout/
H
A
D
layout.cpp
70
si.
nMax
= context->paragraph->getLineCount() - 1;
in InitParagraph()
192
si.nPos = si.
nMax
;
in WndProc()
H
A
D
clayout.c
72
si.
nMax
= pf_getLineCount(context->paragraph) - 1;
in InitParagraph()
195
si.nPos = si.
nMax
;
in WndProc()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
clayout.c
71
si.
nMax
= pf_getLineCount(context->paragraph) - 1;
in InitParagraph()
194
si.nPos = si.
nMax
;
in WndProc()
H
A
D
layout.cpp
70
si.
nMax
= context->paragraph->getLineCount() - 1;
in InitParagraph()
192
si.nPos = si.
nMax
;
in WndProc()
/third_party/sqlite/src/
H
A
D
shell.c
11083
int
nMax
=0;
in idxPopulateStat1()
local
11104
rc = idxLargestIndex(p->dbm, &
nMax
, pzErr);
in idxPopulateStat1()
11105
if(
nMax
<=0 || rc!=SQLITE_OK ) return rc;
in idxPopulateStat1()
11110
int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) *
nMax
);
in idxPopulateStat1()
11127
pCtx->nSlot =
nMax
+1;
in idxPopulateStat1()
12771
int
nMax
; /* Max column count in any schema table */
member
12772
sqlite3_value **apVal; /* Array of
nMax
values */
13399
i64
nMax
= (nNL > nCR) ? nNL : nCR;
in recoverEscapeCrnl()
local
13400
i64 nAlloc =
nMax
* nText + (
nMax
in recoverEscapeCrnl()
14574
int
nMax
= sqlite3_column_int(pLaf->pMaxField, 0);
recoverLostAndFound2Step()
local
14861
const int
nMax
= 65536;
recoverVfsDetectPagesize()
local
19409
i64
nMax
= (nNL > nCR) ? nNL : nCR;
shellEscapeCrnl()
local
[all...]
H
A
D
sqlite3.c
49824
int
nMax
, nBuf, nDir, nLen;
global()
local
53723
unsigned int
nMax
; /* Configured "cache_size" value */
global()
member
54348
pcache1Cachesize(sqlite3_pcache *p, int
nMax
)
global()
argument
65586
walLimitSize(Wal *pWal, i64
nMax
)
global()
argument
234557
fts5PoslistPrefix(const u8 *aBuf, int
nMax
)
global()
argument
[all...]
Completed in 165 milliseconds