Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c4735 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/
DSConstruct39 oldflags = context.env['CCFLAGS']
44 context.env.Replace(CCFLAGS = oldflags)
/external/libpcap/
Dpcap-linux.c1150 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/
Denv_calc.cpp247 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/
Dguest_x86_toIR.c6593 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()
Dguest_amd64_toIR.c8303 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()