Home
last modified time | relevance | path

Searched refs:DTTOIF (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/include/sys/
Ddirent.h40 #define DTTOIF(dt) ((dt) << 12) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py562 def DTTOIF(dirtype): return ((dirtype) << 12) function