Home
last modified time | relevance | path

Searched defs:RELEASE (Results 1 – 12 of 12) sorted by relevance

/third_party/benchmark/src/
Dmutex.h43 #define RELEASE(...) \ macro
92 ~MutexLock() RELEASE() {} in RELEASE() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmutex.h76 inline ~lock() RELEASE() {} in RELEASE() function
Dtsa.h56 #define RELEASE(...) \ macro
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DEnvelopeADSR.java29 private static final int RELEASE = 4; field in EnvelopeADSR
/third_party/lz4/contrib/djgpp/
DMakefile9 RELEASE ?= r$(VERSION) macro
/third_party/musl/include/scsi/
Dscsi.h20 #define RELEASE 0x17 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
Dscsi.h20 #define RELEASE 0x17 macro
/third_party/musl/porting/uniproton/kernel/include/scsi/
Dscsi.h20 #define RELEASE 0x17 macro
/third_party/musl/porting/liteos_m/kernel/include/scsi/
Dscsi.h20 #define RELEASE 0x17 macro
/third_party/FreeBSD/sys/cam/scsi/
Dscsi_all.h44 #define RELEASE 0x17 macro
/third_party/ffmpeg/libavfilter/
Daf_loudnorm.c41 RELEASE, enumerator
/third_party/node/
DMakefile893 RELEASE=$(shell sed -ne 's/\#define NODE_VERSION_IS_RELEASE \([01]\)/\1/p' src/node_version.h) macro