Home
last modified time | relevance | path

Searched defs:POS (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer_impl.h81 struct POS struct
83 int32_t x, y;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DModifier.java24 POS; enumConstant
DPatternStringUtils.java21 POS, enumConstant
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DModifier.java26 POS; enumConstant
DPatternStringUtils.java26 POS, enumConstant
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcmp-sext-uimm.c2 #define POS (1ULL << 31) macro
Dcmp-sext-simm.c2 #define POS (1LL << 31) macro
/third_party/flutter/skia/gm/
Dgradients_degenerate.cpp29 static const SkScalar POS[] = { 0.0, 0.0, 0.5, 1.0, 1.0 }; variable
/third_party/skia/gm/
Dgradients_degenerate.cpp30 static const SkScalar POS[] = { 0.0, 0.0, 0.5, 1.0, 1.0 }; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp379 ProfOStream POS(OS); in write() local
386 ProfOStream POS(OS); in writeBuffer() local
/third_party/mesa3d/src/mesa/swrast/
Ds_aatriangle.c169 #define POS(a, b) (0.5+a*4+b)/16 in compute_coveragef() macro
/third_party/weston/clients/
Dnested-client.c63 #define POS 0 macro
/third_party/ffmpeg/libavcodec/
Dhevcpred_template.c28 #define POS(x, y) src[(x) + stride * (y)] macro
Dhevcdec.c1846 #define POS(c_idx, x, y) \ in hls_prediction_unit() macro
/third_party/musl/libc-test/src/common/
Dmtest.h68 #define POS char *file; int line; macro
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp694 #define POS std::unique_ptr<Expression>(new FieldAccess(REF(fSkPerVertex), 0, \ in getNormalizeSkPositionCode() macro
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java767 int[] POS = { in TestPositionHandling() local
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java764 int[] POS = { in TestPositionHandling() local
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp1040 int32_t POS[] = { in TestPositionHandling() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1821 SDValue POS = DAG.getConstant(bitPos, DL, HalfVT); in LowerUDIVREM64() local