Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/tests/
Dtest_round_trip.rs155 static COUNTER: AtomicUsize = AtomicUsize::new(0); in librustc_parse() constant
/third_party/rust/crates/regex/src/
Dpool.rs65 static COUNTER: AtomicUsize = AtomicUsize::new(1); variable
/third_party/pulseaudio/src/pulsecore/
Daupdate.c34 #define COUNTER(n) ((n) & ~MSB) macro
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_armv5te.S262 .set COUNTER, 0 define
304 .set COUNTER, COUNTER + 1 define
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfreedreno_perfcntr.h102 #define COUNTER(_sel, _lo, _hi) { \ macro
/third_party/openssl/providers/implementations/kdfs/
Dkbkdf.c52 COUNTER = 0, enumerator
/third_party/mesa3d/src/asahi/lib/
Ddecode.c302 unsigned COUNTER = 0; variable