Home
last modified time | relevance | path

Searched refs:xs0 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp274 int32_t xs0 = x < 0 ? -x : 0; in ComposeToInternal() local
292 if (ys0 >= ys1 || xs0 >= xs1) in ComposeToInternal()
297 int32_t w = xs1 - xs0; in ComposeToInternal()
303 uint32_t s1 = xs0 & 31; in ComposeToInternal()
308 BIT_INDEX_TO_ALIGNED_BYTE(xs0 + rtSrc.left); in ComposeToInternal()
310 int32_t lineLeft = m_nStride - BIT_INDEX_TO_ALIGNED_BYTE(xs0); in ComposeToInternal()
313 if ((xs0 & ~31) == ((xs1 - 1) & ~31)) { in ComposeToInternal()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp516 constexpr int xs0 = p[-3]; // ok variable
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp560 constexpr int xs0 = p[-3]; // ok variable