Home
last modified time | relevance | path

Searched refs:magic (Results 101 – 125 of 25176) sorted by relevance

12345678910>>...1008

/dports/graphics/sdl2_image/SDL2_image-2.0.5/
H A DIMG_UIImage.m259 char magic[2];
265 if ( SDL_RWread(src, magic, sizeof(magic), 1) ) {
278 char magic[6];
284 if ( SDL_RWread(src, magic, sizeof(magic), 1) ) {
300 Uint8 magic[4];
312 if ( (magic[0] == 0xFF) && (magic[1] == 0xD8) ) {
338 size = (magic[2] << 8) + magic[3];
363 Uint8 magic[4];
369 if ( SDL_RWread(src, magic, 1, sizeof(magic)) == sizeof(magic) ) {
385 Uint8 magic[4];
[all …]
/dports/graphics/sdl_image/SDL_image-1.2.12/
H A DIMG_UIImage.m259 char magic[2];
265 if ( SDL_RWread(src, magic, sizeof(magic), 1) ) {
278 char magic[6];
284 if ( SDL_RWread(src, magic, sizeof(magic), 1) ) {
300 Uint8 magic[4];
312 if ( (magic[0] == 0xFF) && (magic[1] == 0xD8) ) {
319 } else if( (magic[0] != 0xFF) || (magic[1] == 0xFF) ) {
328 } else if( (magic[1] >= 0xD0) && (magic[1] < 0xD9) ) {
338 size = (magic[2] << 8) + magic[3];
369 if ( SDL_RWread(src, magic, 1, sizeof(magic)) == sizeof(magic) ) {
[all …]
H A DIMG_webp.c128 Uint8 magic[20]; in webp_getinfo() local
134 if ( SDL_RWread(src, magic, 1, sizeof(magic)) == sizeof(magic) ) { in webp_getinfo()
135 if ( magic[ 0] == 'R' && in webp_getinfo()
139 magic[ 8] == 'W' && in webp_getinfo()
140 magic[ 9] == 'E' && in webp_getinfo()
141 magic[10] == 'B' && in webp_getinfo()
142 magic[11] == 'P' && in webp_getinfo()
143 magic[12] == 'V' && in webp_getinfo()
144 magic[13] == 'P' && in webp_getinfo()
145 magic[14] == '8' && in webp_getinfo()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/util-linux/volume_id/
H A Dunused_highpoint.c36 uint32_t magic; member
40 uint32_t magic; member
54 uint32_t magic; in volume_id_probe_highpoint_37x_raid() local
62 magic = hpt->magic; in volume_id_probe_highpoint_37x_raid()
63 if (magic != cpu_to_le32(HPT37X_MAGIC_OK) && magic != cpu_to_le32(HPT37X_MAGIC_BAD)) in volume_id_probe_highpoint_37x_raid()
76 uint32_t magic; in volume_id_probe_highpoint_45x_raid() local
89 magic = hpt->magic; in volume_id_probe_highpoint_45x_raid()
90 if (magic != cpu_to_le32(HPT45X_MAGIC_OK) && magic != cpu_to_le32(HPT45X_MAGIC_BAD)) in volume_id_probe_highpoint_45x_raid()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/nodejs/test/autoincrement/
H A Dcreate.sql29 magic int not null, field
32 unique key idx_unique_hash_magic (magic) using hash,
36 insert into autopk(name, age, magic) values('Employee 1', 1, 1);
37 insert into autopk(name, age, magic) values('Employee 2', 2, 2);
38 insert into autopk(name, age, magic) values('Employee 3', 3, 3);
39 insert into autopk(name, age, magic) values('Employee 4', 4, 4);
40 insert into autopk(name, age, magic) values('Employee 5', 5, 5);
41 insert into autopk(name, age, magic) values('Employee 6', 6, 6);
42 insert into autopk(name, age, magic) values('Employee 7', 7, 7);
51 magic int not null AUTO_INCREMENT, field
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/nodejs/test/autoincrement/
H A Dcreate.sql29 magic int not null, field
32 unique key idx_unique_hash_magic (magic) using hash,
36 insert into autopk(name, age, magic) values('Employee 1', 1, 1);
37 insert into autopk(name, age, magic) values('Employee 2', 2, 2);
38 insert into autopk(name, age, magic) values('Employee 3', 3, 3);
39 insert into autopk(name, age, magic) values('Employee 4', 4, 4);
40 insert into autopk(name, age, magic) values('Employee 5', 5, 5);
41 insert into autopk(name, age, magic) values('Employee 6', 6, 6);
42 insert into autopk(name, age, magic) values('Employee 7', 7, 7);
51 magic int not null AUTO_INCREMENT, field
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/nodejs/test/autoincrement/
H A Dcreate.sql29 magic int not null, field
32 unique key idx_unique_hash_magic (magic) using hash,
36 insert into autopk(name, age, magic) values('Employee 1', 1, 1);
37 insert into autopk(name, age, magic) values('Employee 2', 2, 2);
38 insert into autopk(name, age, magic) values('Employee 3', 3, 3);
39 insert into autopk(name, age, magic) values('Employee 4', 4, 4);
40 insert into autopk(name, age, magic) values('Employee 5', 5, 5);
41 insert into autopk(name, age, magic) values('Employee 6', 6, 6);
42 insert into autopk(name, age, magic) values('Employee 7', 7, 7);
51 magic int not null AUTO_INCREMENT, field
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/nodejs/test/autoincrement/
H A Dcreate.sql29 magic int not null, field
32 unique key idx_unique_hash_magic (magic) using hash,
36 insert into autopk(name, age, magic) values('Employee 1', 1, 1);
37 insert into autopk(name, age, magic) values('Employee 2', 2, 2);
38 insert into autopk(name, age, magic) values('Employee 3', 3, 3);
39 insert into autopk(name, age, magic) values('Employee 4', 4, 4);
40 insert into autopk(name, age, magic) values('Employee 5', 5, 5);
41 insert into autopk(name, age, magic) values('Employee 6', 6, 6);
42 insert into autopk(name, age, magic) values('Employee 7', 7, 7);
51 magic int not null AUTO_INCREMENT, field
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/nodejs/test/autoincrement/
H A Dcreate.sql29 magic int not null, field
32 unique key idx_unique_hash_magic (magic) using hash,
36 insert into autopk(name, age, magic) values('Employee 1', 1, 1);
37 insert into autopk(name, age, magic) values('Employee 2', 2, 2);
38 insert into autopk(name, age, magic) values('Employee 3', 3, 3);
39 insert into autopk(name, age, magic) values('Employee 4', 4, 4);
40 insert into autopk(name, age, magic) values('Employee 5', 5, 5);
41 insert into autopk(name, age, magic) values('Employee 6', 6, 6);
42 insert into autopk(name, age, magic) values('Employee 7', 7, 7);
51 magic int not null AUTO_INCREMENT, field
[all …]
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/fumagic/
H A Drtcore.md2 [//000000001]: # (fileutil::magic::rt \- file utilities)
41 package require fileutil::magic::rt ?2\.0?
43 [__::fileutil::magic::rt::>__](#1)
44 [__::fileutil::magic::rt::<__](#2)
46 [__::fileutil::magic::rt::close__](#4)
50 [__::fileutil::magic::rt::emit__ *msg*](#8)
69 __[fileutil::magic::cgen](cgen\.md)__ and
70 __[fileutil::magic::cfront](cfront\.md)__\.
185 __::fileutil::magic::rt::R__\.
192 __::fileutil::magic::rt::R__\.
[all …]
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/fumagic/
H A Drtcore.md2 [//000000001]: # (fileutil::magic::rt \- file utilities)
41 package require fileutil::magic::rt ?2\.0?
43 [__::fileutil::magic::rt::>__](#1)
44 [__::fileutil::magic::rt::<__](#2)
46 [__::fileutil::magic::rt::close__](#4)
50 [__::fileutil::magic::rt::emit__ *msg*](#8)
69 __[fileutil::magic::cgen](cgen\.md)__ and
70 __[fileutil::magic::cfront](cfront\.md)__\.
185 __::fileutil::magic::rt::R__\.
192 __::fileutil::magic::rt::R__\.
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/contrib/
H A Dconv_doc.pl81 $magic = "";
97 read FILE,$magic,8;
100 if ($magic =~ /^\0\n/) { # possible MacBinary header
106 if ($magic =~ /%!|^\033%-12345/) { # it's PostScript (or HP print job)
114 if ($magic =~ /^\033%-12345/) { # HP print job
116 read FILE,$magic,256;
120 } elsif ($magic =~ /\305\320\323\306\036/) { # it's a wrapped EPS - ignore
122 } elsif ($magic =~ /%PDF-/) { # it's PDF (Acrobat)
148 } elsif ($magic =~ /WPC/) { # it's WordPerfect
153 } elsif ($magic =~ /^{\\rtf/) { # it's Richtext
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil1/file_formats/
H A Dvil1_bmp_file_header.cxx23 magic[0] = BMP_SIGNATURE_BYTE_0; in vil1_bmp_file_header()
24 magic[1] = BMP_SIGNATURE_BYTE_1; in vil1_bmp_file_header()
35 …<< " magic : " << std::hex << "0x" << unsigned(magic[0]) << ' ' << "0x" << unsigned(magic[1]) <… in print()
46 if (s->read(&magic, sizeof(magic)) == 0) in read()
48 magic[0] = magic[1] = 0; in read()
59 s->write(&magic, sizeof(magic)); in write()
69 return magic[0] == BMP_SIGNATURE_BYTE_0 && magic[1] == BMP_SIGNATURE_BYTE_1; in signature_valid()
/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_bmp_file_header.cxx23 magic[0] = BMP_SIGNATURE_BYTE_0; in vil_bmp_file_header()
24 magic[1] = BMP_SIGNATURE_BYTE_1; in vil_bmp_file_header()
35 …<< " magic : " << std::hex << "0x" << unsigned(magic[0]) << ' ' << "0x" << unsigned(magic[1]) <… in print()
46 if (s->read(&magic, sizeof(magic)) == 0) in read()
48 magic[0] = magic[1] = 0; in read()
59 s->write(&magic, sizeof(magic)); in write()
69 return magic[0] == BMP_SIGNATURE_BYTE_0 && magic[1] == BMP_SIGNATURE_BYTE_1; in signature_valid()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DObjectKeyFactoryImpl.java60 ObjectKeyTemplate handle( int magic, int scid, in handle() argument
131 public ObjectKeyTemplate handle( int magic, int scid,
137 if (magic >= JAVAMAGIC_NEWER)
142 if (magic >= JAVAMAGIC_NEWER)
155 public ObjectKeyTemplate handle( int magic, int scid,
161 if (magic >= JAVAMAGIC_NEWER)
166 if (magic >= JAVAMAGIC_NEWER)
179 private boolean validMagic( int magic ) in validMagic() argument
181 return (magic >= MAGIC_BASE) && (magic <= MAX_MAGIC) ; in validMagic()
194 int magic = is.read_long() ; in create() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DObjectKeyFactoryImpl.java60 ObjectKeyTemplate handle( int magic, int scid, in handle() argument
131 public ObjectKeyTemplate handle( int magic, int scid,
137 if (magic >= JAVAMAGIC_NEWER)
142 if (magic >= JAVAMAGIC_NEWER)
155 public ObjectKeyTemplate handle( int magic, int scid,
161 if (magic >= JAVAMAGIC_NEWER)
166 if (magic >= JAVAMAGIC_NEWER)
179 private boolean validMagic( int magic ) in validMagic() argument
181 return (magic >= MAGIC_BASE) && (magic <= MAX_MAGIC) ; in validMagic()
194 int magic = is.read_long() ; in create() local
[all …]
/dports/lang/nim/nim-1.6.2/lib/system/
H A Dcomparisons.nim15 proc `==`*(x, y: pointer): bool {.magic: "EqRef", noSideEffect.} =
22 proc `==`*(x, y: string): bool {.magic: "EqStr", noSideEffect.}
25 proc `==`*(x, y: char): bool {.magic: "EqCh", noSideEffect.}
27 proc `==`*(x, y: bool): bool {.magic: "EqB", noSideEffect.}
80 proc `<=`*(x, y: bool): bool {.magic: "LeB", noSideEffect.}
123 proc `<`*(x, y: bool): bool {.magic: "LtB", noSideEffect.}
141 proc `==`*(x, y: int): bool {.magic: "EqI", noSideEffect.}
148 proc `<=`*(x, y: int): bool {.magic: "LeI", noSideEffect.}
155 proc `<`*(x, y: int): bool {.magic: "LtI", noSideEffect.}
157 proc `<`*(x, y: int8): bool {.magic: "LtI", noSideEffect.}
[all …]
/dports/devel/libvolume_id/libvolume_id-0.81.1/
H A Dhighpoint.c31 uint32_t magic; member
35 uint32_t magic; member
50 uint32_t magic; in volume_id_probe_highpoint_37x_raid() local
59 magic = le32_to_cpu(hpt->magic); in volume_id_probe_highpoint_37x_raid()
60 if (magic != HPT37X_MAGIC_OK && magic != HPT37X_MAGIC_BAD) in volume_id_probe_highpoint_37x_raid()
74 uint32_t magic; in volume_id_probe_highpoint_45x_raid() local
88 magic = le32_to_cpu(hpt->magic); in volume_id_probe_highpoint_45x_raid()
89 if (magic != HPT45X_MAGIC_OK && magic != HPT45X_MAGIC_BAD) in volume_id_probe_highpoint_45x_raid()
/dports/x11-toolkits/plib/plib-1.8.5/src/sl/
H A DslScheduler.cxx346 p -> magic = m ; in addCallBack()
380 ( magic == 0 || player [ i ] -> getMagic () == magic ) ) in addSampleEnvelope()
391 ( magic == 0 || player [ i ] -> getMagic () == magic ) ) in resumeSample()
402 ( magic == 0 || player [ i ] -> getMagic () == magic ) ) in pauseSample()
413 ( magic == 0 || player [ i ] -> getMagic () == magic ) ) in stopSample()
456 ( magic == 0 || music -> getMagic () == magic ) ) in addMusicEnvelope()
465 ( magic == 0 || music -> getMagic () == magic ) ) in resumeMusic()
474 ( magic == 0 || music -> getMagic () == magic ) ) in pauseMusic()
483 ( magic == 0 || music -> getMagic () == magic ) ) in stopMusic()
512 pri, mode, magic, cb ) ; in loopMusic()
[all …]
/dports/games/gracer/gracer-0.1.5/src/
H A Dsound.cxx82 void gr_sample_stop (GrSample sample, int magic) in gr_sample_stop() argument
87 sched->stopSample (s, magic); in gr_sample_stop()
91 void gr_sample_pause (GrSample sample, int magic) in gr_sample_pause() argument
96 sched->pauseSample (s, magic); in gr_sample_pause()
105 sched->resumeSample (s, magic); in gr_sample_resume()
118 void gr_sample_play (GrSample sample, int magic) in gr_sample_play() argument
127 void gr_sample_loop (GrSample sample, int magic) in gr_sample_loop() argument
179 int magic, in gr_sample_add_envelope() argument
215 void gr_sample_stop (GrSample sample, int magic) in gr_sample_stop() argument
231 void gr_sample_play (GrSample sample, int magic) in gr_sample_play() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/mac/
H A Dchange_mach_o_flags.py146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
186 magic = ReadUInt32(file, '<')
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
189 elif magic == MH_CIGAM or magic == MH_CIGAM_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
226 magic = ReadUInt32(file, '>')
227 assert magic == FAT_MAGIC
258 magic = ReadUInt32(executable_file, '<')
259 if magic == FAT_CIGAM:
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/mac/
H A Dchange_mach_o_flags.py146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
186 magic = ReadUInt32(file, '<')
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
189 elif magic == MH_CIGAM or magic == MH_CIGAM_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
226 magic = ReadUInt32(file, '>')
227 assert magic == FAT_MAGIC
258 magic = ReadUInt32(executable_file, '<')
259 if magic == FAT_CIGAM:
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/build/mac/
H A Dchange_mach_o_flags.py146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
186 magic = ReadUInt32(file, '<')
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
189 elif magic == MH_CIGAM or magic == MH_CIGAM_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
226 magic = ReadUInt32(file, '>')
227 assert magic == FAT_MAGIC
258 magic = ReadUInt32(executable_file, '<')
259 if magic == FAT_CIGAM:
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/mac/
H A Dchange_mach_o_flags.py146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
186 magic = ReadUInt32(file, '<')
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
189 elif magic == MH_CIGAM or magic == MH_CIGAM_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
226 magic = ReadUInt32(file, '>')
227 assert magic == FAT_MAGIC
258 magic = ReadUInt32(executable_file, '<')
259 if magic == FAT_CIGAM:
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/mac/
H A Dchange_mach_o_flags.py146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
186 magic = ReadUInt32(file, '<')
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
189 elif magic == MH_CIGAM or magic == MH_CIGAM_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
226 magic = ReadUInt32(file, '>')
227 assert magic == FAT_MAGIC
258 magic = ReadUInt32(executable_file, '<')
259 if magic == FAT_CIGAM:
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
[all …]

12345678910>>...1008