Home
last modified time | relevance | path

Searched refs:SHRINK (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/rustix/tests/io/
Dseals.rs33 fcntl_add_seals(&file, SealFlags::SHRINK).unwrap(); in test_seals()
36 assert_eq!(now, SealFlags::GROW | SealFlags::SHRINK); in test_seals()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp68 SHRINK, // Shrink an existing sequence of transformations with respect to an enumerator
436 return {FuzzActions::SHRINK, 0}; in ParseFlags()
784 case FuzzActions::SHRINK: { in main()
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
Dfuzz.cpp68 SHRINK, // Shrink an existing sequence of transformations with respect to an enumerator
436 return {FuzzActions::SHRINK, 0}; in ParseFlags()
784 case FuzzActions::SHRINK: { in main()
/third_party/spirv-tools/tools/fuzz/
Dfuzz.cpp68 SHRINK, // Shrink an existing sequence of transformations with respect to an enumerator
436 return {FuzzActions::SHRINK, 0}; in ParseFlags()
772 case FuzzActions::SHRINK: { in main()
/third_party/libxml2/
Dparser.c2117 #define SHRINK if ((ctxt->progressive == 0) && \ macro
4217 SHRINK; in xmlParseSystemLiteral()
4252 SHRINK; in xmlParseSystemLiteral()
4265 SHRINK; in xmlParseSystemLiteral()
4309 SHRINK; in xmlParsePubidLiteral()
4343 SHRINK; in xmlParsePubidLiteral()
4355 SHRINK; in xmlParsePubidLiteral()
4438 SHRINK; in xmlParseCharData()
4559 SHRINK; in xmlParseCharData()
4588 SHRINK; in xmlParseCharDataComplex()
[all …]
DHTMLparser.c308 #define SHRINK if ((ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \ macro
3089 SHRINK; in htmlParseScript()
3180 SHRINK; in htmlParseCharDataInternal()
3219 SHRINK; in htmlParseCharDataInternal()
3224 SHRINK; in htmlParseCharDataInternal()
3358 SHRINK; in htmlParsePI()
3421 SHRINK; in htmlParsePI()
3477 SHRINK; in htmlParseComment()
3502 SHRINK; in htmlParseComment()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs405 const SHRINK = linux_raw_sys::general::F_SEAL_SHRINK; constant
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs570 const SHRINK = c::F_SEAL_SHRINK; constant
/third_party/chromium/patch/
D0001-cve.patch123717 SHRINK;