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:is_synced
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dirac_parser.c
45
int
is_synced
;
member
62
if (!pc->
is_synced
) {
in find_frame_end()
67
pc->
is_synced
= 1;
in find_frame_end()
75
if (pc->
is_synced
) {
in find_frame_end()
255
if (!pc->
is_synced
&& next == -1)
in dirac_parse()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_transfer.c
2942
xfer->endpoint->
is_synced
= 0;
in usbd_callback_wrapper_sub()
3505
if (xfer->endpoint->
is_synced
== 0 ||
in usbd_xfer_get_isochronous_start_frame()
3510
xfer->endpoint->
is_synced
= 1;
in usbd_xfer_get_isochronous_start_frame()
H
A
D
usbdi.h
144
uint8_t
is_synced
:1; /* set if we a synchronised */
member
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
2428
if ((xfer->endpoint->
is_synced
== 0) ||
in ehci_device_isoc_fs_enter()
2438
xfer->endpoint->
is_synced
= 1;
in ehci_device_isoc_fs_enter()
2737
if ((xfer->endpoint->
is_synced
== 0) ||
2747
xfer->endpoint->
is_synced
= 1;
H
A
D
xhci.c
2041
if ((xfer->endpoint->
is_synced
== 0) ||
in xhci_setup_generic_chain()
2052
xfer->endpoint->
is_synced
= 1;
in xhci_setup_generic_chain()
Completed in 16 milliseconds