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:my_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
sm3840_lib.c
65
size_t
my_size
;
in my_usb_bulk_write()
local
69
my_size
= size;
in my_usb_bulk_write()
71
sanei_usb_write_bulk ((SANE_Int) dev, (SANE_Byte *) bytes, &
my_size
);
in my_usb_bulk_write()
73
my_size
= -1;
in my_usb_bulk_write()
74
return
my_size
;
in my_usb_bulk_write()
82
size_t
my_size
;
in my_usb_bulk_read()
local
86
my_size
= size;
in my_usb_bulk_read()
88
sanei_usb_read_bulk ((SANE_Int) dev, (SANE_Byte *) bytes, &
my_size
);
in my_usb_bulk_read()
90
my_size
= -1;
in my_usb_bulk_read()
91
return
my_size
;
in my_usb_bulk_read()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
cord.cc
1429
size_t
my_size
= size();
in EndsWith()
local
1432
if (
my_size
< rhs_size) return false;
in EndsWith()
1435
tmp.RemovePrefix(
my_size
- rhs_size);
in EndsWith()
1440
size_t
my_size
= size();
in EndsWith()
local
1443
if (
my_size
< rhs_size) return false;
in EndsWith()
1446
tmp.RemovePrefix(
my_size
- rhs_size);
in EndsWith()
Completed in 4 milliseconds