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:checked_add
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/rust/crates/rust-openssl/openssl/src/
H
A
D
base64.rs
79
len = len.
checked_add
(4)?;
in encoded_len()
82
len = len.
checked_add
(1)?;
in encoded_len()
91
len = len.
checked_add
(3)?;
in decoded_len()
H
A
D
bn.rs
276
pub fn
checked_add
(&mut self, a: &BigNumRef, b: &BigNumRef) -> Result<(), ErrorStack> {
in checked_add()
functions
1281
r.
checked_add
(self, oth).unwrap();
in add()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H
A
D
vdso.rs
106
vdso.load_end = vdso.base_plus(phdr.p_offset.
checked_add
(phdr.p_memsz)?)?;
in init_from_sysinfo_ehdr()
174
i = i.
checked_add
(1)?;
in init_from_sysinfo_ehdr()
301
let _ = (self.load_addr as usize).
checked_add
(offset)?;
in base_plus()
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
H
A
D
convert.rs
98
.and_then(|x| x.
checked_add
(shifts)),
in size_hint()
172
high.and_then(|x| x.
checked_add
(additional)),
in size_hint()
/third_party/rust/crates/proc-macro2/src/
H
A
D
fallback.rs
1068
self.span.lo.
checked_add
(start)?
in subspan()
1072
self.span.lo.
checked_add
(start)?.
checked_add
(1)?
in subspan()
1079
self.span.lo.
checked_add
(end)?.
checked_add
(1)?
in subspan()
1083
self.span.lo.
checked_add
(end)?
in subspan()
/third_party/rust/crates/minimal-lexical/src/
H
A
D
parse.rs
200
value.checked_mul(10)?.
checked_add
(digit as u64)
in add_digit()
/third_party/rust/crates/aho-corasick/src/
H
A
D
classes.rs
186
class = class.
checked_add
(1).unwrap();
in build()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H
A
D
interval.rs
487
self.
checked_add
(1).unwrap()
in increment()
508
c => char::from_u32((c as u32).
checked_add
(1).unwrap()).unwrap(),
in increment()
/third_party/qrcodegen/rust/examples/
H
A
D
qrcodegen-demo.rs
174
let dimension = qr.size().
checked_add
(border.checked_mul(2).unwrap()).unwrap();
in to_svg_string()
/third_party/rust/crates/cxx/src/
H
A
D
cxx_string.rs
194
.
checked_add
(additional)
in reserve()
/third_party/qrcodegen/rust-no-heap/src/
H
A
D
lib.rs
1233
.and_then(|x| x.
checked_add
(denom - 1))
in calc_bit_length()
1263
result = result.
checked_add
(4 + usize::from(ccbits))?;
in get_total_bits()
1264
result = result.
checked_add
(seg.bitlength)?;
in get_total_bits()
/third_party/qrcodegen/rust-no-heap/examples/
H
A
D
qrcodegen-demo.rs
235
let dimension = qr.size().
checked_add
(border.checked_mul(2).unwrap()).unwrap();
in to_svg_string()
/third_party/qrcodegen/rust/src/
H
A
D
lib.rs
1122
result = result.
checked_add
(4 + usize::from(ccbits))?;
in get_total_bits()
1123
result = result.
checked_add
(seg.data.len())?;
in get_total_bits()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H
A
D
parse.rs
418
let i = current.
checked_add
(1).ok_or_else(|| {
in next_capture_index()
474
line = line.
checked_add
(1).unwrap();
in bump()
477
column = column.
checked_add
(1).unwrap();
in bump()
619
offset: self.offset().
checked_add
(self.char().len_utf8()).unwrap(),
in span_char()
621
column: self.column().
checked_add
(1).unwrap(),
in span_char()
2146
let new = self.depth.
checked_add
(1).ok_or_else(|| {
in increment_depth()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H
A
D
discriminant.rs
196
Sign::Positive => match self.magnitude.
checked_add
(1) {
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H
A
D
discriminant.rs
196
Sign::Positive => match self.magnitude.
checked_add
(1) {
/third_party/rust/crates/cxx/macro/src/syntax/
H
A
D
discriminant.rs
196
Sign::Positive => match self.magnitude.
checked_add
(1) {
/third_party/rust/crates/cxx/syntax/
H
A
D
discriminant.rs
196
Sign::Positive => match self.magnitude.
checked_add
(1) {
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H
A
D
discriminant.rs
196
Sign::Positive => match self.magnitude.
checked_add
(1) {
/third_party/rust/crates/rustix/src/backend/libc/net/
H
A
D
syscalls.rs
504
l_linger = l_linger.
checked_add
(1).ok_or(io::Errno::INVAL)?;
/third_party/rust/crates/nom/src/character/
H
A
D
streaming.rs
662
Some(d) => match value.checked_mul(10).and_then(|v| v.
checked_add
(d as $t)) {
722
Some(d) => match value.checked_mul(10).and_then(|v| v.
checked_add
(d as $t)) {
H
A
D
complete.rs
756
Some(d) => match value.checked_mul(10).and_then(|v| v.
checked_add
(d as $t)) {
816
Some(d) => match value.checked_mul(10).and_then(|v| v.
checked_add
(d as $t)) {
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H
A
D
syscalls.rs
897
l_linger = l_linger.
checked_add
(1).ok_or(io::Errno::INVAL)?;
/third_party/rust/crates/regex/src/
H
A
D
compile.rs
1197
class = class.
checked_add
(1).unwrap();
in byte_classes()
/third_party/rust/crates/serde/serde/src/ser/
H
A
D
impls.rs
839
match i.
checked_add
(1) {
in test_format_u8()
Completed in 28 milliseconds
1
2