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:bufs_ptr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/src/
H
A
D
udp_wrap.cc
556
ssize_t UDPWrap::Send(uv_buf_t*
bufs_ptr
,
in Send()
argument
563
msg_size +=
bufs_ptr
[i].len;
in Send()
567
err = uv_udp_try_send(&handle_,
bufs_ptr
, count, addr);
in Send()
572
while (count > 0 &&
bufs_ptr
->len <= sent) {
in Send()
573
sent -=
bufs_ptr
->len;
in Send()
574
bufs_ptr
++;
in Send()
578
CHECK_LT(sent,
bufs_ptr
->len);
in Send()
579
bufs_ptr
->base += sent;
in Send()
580
bufs_ptr
->len -= sent;
in Send()
598
bufs_ptr
,
in Send()
[all...]
/third_party/libdrm/tegra/
H
A
D
job.c
147
args.
bufs_ptr
= (uintptr_t)job->buffers;
in drm_tegra_job_submit()
/third_party/libdrm/include/drm/
H
A
D
tegra_drm.h
930
* Number of elements in the `
bufs_ptr
` array.
949
* @
bufs_ptr
: [in]
953
__u64
bufs_ptr
;
member
Completed in 4 milliseconds