Searched defs:check (Results 1 - 25 of 43) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Darp.h25 int ( * check ) ( struct net_device *netdev, member in struct:arp_net_protocol
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DGREVersionRange.java56 public boolean check(String aVersion) { method in class:GREVersionRange
/vbox/src/libs/libpng-1.2.8/
H A Dpngrio.c45 png_size_t check; local
51 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
52 check = 0;
54 check = (png_size_t)fread(data, (png_size_t)1, length,
58 if (check != length)
73 int check; local
83 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
84 check = 0;
86 check = fread(n_data, 1, length, io_ptr);
93 check
[all...]
H A Dpngwio.c46 png_uint_32 check; local
49 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
50 check = 0;
52 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
54 if (check != length)
69 png_uint_32 check; local
79 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
80 check = 0;
82 check = fwrite(near_data, 1, length, io_ptr);
89 check
203 png_far_to_near(png_structp png_ptr,png_voidp ptr, int check) argument
215 png_far_to_near(png_structp png_ptr,png_voidp ptr, int check) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A DMacErrorHandling.h58 check
154 check(assertion)
157 If debugging is on then check will test assertion and if it fails
158 break into the debugger. Otherwise check does nothing.
164 #define check(assertion) \ macro
172 #define check(assertion) \ macro
182 #define check(assertion) \ macro
195 #define check(assertion) macro
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c114 output file, a running CRC-32 check on the output and the total number of
120 int check; /* true if checking crc and total */ member in struct:outd
135 if (me->check) {
222 outd.check = 0;
314 input does not cause an exception. The code != end + 1 check is
316 code. If this ever causes a problem, that check could be safely
317 removed. Leaving this check in greatly improves gun's ability
319 In any case, the prev > end check must be retained. */
378 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
406 strm->msg = (char *)"incorrect header check";
[all...]
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DPngFile.c123 // first check the eight byte PNG signature
400 png_size_t check; local
405 check = (png_size_t)fread(data, (png_size_t)1, length,
408 if (check != length)
417 png_uint_32 check; local
419 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr));
420 if (check != length)
/vbox/src/libs/zlib-1.2.6/
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
47 CHECK, /* i: waiting for 32-bit check value */
49 DONE, /* finished check, done -- remain here until reset */
88 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfbt.c271 * the movl; we must check for both. For 64-bit, we would
379 uintptr_t check = (uintptr_t)instr - j; local
382 if (check < sym->st_value)
385 if (check + sizeof (uintptr_t) > (uintptr_t)limit)
388 ptr = *(uint8_t **)check;
508 * Now check that our modctl has the expected load count. If it
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dregs.h291 int check; member in struct:__anon6844
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dregs.h291 int check; member in struct:__anon7163
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dregs.h280 int check; member in struct:__anon7471
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dregs.h280 int check; member in struct:__anon7846
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dregs.h280 int check; member in struct:__anon8198
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dregs.h280 int check; member in struct:__anon8515
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dregs.h280 int check; member in struct:__anon8834
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dregs.h280 int check; member in struct:__anon9148
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dregs.h280 int check; member in struct:__anon9468
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dregs.h280 int check; member in struct:__anon4994
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dregs.h280 int check; member in struct:__anon5306
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dregs.h280 int check; member in struct:__anon5618
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dregs.h280 int check; member in struct:__anon5928
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dregs.h280 int check; member in struct:__anon6231
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dregs.h289 int check; member in struct:__anon6529
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c347 unsigned int check[sizeof(pattern) / sizeof(pattern[0])]; local
376 memset(check, 0, sizeof(check));
377 glGetTexImage(GL_TEXTURE_2D, 0, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, check);
386 if (memcmp(check, pattern, sizeof(check)))
1810 * the Direct3D9 check, we know that the card (in case of Nvidia) is at
1811 * least a GeforceFX. To give a better estimate we do a basic check on the
1817 * GPU must belong. Because of this you only have to check a small part of
2266 * So this is just a check t
[all...]

Completed in 505 milliseconds

12