/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
wanrouter.h | 138 unsigned magic; member in struct:wandev_conf 297 unsigned magic; member in struct:wanif_conf
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
wanrouter.h | 138 unsigned magic; member in struct:wandev_conf 297 unsigned magic; member in struct:wanif_conf
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
wanrouter.h | 138 unsigned magic; member in struct:wandev_conf 297 unsigned magic; member in struct:wanif_conf
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
wanrouter.h | 138 unsigned magic; member in struct:wandev_conf 297 unsigned magic; member in struct:wanif_conf
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmime.c | 187 file_name = malloc (strlen (directory) + strlen ("/mime/magic") + 1); 188 strcpy (file_name, directory); strcat (file_name, "/mime/magic"); 374 /* Check the magic file */ 375 file_name = malloc (strlen (directory) + strlen ("/mime/magic") + 1); 376 strcpy (file_name, directory); strcat (file_name, "/mime/magic");
|
/external/e2fsprogs/debugfs/ |
logdump.c | 339 __u32 magic, sequence, blocktype; local 383 "Journal superblock magic number invalid!\n"); 406 magic = be32_to_cpu(header->h_magic); 410 if (magic != JFS_MAGIC_NUMBER) { 411 fprintf (out_file, "No magic number at block %u: "
|
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 48 * For checking structure magic numbers... 52 if ((struct)->magic != (code)) return (code) 67 int magic; member in struct:unix_private_data 391 io->magic = EXT2_ET_MAGIC_IO_CHANNEL; 409 data->magic = EXT2_ET_MAGIC_UNIX_IO_CHANNEL;
|
dosio.c | 76 * For checking structure magic numbers... 80 if ((struct)->magic != (code)) return (code) 153 ioch->magic = EXT2_ET_MAGIC_IO_CHANNEL;
|
/external/icu4c/common/ |
ucol_swp.c | 149 header.magic=ds->readUInt32(inHeader->magic); 151 header.magic==UCOL_HEADER_MAGIC && 155 udata_printError(ds, "ucol_swapBinary(): magic 0x%08x or format version %02x.%02x is not a collation binary\n", 156 header.magic,
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_bmp.c | 63 char magic[2]; local 93 if ( SDL_RWread(src, magic, 1, 2) != 2 ) { 98 if ( SDL_strncmp(magic, "BM", 2) != 0 ) { 339 char magic[2] = { 'B', 'M' }; local 421 SDL_RWwrite(dst, magic, 2, 1);
|
/external/grub/docs/ |
multiboot.texi | 223 problem. Multiboot-compliant OS images always contain a magic 226 variants or other executable formats. This magic header does not need to 357 * Header magic fields:: The magic fields of Multiboot header 370 @item 0 @tab u32 @tab magic @tab required 384 The fields @samp{magic}, @samp{flags} and @samp{checksum} are defined in 385 @ref{Header magic fields}, the fields @samp{header_addr}, 392 @node Header magic fields 393 @subsection The magic fields of Multiboot header 396 @item magic [all...] |
/device/htc/common/updater/ |
bootloader.c | 136 unsigned char MAGIC[UPDATE_MAGIC_SIZE]; 190 memcpy(&header.MAGIC, UPDATE_MAGIC, UPDATE_MAGIC_SIZE); 252 * when the magic number is installed everything is valid.
|
/external/kernel-headers/original/linux/ |
tty.h | 173 int magic; member in struct:tty_struct 194 int alt_speed; /* For magic substitution of 38400 bps */ 232 /* tty magic number */
|
/external/openssl/crypto/ |
symhacks.h | 84 #if 0 /* No longer needed, since safestack macro magic does the job */ 92 #if 0 /* No longer needed, since safestack macro magic does the job */ 100 #if 0 /* No longer needed, since safestack macro magic does the job */
|
/external/openssl/include/openssl/ |
symhacks.h | 84 #if 0 /* No longer needed, since safestack macro magic does the job */ 92 #if 0 /* No longer needed, since safestack macro magic does the job */ 100 #if 0 /* No longer needed, since safestack macro magic does the job */
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
DiskCache.java | 235 final int magic = dataInput.readInt(); local 238 if (magic != INDEX_HEADER_MAGIC) { 239 Log.e(TAG, "Index file appears to be corrupt (" + magic + " != " + INDEX_HEADER_MAGIC + "), " + indexFilePath);
|
/bionic/libc/bionic/ |
eabi.c | 39 * Note that 'dso_handle' is the address of a magic linker-generate
|
system_properties.c | 81 if((pa->magic != PROP_AREA_MAGIC) || (pa->version != PROP_AREA_VERSION)) {
|
/bionic/libc/include/sys/ |
_system_properties.h | 54 unsigned magic; member in struct:prop_area
|
mount.h | 64 * Old magic mount flag and mask
|
/bionic/libc/kernel/common/linux/ |
msdos_fs.h | 15 #include <linux/magic.h>
|
/bootable/bootloader/legacy/include/boot/ |
bootimg.h | 41 unsigned char magic[BOOT_MAGIC_SIZE]; member in struct:boot_img_hdr
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
ClassFile.java | 33 * Gets the field {@code magic}.
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
expected.txt | 3 magic: cafebabe
|
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 52 unsigned int magic; /* command ^ 0xffffffff */ member in struct:message 369 msg_send.magic = msg_send.command ^ 0xffffffff; 399 printf("\n magic = %08X", msg_rcv.magic);
|