Searched refs:oldflags (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/
H A Drelaxng.c4731 int newNs = 0, oldflags; local
4777 oldflags = ctxt->flags;
4780 ctxt->flags = oldflags;
7285 int oldflags = ctxt->flags; local
7295 ctxt->flags = oldflags;
7302 ctxt->flags = oldflags;
8144 int ret = 0, oldflags; local
8233 oldflags = ctxt->flags;
8259 ctxt->flags = oldflags;
8711 int ret = 0, oldflags; local
9282 int oldflags; local
9614 int ret = 0, oldflags = 0; local
9834 int ret = 0, i, tmp, oldflags, errNr; local
10602 int i, j, k, ret, oldflags; local
[all...]
/external/libpcap/
H A Dpcap-linux.c1080 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/aac/libSBRdec/src/
H A Denv_calc.cpp238 int oldflags = *harmFlagsPrev; local
274 sineMapped[(ui+li-lowSubband2) >> 1] = ( oldflags & mask ) ? 0 : tranEnv;
280 oldflags = *harmFlagsPrev; /* Fetch 16 of the old flags */
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c6593 IRTemp oldflags = newTemp(Ity_I32); local
6594 assign( oldflags, mk_x86g_calculate_eflags_all() );
6600 binop(Iop_And32, mkexpr(oldflags), mkU32(X86G_CC_MASK_O)),
H A Dguest_amd64_toIR.c8276 IRTemp oldflags = newTemp(Ity_I64); local
8277 assign( oldflags, mk_amd64g_calculate_rflags_all() );
8283 binop(Iop_And64, mkexpr(oldflags), mkU64(AMD64G_CC_MASK_O)),
[all...]

Completed in 560 milliseconds