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:nMin
(Results
1 - 7
of
7
) sorted by relevance
/third_party/openmax/api/1.1.2/
H
A
D
OMX_Types.h
258
OMX_U32
nMin
; /**< minimum for value (i.e. nValue >=
nMin
) */
member
266
OMX_S32
nMin
; /**< minimum for value (i.e. nValue >=
nMin
) */
member
/third_party/icu/icu4c/source/samples/layout/
H
A
D
layout.cpp
69
si.
nMin
= 0;
in InitParagraph()
188
si.nPos = si.
nMin
;
in WndProc()
H
A
D
clayout.c
71
si.
nMin
= 0;
in InitParagraph()
191
si.nPos = si.
nMin
;
in WndProc()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
clayout.c
70
si.
nMin
= 0;
in InitParagraph()
190
si.nPos = si.
nMin
;
in WndProc()
H
A
D
layout.cpp
69
si.
nMin
= 0;
in InitParagraph()
188
si.nPos = si.
nMin
;
in WndProc()
/third_party/sqlite/src/
H
A
D
sqlite3.c
46411
int
nMin
= MIN(nBuf, (SQLITE_WIN32_DBG_BUF_SIZE - 1)); /* may be negative. */
sqlite3_win32_write_debug()
local
53722
unsigned int
nMin
; /* Minimum number of pages reserved */
global()
member
101609
int
nMin
= pSorter->iMemory + nReq;
global()
local
193639
blobGrowBuffer(Blob *pBlob, int
nMin
, int *pRc)
global()
argument
194800
sqlite3Fts3Incrmerge(Fts3Table *p, int nMerge, int
nMin
)
global()
argument
194998
int
nMin
= (MergeCount(p) / 2);
global()
local
232606
int
nMin
= MIN(p1->term.n, p2->term.n);
global()
local
233997
int
nMin
= MIN(pPage->term.n, nTerm);
global()
local
234840
int
nMin
= p->pConfig->nUsermerge;
global()
local
[all...]
H
A
D
shell.c
14860
const int
nMin
= 512;
in recoverVfsDetectPagesize()
local
14883
for(pgsz2=(pgsz ? pgsz*2 :
nMin
); pgsz2<=nMax; pgsz2=pgsz2*2){
in recoverVfsDetectPagesize()
Completed in 163 milliseconds