Searched refs:oldflags (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/ |
D | relaxng.c | 4739 int newNs = 0, oldflags; in xmlRelaxNGProcessExternalRef() local 4785 oldflags = ctxt->flags; in xmlRelaxNGProcessExternalRef() 4788 ctxt->flags = oldflags; in xmlRelaxNGProcessExternalRef() 7292 int oldflags = ctxt->flags; in xmlRelaxNGCleanupTree() local 7302 ctxt->flags = oldflags; in xmlRelaxNGCleanupTree() 7309 ctxt->flags = oldflags; in xmlRelaxNGCleanupTree() 8150 int ret = 0, oldflags; in xmlRelaxNGValidateProgressiveCallback() local 8239 oldflags = ctxt->flags; in xmlRelaxNGValidateProgressiveCallback() 8265 ctxt->flags = oldflags; in xmlRelaxNGValidateProgressiveCallback() 8717 int ret = 0, oldflags; in xmlRelaxNGValidateValue() local [all …]
|
/external/nanopb-c/tests/ |
D | SConstruct | 39 oldflags = context.env['CCFLAGS'] 44 context.env.Replace(CCFLAGS = oldflags)
|
/external/libpcap/ |
D | pcap-linux.c | 1181 int oldflags; local 1263 oldflags = 0; 1269 oldflags = ifr.ifr_flags; 1272 oldflags = 0; /* didn't set, don't restore */ 1296 if (oldflags != 0) { 1297 ifr.ifr_flags = oldflags; 5451 int oldflags; local 5775 oldflags = 0; 5777 oldflags = ifr.ifr_flags; 5797 ifr.ifr_flags = oldflags; [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_sys.py | 257 oldflags = sys.getdlopenflags() 259 sys.setdlopenflags(oldflags+1) 260 self.assertEqual(sys.getdlopenflags(), oldflags+1) 261 sys.setdlopenflags(oldflags)
|
/external/syslinux/com32/lib/jpeg/ |
D | tinyjpeg.c | 1035 int oldflags = priv->flags; in tinyjpeg_set_flags() local 1037 return oldflags; in tinyjpeg_set_flags()
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 247 int oldflags = *harmFlagsPrev; in mapSineFlags() local 283 sineMapped[(ui+li-lowSubband2) >> 1] = ( oldflags & mask ) ? 0 : tranEnv; in mapSineFlags() 289 oldflags = *harmFlagsPrev; /* Fetch 16 of the old flags */ in mapSineFlags()
|
/external/python/cpython2/Doc/faq/ |
D | library.rst | 203 oldflags = fcntl.fcntl(fd, fcntl.F_GETFL) 204 fcntl.fcntl(fd, fcntl.F_SETFL, oldflags | os.O_NONBLOCK) 214 fcntl.fcntl(fd, fcntl.F_SETFL, oldflags)
|
/external/valgrind/VEX/priv/ |
D | guest_x86_toIR.c | 6595 IRTemp oldflags = newTemp(Ity_I32); in codegen_SAHF() local 6596 assign( oldflags, mk_x86g_calculate_eflags_all() ); in codegen_SAHF() 6602 binop(Iop_And32, mkexpr(oldflags), mkU32(X86G_CC_MASK_O)), in codegen_SAHF()
|
D | guest_amd64_toIR.c | 2132 IRTemp oldflags = newTemp(Ity_I64); in helper_ADCX_ADOX() local 2148 assign( oldflags, mk_amd64g_calculate_rflags_all() ); in helper_ADCX_ADOX() 2153 mkexpr(oldflags), in helper_ADCX_ADOX() 2168 stmt( IRStmt_Put( OFFB_CC_NDEP, mkexpr(oldflags) ) ); in helper_ADCX_ADOX() 8427 IRTemp oldflags = newTemp(Ity_I64); in codegen_SAHF() local 8428 assign( oldflags, mk_amd64g_calculate_rflags_all() ); in codegen_SAHF() 8434 binop(Iop_And64, mkexpr(oldflags), mkU64(AMD64G_CC_MASK_O)), in codegen_SAHF()
|