Home
last modified time | relevance | path

Searched refs:magic (Results 51 – 75 of 19032) sorted by relevance

12345678910>>...762

/dports/devel/tcllib/tcllib-1.20/modules/fumagic/
H A Dfileutil_magic_rt.pcx1 # -*- tcl -*- fileutil::magic::rt.pcx
11 pcx::register fileutil::magic::rt
14 namespace eval ::fileutil::magic::rt {}
19 pcx::check 1.0 std ::fileutil::magic::rt::I \
22 fileutil::magic::rt::checkType
25 pcx::check 1.0 std ::fileutil::magic::rt::L \
29 pcx::check 1.0 std ::fileutil::magic::rt::N \
31 fileutil::magic::rt::checkType
40 fileutil::magic::rt::checkType
47 fileutil::magic::rt::checkType
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/fumagic/
H A Dfileutil_magic_rt.pcx1 # -*- tcl -*- fileutil::magic::rt.pcx
11 pcx::register fileutil::magic::rt
14 namespace eval ::fileutil::magic::rt {}
19 pcx::check 1.0 std ::fileutil::magic::rt::I \
22 fileutil::magic::rt::checkType
25 pcx::check 1.0 std ::fileutil::magic::rt::L \
29 pcx::check 1.0 std ::fileutil::magic::rt::N \
31 fileutil::magic::rt::checkType
40 fileutil::magic::rt::checkType
47 fileutil::magic::rt::checkType
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/mac/
H A Dmach_o.cc69 uint32_t magic; in GetMachOArchitectures() member
85 switch (header.magic) { in GetMachOArchitectures()
91 header.magic == MH_MAGIC_64 || header.magic == MH_CIGAM_64; in GetMachOArchitectures()
92 const bool swap = header.magic == MH_CIGAM || header.magic == MH_CIGAM_64; in GetMachOArchitectures()
96 .subspan(sizeof(header.magic)))) { in GetMachOArchitectures()
101 header.mach.magic = ByteSwap(header.mach.magic); in GetMachOArchitectures()
105 DCHECK(header.mach.magic == MH_MAGIC || header.mach.magic == MH_MAGIC_64); in GetMachOArchitectures()
116 header.magic == FAT_MAGIC_64 || header.magic == FAT_CIGAM_64; in GetMachOArchitectures()
118 header.magic == FAT_CIGAM || header.magic == FAT_CIGAM_64; in GetMachOArchitectures()
127 header.fat.magic = ByteSwap(header.fat.magic); in GetMachOArchitectures()
[all …]
/dports/lang/nim/nim-1.6.2/lib/system/
H A Darithmetics.nim1 proc succ*[T: Ordinal](x: T, y = 1): T {.magic: "Succ", noSideEffect.} =
152 proc `+`*(x: int): int {.magic: "UnaryPlusI", noSideEffect.}
178 proc `+`*(x, y: int): int {.magic: "AddI", noSideEffect.}
180 proc `+`*(x, y: int8): int8 {.magic: "AddI", noSideEffect.}
185 proc `-`*(x, y: int): int {.magic: "SubI", noSideEffect.}
187 proc `-`*(x, y: int8): int8 {.magic: "SubI", noSideEffect.}
192 proc `*`*(x, y: int): int {.magic: "MulI", noSideEffect.}
194 proc `*`*(x, y: int8): int8 {.magic: "MulI", noSideEffect.}
365 proc `+`*(x, y: uint): uint {.magic: "AddU", noSideEffect.}
458 magic: "Inc", noSideEffect.}
[all …]
/dports/converters/mpack/mpack-1.6/
H A Dmagic.c29 struct magic { struct
36 static struct magic magic[] = { variable
43 static int num_magic = (sizeof(magic)/sizeof(magic[0]));
61 if (magic[i].len == 0) magic[i].len = strlen(magic[i].num); in magic_look()
62 if (magic[i].len > max_magiclen) max_magiclen = magic[i].len; in magic_look()
70 if (numread >= magic[i].len) { in magic_look()
71 for (j=0; j<magic[i].len; j++) { in magic_look()
72 if (buf[j] != magic[i].num[j]) break; in magic_look()
74 if (j == magic[i].len) return magic[i].name; in magic_look()
/dports/textproc/odt2txt/odt2txt-0.5/
H A Dmem.c166 memcpy(p, &magic, sizeof(magic)); in ymalloc_dbg()
167 memcpy((char*)p + size + sizeof(magic), &magic, sizeof(magic)); in ymalloc_dbg()
169 return((char*)p + sizeof(magic)); in ymalloc_dbg()
192 if(memcmp((char*)p - sizeof(magic), &magic, sizeof(magic)) in yfree_dbg()
193 || memcmp((char*)p + info->size, &magic, sizeof(magic))) { in yfree_dbg()
198 free((char*)p - sizeof(magic)); in yfree_dbg()
238 if(memcmp((char*)p - sizeof(magic), &magic, sizeof(magic)) || in yrealloc_dbg()
239 memcmp((char*)p + area_info->size, &magic, sizeof(magic))) { in yrealloc_dbg()
245 p = realloc((char*)p - sizeof(magic), size + 2*sizeof(magic)); in yrealloc_dbg()
253 memcpy((char*)p + size + sizeof(magic), &magic, sizeof(magic)); in yrealloc_dbg()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvcc/
H A Dvcc_types.c49 unsigned magic; member
58 .magic = TYPE_MAGIC,
70 .magic = TYPE_MAGIC,
77 .magic = TYPE_MAGIC,
83 .magic = TYPE_MAGIC,
88 .magic = TYPE_MAGIC,
94 .magic = TYPE_MAGIC,
101 .magic = TYPE_MAGIC,
108 .magic = TYPE_MAGIC,
114 .magic = TYPE_MAGIC,
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_auth.c76 drm_magic_t magic) in drm_add_magic() argument
80 DRM_DEBUG("%d\n", magic); in drm_add_magic()
86 entry->hash_item.key = (unsigned long)magic; in drm_add_magic()
110 DRM_DEBUG("%d\n", magic); in drm_remove_magic()
148 if (file_priv->magic) { in drm_getmagic()
149 auth->magic = file_priv->magic; in drm_getmagic()
152 auth->magic = atomic_inc_return(&sequence); in drm_getmagic()
154 file_priv->magic = auth->magic; in drm_getmagic()
158 DRM_DEBUG("%u\n", auth->magic); in drm_getmagic()
182 DRM_DEBUG("%u\n", auth->magic); in drm_authmagic()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dsol.c37 uint16_t magic; in sol_probe() local
38 magic=le2me_16(*((uint16_t*)p->buf)); in sol_probe()
39 if ((magic == 0x0B8D || magic == 0x0C0D || magic == 0x0C8D) && in sol_probe()
51 static int sol_codec_id(int magic, int type) in sol_codec_id() argument
53 if (magic == 0x0B8D) in sol_codec_id()
90 unsigned int magic,tag; in sol_read_header() local
96 magic = get_le16(pb); in sol_read_header()
103 if (magic != 0x0B8D) in sol_read_header()
106 codec = sol_codec_id(magic, type); in sol_read_header()
107 channels = sol_channels(magic, type); in sol_read_header()
[all …]
/dports/sysutils/fusefs-gitfs/gitfs-0.5.2/tests/views/
H A Dtest_passthrough.py.bak.mock231 assert result == "magic"
241 result = view.symlink("/magic/path", "/magic/link")
243 assert result == "magic"
254 result = view.rename("/magic/path", "/magic/new")
256 assert result == "magic"
267 result = view.link("/magic/path", "/magic/link")
269 assert result == "magic"
282 assert result == "magic"
294 assert result == "magic"
306 assert result == "magic"
[all …]
/dports/graphics/qtpbfimageplugin/QtPBFImagePlugin-2.1/src/
H A Dpbfhandler.cpp20 return ((qFromBigEndian(value) & mask) == magic); in isMagic()
23 static bool isGZIPPBF(quint32 magic) in isGZIPPBF() argument
28 static bool isPlainPBF(quint32 magic) in isPlainPBF() argument
45 quint32 magic; in canRead() local
46 qint64 size = device->peek((char*)&magic, sizeof(magic)); in canRead()
47 if (size != sizeof(magic)) in canRead()
50 return (isGZIPPBF(magic) || isPlainPBF(magic)); in canRead()
55 quint32 magic; in read() local
56 if (device()->peek((char*)&magic, sizeof(magic)) != sizeof(magic)) in read()
60 if (isGZIPPBF(magic)) in read()
[all …]
/dports/devel/p5-B-C/B-C-1.57/ramblings/
H A Dmagic23 Stashes for overload magic seem to get 'c' magic with obj = 0,
30 Traverses the magic chain of sv. Upper case forms of magic
38 PVLV operators give magic to their targs with
56 SV gets 'g' magic with obj = name = namlen = 0.
58 PVLV gets 'x' magic with obj = name = namlen = 0.
60 PVLV gets 'x' magic with obj = name = namlen = 0.
69 If an HV or an AV, it gets 'P' magic, otherwise 'q' magic.
71 'P' magic for the HV just as with pp_tie().
73 If tainting, the buffer SV gets 't' magic with
104 %SIG gets 'S' magic with obj = siggv.
[all …]
/dports/games/zangband/zangband/lib/help/
H A Dmagic.hlp5 (0) Zangband Magic System (magic.txt)
7 (2) The Magic Realms (magic.txt#MagicRealms)
9 (4) Spell Types (magic.txt#SpellTypes)
10 (5) Hints and Tips (magic.txt#Hints)
16 ***** [0] magic.txt
17 ***** [1] magic.txt#ClassSpellAbil
18 ***** [2] magic.txt#MagicRealms
19 ***** [3] magic.txt#CastingSpells
20 ***** [4] magic.txt#SpellTypes
21 ***** [5] magic.txt#Hints
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/dat/
H A DKnight.des148 TRAP:"magic",(08,11)
149 TRAP:"magic",(09,11)
150 TRAP:"magic",(10,11)
151 TRAP:"magic",(11,11)
152 TRAP:"magic",(12,11)
153 TRAP:"magic",(13,11)
154 TRAP:"magic",(14,11)
155 TRAP:"magic",(15,11)
156 TRAP:"magic",(16,11)
157 TRAP:"magic",(20,11)
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/dat/
H A DKnight.des148 TRAP:"magic",(08,11)
149 TRAP:"magic",(09,11)
150 TRAP:"magic",(10,11)
151 TRAP:"magic",(11,11)
152 TRAP:"magic",(12,11)
153 TRAP:"magic",(13,11)
154 TRAP:"magic",(14,11)
155 TRAP:"magic",(15,11)
156 TRAP:"magic",(16,11)
157 TRAP:"magic",(20,11)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dneedless_question_mark.stderr4 LL | return Some(to.magic?);
12 LL | return Some(to.magic?)
18 LL | Some(to.magic?)
24 LL | to.and_then(|t| Some(t.magic?))
30 LL | Some(t.magic?)
36 LL | return Ok(tr.magic?);
42 LL | return Ok(tr.magic?)
48 LL | Ok(tr.magic?)
54 LL | tr.and_then(|t| Ok(t.magic?))
60 LL | Ok(t.magic?)
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dsol.c38 uint16_t magic = AV_RL32(p->buf); in sol_probe() local
39 if ((magic == 0x0B8D || magic == 0x0C0D || magic == 0x0C8D) && in sol_probe()
53 if (magic == 0x0B8D) in sol_codec_id()
68 static int sol_codec_type(int magic, int type) in sol_codec_type() argument
80 static int sol_channels(int magic, int type) in sol_channels() argument
88 unsigned int magic,tag; in sol_read_header() local
95 magic = avio_rl16(pb); in sol_read_header()
102 if (magic != 0x0B8D) in sol_read_header()
105 codec = sol_codec_id(magic, type); in sol_read_header()
106 channels = sol_channels(magic, type); in sol_read_header()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dsol.c38 uint16_t magic = AV_RL32(p->buf); in sol_probe() local
39 if ((magic == 0x0B8D || magic == 0x0C0D || magic == 0x0C8D) && in sol_probe()
53 if (magic == 0x0B8D) in sol_codec_id()
68 static int sol_codec_type(int magic, int type) in sol_codec_type() argument
80 static int sol_channels(int magic, int type) in sol_channels() argument
88 unsigned int magic,tag; in sol_read_header() local
95 magic = avio_rl16(pb); in sol_read_header()
102 if (magic != 0x0B8D) in sol_read_header()
105 codec = sol_codec_id(magic, type); in sol_read_header()
106 channels = sol_channels(magic, type); in sol_read_header()
[all …]
/dports/www/mod_webauth/webauth-4.7.0/include/
H A Dmkheader25 magic=''
28 magic="${magic}#include <inttypes.h>
32 magic="${magic}#include <stdint.h>
39 magic="${magic}#undef int32_t
44 magic="${magic}#undef uint32_t
51 magic="/* The necessary preprocessor magic to get int32_t and uint32_t. */
52 $magic"
58 echo "$magic" >> "$2"
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dsol.c38 uint16_t magic = AV_RL32(p->buf); in sol_probe() local
39 if ((magic == 0x0B8D || magic == 0x0C0D || magic == 0x0C8D) && in sol_probe()
56 if (magic == 0x0B8D) in sol_codec_id()
65 static int sol_codec_type(int magic, int type) in sol_codec_type() argument
77 static int sol_channels(int magic, int type) in sol_channels() argument
85 unsigned int magic,tag; in sol_read_header() local
92 magic = avio_rl16(pb); in sol_read_header()
99 if (magic != 0x0B8D) in sol_read_header()
102 codec = sol_codec_id(magic, type); in sol_read_header()
103 channels = sol_channels(magic, type); in sol_read_header()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dsol.c38 uint16_t magic = AV_RL32(p->buf); in sol_probe() local
39 if ((magic == 0x0B8D || magic == 0x0C0D || magic == 0x0C8D) && in sol_probe()
56 if (magic == 0x0B8D) in sol_codec_id()
65 static int sol_codec_type(int magic, int type) in sol_codec_type() argument
77 static int sol_channels(int magic, int type) in sol_channels() argument
85 unsigned int magic,tag; in sol_read_header() local
92 magic = avio_rl16(pb); in sol_read_header()
99 if (magic != 0x0B8D) in sol_read_header()
102 codec = sol_codec_id(magic, type); in sol_read_header()
103 channels = sol_channels(magic, type); in sol_read_header()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dsol.c38 uint16_t magic = AV_RL32(p->buf); in sol_probe() local
39 if ((magic == 0x0B8D || magic == 0x0C0D || magic == 0x0C8D) && in sol_probe()
56 if (magic == 0x0B8D) in sol_codec_id()
65 static int sol_codec_type(int magic, int type) in sol_codec_type() argument
77 static int sol_channels(int magic, int type) in sol_channels() argument
85 unsigned int magic,tag; in sol_read_header() local
92 magic = avio_rl16(pb); in sol_read_header()
99 if (magic != 0x0B8D) in sol_read_header()
102 codec = sol_codec_id(magic, type); in sol_read_header()
103 channels = sol_channels(magic, type); in sol_read_header()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dsol.c38 uint16_t magic = AV_RL32(p->buf); in sol_probe() local
39 if ((magic == 0x0B8D || magic == 0x0C0D || magic == 0x0C8D) && in sol_probe()
56 if (magic == 0x0B8D) in sol_codec_id()
65 static int sol_codec_type(int magic, int type) in sol_codec_type() argument
77 static int sol_channels(int magic, int type) in sol_channels() argument
85 unsigned int magic,tag; in sol_read_header() local
92 magic = avio_rl16(pb); in sol_read_header()
99 if (magic != 0x0B8D) in sol_read_header()
102 codec = sol_codec_id(magic, type); in sol_read_header()
103 channels = sol_channels(magic, type); in sol_read_header()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dsol.c38 uint16_t magic = AV_RL32(p->buf); in sol_probe() local
39 if ((magic == 0x0B8D || magic == 0x0C0D || magic == 0x0C8D) && in sol_probe()
56 if (magic == 0x0B8D) in sol_codec_id()
65 static int sol_codec_type(int magic, int type) in sol_codec_type() argument
77 static int sol_channels(int magic, int type) in sol_channels() argument
85 unsigned int magic,tag; in sol_read_header() local
92 magic = avio_rl16(pb); in sol_read_header()
99 if (magic != 0x0B8D) in sol_read_header()
102 codec = sol_codec_id(magic, type); in sol_read_header()
103 channels = sol_channels(magic, type); in sol_read_header()
[all …]
/dports/math/R-cran-magic/magic/man/
H A Dmagic.product.Rd1 \name{magic.product}
2 \alias{magic.product}
3 \alias{magic.product}
4 \alias{magic.product.fast}
5 \title{Product of two magic squares}
7 Gives a magic square that is a product of two magic squares.
10 magic.product(a, b, mat=NULL)
11 magic.product.fast(a, b)
14 \item{a}{First magic square; if \code{a} is an integer, use \code{magic(a)}.}
38 magic.product(magic(3),magic(4))
[all …]

12345678910>>...762