Home
last modified time | relevance | path

Searched refs:SYNC (Results 1 - 25 of 39) sorted by relevance

12

/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.c642 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 Dlocktests.h112 SYNC, enumerator
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs78 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 Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
H A Dinflate.c101 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 Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
H A Dinflate.c114 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 Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
H A Dinflate.c1204 case SYNC:
1359 if (state->mode != SYNC) {
1360 state->mode = SYNC;
/third_party/skia/third_party/externals/zlib/
H A Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
H A Dinflate.c114 state->mode < HEAD || state->mode > SYNC)
1245 case SYNC:
1417 if (state->mode != SYNC) {
1418 state->mode = SYNC;
/third_party/zlib/
H A Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
H A Dinflate.c102 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 Dtypes.rs27 const SYNC = linux_raw_sys::general::RWF_SYNC; consts
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs238 const SYNC = c::MAP_SYNC; consts
265 const SYNC = c::MS_SYNC; consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dtypes.rs29 const SYNC = linux_raw_sys::general::RWF_SYNC as c::c_int; consts
/third_party/node/src/
H A Dnode_blob.h106 SYNC, member in node::FixedSizeBlobCopyJob::Mode
H A Dnode_blob.cc313 if (mode == FixedSizeBlobCopyJob::Mode::SYNC) MakeWeak(); in FixedSizeBlobCopyJob()
388 FixedSizeBlobCopyJob::Mode::SYNC : in New()
/third_party/rust/crates/rustix/tests/mm/
H A Dmmap.rs158 msync(addr, 8192, MsyncFlags::SYNC).unwrap(); in test_msync()
/third_party/rust/crates/rustix/tests/io/
H A Dread_write.rs144 rustix::io::ReadWriteFlags::SYNC.bits() as i32, in test_rwf_values()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c115 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 Dinflate.c102 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 Dinflate.c115 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 Dtypes.rs185 const SYNC = linux_raw_sys::general::O_SYNC; consts
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc481 state->mode = SYNC; /* force an otherwise impossible situation */ in pull()

Completed in 31 milliseconds

12