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:dio
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Modules/
H
A
D
_collectionsmodule.c
1698
dequeiter_traverse(dequeiterobject *
dio
, visitproc visit, void *arg)
in dequeiter_traverse()
argument
1700
Py_VISIT(
dio
->deque);
in dequeiter_traverse()
1705
dequeiter_dealloc(dequeiterobject *
dio
)
in dequeiter_dealloc()
argument
1708
PyObject_GC_UnTrack(
dio
);
in dequeiter_dealloc()
1709
Py_XDECREF(
dio
->deque);
in dequeiter_dealloc()
1710
PyObject_GC_Del(
dio
);
in dequeiter_dealloc()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H
A
D
scsimain.c
234
int
dio
;
member
256
int
dio
;
member
2082
*diop = 0; /* flag that
dio
not done (completely) */
in sg_read()
2146
*diop = 0; /* flag that
dio
not done (completely) */
in sg_write()
2199
int
dio
= 0;
in do_scsi_device_read_write()
local
2451
if (
dio
|| do_odir || (FT_RAW == in_type) || (FT_RAW == out_type)) {
in do_scsi_device_read_write()
2486
dio_tmp =
dio
;
in do_scsi_device_read_write()
2517
if (
dio
&& (0 == dio_tmp))
in do_scsi_device_read_write()
2542
dio_tmp =
dio
;
in do_scsi_device_read_write()
2572
if (
dio
in do_scsi_device_read_write()
[all...]
Completed in 9 milliseconds