/external/ImageMagick/config/ |
D | mime.xml | 12 <!ATTLIST mime magic CDATA #IMPLIED> 19 …escription="Macintosh BinHex-encoded file" data-type="string" offset="11" magic="must be converted… 20 …ematica" description="Mathematica Notebook" data-type="string" offset="0" magic="(************** C… 21 …a" description="Mathematica Notebook" data-type="string" offset="100:256" magic="This notebook can… 22 …ca" description="Mathematica Notebook" data-type="string" offset="10:256" magic="This is a Mathema… 24 …<mime type="application/mbox" description="mailbox file" data-type="string" offset="0" magic="From… 27 …pdf" description="Portable Document Format" data-type="string" offset="0" magic="%PDF-" priority="… 29 …cription="XML Shareable Playlist Format" data-type="string" offset="0:64" magic="<playlist vers… 31 …<mime type="audio/x-iriver-pla" description="iRiver Playlist" data-type="string" offset="4" magic=… 33 …ription="PGP/MIME-encrypted message header" data-type="string" offset="0" magic="-----BEGIN PGP ME… [all …]
|
D | magic.xml | 3 <!ELEMENT magicmap (magic)+> 4 <!ELEMENT magic (#PCDATA)> 5 <!ATTLIST magic name CDATA #REQUIRED> 6 <!ATTLIST magic offset CDATA "0"> 7 <!ATTLIST magic target CDATA #REQUIRED> 19 <!-- <magic name="GIF" offset="0" target="GIF8"/> --> 20 <!-- <magic name="JPEG" offset="0" target="\377\330\377"/> --> 21 <!-- <magic name="PNG" offset="0" target="\211PNG\r\n\032\n"/> --> 22 <!-- <magic name="TIFF" offset="0" target="\115\115\000\052"/> -->
|
/external/ImageMagick/www/source/ |
D | mime.xml | 12 <!ATTLIST mime magic CDATA #IMPLIED> 19 …escription="Macintosh BinHex-encoded file" data-type="string" offset="11" magic="must be converted… 20 …ematica" description="Mathematica Notebook" data-type="string" offset="0" magic="(************** C… 21 …a" description="Mathematica Notebook" data-type="string" offset="100:256" magic="This notebook can… 22 …ca" description="Mathematica Notebook" data-type="string" offset="10:256" magic="This is a Mathema… 24 …<mime type="application/mbox" description="mailbox file" data-type="string" offset="0" magic="From… 27 …pdf" description="Portable Document Format" data-type="string" offset="0" magic="%PDF-" priority="… 29 …cription="XML Shareable Playlist Format" data-type="string" offset="0:64" magic="<playlist vers… 31 …<mime type="audio/x-iriver-pla" description="iRiver Playlist" data-type="string" offset="4" magic=… 33 …ription="PGP/MIME-encrypted message header" data-type="string" offset="0" magic="-----BEGIN PGP ME… [all …]
|
D | magic.xml | 3 <!ELEMENT magicmap (magic)+> 4 <!ELEMENT magic (#PCDATA)> 5 <!ATTLIST magic name CDATA #REQUIRED> 6 <!ATTLIST magic offset CDATA "0"> 7 <!ATTLIST magic target CDATA #REQUIRED> 19 <!-- <magic name="GIF" offset="0" target="GIF8"/> --> 20 <!-- <magic name="JPEG" offset="0" target="\377\330\377"/> --> 21 <!-- <magic name="PNG" offset="0" target="\211PNG\r\n\032\n"/> --> 22 <!-- <magic name="TIFF" offset="0" target="\115\115\000\052"/> -->
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Path.cpp | 52 sys::IdentifyFileType(const char *magic, unsigned length) { in IdentifyFileType() argument 53 assert(magic && "Invalid magic number string"); in IdentifyFileType() 54 assert(length >=4 && "Invalid magic number length"); in IdentifyFileType() 55 switch ((unsigned char)magic[0]) { in IdentifyFileType() 57 if (magic[1] == (char)0xC0 && magic[2] == (char)0x17 && in IdentifyFileType() 58 magic[3] == (char)0x0B) in IdentifyFileType() 62 if (magic[1] == 'C' && magic[2] == (char)0xC0 && magic[3] == (char)0xDE) in IdentifyFileType() 67 if (memcmp(magic,"!<arch>\n",8) == 0) in IdentifyFileType() 72 if (magic[1] == 'E' && magic[2] == 'L' && magic[3] == 'F') { in IdentifyFileType() 73 if (length >= 18 && magic[17] == 0) in IdentifyFileType() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_err.et.in | 15 "Wrong magic number for ext2_filsys structure" 18 "Wrong magic number for badblocks_list structure" 21 "Wrong magic number for badblocks_iterate structure" 24 "Wrong magic number for inode_scan structure" 27 "Wrong magic number for io_channel structure" 30 "Wrong magic number for unix io_channel structure" 33 "Wrong magic number for io_manager structure" 36 "Wrong magic number for block_bitmap structure" 39 "Wrong magic number for inode_bitmap structure" 42 "Wrong magic number for generic_bitmap structure" [all …]
|
D | ext2_err.c | 12 N_( "Wrong magic number for ext2_filsys structure"), 13 N_( "Wrong magic number for badblocks_list structure"), 14 N_( "Wrong magic number for badblocks_iterate structure"), 15 N_( "Wrong magic number for inode_scan structure"), 16 N_( "Wrong magic number for io_channel structure"), 17 N_( "Wrong magic number for unix io_channel structure"), 18 N_( "Wrong magic number for io_manager structure"), 19 N_( "Wrong magic number for block_bitmap structure"), 20 N_( "Wrong magic number for inode_bitmap structure"), 21 N_( "Wrong magic number for generic_bitmap structure"), [all …]
|
D | gen_bitmap.c | 32 errcode_t magic; member 43 (((bmap)->magic == EXT2_ET_MAGIC_GENERIC_BITMAP) || \ 44 ((bmap)->magic == EXT2_ET_MAGIC_BLOCK_BITMAP) || \ 45 ((bmap)->magic == EXT2_ET_MAGIC_INODE_BITMAP)) 48 (((bmap)->magic == EXT2_ET_MAGIC_GENERIC_BITMAP64) || \ 49 ((bmap)->magic == EXT2_ET_MAGIC_BLOCK_BITMAP64) || \ 50 ((bmap)->magic == EXT2_ET_MAGIC_INODE_BITMAP64)) 70 if (!bitmap || !((bitmap->magic == EXT2_ET_MAGIC_GENERIC_BITMAP) || in check_magic() 71 (bitmap->magic == EXT2_ET_MAGIC_INODE_BITMAP) || in check_magic() 72 (bitmap->magic == EXT2_ET_MAGIC_BLOCK_BITMAP))) in check_magic() [all …]
|
/external/libdrm/ |
D | xf86drmSL.c | 57 unsigned long magic; /* SL_ENTRY_MAGIC */ member 65 unsigned long magic; /* SL_LIST_MAGIC */ member 81 entry->magic = SL_ENTRY_MAGIC; in SLCreateEntry() 107 list->magic = SL_LIST_MAGIC; in drmSLCreate() 123 if (list->magic != SL_LIST_MAGIC) return -1; /* Bad magic */ in drmSLDestroy() 126 if (entry->magic != SL_ENTRY_MAGIC) return -1; /* Bad magic */ in drmSLDestroy() 128 entry->magic = SL_FREED_MAGIC; in drmSLDestroy() 132 list->magic = SL_FREED_MAGIC; in drmSLDestroy() 143 if (list->magic != SL_LIST_MAGIC) return NULL; in SLLocate() 162 if (list->magic != SL_LIST_MAGIC) return -1; /* Bad magic */ in drmSLInsert() [all …]
|
/external/llvm/lib/Support/ |
D | Path.cpp | 981 /// @brief Identify the magic in magic. 982 file_magic identify_magic(StringRef Magic) { in identify_magic() argument 983 if (Magic.size() < 4) in identify_magic() 985 switch ((unsigned char)Magic[0]) { in identify_magic() 988 if (Magic[1] == (char)0x00 && Magic[2] == (char)0xff && in identify_magic() 989 Magic[3] == (char)0xff) { in identify_magic() 991 if (Magic.size() < MinSize) in identify_magic() 995 Magic.data() + offsetof(COFF::BigObjHeader, Version)); in identify_magic() 999 const char *Start = Magic.data() + offsetof(COFF::BigObjHeader, UUID); in identify_magic() 1006 if (Magic.size() >= sizeof(Expected) && in identify_magic() [all …]
|
/external/blktrace/ |
D | blktrace.h | 64 #define CHECK_MAGIC(t) (((t)->magic & 0xffffff00) == BLK_IO_TRACE_MAGIC) 92 fprintf(stderr, "bad trace magic %x\n", t->magic); in verify_trace() 95 if ((t->magic & 0xff) != SUPPORTED_VERSION) { in verify_trace() 97 t->magic & 0xff); in verify_trace() 109 t->magic = be32_to_cpu(t->magic); in trace_to_cpu() 125 static inline int check_data_endianness(u32 magic) in check_data_endianness() argument 127 if ((magic & 0xffffff00) == BLK_IO_TRACE_MAGIC) { in check_data_endianness() 132 magic = __bswap_32(magic); in check_data_endianness() 133 if ((magic & 0xffffff00) == BLK_IO_TRACE_MAGIC) { in check_data_endianness()
|
/external/libdrm/tests/ |
D | auth.c | 77 /* Get a client magic number and pass it to the master for auth. */ in client() 78 auth.magic = 0; /* Quiet valgrind */ in client() 81 err(1, "Couldn't get client magic"); in client() 83 ret = write(commfd[0], &auth.magic, sizeof(auth.magic)); in client() 98 auth.magic = 0xd0d0d0d0; in server() 101 errx(1, "Authenticating bad magic succeeded\n"); in server() 106 ret = read(commfd[1], &auth.magic, sizeof(auth.magic)); in server() 108 err(1, "Failure to read client magic"); in server() 112 err(1, "Failure to authenticate client magic\n"); in server()
|
/external/google-breakpad/src/common/mac/ |
D | macho_walker.cc | 134 // Read the magic bytes that's common amongst all mach-o files in FindHeader() 135 uint32_t magic; in FindHeader() local 136 if (!ReadBytes(&magic, sizeof(magic), 0)) in FindHeader() 139 offset = sizeof(magic); in FindHeader() 143 if (magic == FAT_MAGIC || magic == FAT_CIGAM) { in FindHeader() 146 else if (magic != MH_MAGIC && magic != MH_CIGAM && magic != MH_MAGIC_64 && in FindHeader() 147 magic != MH_CIGAM_64) { in FindHeader() 158 if (magic == MH_CIGAM || magic == MH_CIGAM_64) in FindHeader() 209 bool swap = (header.magic == MH_CIGAM); in WalkHeaderAtOffset() 235 bool swap = (header.magic == MH_CIGAM_64); in WalkHeader64AtOffset()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_memory.c | 65 unsigned magic; member 70 unsigned magic; member 129 hdr->magic = DEBUG_MEMORY_MAGIC; in debug_malloc() 136 ftr->magic = DEBUG_MEMORY_MAGIC; in debug_malloc() 156 if(hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_free() 165 if(ftr->magic != DEBUG_MEMORY_MAGIC) { in debug_free() 175 hdr->magic = 0; in debug_free() 176 ftr->magic = 0; in debug_free() 208 if(old_hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_realloc() 217 if(old_ftr->magic != DEBUG_MEMORY_MAGIC) { in debug_realloc() [all …]
|
/external/ImageMagick/MagickCore/ |
D | magic.c | 13 % MagickCore Image Magic Methods % 50 #include "MagickCore/magic.h" 51 #include "MagickCore/magic-private.h" 65 #define MagicFilename "magic.xml" 66 #define MagicPattern(magic) (const unsigned char *) (magic), sizeof(magic)-1 argument 80 *magic; member 231 % AcquireMagicCache() caches one or more magic configurations which provides a 232 % mapping between magic attributes and a magic name. 274 Load external magic map. in AcquireMagicCache() 305 Load built-in magic map. in AcquireMagicCache() [all …]
|
/external/strace/tests-m32/ |
D | ioctl_loop.c | 173 static const kernel_ulong_t magic = in main() local 182 ioctl(-1, unknown_loop_cmd, magic); in main() 189 (unsigned long) magic); in main() 191 ioctl(-1, LOOP_SET_DIRECT_IO + 1, magic); in main() 196 (unsigned long) magic); in main() 198 ioctl(-1, LOOP_CTL_GET_FREE + 1, magic); in main() 203 (unsigned long) magic); in main() 206 ioctl(-1, LOOP_SET_FD, magic); in main() 208 (unsigned int) magic); in main() 293 ioctl(-1, LOOP_CHANGE_FD, magic); in main() [all …]
|
/external/strace/tests-mx32/ |
D | ioctl_loop.c | 173 static const kernel_ulong_t magic = in main() local 182 ioctl(-1, unknown_loop_cmd, magic); in main() 189 (unsigned long) magic); in main() 191 ioctl(-1, LOOP_SET_DIRECT_IO + 1, magic); in main() 196 (unsigned long) magic); in main() 198 ioctl(-1, LOOP_CTL_GET_FREE + 1, magic); in main() 203 (unsigned long) magic); in main() 206 ioctl(-1, LOOP_SET_FD, magic); in main() 208 (unsigned int) magic); in main() 293 ioctl(-1, LOOP_CHANGE_FD, magic); in main() [all …]
|
/external/strace/tests/ |
D | ioctl_loop.c | 173 static const kernel_ulong_t magic = in main() local 182 ioctl(-1, unknown_loop_cmd, magic); in main() 189 (unsigned long) magic); in main() 191 ioctl(-1, LOOP_SET_DIRECT_IO + 1, magic); in main() 196 (unsigned long) magic); in main() 198 ioctl(-1, LOOP_CTL_GET_FREE + 1, magic); in main() 203 (unsigned long) magic); in main() 206 ioctl(-1, LOOP_SET_FD, magic); in main() 208 (unsigned int) magic); in main() 293 ioctl(-1, LOOP_CHANGE_FD, magic); in main() [all …]
|
/external/fio/ |
D | mutex.c | 23 assert(mutex->magic == FIO_MUTEX_MAGIC); in __fio_mutex_remove() 40 mutex->magic = FIO_MUTEX_MAGIC; in __fio_mutex_init() 106 assert(mutex->magic == FIO_MUTEX_MAGIC); in fio_mutex_down_timeout() 140 assert(mutex->magic == FIO_MUTEX_MAGIC); in fio_mutex_down_trylock() 154 assert(mutex->magic == FIO_MUTEX_MAGIC); in fio_mutex_down() 172 assert(mutex->magic == FIO_MUTEX_MAGIC); in fio_mutex_up() 187 assert(lock->magic == FIO_RWLOCK_MAGIC); in fio_rwlock_write() 193 assert(lock->magic == FIO_RWLOCK_MAGIC); in fio_rwlock_read() 199 assert(lock->magic == FIO_RWLOCK_MAGIC); in fio_rwlock_unlock() 205 assert(lock->magic == FIO_RWLOCK_MAGIC); in fio_rwlock_remove() [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | wpabuf.c | 19 unsigned int magic; member 34 if (trace->magic != WPABUF_MAGIC) { in wpabuf_overflow() 35 wpa_printf(MSG_ERROR, "wpabuf: invalid magic %x", in wpabuf_overflow() 36 trace->magic); in wpabuf_overflow() 61 if (trace->magic != WPABUF_MAGIC) { in wpabuf_resize() 62 wpa_printf(MSG_ERROR, "wpabuf: invalid magic %x", in wpabuf_resize() 63 trace->magic); in wpabuf_resize() 64 wpa_trace_show("wpabuf_resize invalid magic"); in wpabuf_resize() 121 trace->magic = WPABUF_MAGIC; in wpabuf_alloc() 143 trace->magic = WPABUF_MAGIC; in wpabuf_alloc_ext_data() [all …]
|
/external/jemalloc/test/unit/ |
D | rb.c | 18 uint32_t magic; member 27 assert_u32_eq(a->magic, NODE_MAGIC, "Bad magic"); in node_cmp() 28 assert_u32_eq(b->magic, NODE_MAGIC, "Bad magic"); in node_cmp() 57 key.magic = NODE_MAGIC; in TEST_BEGIN() 61 key.magic = NODE_MAGIC; in TEST_BEGIN() 65 key.magic = NODE_MAGIC; in TEST_BEGIN() 97 assert_u32_eq(node->magic, NODE_MAGIC, "Bad magic"); in tree_recurse() 120 assert_u32_eq(node->magic, NODE_MAGIC, "Bad magic"); in tree_iterate_cb() 186 node->magic = 0; in node_remove() 261 nodes[k].magic = NODE_MAGIC; in TEST_BEGIN()
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | magic.c | 2 * magic.c - Network Random Number Generator program file. 31 * Original based on BSD magic.c. 34 * magic.c - PPP Magic Number routines. 58 #include "magic.h" 62 * magicInit - Initialize the magic number generator. 73 * magic - Returns the next magic number. 75 u32_t magic() in magic() function
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ucontext.h | 6 * @magic: magic value identifying the type of extended context 13 * indicated by the magic field. Userland may check each extended context 14 * structure against magic values that it recognises. The size field allows any 16 * of the extended context data is indicated by the magic value 20 unsigned int magic; member 26 * @ext: the extended context header, with magic == MSA_EXTCONTEXT_MAGIC
|
/external/openssh/ |
D | md5crypt.c | 24 static char *magic = "$1$"; variable 47 return (strncmp(salt, magic, strlen(magic)) == 0); in is_md5_salt() 63 /* If it starts with the magic string, then skip that */ in md5_crypt() 64 if(strncmp(sp, magic, strlen(magic)) == 0) in md5_crypt() 65 sp += strlen(magic); in md5_crypt() 85 /* Then our magic string */ in md5_crypt() 86 MD5_Update(&ctx, magic, strlen(magic)); in md5_crypt() 112 snprintf(passwd, sizeof(passwd), "%s%s$", magic, salt_copy); in md5_crypt()
|
/external/ppp/pppd/ |
D | 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() in magic() function
|