Searched refs:oldflags (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | relaxng.c | 4731 int newNs = 0, oldflags; in xmlRelaxNGProcessExternalRef() local 4777 oldflags = ctxt->flags; in xmlRelaxNGProcessExternalRef() 4780 ctxt->flags = oldflags; in xmlRelaxNGProcessExternalRef() 7285 int oldflags = ctxt->flags; in xmlRelaxNGCleanupTree() local 7295 ctxt->flags = oldflags; in xmlRelaxNGCleanupTree() 7302 ctxt->flags = oldflags; in xmlRelaxNGCleanupTree() 8144 int ret = 0, oldflags; in xmlRelaxNGValidateProgressiveCallback() local 8233 oldflags = ctxt->flags; in xmlRelaxNGValidateProgressiveCallback() 8259 ctxt->flags = oldflags; in xmlRelaxNGValidateProgressiveCallback() 8711 int ret = 0, oldflags; in xmlRelaxNGValidateValue() local [all …]
|
/external/libpcap/ |
D | pcap-linux.c | 1080 int oldflags; local 1162 oldflags = 0; 1168 oldflags = ifr.ifr_flags; 1171 oldflags = 0; /* didn't set, don't restore */ 1197 if (oldflags != 0) { 1198 ifr.ifr_flags = oldflags; 4845 int oldflags; local 5172 oldflags = 0; 5174 oldflags = ifr.ifr_flags; 5195 ifr.ifr_flags = oldflags; [all …]
|
/external/nanopb-c/tests/ |
D | SConstruct | 39 oldflags = context.env['CCFLAGS'] 44 context.env.Replace(CCFLAGS = oldflags)
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 238 int oldflags = *harmFlagsPrev; in mapSineFlags() local 274 sineMapped[(ui+li-lowSubband2) >> 1] = ( oldflags & mask ) ? 0 : tranEnv; in mapSineFlags() 280 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 | 8276 IRTemp oldflags = newTemp(Ity_I64); in codegen_SAHF() local 8277 assign( oldflags, mk_amd64g_calculate_rflags_all() ); in codegen_SAHF() 8283 binop(Iop_And64, mkexpr(oldflags), mkU64(AMD64G_CC_MASK_O)), in codegen_SAHF()
|