HomeSort by relevance Sort by last modified time
    Searched refs:magic (Results 226 - 250 of 1625) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dtc/libfdt/
fdt.h 58 fdt32_t magic; /* magic word FDT_MAGIC */ member in struct:fdt_header
  /external/e2fsprogs/intl/
gmo.h 26 /* The magic number of the GNU message catalog format. */
75 /* The magic number. */
76 nls_uint32 magic; member in struct:mo_file_header
  /external/e2fsprogs/lib/ext2fs/
ext2fsP.h 20 int magic; member in struct:ext2_struct_u32_list
28 int magic; member in struct:ext2_struct_u32_iterate
38 int magic; member in struct:ext2_struct_dblist
136 extern errcode_t ext2fs_alloc_generic_bmap(ext2_filsys fs, errcode_t magic,
  /external/icu/icu4c/source/common/
ucol_data.h 43 uint32_t magic; /* magic number - lets us know whether reserved data is reset or junked */ member in struct:__anon21312
  /external/kernel-headers/original/uapi/linux/
a.out.h 48 #define N_SET_INFO(exec, magic, type, flags) \
49 ((exec).a_info = ((magic) & 0xffff) \
52 #define N_SET_MAGIC(exec, magic) \
53 ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)))
adfs_fs.h 6 #include <linux/magic.h>
efs_fs_sb.h 14 #include <linux/magic.h>
16 /* EFS superblock magic numbers */
36 __be32 fs_magic; /* magic number */
51 __u32 fs_magic; /* superblock magic number */
  /external/libchrome/base/files/
file_util_linux.cc 8 #include <linux/magic.h>
25 // Not all possible |statfs_buf.f_type| values are in linux/magic.h.
  /external/ppp/pppd/
magic.c 2 * magic.c - PPP Magic Number routines.
43 #define RCSID "$Id: magic.c,v 1.11 2003/06/11 23:56:26 paulus Exp $"
52 #include "magic.h"
60 * magic_init - Initialize the magic number generator.
78 * magic - Returns the next magic number.
81 magic() function
  /external/python/cpython2/Lib/plat-mac/
applesingle.py 31 # File header format: magic, version, unused, number of entries
54 magic, version, ig, nentry = struct.unpack(AS_HEADER_FORMAT, header)
58 print 'Magic: 0x%8.8x' % (magic,)
61 if magic != AS_MAGIC:
62 raise Error, "Unknown AppleSingle magic number 0x%8.8x" % (magic,)
  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn_simple.c 165 /* Check for both possible magic numbers depending on x86/ppc byte order */
166 if ((((struct mach_header *)handle)->magic == MH_MAGIC) ||
167 (((struct mach_header *)handle)->magic == MH_CIGAM))
198 if ((((struct mach_header *)handle)->magic == MH_MAGIC) ||
199 (((struct mach_header *)handle)->magic == MH_CIGAM))
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn_simple.c 165 /* Check for both possible magic numbers depending on x86/ppc byte order */
166 if ((((struct mach_header *)handle)->magic == MH_MAGIC) ||
167 (((struct mach_header *)handle)->magic == MH_CIGAM))
198 if ((((struct mach_header *)handle)->magic == MH_MAGIC) ||
199 (((struct mach_header *)handle)->magic == MH_CIGAM))
  /external/strace/linux/arm/
userent.h 28 XLAT_UOFF(magic),
  /external/strace/linux/avr32/
userent.h 28 XLAT_UOFF(magic),
  /external/strace/linux/m68k/
userent.h 32 XLAT_UOFF(magic),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
Magic.h 1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
19 /// file_magic - An "enum class" enumeration of file types based on magic (the
62 file_magic identify_magic(StringRef magic);

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>