HomeSort by relevance Sort by last modified time
    Searched refs:MAGIC (Results 1 - 25 of 63) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cpio.h 47 #define MAGIC "070707"
tic.h 78 #define MAGIC 0432 /* first two bytes of a compiled entry */
87 #define IS_TIC_MAGIC(p) (LOW_MSB(p) == MAGIC)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cpio.h 47 #define MAGIC "070707"
tic.h 78 #define MAGIC 0432 /* first two bytes of a compiled entry */
87 #define IS_TIC_MAGIC(p) (LOW_MSB(p) == MAGIC)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sunaudio.py 8 MAGIC = '.snd'
21 if fp.read(4) != MAGIC:
22 raise error, 'gethdr: bad magic word'
py_compile.py 13 MAGIC = imp.get_magic()
129 fc.write(MAGIC)