HomeSort by relevance Sort by last modified time
    Searched defs:magic (Results 1 - 25 of 806) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/core/lwip/src/netif/ppp/
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() function
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_private.h 16 uint64_t magic; member in struct:random_serial_num
  /external/skia/experimental/tools/
mskp_parser.py 25 magic = src.read(len(magic_constant)) variable
26 if magic != magic_constant:
  /external/skqp/experimental/tools/
mskp_parser.py 25 magic = src.read(len(magic_constant)) variable
26 if magic != magic_constant:
  /external/strace/tests/
ioctl_block.c 44 static const unsigned int magic = 0xdeadbeef; variable
120 *val_int = magic;
165 bp->pno = magic;
ioctl_loop.c 173 static const kernel_ulong_t magic = local
182 ioctl(-1, unknown_loop_cmd, magic);
189 (unsigned long) magic);
191 ioctl(-1, LOOP_SET_BLOCK_SIZE + 1, magic);
196 (unsigned long) magic);
198 ioctl(-1, LOOP_CTL_GET_FREE + 1, magic);
203 (unsigned long) magic);
206 ioctl(-1, LOOP_SET_FD, magic);
208 (unsigned int) magic);
293 ioctl(-1, LOOP_CHANGE_FD, magic);
    [all...]
ioctl_scsi.c 142 static const unsigned long magic = local
144 ioctl(-1, 0x22ff, magic);
146 magic);
ustat.c 44 const kernel_ulong_t magic = (kernel_ulong_t) 0xfacefeedffffffff; local
68 dev = (unsigned int) magic;
69 rc = syscall(__NR_ustat, magic, 0);
73 rc = syscall(__NR_ustat, magic, buf);
  /external/strace/tests-m32/
ioctl_block.c 44 static const unsigned int magic = 0xdeadbeef; variable
120 *val_int = magic;
165 bp->pno = magic;
ioctl_loop.c 173 static const kernel_ulong_t magic = local
182 ioctl(-1, unknown_loop_cmd, magic);
189 (unsigned long) magic);
191 ioctl(-1, LOOP_SET_BLOCK_SIZE + 1, magic);
196 (unsigned long) magic);
198 ioctl(-1, LOOP_CTL_GET_FREE + 1, magic);
203 (unsigned long) magic);
206 ioctl(-1, LOOP_SET_FD, magic);
208 (unsigned int) magic);
293 ioctl(-1, LOOP_CHANGE_FD, magic);
    [all...]
ioctl_scsi.c 142 static const unsigned long magic = local
144 ioctl(-1, 0x22ff, magic);
146 magic);
ustat.c 44 const kernel_ulong_t magic = (kernel_ulong_t) 0xfacefeedffffffff; local
68 dev = (unsigned int) magic;
69 rc = syscall(__NR_ustat, magic, 0);
73 rc = syscall(__NR_ustat, magic, buf);
  /external/strace/tests-mx32/
ioctl_block.c 44 static const unsigned int magic = 0xdeadbeef; variable
120 *val_int = magic;
165 bp->pno = magic;
ioctl_loop.c 173 static const kernel_ulong_t magic = local
182 ioctl(-1, unknown_loop_cmd, magic);
189 (unsigned long) magic);
191 ioctl(-1, LOOP_SET_BLOCK_SIZE + 1, magic);
196 (unsigned long) magic);
198 ioctl(-1, LOOP_CTL_GET_FREE + 1, magic);
203 (unsigned long) magic);
206 ioctl(-1, LOOP_SET_FD, magic);
208 (unsigned int) magic);
293 ioctl(-1, LOOP_CHANGE_FD, magic);
    [all...]
ioctl_scsi.c 142 static const unsigned long magic = local
144 ioctl(-1, 0x22ff, magic);
146 magic);
ustat.c 44 const kernel_ulong_t magic = (kernel_ulong_t) 0xfacefeedffffffff; local
68 dev = (unsigned int) magic;
69 rc = syscall(__NR_ustat, magic, 0);
73 rc = syscall(__NR_ustat, magic, buf);
  /external/valgrind/memcheck/tests/
demangle.cpp 15 class magic { class
25 magic<int> *c = new magic<int>;
  /external/vulkan-validation-layers/tests/
icd-spv.h 24 uint32_t magic; member in struct:icd_spv_header
26 uint32_t gen_magic; // Generator's magic number
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug329.go 18 const magic = 1 + 2i const
21 if x != magic {
23 panic("bad complex magic")
28 return magic
32 if x.X != magic {
34 panic("bad struct magic")
39 return Struct{magic}
  /prebuilts/go/linux-x86/test/fixedbugs/
bug329.go 18 const magic = 1 + 2i const
21 if x != magic {
23 panic("bad complex magic")
28 return magic
32 if x.X != magic {
34 panic("bad struct magic")
39 return Struct{magic}
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
icd-spv.h 24 uint32_t magic; member in struct:icd_spv_header
26 uint32_t gen_magic; // Generator's magic number
  /system/update_engine/payload_consumer/
mount_history.cc 56 // 0x38: len16 Magic signature 0xEF53
62 uint16_t magic = *reinterpret_cast<uint16_t*>(&block0_buffer[0x400 + 0x38]); local
64 if (magic == 0xEF53) {
  /art/test/037-inherit/src/
Main.java 10 MagicClass magic = new MagicClass(); local
12 System.out.print("magic is ");
13 System.out.println(magic.getSomeData());
  /external/clang/test/Analysis/
rdar-6541136-region.c 3 struct tea_cheese { unsigned magic; }; member in struct:tea_cheese
  /external/icu/icu4c/source/samples/ucnv/
flagcb.h 49 uint32_t magic; /* 0xC0FFEE to identify that the object is OK */ member in struct:__anon21519

Completed in 255 milliseconds

1 2 3 4 5 6 7 8 91011>>