Home
last modified time | relevance | path

Searched refs:oldflags (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/
Drelaxng.c4739 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/
DSConstruct39 oldflags = context.env['CCFLAGS']
44 context.env.Replace(CCFLAGS = oldflags)
/external/libpcap/
Dpcap-linux.c1181 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/
Dtest_sys.py257 oldflags = sys.getdlopenflags()
259 sys.setdlopenflags(oldflags+1)
260 self.assertEqual(sys.getdlopenflags(), oldflags+1)
261 sys.setdlopenflags(oldflags)
/external/python/cpython3/Lib/test/
Dtest_sys.py321 oldflags = sys.getdlopenflags()
323 sys.setdlopenflags(oldflags+1)
324 self.assertEqual(sys.getdlopenflags(), oldflags+1)
325 sys.setdlopenflags(oldflags)
/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c1035 int oldflags = priv->flags; in tinyjpeg_set_flags() local
1037 return oldflags; in tinyjpeg_set_flags()
/external/libxaac/decoder/
Dixheaacd_sbrdec_lpfuncs.c509 WORD32 oldflags; in ixheaacd_map_sineflags() local
516 oldflags = *harm_flags_prev; in ixheaacd_map_sineflags()
526 if (oldflags) in ixheaacd_map_sineflags()
/external/python/cpython2/Doc/faq/
Dlibrary.rst203 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/python/cpython3/Doc/faq/
Dlibrary.rst206 oldflags = fcntl.fcntl(fd, fcntl.F_GETFL)
207 fcntl.fcntl(fd, fcntl.F_SETFL, oldflags | os.O_NONBLOCK)
218 fcntl.fcntl(fd, fcntl.F_SETFL, oldflags)
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c6595 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()
Dguest_amd64_toIR.c2132 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()