HomeSort by relevance Sort by last modified time
    Searched refs:magic (Results 926 - 950 of 1138) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/sqlite/src/src/
wal.c 37 ** 0: Magic number. 0x377f0682 or 0x377f0683
71 ** magic number in the first 4 bytes of the WAL is 0x377f0683 and it
72 ** is computed using little-endian if the magic number is 0x377f0682.
386 /* WAL magic value. Either this value, or the same value with the least
1082 u32 magic; \/* Magic value read from WAL header *\/ local
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 499 __u32 *magic; local
513 magic = (__u32 *)((char *)inode + EXT2_GOOD_OLD_INODE_SIZE +
515 if (*magic == EXT2_EXT_ATTR_MAGIC) {
518 start = (char *) magic + sizeof(__u32);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 52 errcode_t magic; member in struct:ext2_extent_handle
63 errcode_t magic; member in struct:ext2_extent_path
75 printf("header: magic=%x entries=%u max=%u depth=%u generation=%u\n",
266 handle->magic = EXT2_ET_MAGIC_EXTENT_HANDLE;
584 save_path->magic = EXT2_ET_MAGIC_EXTENT_PATH;
    [all...]
initialize.c 119 fs->magic = EXT2_ET_MAGIC_EXT2FS_FILSYS;
irel_ma.c 53 __u32 magic; member in struct:irel_ma
  /external/e2fsprogs/misc/
mke2fs.c 505 #define BSD_DISKMAGIC (0x82564557UL) /* The disk magic number */
506 #define BSD_MAGICDISK (0x57455682UL) /* The disk magic number reversed */
513 unsigned int *magic; local
530 magic = (unsigned int *) (buf + BSD_LABEL_OFFSET);
531 if ((*magic == BSD_DISKMAGIC) ||
532 (*magic == BSD_MAGICDISK))
    [all...]
  /external/jpeg/
jmemdosa.asm 231 int 2fh ; a magic cookie, hex 4300
238 int 2fh ; another magic cookie
  /external/kernel-headers/original/linux/
msdos_fs.h 4 #include <linux/magic.h>
tty.h 175 int magic; member in struct:tty_struct
196 int alt_speed; /* For magic substitution of 38400 bps */
234 /* tty magic number */
  /external/libffi/
ltmain.sh 89 magic="%%%MAGIC variable%%%"
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 336 unsigned char magic[8]; member in struct:___itt_global
  /external/openssh/
ssh-keygen.c 390 int magic, rlen, ktype, i1, i2, i3, i4; local
397 magic = buffer_get_int(&b);
398 if (magic != SSH_COM_PRIVATE_KEY_MAGIC) {
399 error("bad magic 0x%x != 0x%x", magic, SSH_COM_PRIVATE_KEY_MAGIC);
    [all...]
  /external/ppp/pppd/plugins/radius/
sendserver.c 513 randno = magic();
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 231 int 2fh ; a magic cookie, hex 4300
238 int 2fh ; another magic cookie
  /external/stressapptest/src/
worker.h 480 volatile uint8 magic; member in struct:FileThread::SectorTag
  /external/valgrind/main/include/vki/
vki-x86-linux.h 223 unsigned short magic; /* 0xffff = regular FPU data only */ member in struct:_vki_fpstate
  /external/yaffs2/yaffs2/
yaffs_guts.h 786 __u32 magic; member in struct:__anon29004
  /external/zlib/src/contrib/untgz/
untgz.c 79 char magic[6]; /* 257 */ member in struct:tar_header
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 328 hnd->magic = private_handle_t::sMagic;
  /hardware/qcom/display/msm8974/libgralloc/
mapper.cpp 331 hnd->magic = private_handle_t::sMagic;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext2_fs.h 20 #include <linux/magic.h>
331 __le16 s_magic; /* Magic signature */
ext3_fs.h 20 #include <linux/magic.h>
411 __le16 s_magic; /* Magic signature */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext2_fs.h 20 #include <linux/magic.h>
331 __le16 s_magic; /* Magic signature */
ext3_fs.h 20 #include <linux/magic.h>
411 __le16 s_magic; /* Magic signature */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext2_fs.h 20 #include <linux/magic.h>
331 __le16 s_magic; /* Magic signature */

Completed in 734 milliseconds

<<31323334353637383940>>