HomeSort by: relevance | last modified time | path
    Searched defs:bail (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Utils.py 55 def bail(somestuff): function
Utils.py 55 def bail(somestuff): function
  /src/sys/arch/evbmips/ingenic/
cpu.c 82 int bail = 10000; local
99 while ((!kcpuset_isset(cpus_hatched, cpu_index(startup_cpu_info))) && (bail > 0)) {
101 bail--;
cpu.c 82 int bail = 10000; local
99 while ((!kcpuset_isset(cpus_hatched, cpu_index(startup_cpu_info))) && (bail > 0)) {
101 bail--;
intr.c 248 int bit, idx, bail; local
261 bail = 32;
283 bail--;
284 KASSERT(bail > 0);
intr.c 248 int bit, idx, bail; local
261 bail = 32;
283 bail--;
284 KASSERT(bail > 0);
  /src/sys/dev/i2c/
i2c_bitbang.c 69 int bail = 0; local
71 while (((READ & SCL) == 0) && (bail < SCL_BAIL_COUNT)) {
73 bail++;
75 if (bail == SCL_BAIL_COUNT) {
i2c_bitbang.c 69 int bail = 0; local
71 while (((READ & SCL) == 0) && (bail < SCL_BAIL_COUNT)) {
73 bail++;
75 if (bail == SCL_BAIL_COUNT) {
  /src/sys/dev/sun/
kbdsun.c 337 int error = 0, bail = 0; local
339 while ((k->k_txflags & K_TXBUSY) && (!error) && (bail<1000)) {
342 bail++;
344 if (bail == 1000)
kbdsun.c 337 int error = 0, bail = 0; local
339 while ((k->k_txflags & K_TXBUSY) && (!error) && (bail<1000)) {
342 bail++;
344 if (bail == 1000)
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeEmitter.cpp 119 bool ByteCodeEmitter::bail(const SourceLocation &Loc) { function in class:ByteCodeEmitter
129 /// Helper to write bytecode and bail out if 32-bit offsets become invalid.
ByteCodeEmitter.h 58 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } function in class:clang::interp::ByteCodeEmitter
59 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } function in class:clang::interp::ByteCodeEmitter
60 bool bail(const SourceLocation &Loc);
EvalEmitter.cpp 63 bool EvalEmitter::bail(const SourceLocation &Loc) { function in class:EvalEmitter
EvalEmitter.h 60 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } function in class:clang::interp::EvalEmitter
61 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } function in class:clang::interp::EvalEmitter
62 bool bail(const SourceLocation &Loc);
ByteCodeEmitter.cpp 119 bool ByteCodeEmitter::bail(const SourceLocation &Loc) { function in class:ByteCodeEmitter
129 /// Helper to write bytecode and bail out if 32-bit offsets become invalid.
ByteCodeEmitter.h 58 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } function in class:clang::interp::ByteCodeEmitter
59 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } function in class:clang::interp::ByteCodeEmitter
60 bool bail(const SourceLocation &Loc);
EvalEmitter.cpp 63 bool EvalEmitter::bail(const SourceLocation &Loc) { function in class:EvalEmitter
EvalEmitter.h 60 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } function in class:clang::interp::EvalEmitter
61 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } function in class:clang::interp::EvalEmitter
62 bool bail(const SourceLocation &Loc);
  /src/common/dist/zlib/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...]
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...]
  /src/sys/arch/macppc/macppc/
pic_ohare.c 228 int bail = 0; local
258 bail++;
259 if (bail > 31)
  /src/external/gpl3/binutils/dist/zlib/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...]
  /src/external/gpl3/binutils.old/dist/zlib/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...]
  /src/external/gpl3/gdb/dist/zlib/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...]
  /src/external/gpl3/gdb.old/dist/zlib/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...]

Completed in 68 milliseconds

1 2 3