OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:magic
(Results
426 - 450
of
1138
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/kernel-headers/original/asm-x86/
sigcontext.h
48
unsigned short
magic
; /* 0xffff = regular FPU data only */
member in struct:_fpstate
user32.h
63
__u32
magic
; /* To uniquely identify a core file */
member in struct:user32
user_32.h
112
unsigned long
magic
; /* To uniquely identify a core file */
member in struct:user
/external/kernel-headers/original/linux/
swap.h
41
*
Magic
header for a swap area. The first part of the union is
42
* what the swap
magic
looks like for the old (limited to 128MB)
47
* Having the
magic
at the end of the PAGE_SIZE makes detecting swap
49
* For 2.5 we'll probably want to move the
magic
to just beyond the
55
char
magic
[10]; /* SWAP-SPACE or SWAPSPACE2 */
member in struct:swap_header::__anon20186
56
}
magic
;
member in union:swap_header
112
((__swapoffset(
magic
.
magic
) - __swapoffset(info.badpages)) / sizeof(int))
/external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_buffer.c
37
buf->
magic
= 0xDEAD1337;
69
buf->
magic
= 0xDEAD1337;
104
buf->
magic
= 0xDEAD1337;
209
i915_drm_buffer(buffer)->
magic
= 0;
/external/oprofile/libabi/
op_abi.c
44
{ "offsetof_header_magic", offsetof(struct opd_header,
magic
) },
/external/oprofile/libopagent/
jitdump.h
25
*
Magic
to do a sanity check that this is a dump file
41
u32
magic
;
member in struct:jitheader
/external/qemu/android/utils/
intmap.h
63
void*
magic
[4];
member in struct:AIntMapIterator
/external/qemu/block/
bochs.c
43
char
magic
[32]; // "Bochs Virtual HD Image"
member in struct:bochs_header_v1
63
char
magic
[32]; // "Bochs Virtual HD Image"
member in struct:bochs_header
100
if (!strcmp(bochs->
magic
, HEADER_MAGIC) &&
123
if (strcmp(bochs.
magic
, HEADER_MAGIC) ||
cow.c
36
uint32_t
magic
;
member in struct:cow_header_v2
53
be32_to_cpu(cow_header->
magic
) == COW_MAGIC &&
73
if (be32_to_cpu(cow_header.
magic
) != COW_MAGIC ||
244
cow_header.
magic
= cpu_to_be32(COW_MAGIC);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h
24
/*
Magic
number at a
magic
location to find HNDRTE_DEBUG pointers */
46
uint32
magic
;
member in struct:hndrte_debug
trxhdr.h
52
uint32
magic
; /* "HDR0" */
member in struct:trx_header
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcLoadFormat.h
96
uint32_t
magic
; /**< Header
magic
value ASCII "MCLF". */
member in struct:__anon32585
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext.h
47
unsigned short
magic
; /* 0xffff = regular FPU data only */
member in struct:_fpstate
user_32.h
112
unsigned long
magic
; /* To uniquely identify a core file */
member in struct:user
user_64.h
103
unsigned long
magic
; /* To uniquely identify a core file */
member in struct:user
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cramfs_fs.h
7
#define CRAMFS_MAGIC_WEND 0x453dcd28 /*
magic
number with the wrong endianess */
56
__u32
magic
; /* 0x28cd3d45 - random number */
member in struct:cramfs_super
minix_fs.h
4
#include <linux/
magic
.h>
qnx4_fs.h
14
#include <linux/
magic
.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h
47
unsigned short
magic
; /* 0xffff = regular FPU data only */
member in struct:_fpstate
user_32.h
112
unsigned long
magic
; /* To uniquely identify a core file */
member in struct:user
user_64.h
103
unsigned long
magic
; /* To uniquely identify a core file */
member in struct:user
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h
7
#define CRAMFS_MAGIC_WEND 0x453dcd28 /*
magic
number with the wrong endianess */
56
__u32
magic
; /* 0x28cd3d45 - random number */
member in struct:cramfs_super
minix_fs.h
4
#include <linux/
magic
.h>
qnx4_fs.h
14
#include <linux/
magic
.h>
Completed in 1160 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>