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:SYNC
(Results
1 - 25
of
39
) sorted by relevance
1
2
/third_party/ltp/testcases/network/nfsv4/locks/
H
A
D
locktests.c
642
state =
SYNC
;
in master()
648
state =
SYNC
;
in master()
654
state =
SYNC
;
in master()
694
case
SYNC
:
in master()
770
state =
SYNC
;
in slave()
776
case
SYNC
:
in slave()
917
state =
SYNC
;
in slave()
924
state =
SYNC
;
in slave()
H
A
D
locktests.h
112
SYNC
,
enumerator
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H
A
D
types.rs
78
const
SYNC
= linux_raw_sys::general::MAP_SYNC;
consts
116
const
SYNC
= linux_raw_sys::general::MS_SYNC;
consts
/third_party/node/deps/zlib/
H
A
D
inflate.h
52
SYNC
/* looking for synchronization bytes to restart inflate() */
enumerator
H
A
D
inflate.c
101
state->mode < HEAD || state->mode >
SYNC
)
in inflateStateCheck()
1232
case
SYNC
:
in inflate()
1390
if (state->mode !=
SYNC
) {
1391
state->mode =
SYNC
;
/third_party/node/deps/v8/third_party/zlib/
H
A
D
inflate.h
52
SYNC
/* looking for synchronization bytes to restart inflate() */
enumerator
H
A
D
inflate.c
114
state->mode < HEAD || state->mode >
SYNC
)
1245
case
SYNC
:
1418
if (state->mode !=
SYNC
) {
1419
state->mode =
SYNC
;
/third_party/libwebsockets/win32port/zlib/
H
A
D
inflate.h
52
SYNC
/* looking for synchronization bytes to restart inflate() */
enumerator
H
A
D
inflate.c
1204
case
SYNC
:
1359
if (state->mode !=
SYNC
) {
1360
state->mode =
SYNC
;
/third_party/skia/third_party/externals/zlib/
H
A
D
inflate.h
52
SYNC
/* looking for synchronization bytes to restart inflate() */
enumerator
H
A
D
inflate.c
114
state->mode < HEAD || state->mode >
SYNC
)
1245
case
SYNC
:
1417
if (state->mode !=
SYNC
) {
1418
state->mode =
SYNC
;
/third_party/zlib/
H
A
D
inflate.h
52
SYNC
/* looking for synchronization bytes to restart inflate() */
enumerator
H
A
D
inflate.c
102
state->mode < HEAD || state->mode >
SYNC
)
in inflateStateCheck()
1348
case
SYNC
:
in inflate()
1541
if (state->mode !=
SYNC
) {
1542
state->mode =
SYNC
;
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
types.rs
27
const
SYNC
= linux_raw_sys::general::RWF_SYNC;
consts
/third_party/rust/crates/rustix/src/backend/libc/mm/
H
A
D
types.rs
238
const
SYNC
= c::MAP_SYNC;
consts
265
const
SYNC
= c::MS_SYNC;
consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
types.rs
29
const
SYNC
= linux_raw_sys::general::RWF_SYNC as c::c_int;
consts
/third_party/node/src/
H
A
D
node_blob.h
106
SYNC
,
member in node::FixedSizeBlobCopyJob::Mode
H
A
D
node_blob.cc
313
if (mode == FixedSizeBlobCopyJob::Mode::
SYNC
) MakeWeak();
in FixedSizeBlobCopyJob()
388
FixedSizeBlobCopyJob::Mode::
SYNC
:
in New()
/third_party/rust/crates/rustix/tests/mm/
H
A
D
mmap.rs
158
msync(addr, 8192, MsyncFlags::
SYNC
).unwrap();
in test_msync()
/third_party/rust/crates/rustix/tests/io/
H
A
D
read_write.rs
144
rustix::io::ReadWriteFlags::
SYNC
.bits() as i32,
in test_rwf_values()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H
A
D
inflate.c
115
state->mode < HEAD || state->mode >
SYNC
)
1255
case
SYNC
:
1438
if (state->mode !=
SYNC
) {
1439
state->mode =
SYNC
;
/third_party/node/deps/zlib/contrib/optimizations/
H
A
D
inflate.c
102
state->mode < HEAD || state->mode >
SYNC
)
in inflateStateCheck()
1242
case
SYNC
:
in inflate()
1423
if (state->mode !=
SYNC
) {
1424
state->mode =
SYNC
;
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H
A
D
inflate.c
115
state->mode < HEAD || state->mode >
SYNC
)
1255
case
SYNC
:
1437
if (state->mode !=
SYNC
) {
1438
state->mode =
SYNC
;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H
A
D
types.rs
185
const
SYNC
= linux_raw_sys::general::O_SYNC;
consts
/third_party/skia/third_party/externals/zlib/contrib/tests/
H
A
D
infcover.cc
481
state->mode =
SYNC
; /* force an otherwise impossible situation */
in pull()
Completed in 23 milliseconds
1
2