| /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/node/deps/openssl/openssl/crypto/bn/ |
| D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() 108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() 119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex() 126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() 231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
|
| /third_party/openssl/crypto/bn/ |
| D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() 108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() 119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex() 126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() 231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
|
| /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/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
|
| D | ChromeMDRefreshTabs.cpp | 10 const float bottom = std::ceil(size.fHeight * scale); in GetInteriorPath() local
|
| /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/baselines/reference/ |
| D | typeParameterDiamond3.js | 7 var bottom: Bottom; variable
|
| D | typeParameterDiamond1.js | 7 var bottom: Bottom; variable
|
| D | typeParameterDiamond4.js | 7 var bottom: Bottom; variable
|
| D | typeParameterDiamond2.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/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 | 203 GLint bottom, GLsizei width, GLsizei height, in scissor_indexed_err() 228 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed_no_error() 236 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed()
|
| /third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/ |
| D | ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.ts | 9 bottom: { left: Point, right: Point } variable
|
| /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()
|
| D | ImageShaderSample.java | 34 public void render(Canvas canvas, long t, float left, float top, float right, float bottom) { in render()
|
| /third_party/skia/src/pathops/ |
| D | SkIntersections.h | 65 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, in conicVertical() 90 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in cubicVertical() 140 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in lineVertical() 176 int quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in quadVertical()
|
| D | SkPathOpsLine.cpp | 116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() 128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
|
| /third_party/mesa3d/include/android_stub/android/ |
| D | rect.h | 56 int32_t bottom; member
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
| D | InfoDialog.java | 30 protected Panel bottom; field in InfoDialog
|
| /third_party/skia/src/core/ |
| D | SkTSort.h | 34 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftUp() 68 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftDown()
|