Searched refs:iflags (Results 1 - 12 of 12) sorted by relevance
/third_party/python/Modules/ |
H A D | _gdbmmodule.c | 627 int iflags; in dbmopen_impl() local 633 iflags = GDBM_READER; in dbmopen_impl() 636 iflags = GDBM_WRITER; in dbmopen_impl() 639 iflags = GDBM_WRCREAT; in dbmopen_impl() 642 iflags = GDBM_NEWDB; in dbmopen_impl() 654 iflags |= GDBM_FAST; in dbmopen_impl() 659 iflags |= GDBM_SYNC; in dbmopen_impl() 664 iflags |= GDBM_NOLOCK; in dbmopen_impl() 686 PyObject *self = newgdbmobject(state, name, iflags, mode); in dbmopen_impl()
|
H A D | _dbmmodule.c | 462 int iflags; in dbmopen_impl() local 466 iflags = O_RDONLY; in dbmopen_impl() 469 iflags = O_RDWR; in dbmopen_impl() 473 iflags = O_RDWR|O_CREAT; in dbmopen_impl() 476 iflags = O_RDWR|O_CREAT; in dbmopen_impl() 479 iflags = O_RDWR|O_CREAT|O_TRUNC; in dbmopen_impl() 498 PyObject *self = newdbmobject(state, name, iflags, mode); in dbmopen_impl()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_parser.y | 79 } iflags; 97 instr->flags = iflags.flags; 98 instr->repeat = iflags.repeat; 99 instr->nop = iflags.nop; 101 iflags.flags = iflags.repeat = iflags.nop = 0; 786 iflag: T_SY { iflags.flags |= IR3_INSTR_SY; } 787 | T_SS { iflags.flags |= IR3_INSTR_SS; } 788 | T_JP { iflags 794 iflags: global() label [all...] |
/third_party/toybox/toys/pending/ |
H A D | stty.c | 92 static const struct flag iflags[] = { variable 232 !set_flag(&new->c_iflag, iflags, ARRAY_LEN(iflags), option, on) && in set_option() 443 show_flags(old.c_iflag, sane.c_iflag, iflags, ARRAY_LEN(iflags)); in do_stty()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regexec.c | 153 assert(!(g->iflags®EX_BAD)); in llvm_regexec() 154 if (g->iflags®EX_BAD) /* backstop for no-debug case */ in llvm_regexec()
|
H A D | regcomp.c | 217 g->iflags = 0; in llvm_regcomp() 251 if (g->iflags®EX_BAD) in llvm_regcomp() 353 p->g->iflags |= USEBOL; in p_ere_exp() 359 p->g->iflags |= USEEOL; in p_ere_exp() 511 p->g->iflags |= USEBOL; in p_bre() 521 p->g->iflags |= USEEOL; in p_bre() 1507 g->iflags |= REGEX_BAD; in findmust() 1572 g->iflags |= REGEX_BAD; in pluscount()
|
H A D | regex2.h | 141 int iflags; /* internal flags */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regexec.c | 153 assert(!(g->iflags®EX_BAD)); in llvm_regexec() 154 if (g->iflags®EX_BAD) /* backstop for no-debug case */ in llvm_regexec()
|
H A D | regcomp.c | 345 g->iflags = 0; in llvm_regcomp() 379 if (g->iflags®EX_BAD) in llvm_regcomp() 481 p->g->iflags |= USEBOL; in p_ere_exp() 487 p->g->iflags |= USEEOL; in p_ere_exp() 639 p->g->iflags |= USEBOL; in p_bre() 649 p->g->iflags |= USEEOL; in p_bre() 1635 g->iflags |= REGEX_BAD; in findmust() 1700 g->iflags |= REGEX_BAD; in pluscount()
|
H A D | regex2.h | 144 int iflags; /* internal flags */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 2333 unsigned iflags = fieldFromInstruction(Insn, 6, 3); in DecodeCPSInstruction() local 2355 Inst.addOperand(MCOperand::createImm(iflags)); in DecodeCPSInstruction() 2360 Inst.addOperand(MCOperand::createImm(iflags)); in DecodeCPSInstruction() 2365 if (iflags) S = MCDisassembler::SoftFail; in DecodeCPSInstruction() 2380 unsigned iflags = fieldFromInstruction(Insn, 5, 3); in DecodeT2CPSInstruction() local 2395 Inst.addOperand(MCOperand::createImm(iflags)); in DecodeT2CPSInstruction() 2400 Inst.addOperand(MCOperand::createImm(iflags)); in DecodeT2CPSInstruction() 2405 if (iflags) S = MCDisassembler::SoftFail; in DecodeT2CPSInstruction()
|
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 421 virtual DisassemblerStream& operator<<(InterruptFlags iflags) { in operator <<() argument 422 os_ << iflags; in operator <<() local
|
Completed in 26 milliseconds