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

  /external/chromium_org/third_party/mesa/src/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) {
  /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) {
  /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...]
  /external/chromium_org/tools/traceline/traceline/
main.cc 339 Label unwind_loop, bail; local
342 // Bail if (EAX < ESP) (below the stack)
344 cb->jcc(below, &bail);
345 // Bail if (EAX >= EDX) (above the stack)
347 cb->jcc(above_equal, &bail);
357 cb->bind(&bail);
531 Label bail; local
534 cb.jcc(not_equal, &bail);
552 cb.bind(&bail);
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 8076 int goal_mtu, moved_how_much, total_moved = 0, bail = 0; 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 3164 milliseconds