Home
last modified time | relevance | path

Searched defs:UID (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmxf.h28 typedef uint8_t UID[16]; typedef
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js34 const UID = Symbol('uid') constant
/third_party/python/Lib/
Dplistlib.py178 class UID: class