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:npairs
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
H
A
D
HeaderParser.js
20
this.
npairs
= 0
61
this.nread = this.
npairs
= 0
67
if (this.
npairs
=== this.maxHeaderPairs) { return }
96
if (++this.
npairs
=== this.maxHeaderPairs) { break }
/third_party/libinput/src/
H
A
D
util-strings.h
353
size_t
npairs
;
in kv_double_from_string()
354
char **pairs = strv_from_string(string, pair_separator, &
npairs
);
in kv_double_from_string()
355
if (!pairs ||
npairs
== 0)
in kv_double_from_string()
358
result = zalloc(
npairs
* sizeof *result);
in kv_double_from_string()
360
for (size_t idx = 0; idx <
npairs
; idx++) {
in kv_double_from_string()
383
return
npairs
;
in kv_double_from_string()
/third_party/ffmpeg/libavformat/
H
A
D
aadec.c
76
uint32_t toc_size,
npairs
, header_seed = 0, start;
in aa_read_header()
local
105
npairs
= avio_rb32(pb); // read dictionary entries
in aa_read_header()
106
if (
npairs
> MAX_DICTIONARY_ENTRIES)
in aa_read_header()
108
for (uint32_t i = 0; i <
npairs
; i++) {
in aa_read_header()
/third_party/libinput/test/
H
A
D
test-utils.c
1233
ssize_t
npairs
;
in START_TEST()
local
1235
npairs
= kv_double_from_string(t->string,
in START_TEST()
1239
ck_assert_int_eq(
npairs
, t->nresults);
in START_TEST()
1241
for (ssize_t i = 0; i <
npairs
; i++) {
in START_TEST()
/third_party/node/deps/undici/
H
A
D
undici.js
2745
this.
npairs
= 0;
2791
this.nread = this.
npairs
= 0;
2796
if (this.
npairs
=== this.maxHeaderPairs) {
2820
if (++this.
npairs
=== this.maxHeaderPairs) {
Completed in 18 milliseconds