Searched defs:bail (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_symbol.c68 static boolean bail = FALSE; local
70 if (bail) {
98 bail = TRUE;
/external/zlib/src/examples/
H A Dgzjoin.c66 local int bail(char *why1, char *why2) function
139 /* get a byte from the file, bail if end of file */
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name);
196 bail("unexpected end of file on ", in->name);
210 bail(in->name, " is not a valid gzip file");
215 bail("unknown reserved bits set in ", in->name);
253 /* Load up zlib stream from buffered input, bail if end of file */
259 bail("unexpected end of file on ", in->name);
294 bail("coul
[all...]
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
H A Dtimestamping.c85 static void bail(const char *error) function
369 bail("socket");
374 bail("getting interface IP address");
393 bail("SIOCSHWTSTAMP");
406 bail("bind");
416 bail("set multicast");
421 bail("join multicast group");
425 bail("loop multicast");
432 bail("setsockopt SO_TIMESTAMP");
437 bail("setsockop
[all...]
/external/syslinux/com32/lib/
H A Dvsscanf.c43 enum bail { enum
70 enum bail bail = bail_none; local
76 while ((ch = *p++) && !bail) {
90 bail = bail_err; /* Match failure */
170 bail = bail_err;
207 bail = bail_eof;
212 bail = bail_err;
250 bail = bail_eof;
255 if (!bail)
[all...]
/external/vulkan-validation-layers/loader/
H A Ddebug_report.c101 VkBool32 bail = false; local
106 bail = true;
112 return bail;
438 // Now that all ICDs have seen the message, call the necessary callbacks. Ignoring "bail" return value
439 // as there is nothing to bail from at this point.
/external/ImageMagick/MagickCore/
H A Dcompress.c447 bail,
526 bail=MagickFalse;
539 bail=MagickTrue;
546 if (bail != MagickFalse)
442 bail, local
/external/vulkan-validation-layers/layers/
H A Dvk_layer_logging.h113 bool bail = false; local
128 bail = true;
137 bail = true;
144 return bail;

Completed in 289 milliseconds