/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_wide_line.c | 72 float *pos0 = v0->data[pos]; in wideline_line() local 77 const float dx = fabsf(pos0[0] - pos2[0]); in wideline_line() 78 const float dy = fabsf(pos0[1] - pos2[1]); in wideline_line() 94 pos0[1] = pos0[1] - half_width - bias; in wideline_line() 99 if (pos0[0] < pos2[0]) { in wideline_line() 101 pos0[0] -= 0.5f; in wideline_line() 108 pos0[0] += 0.5f; in wideline_line() 117 pos0[0] = pos0[0] - half_width + bias; in wideline_line() 122 if (pos0[1] < pos2[1]) { in wideline_line() 124 pos0[1] -= 0.5f; in wideline_line() [all …]
|
D | draw_pipe_stipple.c | 126 const float *pos0 = v0->data[pos]; in stipple_line() local 131 float x0 = pos0[0]; in stipple_line() 133 float y0 = pos0[1]; in stipple_line()
|
D | draw_pipe_wide_point.c | 137 float *pos0 = v0->data[pos]; in widepoint_point() local 156 pos0[0] += left_adj; in widepoint_point() 157 pos0[1] += top_adj; in widepoint_point()
|
/external/ltrace/ |
D | dict.c | 220 size_t pos0 = -1; in find_slot() local 230 if (pos0 == (size_t)-1 && bitp(dict, pos)->erased) in find_slot() 231 pos0 = pos; in find_slot() 236 if (pos0 != (size_t)-1) in find_slot() 248 if (!*foundp && pos0 != (size_t)-1) in find_slot() 249 pos = pos0; in find_slot()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | postproc_msa.c | 820 v16u8 pos0, ref0, pos1, ref1; in vp8_plane_add_noise_msa() local 823 pos0 = LD_UB(pos0_ptr); in vp8_plane_add_noise_msa() 829 temp00 = (pos0 < black_clamp); in vp8_plane_add_noise_msa() 830 pos0 = __msa_bmnz_v(pos0, black_clamp, temp00); in vp8_plane_add_noise_msa() 833 XORI_B2_128_UB(pos0, pos1); in vp8_plane_add_noise_msa() 835 temp00 = (v16u8)(temp00_s < pos0); in vp8_plane_add_noise_msa() 836 pos0 = (v16u8)__msa_bmnz_v((v16u8)pos0, (v16u8)temp00_s, temp00); in vp8_plane_add_noise_msa() 840 XORI_B2_128_UB(pos0, pos1); in vp8_plane_add_noise_msa() 841 pos0 += ref0; in vp8_plane_add_noise_msa() 842 ST_UB(pos0, pos0_ptr); in vp8_plane_add_noise_msa()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateIntervalFormat.java | 784 … String pat0, FieldPosition pos0, // pattern and pos corresponding to {0} in adjustPosition() argument 794 if (pos0.getEndIndex() > 0) { in adjustPosition() 795 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 796 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition() 807 } else if (pos0.getEndIndex() > 0) { in adjustPosition() 810 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 811 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateIntervalFormat.java | 776 … String pat0, FieldPosition pos0, // pattern and pos corresponding to {0} in adjustPosition() argument 786 if (pos0.getEndIndex() > 0) { in adjustPosition() 787 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 788 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition() 799 } else if (pos0.getEndIndex() > 0) { in adjustPosition() 802 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 803 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
|
/external/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 1319 … UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0} in adjustPosition() argument 1329 if (pos0.getEndIndex() > 0) { in adjustPosition() 1330 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 1331 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition() 1342 } else if (pos0.getEndIndex() > 0) { in adjustPosition() 1345 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 1346 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
|
/external/skia/src/views/ |
D | SkTouchGesture.cpp | 184 static SkScalar center(float pos0, float pos1) { in center() argument 185 return (pos0 + pos1) * 0.5f; in center()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 370 int pos0 = find_output_by_semantic(&shader->info.base, in generate_fs() local 374 if (pos0 != -1 && outputs[pos0][2]) { in generate_fs() 375 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z"); in generate_fs() 609 int pos0 = find_output_by_semantic(&shader->info.base, in generate_fs_loop() local 613 if (pos0 != -1 && outputs[pos0][2]) { in generate_fs_loop() 614 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z"); in generate_fs_loop()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtitvfmt.h | 677 UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0}
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 988 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0, pos1) \ argument 990 (long)(pos0), (long)(pos1)) 991 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0, pos1) \ argument 993 (long)(count), (long)(pos0), \ 995 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0, pos1) \ argument 997 (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1)) 998 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0, pos1) \ argument 1000 res, (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1)) 2553 long pos0, long pos1); 2555 long count, long pos0, long pos1); [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | CalendarRegression.java | 2352 ParsePosition pos0 = new ParsePosition(0); 2353 /* Date d0 = */ sdf0.parse("-September", pos0); 2354 logln("sdf0: " + pos0.getErrorIndex() + "/" + pos0.getIndex()); 2355 assertTrue("Fail: failed a good test", pos0.getErrorIndex() == -1);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CalendarRegression.java | 2348 ParsePosition pos0 = new ParsePosition(0); 2349 /* Date d0 = */ sdf0.parse("-September", pos0); 2350 logln("sdf0: " + pos0.getErrorIndex() + "/" + pos0.getIndex()); 2351 assertTrue("Fail: failed a good test", pos0.getErrorIndex() == -1);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 1634 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos0, long pos1) {} 1636 POST_SYSCALL(pread64)(long res, long fd, void *buf, long count, long pos0, 1643 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos0, 1649 long pos0, long pos1) {}
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 3542 const char* pos0 = _buf.c_str(); in Impl() local 3543 const char* pos1 = strchr(pos0, '\n'); in Impl() 3552 size_t prefixlen = (pos3 - pos0)+1; in Impl() 3553 String prefix(pos0, prefixlen); in Impl()
|