Searched refs:oldflags (Results 1 – 9 of 9) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | r_aclip.cpp | 195 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/ |
D | r_aclip.c | 195 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/ |
D | iolooper-select.c | 61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags ) in iolooper_modify() argument 66 int changed = oldflags ^ newflags; in iolooper_modify()
|
D | iolooper.h | 23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
|
/external/libxml2/ |
D | relaxng.c | 4733 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/ |
D | SDL_surface.c | 227 Uint32 oldflags = surface->flags; in SDL_SetAlpha() local 278 || oldflags != surface->flags in SDL_SetAlpha()
|
/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/main/VEX/priv/ |
D | guest_x86_toIR.c | 6453 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()
|
D | guest_amd64_toIR.c | 7723 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()
|