Searched
full:magic (Results
601 -
625 of
1219) sorted by null
<<21222324252627282930>>
/external/ppp/pppd/ |
md4.c | 43 /* Compile-time declarations of MD4 "magic constants".
|
/external/ppp/pppd/plugins/radius/ |
buildreq.c | 83 return (unsigned char)(magic() & UCHAR_MAX);
|
/external/proguard/src/proguard/classfile/ |
ClassConstants.java | 32 public static final int MAGIC = 0xCAFEBABE;
|
/external/qemu/ |
cpu-exec.c | 494 /* ARMv7-M interrupt return works by loading a magic value 498 CPU tries to execute code at the magic address. 499 This will cause the magic PC value to be pushed to 502 pc contains a magic address. */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_mcsn.c | 87 /* We can't use XBIOS in interrupt with Magic, don't know about thread */
|
SDL_mintaudio_xbios.c | 88 /* We can't use XBIOS in interrupt with Magic, don't know about thread */
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/ |
SDL_syscdrom.cc | 133 /* IDE bus scanning magic */
|
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 46 static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ 281 mode to transparent if the gzip magic header is not present; set s->err 282 to Z_DATA_ERROR if the magic header is present but the rest of the header 313 /* Peek ahead to check the gzip magic header */
|
/external/speex/libspeex/ |
resample.c | 670 /* Try and remove the magic samples as if nothing had happened */ 692 /* Put back some of the magic! */ 701 /* Reduce filter length, this a bit tricky. We need to store some of the memory as "magic" 827 /* If we couldn't process all "magic" input samples, save the rest for next time */ [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
uversion.h | 172 * numbers in a secret and magic way. Please use collator version as whole
|
/external/webkit/JavaScriptCore/wtf/unicode/ |
UTF8.cpp | 228 // Magic values subtracted from a buffer value during UTF8 conversion.
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
uversion.h | 172 * numbers in a secret and magic way. Please use collator version as whole
|
/external/webkit/WebCore/html/ |
HTMLImageElement.cpp | 150 // lets figure out the alt text.. magic stuff
|
/external/webkit/WebCore/icu/unicode/ |
uversion.h | 172 * numbers in a secret and magic way. Please use collator version as whole
|
/external/webkit/WebCore/platform/graphics/skia/ |
ImageBufferSkia.cpp | 74 // required, but the canvas is currently filled with the magic transparency
|
/external/webkit/WebCore/platform/image-decoders/ico/ |
ICOImageDecoder.cpp | 326 // Check if this entry is a BMP or a PNG; we need 4 bytes to check the magic
|
/external/webkit/WebKit/mac/icu/unicode/ |
uversion.h | 172 * numbers in a secret and magic way. Please use collator version as whole
|
/external/zlib/examples/ |
gzlog.c | 118 0x1f, 0x8b, /* magic gzip id */
|
/external/zlib/ |
gzio.c | 46 static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ 281 mode to transparent if the gzip magic header is not present; set s->err 282 to Z_DATA_ERROR if the magic header is present but the rest of the header 313 /* Peek ahead to check the gzip magic header */
|
/hardware/msm7k/libgralloc-qsd8k/ |
mapper.cpp | 336 hnd->magic = private_handle_t::sMagic;
|
/packages/apps/Browser/src/com/android/browser/widget/ |
BookmarkWidgetService.java | 66 // XXX: Remove these magic numbers once the dimensions of the widget can be
|
/packages/apps/Contacts/src/com/android/contacts/ |
SpecialCharSequenceMgr.java | 42 * Helper class to listen for some magic character sequences
|
/system/core/adb/ |
adb.h | 53 unsigned magic; /* command ^ 0xffffffff */ member in struct:amessage
|
/bionic/libc/tzcode/ |
strftime.c | 607 ** must rely on magic (in this case 609 ** magic might not have the correct
|
/bootable/recovery/applypatch/ |
applypatch.c | 118 const char* magic = strtok(copy, ":"); local 119 if (strcmp(magic, "MTD") != 0) {
|
Completed in 222 milliseconds
<<21222324252627282930>>