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:exp_off
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/lseek/
H
A
D
lseek07.c
29
off_t
exp_off
;
member
51
if (TST_RET != tc->
exp_off
) {
in verify_lseek()
54
(long long int)tc->
exp_off
);
in verify_lseek()
H
A
D
lseek01.c
27
off_t
exp_off
;
member
54
if (TST_RET != tc->
exp_off
) {
in verify_lseek()
57
(long long int)tc->
exp_off
);
in verify_lseek()
/third_party/ltp/testcases/kernel/syscalls/pwritev2/
H
A
D
pwritev201.c
41
off_t
exp_off
;
member
72
if (SAFE_LSEEK(fd, 0, SEEK_CUR) != tc->
exp_off
) {
in verify_pwritev2()
/third_party/ltp/testcases/kernel/syscalls/preadv2/
H
A
D
preadv201.c
41
off_t
exp_off
;
member
85
if (SAFE_LSEEK(fd, 0, SEEK_CUR) != tc->
exp_off
) {
in verify_preadv2()
/third_party/backends/backend/
H
A
D
artec_eplus48u.c
3068
int
exp_off
;
in calibrate_scanner()
local
3194
exp_off
=
in calibrate_scanner()
3197
if (
exp_off
< 1)
in calibrate_scanner()
3198
exp_off
= 1;
in calibrate_scanner()
3199
s->dev->exp_params.r_time +=
exp_off
;
in calibrate_scanner()
3205
exp_off
=
in calibrate_scanner()
3208
if (
exp_off
< 1)
in calibrate_scanner()
3209
exp_off
= 1;
in calibrate_scanner()
3210
s->dev->exp_params.r_time -=
exp_off
;
in calibrate_scanner()
3219
exp_off
in calibrate_scanner()
[all...]
Completed in 5 milliseconds