Home
last modified time | relevance | path

Searched defs:top (Results 151 - 175 of 1464) sorted by relevance

12345678910>>...59

/third_party/musl/src/math/
H A Dpowf.c32 uint32_t iz, top, tmp; in log2_inline() local
/third_party/mesa3d/src/util/
H A Ddag.c166 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 Dlinear-allocation-area.h23 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 Dbn_gcd.c553 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 Dpcre2_script_run.c311 int top = PRIV(ucd_digit_sets)[0]; in script_run() local
/third_party/openssl/crypto/bn/
H A Dbn_gcd.c553 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 DGrallocAndroid.cpp137 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 DLRUCache.hpp42 int top; member in sw::LRUCache
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DGrallocAndroid.cpp137 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 DSkPathOpsLine.cpp116 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 DSkIntersectionHelper.h85 SkScalar top() const { in top() function in SkIntersectionHelper
/third_party/skia/tests/
H A DPathOpsLineIntersectionTest.cpp135 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 Dexp2.c79 uint64_t ki, idx, top, sbits; in exp2() local
H A Dlog.c35 uint32_t top; in log() local
H A Dlog2.c35 uint32_t top; in log2() local
H A Dpowf.c34 uint32_t iz, top, tmp; in log2_inline() local
H A Dv_log.c67 v_u64_t ix, iz, tmp, top, i, cmp; in log() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-opbd-table.hh99 hb_position_t left = 0, top = 0, right = 0, bottom = 0, ignore; in get_bounds() local
/third_party/skia/gm/
H A Dpatch.cpp41 SkPoint top[SkPatchUtils::kNumPtsCubic]; in draw_control_points() local
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_request/
H A Djs_dialog_request.cpp100 int32_t top = want.GetIntParam(RequestConstants::WINDOW_RECTANGLE_TOP_KEY, 0); in OnGetRequestInfo() local
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dsnapshot.h87 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 Ddialog_ui_extension_callback_test.cpp46 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 Dcanvas_renderer_type.h58 double top; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_algorithm.cpp143 auto top = padding.top.value_or(0); in PerformImageAnimationLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp181 void SideBarContainerComponent::SetButtonTop(double top) in SetButtonTop() argument

Completed in 11 milliseconds

12345678910>>...59