HomeSort by relevance Sort by last modified time
    Searched full:magic (Results 176 - 200 of 1219) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
user.h 49 unsigned long magic; member in struct:user
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
user.h 49 unsigned long magic; member in struct:user
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
user.h 49 unsigned long magic; member in struct:user
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
user32.h 68 __u32 magic; member in struct:user32
user_32.h 72 unsigned long magic; member in struct:user
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
user.h 49 unsigned long magic; member in struct:user
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
user32.h 68 __u32 magic; member in struct:user32
user_32.h 72 unsigned long magic; member in struct:user
  /packages/wallpapers/MagicSmoke/res/values-cs/
strings.xml 22 <string name="wallpapers" msgid="9040514152147134380">"Magic Smoke Wallpapers"</string>
  /sdk/emulator/qtools/
dmtrace.h 11 uint32_t magic; member in struct:DmTrace::Header
  /external/freetype/src/base/
ftrfork.c 338 FT_Int32 magic,
402 FT_Int32 magic = ( 0x00 << 24 ) | local
413 magic, result_offset );
424 FT_Int32 magic = ( 0x00 << 24 ) | local
435 magic, result_offset );
661 FT_Int32 magic,
682 if ( magic_from_stream != magic )
  /external/kernel-headers/original/linux/
genhd.h 288 #define BSD_DISKMAGIC (0x82564557UL) /* The disk magic number */
293 __le32 d_magic; /* the magic number */
318 __le32 d_magic2; /* the magic number (again) */
343 #define UNIXWARE_DISKMAGIC (0xCA5E600DUL) /* The disk magic number */
344 #define UNIXWARE_DISKMAGIC2 (0x600DDEEEUL) /* The slice table magic nr */
357 __le32 d_magic; /* the magic number */
377 __le32 v_magic; /* the magic number */
mutex.h 55 void *magic; member in struct:mutex
71 void *magic; member in struct:mutex_waiter
  /external/qemu/
a.out.h 26 short f_magic; /* magic number */
54 /* This is Lynx's all-platform magic number for executables. */
73 unsigned short magic; /* type of file */ member in struct:__anon4073
312 /* Magic values that are true for all dos/nt implementations */
329 unsigned short e_magic; /* Magic number, 0x5a4d */
353 unsigned short f_magic; /* magic number */
371 unsigned short magic; /* type of file */ member in struct:__anon4087
  /external/webkit/WebKit/win/
WebDownload.cpp 211 // Check for the bundle magic number at the end of the file
221 LOG_ERROR("Failed to read footer magic number from the bundle - errno(%i)", errno);
226 LOG_ERROR("Footer's magic number does not match 0x%X - errno(%i)", bundleMagicNumber(), errno);
269 // Finally, make the resume data. Now, it is possible by some twist of fate the bundle magic number
319 const UInt32& magic = bundleMagicNumber(); local
320 if (fwrite(&magic, 4, 1, bundle) != 1) {
321 LOG_ERROR("Failed to write footer magic number to the bundle - errno(%i)", errno);
  /external/libpcap/
pcap1.h 96 * magic number for your new capture file format, and, when
97 * you get the new magic number, put it in "savefile.c";
99 * use that magic number for save files with the changed file
104 * (using the magic number to determine the header format).
163 bpf_u_int32 magic; member in struct:pcap1_packet_header
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 538 typedef int (CPerlObj::*SwigMagicFunc)(SV *, MAGIC *);
543 typedef int (CPerlObj::*SwigMagicFuncHack)(SV *, MAGIC *);
548 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
554 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
555 typedef int (*SwigMagicFunc)(SV *, MAGIC *);
560 typedef int (*SwigMagicFuncHack)(SV *, MAGIC *);
567 #define SWIG_MAGIC(a,b) (struct interpreter *interp, SV *a, MAGIC *b)
568 typedef int (*SwigMagicFunc)(struct interpreter *, SV *, MAGIC *);
572 typedef int (*SwigMagicFuncHack)(struct interpreter *, SV *, MAGIC *);
713 /* If magical, apply more magic */
    [all...]
  /external/openssl/apps/
passwd.c 302 * For magic string "1", this should be compatible to the MD5-based BSD
304 * For 'magic' string "apr1", this is compatible to the MD5-based Apache
307 * 'magic' string was changed -- the laziest application of the NIH principle
310 static char *md5crypt(const char *passwd, const char *magic, const char *salt)
323 assert(strlen(magic) <= 4); /* "1" or "apr1" */
324 strncat(out_buf, magic, 4);
328 salt_out = out_buf + 2 + strlen(magic);
336 EVP_DigestUpdate(&md, magic, strlen(magic));
  /external/e2fsprogs/lib/blkid/
probe.h 37 const char *bim_type; /* type name for this magic */
40 unsigned bim_len; /* length of magic */
41 const char *bim_magic; /* magic string */
47 * from. We do not necessarily need the magic field here, because we have
200 __u8 magic[4]; member in struct:cramfs_super_block
463 __u32 magic; member in struct:master_file_table_record
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 104 magic (); method
135 void magic () throws IOException method in class:ClassDefParser.classParser
137 final long magic = m_bytes.readU4 (); local
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
140 m_table.setMagic (magic);
  /build/core/
prebuilt.mk 46 # The magic string "EXTERNAL" means this package will be signed with
62 # The magic string "PRESIGNED" means this package is already checked
  /development/host/windows/usb/
android_winusb.inf 33 ; HTC Magic
55 ; HTC Magic
  /external/grub/stage2/
xfs.h 85 xfs_uint32_t sb_magicnum; /* magic number == XFS_SB_MAGIC */
146 xfs_uint32_t bb_magic; /* magic number for block type */
158 xfs_uint32_t bb_magic; /* magic number for block type */
272 #define XFS_DIR2_LEAF1_MAGIC 0xd2f1 /* magic number: v2 dirlf single blks */
273 #define XFS_DIR2_LEAFN_MAGIC 0xd2ff /* magic number: v2 dirlf multi blks */
278 xfs_uint16_t magic; /* validity check on block */ member in struct:xfs_da_blkinfo
335 xfs_uint32_t magic; /* XFS_DIR2_DATA_MAGIC */ member in struct:xfs_dir2_data_hdr
487 xfs_uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
  /external/oprofile/daemon/
opd_events.c 170 memcpy(header->magic, OPD_MAGIC, sizeof(header->magic));
  /external/ppp/pppd/
eui64.h 84 (e).e32[0] = magic(); \
85 (e).e32[1] = magic(); \

Completed in 432 milliseconds

1 2 3 4 5 6 78 91011>>