Home
last modified time | relevance | path

Searched defs:CRIT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/header/
Dmod.rs91 const CRIT: Label = Label::Int(iana::HeaderParameter::Crit as i64); constant
/aosp_15_r20/external/kmod/tools/
H A Dlog.h30 #define CRIT(...) log_printf(LOG_CRIT, __VA_ARGS__) macro