/third_party/musl/src/math/ |
H A D | powf.c | 32 uint32_t iz, top, tmp; in log2_inline() local
|
/third_party/mesa3d/src/util/ |
H A D | dag.c | 166 struct dag_node *top = util_dynarray_pop(&stack, struct dag_node *); in dag_traverse_bottom_up_node() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | linear-allocation-area.h | 23 LinearAllocationArea(Address top, Address limit) in LinearAllocationArea() argument 28 void Reset(Address top, Address limit) { in Reset() argument 84 V8_INLINE Address top() const { in top() function in v8::internal::final [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_gcd.c | 553 int i, j, top, rlen, glen, m, bit = 1, delta = 1, cond = 0, shifts = 0, ret = 0; in BN_gcd() local [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_script_run.c | 311 int top = PRIV(ucd_digit_sets)[0]; in script_run() local
|
/third_party/openssl/crypto/bn/ |
H A D | bn_gcd.c | 553 int i, j, top, rlen, glen, m, bit = 1, delta = 1, cond = 0, shifts = 0, ret = 0; in BN_gcd() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | GrallocAndroid.cpp | 137 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr) in lock() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | LRUCache.hpp | 42 int top; member in sw::LRUCache
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | GrallocAndroid.cpp | 137 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr) in lock() argument
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsLine.cpp | 116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() argument 128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV() argument
|
H A D | SkIntersectionHelper.h | 85 SkScalar top() const { in top() function in SkIntersectionHelper
|
/third_party/skia/tests/ |
H A D | PathOpsLineIntersectionTest.cpp | 135 double top = std::min(line1[0].fY, line1[1].fY); in testOne() local 142 double top = std::min(line2[0].fY, line2[1].fY); in testOne() local 182 double top = std::min(line1[0].fY, line1[1].fY); in testOneCoincident() local 191 double top in testOneCoincident() local [all...] |
/third_party/optimized-routines/math/ |
H A D | exp2.c | 79 uint64_t ki, idx, top, sbits; in exp2() local
|
H A D | log.c | 35 uint32_t top; in log() local
|
H A D | log2.c | 35 uint32_t top; in log2() local
|
H A D | powf.c | 34 uint32_t iz, top, tmp; in log2_inline() local
|
H A D | v_log.c | 67 v_u64_t ix, iz, tmp, top, i, cmp; in log() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-opbd-table.hh | 99 hb_position_t left = 0, top = 0, right = 0, bottom = 0, ignore; in get_bounds() local
|
/third_party/skia/gm/ |
H A D | patch.cpp | 41 SkPoint top[SkPatchUtils::kNumPtsCubic]; in draw_control_points() local
|
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_request/ |
H A D | js_dialog_request.cpp | 100 int32_t top = want.GetIntParam(RequestConstants::WINDOW_RECTANGLE_TOP_KEY, 0); in OnGetRequestInfo() local
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | snapshot.h | 87 int32_t top = parcel.ReadInt32(); in Unmarshalling() local 95 int32_t top = 0; member
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/ |
H A D | dialog_ui_extension_callback_test.cpp | 46 virtual void GetWindowRect(int32_t &left, int32_t &top, int32_t &width, int32_t &height) in GetWindowRect() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_renderer_type.h | 58 double top; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_layout_algorithm.cpp | 143 auto top = padding.top.value_or(0); in PerformImageAnimationLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.cpp | 181 void SideBarContainerComponent::SetButtonTop(double top)
in SetButtonTop() argument
|