Home
last modified time | relevance | path

Searched refs:top (Results 1051 - 1075 of 2966) sorted by relevance

1...<<41424344454647484950>>...119

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c35 * data is...?) and get a global I/O picture. Normal top is NOT,
44 * TODO: top: thread support and SMP
51 USE_TOP(NEWTOY(top, ">0O*" "Hk*o*p*u*s#<1d%<100=3000m#n#<1abq[!oO]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE))
63 bool "top"
66 usage: top or top -a
155 } top;
212 SLOT_utime2, /*relative utime (top)*/ SLOT_uid, // user id
246 * columns ps and top know how to display. Each entry has:
248 * name: the column name, displayed at top an
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c237 const BlockNode *top = y ? &s->block[index-w] : &null_block; in encode_q_branch() local
258 int ref_context= av_log2(2*left->ref) + av_log2(2*top->ref); in encode_q_branch()
259 int mx_context= av_log2(2*FFABS(left->mx - top->mx)); in encode_q_branch()
260 int my_context= av_log2(2*FFABS(left->my - top->my)); in encode_q_branch()
261 int s_context= 2*left->level + 2*top->level + tl->level + tr->level; in encode_q_branch()
275 P_TOP [0]= top->mx; in encode_q_branch()
276 P_TOP [1]= top->my; in encode_q_branch()
368 put_rac(&pc, &p_state[1 + left->type + top->type], 0); in encode_q_branch()
371 pred_mv(s, &pmx, &pmy, best_ref, left, top, tr); in encode_q_branch()
399 put_rac(&ic, &i_state[1 + left->type + top in encode_q_branch()
461 const BlockNode *top = y ? &s->block[index-w] : &null_block; encode_q_branch2() local
574 const BlockNode *top = y ? &s->block[index-b_stride] : &null_block; get_block_bits() local
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Diability_callback.h76 * @param the top position of window rectangle.
80 virtual void GetWindowRect(int32_t &left, int32_t &top, int32_t &width, int32_t &height) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h58 double top; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.h39 static NG::PaddingProperty GetPadding(const std::optional<CalcDimension>& top,
H A Djs_checkboxgroup.h37 static NG::PaddingProperty GetPadding(const std::optional<CalcDimension>& top,
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_button_ffi.h34 CJ_EXPORT void FfiOHOSAceFrameworkButtonSetPadding(double top, int32_t topUnit, double right, int32_t rightUnit,
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_form_render_delegate_stub.h38 MOCK_METHOD2(OnGetRectRelativeToWindow, int32_t(int32_t &top, int32_t &left));
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_rect.h34 * @param top The top boundary of TexgineRect
37 static TexgineRect MakeLTRB(float left, float top, float right, float bottom);
42 * @param y The top boundary of TexgineRect
58 * @param y The top boundary of TexgineRect
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_vulkan.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos_raster.h30 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_frame_darwin.h30 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_frame_windows.h31 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override;
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/test/fuzztest/pixelmapfromsurface_fuzzer/
H A Dpixelmapfromsurface_fuzzer.cpp64 .top = GetData<uint32_t>(), in DoSomethingInterestingWithMyAPI()
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.h43 uint8 top; member
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dcommon.h109 int16 top; member
175 * @return Returns the top value of the vector, which indicates the number of elements.
188 * @return Returns the top - free value of the vector, which indicates the number of non-null
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dstacktrace.h49 unsigned long top);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dbase.c26 #include <subdev/top.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dbase.c26 #include <subdev/top.h>
/third_party/ffmpeg/libavcodec/x86/
H A Dhuffyuvdsp_init.c34 void ff_add_hfyu_median_pred_int16_mmxext(uint16_t *dst, const uint16_t *top, const uint16_t *diff, unsigned mask, int w, int *left, int *left_top);
/third_party/ffmpeg/libavfilter/
H A Dblend.h77 void (*blend)(const uint8_t *top, ptrdiff_t top_linesize,
/third_party/node/deps/v8/src/heap/
H A Dindex-generator.cc21 auto index = pending_indices_.top(); in GetNext()
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-scopes-inl.h23 if (top().is_null()) { in EnterNewScope()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
H A DWindowSurfaceVkWin32.cpp43 *extentsOut = gl::Extents(rect.right - rect.left, rect.bottom - rect.top, 1); in getCurrentWindowSize()
/third_party/skia/src/core/
H A DSkSpriteBlitter.h24 virtual bool setup(const SkPixmap& dst, int left, int top, const SkPaint&);

Completed in 12 milliseconds

1...<<41424344454647484950>>...119