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:isread
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/stand/usb/
H
A
D
usb_busdma_loader.c
496
uint8_t
isread
;
in usb_bdma_work_loop()
local
519
isread
= USB_GET_DATA_ISREAD(xfer);
in usb_bdma_work_loop()
527
xfer->frbuffers[0].
isread
= 1;
in usb_bdma_work_loop()
530
xfer->frbuffers[0].
isread
= 0;
in usb_bdma_work_loop()
534
xfer->frbuffers[0].
isread
=
isread
;
in usb_bdma_work_loop()
540
* page will be stored. Also initialise the "
isread
" field of
in usb_bdma_work_loop()
553
xfer->frbuffers[nframes].
isread
=
isread
;
in usb_bdma_work_loop()
647
if (pc->
isread
) {
in usb_bdma_pre_sync()
[all...]
/third_party/pulseaudio/src/pulsecore/
H
A
D
srbchannel.c
132
size_t
isread
= 0;
in pa_srbchannel_read()
local
153
isread
+= toread;
in pa_srbchannel_read()
159
pa_log("Read %d bytes from srbchannel", (int)
isread
);
in pa_srbchannel_read()
162
return
isread
;
in pa_srbchannel_read()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_generic.c
948
uint8_t
isread
;
in ugen_fs_copy_in()
local
1013
isread
= 1;
in ugen_fs_copy_in()
1015
isread
= 0;
in ugen_fs_copy_in()
1023
isread
= 1;
in ugen_fs_copy_in()
1025
isread
= 0;
in ugen_fs_copy_in()
1071
if (!
isread
) {
in ugen_fs_copy_in()
1155
uint8_t
isread
;
in ugen_fs_copy_out()
local
1192
isread
= 1;
in ugen_fs_copy_out()
1194
isread
= 0;
in ugen_fs_copy_out()
1203
isread
in ugen_fs_copy_out()
1336
uint8_t
isread
;
ugen_ioctl()
local
[all...]
H
A
D
usb_busdma.h
92
uint8_t
isread
:1; /* set if we are currently reading
member
Completed in 5 milliseconds