Searched refs:oldflags (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | relaxng.c | 4735 int newNs = 0, oldflags; in xmlRelaxNGProcessExternalRef() local 4781 oldflags = ctxt->flags; in xmlRelaxNGProcessExternalRef() 4784 ctxt->flags = oldflags; in xmlRelaxNGProcessExternalRef() 7289 int oldflags = ctxt->flags; in xmlRelaxNGCleanupTree() local 7299 ctxt->flags = oldflags; in xmlRelaxNGCleanupTree() 7306 ctxt->flags = oldflags; in xmlRelaxNGCleanupTree() 8148 int ret = 0, oldflags; in xmlRelaxNGValidateProgressiveCallback() local 8237 oldflags = ctxt->flags; in xmlRelaxNGValidateProgressiveCallback() 8263 ctxt->flags = oldflags; in xmlRelaxNGValidateProgressiveCallback() 8715 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 | 1150 int oldflags; local 1232 oldflags = 0; 1238 oldflags = ifr.ifr_flags; 1241 oldflags = 0; /* didn't set, don't restore */ 1265 if (oldflags != 0) { 1266 ifr.ifr_flags = oldflags; 5230 int oldflags; local 5554 oldflags = 0; 5556 oldflags = ifr.ifr_flags; 5576 ifr.ifr_flags = oldflags; [all …]
|
/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/valgrind/VEX/priv/ |
D | guest_x86_toIR.c | 6593 IRTemp oldflags = newTemp(Ity_I32); in codegen_SAHF() local 6594 assign( oldflags, mk_x86g_calculate_eflags_all() ); in codegen_SAHF() 6600 binop(Iop_And32, mkexpr(oldflags), mkU32(X86G_CC_MASK_O)), in codegen_SAHF()
|
D | guest_amd64_toIR.c | 8303 IRTemp oldflags = newTemp(Ity_I64); in codegen_SAHF() local 8304 assign( oldflags, mk_amd64g_calculate_rflags_all() ); in codegen_SAHF() 8310 binop(Iop_And64, mkexpr(oldflags), mkU64(AMD64G_CC_MASK_O)), in codegen_SAHF()
|