Home
last modified time | relevance | path

Searched defs:lifetime_start (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbPredictionStructure.c1480 int32_t lifetime_start; in prediction_structure_ctor() local
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbPredictionStructure.c1480 int32_t lifetime_start; in prediction_structure_ctor() local
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbPredictionStructure.c1652 int32_t lifetime_start; in prediction_structure_ctor() local
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbPredictionStructure.c1652 int32_t lifetime_start; in prediction_structure_ctor() local
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dbuilder.rs292 fn lifetime_start(&mut self, ptr: Self::Value, size: Size); in lifetime_start() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbuilder.rs1135 fn lifetime_start(&mut self, ptr: &'ll Value, size: Size) { in lifetime_start() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dbuilder.rs1373 fn lifetime_start(&mut self, _ptr: RValue<'gcc>, _size: Size) { in lifetime_start() method