/external/libvncserver/libvncclient/ |
D | ultra.c | 35 HandleUltraBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleUltraBPP() 115 HandleUltraZipBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleUltraZipBPP()
|
D | rre.c | 33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleRREBPP()
|
D | zlib.c | 36 HandleZlibBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleZlibBPP()
|
D | corre.c | 33 HandleCoRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleCoRREBPP()
|
D | tight.c | 92 HandleTightBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleTightBPP() 302 InitFilterCopyBPP (rfbClient* client, int rw, int rh) in InitFilterCopyBPP() 343 InitFilterGradientBPP (rfbClient* client, int rw, int rh) in InitFilterGradientBPP() 452 InitFilterPaletteBPP (rfbClient* client, int rw, int rh) in InitFilterPaletteBPP()
|
D | hextile.c | 33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleHextileBPP()
|
D | zrle.c | 84 HandleZRLE (rfbClient* client, int rx, int ry, int rw, int rh) in HandleZRLE()
|
/external/mesa3d/src/gallium/tests/unit/ |
D | u_half_test.c | 18 uint16_t rh; in main() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | Dfp.java | 1149 int rh = extra / RADIX; in complement() local 1255 int rh = 0; /* acts as a carry */ in add() local 1369 int rh = 1; in round() local 1462 int rh = 0; // acts as a carry in multiply() local 1548 int rh = 0; in multiply() local 1677 int rh = 0; in divide() local 1830 final int rh = r / divisor; in divide() local 1839 final int rh = r / divisor; in divide() local
|
D | DfpDec.java | 257 int rh = lsbthreshold; in round() local
|
/external/skia/src/pathops/ |
D | SkOpAngle.cpp | 63 SkOpAngle* rh = lh->fNext; in after() local 258 bool SkOpAngle::checkParallel(SkOpAngle* rh) { in checkParallel() 359 int SkOpAngle::convexHullOverlaps(const SkOpAngle* rh) { in convexHullOverlaps() 426 bool SkOpAngle::endsIntersect(SkOpAngle* rh) { in endsIntersect() 535 bool SkOpAngle::endToSide(const SkOpAngle* rh, bool* inside) const { in endToSide() argument 756 bool SkOpAngle::midToSide(const SkOpAngle* rh, bool* inside) const { in midToSide() argument 797 bool SkOpAngle::orderable(SkOpAngle* rh) { in orderable() 1012 bool SkOpAngle::tangentsDiverge(const SkOpAngle* rh, double s0xt0) { in tangentsDiverge()
|
/external/skqp/src/pathops/ |
D | SkOpAngle.cpp | 63 SkOpAngle* rh = lh->fNext; in after() local 258 bool SkOpAngle::checkParallel(SkOpAngle* rh) { in checkParallel() 359 int SkOpAngle::convexHullOverlaps(const SkOpAngle* rh) { in convexHullOverlaps() 426 bool SkOpAngle::endsIntersect(SkOpAngle* rh) { in endsIntersect() 535 bool SkOpAngle::endToSide(const SkOpAngle* rh, bool* inside) const { in endToSide() argument 756 bool SkOpAngle::midToSide(const SkOpAngle* rh, bool* inside) const { in midToSide() argument 797 bool SkOpAngle::orderable(SkOpAngle* rh) { in orderable() 1012 bool SkOpAngle::tangentsDiverge(const SkOpAngle* rh, double s0xt0) { in tangentsDiverge()
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 195 static int After(SkOpAngle& lh, SkOpAngle& rh) { in After() 199 static int AllOnOneSide(SkOpAngle& lh, SkOpAngle& rh) { in AllOnOneSide() 203 static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) { in ConvexHullOverlaps() 207 static int Orderable(SkOpAngle& lh, SkOpAngle& rh) { in Orderable() 211 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) { in EndsIntersect() 215 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) { in SetNext()
|
/external/skqp/tests/ |
D | PathOpsAngleTest.cpp | 195 static int After(SkOpAngle& lh, SkOpAngle& rh) { in After() 199 static int AllOnOneSide(SkOpAngle& lh, SkOpAngle& rh) { in AllOnOneSide() 203 static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) { in ConvexHullOverlaps() 207 static int Orderable(SkOpAngle& lh, SkOpAngle& rh) { in Orderable() 211 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) { in EndsIntersect() 215 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) { in SetNext()
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 522 def SList_reset(rh, list): argument 566 def SWindow_reset(rh, win): argument 607 def SText_reset(rh, win): argument
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
D | go.pass.cpp | 132 void push_awaiter::await_suspend(coroutine_handle<> rh) in await_suspend() 142 void pull_awaiter::await_suspend(coroutine_handle<> rh) { in await_suspend()
|
/external/clang/test/OpenMP/ |
D | target_is_device_ptr_ast_print.cpp | 151 auto &rh = h; in tmain() local 239 auto &rh = h; in main() local
|
D | target_is_device_ptr_messages.cpp | 138 auto &rh = h; in tmain() local 190 auto &rh = h; in main() local
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/ |
D | AbbreviatorTest.java | 37 RandomHelper rh = new RandomHelper(FS); field in AbbreviatorTest
|
/external/libyuv/files/unit_test/ |
D | color_test.cc | 475 int rh[256] = in TEST_F() local 506 int rh[256] = in TEST_F() local
|
/external/libjpeg-turbo/simd/ |
D | jdcolext-altivec.c | 49 crl, crh, rl, rh, gl, gh, bl, bh, g0w, g1w, g2w, g3w; in jsimd_ycc_rgb_convert_altivec() local
|
D | jdmrgext-altivec.c | 51 rl, rh, gl, gh, bl, bh, re, ro, ge, go, be, bo; in jsimd_h2v1_merged_upsample_altivec() local
|
/external/syslinux/gpxe/src/drivers/net/ |
D | b44.c | 381 struct rx_header *rh; in b44_populate_rx_descriptor() local 844 struct rx_header *rh; in b44_process_rx_packets() local
|
/external/speex/libspeex/ |
D | sb_celp.c | 556 spx_word32_t rl, rh; /*Q13*/ in sb_encode() local 987 spx_word32_t rl=0,rh=0; in sb_decode() local
|
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.c | 1126 OPJ_INT32 rh; /* height of the resolution level computed */ in opj_dwt_encode_procedure() local 1358 OPJ_UINT32 rh; member 1399 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - in opj_dwt_decode_tile() local 1952 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - in opj_dwt_decode_partial_tile() local 2531 OPJ_UINT32 rh = (OPJ_UINT32)(res->y1 - in opj_dwt_decode_tile_97() local 2670 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - in opj_dwt_decode_partial_97() local
|