/third_party/boost/boost/fiber/detail/ |
D | context_spmc_queue.hpp | 72 void push( std::size_t bottom, context * ctx) noexcept { in push() 84 array * resize( std::size_t bottom, std::size_t top) { in resize() 116 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in empty() local 122 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in push() local 139 std::size_t bottom = bottom_.load( std::memory_order_relaxed) - 1; in pop() local 169 std::size_t bottom = bottom_.load( std::memory_order_acquire); in steal() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 147 inline UINT128_CONSTEXPR uint128::uint128(uint64 top, uint64 bottom) in uint128() 151 inline UINT128_CONSTEXPR uint128::uint128(uint64 bottom) in uint128() 154 inline UINT128_CONSTEXPR uint128::uint128(uint32 bottom) in uint128() 156 inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128() 162 inline void uint128::Initialize(uint64 top, uint64 bottom) { in Initialize()
|
/third_party/skia/tests/ |
D | CanvasStateHelpers.cpp | 26 float right, float bottom, int32_t spacer) { in complex_layers_draw() 38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 48 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() 61 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
|
D | PathOpsLineIntersectionTest.cpp | 136 double bottom = std::max(line1[0].fY, line1[1].fY); in testOne() local 143 double bottom = std::max(line2[0].fY, line2[1].fY); in testOne() local 183 double bottom = std::max(line1[0].fY, line1[1].fY); in testOneCoincident() local 192 double bottom = std::max(line2[0].fY, line2[1].fY); in testOneCoincident() local
|
/third_party/flutter/skia/tests/ |
D | CanvasStateHelpers.cpp | 23 float right, float bottom, int32_t spacer) { in complex_layers_draw() 35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 45 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() 58 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
|
D | PathOpsLineIntersectionTest.cpp | 136 double bottom = SkTMax(line1[0].fY, line1[1].fY); in testOne() local 143 double bottom = SkTMax(line2[0].fY, line2[1].fY); in testOne() local 183 double bottom = SkTMax(line1[0].fY, line1[1].fY); in testOneCoincident() local 192 double bottom = SkTMax(line2[0].fY, line2[1].fY); in testOneCoincident() local
|
/third_party/openssl/crypto/bn/ |
D | bn_rand.c | 21 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() 97 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 102 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() 107 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() 187 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
|
/third_party/skia/docs/examples/ |
D | ChromeMDRefreshTab.cpp | 12 const float bottom = size.fHeight * scale; in GetBorderPath() local 76 const float bottom = std::ceil(size.fHeight * scale); in GetInteriorPath() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_transform.inl | 103 T bottom, T top, 118 T bottom, T top, 143 T bottom, T top, 168 T bottom, T top 184 T bottom, T top, 199 T bottom, T top, 225 T bottom, T top, 383 T const bottom = -range; local 401 T const bottom = -range; local 420 T const bottom = -range; local
|
/third_party/flutter/skia/src/core/ |
D | SkRect.cpp | 12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { in join() 96 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in intersect() 112 void SkRect::join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in join()
|
/third_party/node/deps/npm/node_modules/boxen/ |
D | index.js | 17 bottom: detail, property 24 bottom: 0, property 127 …const bottom = colorizeBorder(marginLeft + chars.bottomLeft + horizontal + chars.bottomRight + NL.… constant
|
/third_party/typescript/tests/baselines/reference/ |
D | typeParameterDiamond4.js | 7 var bottom: Bottom; variable
|
D | typeParameterDiamond1.js | 7 var bottom: Bottom; variable
|
D | typeParameterDiamond2.js | 7 var bottom: Bottom; variable
|
D | typeParameterDiamond3.js | 7 var bottom: Bottom; variable
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | IntegerRatio.cpp | 37 int bottom = mDenominator / prime; in reduce() local
|
/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | canvas.cc | 71 double bottom) { in Create() 105 double bottom, in saveLayer() 159 double bottom, in clipRect() 211 double bottom, in drawRect() 239 double bottom, in drawOval() 260 double bottom, in drawArc()
|
/third_party/skia/experimental/lowp-basic/ |
D | bilerp-study.cpp | 51 double bottom = (1.0 - dtx) * p01 + dtx * p11; in golden_bilerp2() local 60 int64_t bottom = ftx * (p11 - p01) + 65536 * p01; in full_res_bilerp() local 79 I16 bottom = in bilerp_1() local
|
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/ |
D | ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.ts | 9 bottom: { left: Point, right: Point } variable
|
/third_party/flutter/skia/include/core/ |
D | SkRegion.h | 191 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom) { in setRect() 295 int32_t bottom) const { in quickContains() 392 bool op(int left, int top, int right, int bottom, Op op) { in op()
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/ |
D | Sample.java | 16 public void render(Canvas canvas, long t, float left, float top, float right, float bottom); in render()
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-char-helpers.c | 39 int bottom = 0; in search_char_in_char_array() local 79 int bottom = 0; in search_char_in_interval_array() local 564 int bottom = 0; in search_in_bidirectional_conversion_tables() local 643 int bottom = start_point; in search_in_conversion_table() local
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Canvas.java | 82 public void clipRect(float left, float top, float right, float bottom, in clipRect() 87 public void clipRRect(float left, float top, float right, float bottom, float xRad, float yRad, in clipRRect() 96 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect() 176 float bottom, int clipOp, boolean doAA); in nClipRect() 178 float bottom, float xRad, float yRad, in nClipRRect() 186 float left, float top, float right, float bottom, in nDrawRect()
|
/third_party/mesa3d/src/mesa/main/ |
D | scissor.c | 207 GLint bottom, GLsizei width, GLsizei height, in scissor_indexed_err() 232 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed_no_error() 240 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed()
|
/third_party/mesa3d/include/android_stub/android/ |
D | rect.h | 56 int32_t bottom; member
|