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:len_diff
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_platform.py
339
len_diff
= len(result_list) - len(expect_list)
341
if
len_diff
> 0:
342
expect_list.extend(['0'] *
len_diff
)
/third_party/libbpf/src/
H
A
D
bpf_helper_defs.h
1241
* *skb* by *
len_diff
*, and according to the selected *mode*.
1296
static long (*bpf_skb_adjust_room)(struct __sk_buff *skb, __s32
len_diff
, __u32 mode, __u64 flags) = (void *) 50;
3825
* The argument *
len_diff
* can be used for querying with a planned
3827
* ctx. Providing a *
len_diff
* adjustment that is larger than the
3866
* return code to tell it apart. Check cannot use
len_diff
.
3887
static long (*bpf_check_mtu)(void *ctx, __u32 ifindex, __u32 *mtu_len, __s32
len_diff
, __u64 flags) = (void *) 163;
/third_party/ffmpeg/libavcodec/
H
A
D
vc2enc.c
761
int
len_diff
= slice_bytes_max - (put_bits_count(pb) >> 3);
in encode_hq_slice()
local
762
pad_s = FFALIGN((bytes_len +
len_diff
), s->size_scaler)/s->size_scaler;
in encode_hq_slice()
Completed in 10 milliseconds