HomeSort by relevance Sort by last modified time
    Searched defs:bail (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/mesa/main/
vsnprintf.c 55 static sigjmp_buf bail; variable
88 siglongjmp(bail, 1);
119 int ret = n + 1; /* if we bail, indicated we overflowed */
130 if (sigsetjmp(bail, 1) == 0) {
  /device/google/contexthub/firmware/src/
printf.c 22 static uint32_t StrPrvPrintfEx_number(printf_write_c putc_, void* userData, uint64_t number, bool base10, bool zeroExtend, bool isSigned, uint32_t padToLength, bool caps, bool* bail)
30 *bail = false;
92 *bail = true;
147 bool zeroExtend = false, useLong = false, useLongLong = false, useSizeT = false, bail = false, caps = false; local
229 numPrinted += StrPrvPrintfEx_number(putc_f, userData, val64, true, zeroExtend,0,padToLength,0,&bail);
230 if (bail)
238 numPrinted += StrPrvPrintfEx_number(putc_f, userData, val64, true, zeroExtend, true, padToLength, false, &bail);
239 if (bail)
249 numPrinted += StrPrvPrintfEx_number(putc_f, userData, val64, false, zeroExtend, false, padToLength, caps, &bail);
250 if (bail)
    [all...]
  /external/vulkan-validation-layers/loader/
debug_report.c 120 VkBool32 bail = false; local
127 bail = true;
133 return bail;
284 * Ignoring "bail" return value as there is nothing to bail from at this
  /external/vulkan-validation-layers/layers/
vk_layer_logging.h 55 VkBool32 bail = false; local
60 bail = true;
66 return bail;
  /external/zlib/src/examples/
gzjoin.c 66 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("could not open ", name)
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
RedirectListener.java 67 long bail = System.currentTimeMillis() + ThreadTimeout; local
78 remainder = bail - System.currentTimeMillis();
91 long bail = System.currentTimeMillis() + UserTimeout; local
102 remainder = bail - System.currentTimeMillis();
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUSocketFactory.java 140 long bail = System.currentTimeMillis() + ConnectionTimeout; local
143 while (System.currentTimeMillis() < bail) {
  /external/ImageMagick/MagickCore/
compress.c 447 bail,
526 bail=MagickFalse;
539 bail=MagickTrue;
546 if (bail != MagickFalse)
442 bail, local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1889 milliseconds