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:BATCH_COUNT
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libwebsockets/lib/misc/
H
A
D
diskcache.c
85
#define
BATCH_COUNT
128
macro
245
* The goal is to collect the oldest
BATCH_COUNT
filepaths and filesizes from
248
*
BATCH_COUNT
entries, and once it is full, simply ignore any further files
252
* of files to be processed the memory requirement is fixed at
BATCH_COUNT
255
* The oldest subset of
BATCH_COUNT
files are sorted into the cd->batch
267
* if we are over the limit, start deleting up to
BATCH_COUNT
files working back
291
BATCH_COUNT
, "cache_trim");
in lws_diskcache_trim()
343
if (lds->batch_in_use ==
BATCH_COUNT
) {
in lws_diskcache_trim()
450
* if we collected
BATCH_COUNT
files of the average size,
in lws_diskcache_trim()
454
capacity = avg *
BATCH_COUNT
;
in lws_diskcache_trim()
[all...]
/third_party/ltp/testcases/cve/
H
A
D
icmp_rate_limit01.c
45
#define
BATCH_COUNT
8
macro
224
for (i = 1; i <
BATCH_COUNT
&& errors == errors_baseline; i++) {
in run()
Completed in 1 milliseconds