Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dr_aclip.cpp195 int flags, oldflags; in R_AliasClip() local
201 oldflags = in[j].flags & flag; in R_AliasClip()
204 if (flags && oldflags) in R_AliasClip()
206 if (oldflags ^ flags) in R_AliasClip()
/external/quake/quake/src/QW/client/
Dr_aclip.c195 int flags, oldflags; in R_AliasClip() local
201 oldflags = in[j].flags & flag; in R_AliasClip()
204 if (flags && oldflags) in R_AliasClip()
206 if (oldflags ^ flags) in R_AliasClip()
/external/qemu/
Diolooper-select.c61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags ) in iolooper_modify() argument
66 int changed = oldflags ^ newflags; in iolooper_modify()
Diolooper.h23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
/external/libxml2/
Drelaxng.c4733 int newNs = 0, oldflags; in xmlRelaxNGProcessExternalRef() local
4779 oldflags = ctxt->flags; in xmlRelaxNGProcessExternalRef()
4782 ctxt->flags = oldflags; in xmlRelaxNGProcessExternalRef()
7282 int oldflags = ctxt->flags; in xmlRelaxNGCleanupTree() local
7292 ctxt->flags = oldflags; in xmlRelaxNGCleanupTree()
7299 ctxt->flags = oldflags; in xmlRelaxNGCleanupTree()
8140 int ret = 0, oldflags; in xmlRelaxNGValidateProgressiveCallback() local
8229 oldflags = ctxt->flags; in xmlRelaxNGValidateProgressiveCallback()
8255 ctxt->flags = oldflags; in xmlRelaxNGValidateProgressiveCallback()
8707 int ret = 0, oldflags; in xmlRelaxNGValidateValue() local
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_surface.c227 Uint32 oldflags = surface->flags; in SDL_SetAlpha() local
278 || oldflags != surface->flags in SDL_SetAlpha()
/external/aac/libSBRdec/src/
Denv_calc.cpp238 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/main/VEX/priv/
Dguest_x86_toIR.c6453 IRTemp oldflags = newTemp(Ity_I32); in codegen_SAHF() local
6454 assign( oldflags, mk_x86g_calculate_eflags_all() ); in codegen_SAHF()
6460 binop(Iop_And32, mkexpr(oldflags), mkU32(X86G_CC_MASK_O)), in codegen_SAHF()
Dguest_amd64_toIR.c7723 IRTemp oldflags = newTemp(Ity_I64); in codegen_SAHF() local
7724 assign( oldflags, mk_amd64g_calculate_rflags_all() ); in codegen_SAHF()
7730 binop(Iop_And64, mkexpr(oldflags), mkU64(AMD64G_CC_MASK_O)), in codegen_SAHF()