/external/mesa3d/src/mesa/swrast/ |
D | s_aatriangle.c | 185 #define POS(a, b) (0.5+a*4+b)/16 in compute_coveragef() macro 188 { POS(0, 2), POS(0, 0) }, in compute_coveragef() 189 { POS(3, 3), POS(0, 2) }, in compute_coveragef() 190 { POS(0, 0), POS(3, 1) }, in compute_coveragef() 191 { POS(3, 1), POS(3, 3) }, in compute_coveragef() 193 { POS(1, 1), POS(0, 1) }, in compute_coveragef() 194 { POS(2, 0), POS(0, 3) }, in compute_coveragef() 195 { POS(0, 3), POS(1, 3) }, in compute_coveragef() 196 { POS(1, 2), POS(1, 0) }, in compute_coveragef() 197 { POS(2, 3), POS(1, 2) }, in compute_coveragef() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | Makefile | 44 POS=de.po es.po nl.po fr.po sv.po macro 49 LANGS=$(POS:%.po=%) 50 MOS=$(POS:%.po=%/LC_MESSAGES/options.mo) 78 po: $(POS)
|
/external/llvm/test/Transforms/Inline/ |
D | byval-tail-call.ll | 33 ; CHECK: %[[POS:.*]] = alloca i32 35 ; CHECK: store i32 %[[VAL]], i32* %[[POS]] 36 ; CHECK: {{^ *}}call void @ext(i32* nonnull %[[POS]]
|
/external/syslinux/com32/lua/src/ |
D | lobject.c | 248 #define POS "\"]" macro 274 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid() 284 memcpy(out, POS, (LL(POS) + 1) * sizeof(char)); in luaO_chunkid()
|
/external/skia/third_party/lua/src/ |
D | lobject.c | 248 #define POS "\"]" macro 274 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid() 284 memcpy(out, POS, (LL(POS) + 1) * sizeof(char)); in luaO_chunkid()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
D | symshift.pl | 64 "POS=s" => \$POS, # string 121 POS => 5,
|
/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
D | vmx_asm.S | 12 # POS MUST BE 16 ALIGNED! 39 # POS MUST BE 16 ALIGNED!
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 278 ProfOStream POS(OS); in write() local 279 writeImpl(POS); in write() 285 ProfOStream POS(OS); in writeBuffer() local 287 writeImpl(POS); in writeBuffer()
|
/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 40 typedef struct { int r, c; } POS; typedef
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 807 int[] POS = { in TestPositionHandling() local 817 POS[4*i], POS[4*i+1], POS[4*i+2], POS[4*i+3]); in TestPositionHandling()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TransliteratorTest.java | 808 int[] POS = { in TestPositionHandling() local 818 POS[4*i], POS[4*i+1], POS[4*i+2], POS[4*i+3]); in TestPositionHandling()
|
/external/icu/icu4c/source/test/intltest/ |
D | transtst.cpp | 1038 int32_t POS[] = { in TestPositionHandling() local 1056 pos.contextStart= POS[4*i]; in TestPositionHandling() 1057 pos.contextLimit = POS[4*i+1]; in TestPositionHandling() 1058 pos.start = POS[4*i+2]; in TestPositionHandling() 1059 pos.limit = POS[4*i+3]; in TestPositionHandling()
|
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.cpp | 643 #define SAMPLE_POS_TO_SUBPIXEL_COORD(POS) \ argument 644 (deInt64)((POS) * (1<<RASTERIZER_SUBPIXEL_BITS) + 0.5f)
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 12 …turn F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F… 19 …POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]…
|
/external/slf4j/slf4j-site/src/site/pages/js/ |
D | jquery-min.js | 3 …POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-…
|
/external/testng/src/main/resources/ |
D | jquery-1.7.1.min.js | 3 …POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-…
|
/external/libjpeg-turbo/doc/html/ |
D | jquery.js | 4 …?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|fir… 5 …POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a…
|
/external/pcre/dist2/ |
D | HACKING | 280 versions. Those with "POS" in their names are possessive versions. Other kinds 483 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCBRAPOS instead
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1385 SDValue POS = DAG.getConstant(bitPos, DL, HalfVT); in LowerUDIVREM64() local 1387 SDValue HBit = DAG.getNode(ISD::SRL, DL, HalfVT, LHS_Lo, POS); in LowerUDIVREM64()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2478 …POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a…
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.info | 1117 POS 1122 that POS will be the sum of all non-negative return values
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 22998 "POS",
|
/external/bison/doc/ |
D | bison.info | 9264 -- Constructor on location: location (const position& POS =
|
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |