/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 35 * 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 D | snowenc.c | 237 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 D | iability_callback.h | 76 * @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 D | canvas_renderer_type.h | 58 double top; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_radio.h | 39 static NG::PaddingProperty GetPadding(const std::optional<CalcDimension>& top,
|
H A D | js_checkboxgroup.h | 37 static NG::PaddingProperty GetPadding(const std::optional<CalcDimension>& top,
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_button_ffi.h | 34 CJ_EXPORT void FfiOHOSAceFrameworkButtonSetPadding(double top, int32_t topUnit, double right, int32_t rightUnit,
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_form_render_delegate_stub.h | 38 MOCK_METHOD2(OnGetRectRelativeToWindow, int32_t(int32_t &top, int32_t &left));
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_rect.h | 34 * @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 D | rs_surface_frame_ohos_vulkan.h | 36 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 D | surface_frame_ohos_raster.h | 30 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 D | rs_surface_frame_darwin.h | 30 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 D | rs_surface_frame_windows.h | 31 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 D | pixelmapfromsurface_fuzzer.cpp | 64 .top = GetData<uint32_t>(),
in DoSomethingInterestingWithMyAPI()
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | task_manager.h | 43 uint8 top;
member
|
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | common.h | 109 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 D | stacktrace.h | 49 unsigned long top);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | base.c | 26 #include <subdev/top.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | base.c | 26 #include <subdev/top.h>
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | huffyuvdsp_init.c | 34 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 D | blend.h | 77 void (*blend)(const uint8_t *top, ptrdiff_t top_linesize,
|
/third_party/node/deps/v8/src/heap/ |
H A D | index-generator.cc | 21 auto index = pending_indices_.top(); in GetNext()
|
/third_party/node/deps/v8/src/objects/ |
H A D | allocation-site-scopes-inl.h | 23 if (top().is_null()) { in EnterNewScope()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/ |
H A D | WindowSurfaceVkWin32.cpp | 43 *extentsOut = gl::Extents(rect.right - rect.left, rect.bottom - rect.top, 1); in getCurrentWindowSize()
|
/third_party/skia/src/core/ |
H A D | SkSpriteBlitter.h | 24 virtual bool setup(const SkPixmap& dst, int left, int top, const SkPaint&);
|