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:MAX
(Results
1 - 19
of
19
) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H
A
D
settings.rs
63
Self(redirect::Redirect::limited(usize::
MAX
))
in no_limit()
304
min: (0, Duration::
MAX
),
in none()
305
max: u64::
MAX
,
in none()
/commonlibrary/c_utils/base/include/
H
A
D
pubdef.h
51
#define
MAX
(x, y) (((x) > (y)) ? (x) : (y))
macro
/commonlibrary/rust/ylong_json/src/value/
H
A
D
number.rs
119
/// let number: Number = u64::
MAX
.into();
125
if *u <= i64::
MAX
as u64 {
in try_as_i64()
342
assert!(Number::Unsigned(u64::
MAX
).try_as_i64().is_err());
in ut_number_try_as_i64()
/commonlibrary/rust/ylong_http/ylong_http/src/huffman/
H
A
D
mod.rs
101
let mask = u64::
MAX
>> (64 - unfilled);
113
state |= u64::
MAX
>> (64 - unfilled);
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H
A
D
semaphore_inner.rs
26
const MAX_PERMITS: usize = usize::
MAX
>> 1;
H
A
D
rwlock.rs
25
const MAX_READS: i64 = i64::
MAX
>> 2;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H
A
D
driver.rs
96
.unwrap_or(u64::
MAX
);
H
A
D
sleep.rs
143
.unwrap_or(u64::
MAX
);
242
.unwrap_or(u64::
MAX
);
/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H
A
D
spin_rwlock.rs
37
const HOLDER_COUNT_MAX: usize = usize::
MAX
/ 2;
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H
A
D
socket.rs
82
let backlog = backlog.try_into().unwrap_or(i32::
MAX
);
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H
A
D
streams.rs
27
pub(crate) const INITIAL_MAX_SEND_STREAM_ID: StreamId = u32::
MAX
>> 1;
28
pub(crate) const INITIAL_MAX_RECV_STREAM_ID: StreamId = u32::
MAX
>> 1;
30
const DEFAULT_MAX_STREAM_ID: StreamId = u32::
MAX
>> 1;
/commonlibrary/rust/ylong_http/ylong_http/src/response/
H
A
D
status.rs
489
StatusCode::from_u16(u16::
MAX
),
in ut_status_code_from_u16()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H
A
D
kqueue.rs
51
tv_sec: cmp::min(time.as_secs(), libc::time_t::
MAX
as u64) as libc::time_t,
in select()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H
A
D
slots.rs
21
// isize::
MAX
bytes.
22
const NULL: usize = usize::
MAX
;
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
H
A
D
mod.rs
171
if port == u16::
MAX
{
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H
A
D
selector.rs
367
self.poll_info.timeout = i64::
MAX
;
in update_while_idle()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H
A
D
queue.rs
66
let head_pos = num & u16::
MAX
as u32;
in unwrap()
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H
A
D
mod.rs
30
const MAX_URI_LEN: usize = (u16::
MAX
- 1) as usize;
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H
A
D
encoder.rs
119
max_header_list_size: usize::
MAX
,
in new()
Completed in 15 milliseconds