Home
last modified time | relevance | path

Searched refs:top (Results 801 - 825 of 2255) sorted by relevance

1...<<31323334353637383940>>...91

/third_party/backends/backend/
H A Dmustek_pp_ccd300.h50 int top; member
/third_party/icu/icu4c/source/samples/layout/
H A DSurface.cpp23 clip.top = 0; in drawGlyphs()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DSurface.cpp23 clip.top = 0; in drawGlyphs()
/third_party/skia/docs/examples/
H A DIRect_size.cpp10 SkDebugf("rect: %d, %d, %d, %d ", rect.left(), rect.top(), rect.right(), rect.bottom()); in REG_FIDDLE()
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-master-gpio.c172 int top; in msg_push_crc() local
174 top = msg->bits & 0x3; in msg_push_crc()
176 /* start bit, and any non-aligned top bits */ in msg_push_crc()
177 crc = crc4(0, 1 << top | msg->msg >> (msg->bits - top), top + 1); in msg_push_crc()
180 crc = crc4(crc, msg->msg, msg->bits - top); in msg_push_crc()
202 * top two address bits. So, if we're referencing a different ID, in check_relative_address()
208 /* remove the top two bits from any 23-bit addressing */ in check_relative_address()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9t001.c321 ret = mt9t001_write(client, MT9T001_ROW_START, crop->top); in mt9t001_s_stream()
443 rect.top = clamp(ALIGN(sel->r.top, 2), in mt9t001_set_selection()
456 MT9T001_PIXEL_ARRAY_HEIGHT - rect.top); in mt9t001_set_selection()
803 crop->top = MT9T001_ROW_START_DEF; in mt9t001_open()
929 mt9t001->crop.top = MT9T001_ROW_START_DEF; in mt9t001_probe()
H A Dimx274.c1004 sel->r.top = 0; in imx274_get_selection()
1025 sel->r.top = 0; in imx274_get_selection()
1031 sel->r.top = 0; in imx274_get_selection()
1077 new_crop.top = min_t(u32, IMX274_ROUND(sel->r.top, 2, 0), in imx274_set_selection_crop()
1129 * height in set->r, we still need to set top-left in imx274_set_selection()
1132 sel->r.top = 0; in imx274_set_selection()
1163 (-imx274->crop.top / 2) : (imx274->crop.top / 2); in imx274_apply_trimming()
/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-master-gpio.c172 int top; in msg_push_crc() local
174 top = msg->bits & 0x3; in msg_push_crc()
176 /* start bit, and any non-aligned top bits */ in msg_push_crc()
177 crc = crc4(0, 1 << top | msg->msg >> (msg->bits - top), top + 1); in msg_push_crc()
180 crc = crc4(crc, msg->msg, msg->bits - top); in msg_push_crc()
202 * top two address bits. So, if we're referencing a different ID, in check_relative_address()
208 /* remove the top two bits from any 23-bit addressing */ in check_relative_address()
/kernel/linux/linux-6.6/crypto/
H A Dalgapi.c109 struct list_head *top, in crypto_more_spawns()
122 return top; in crypto_more_spawns()
165 LIST_HEAD(top); in crypto_remove_spawns()
172 list_move(&spawn->list, &top); in crypto_remove_spawns()
180 spawns = &top; in crypto_remove_spawns()
220 } while ((spawns = crypto_more_spawns(alg, &stack, &top, in crypto_remove_spawns()
107 crypto_more_spawns(struct crypto_alg *alg, struct list_head *stack, struct list_head *top, struct list_head *secondary_spawns) crypto_more_spawns() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c811 struct expression *top, *right = NULL; \
816 top = alloc_expression(next->pos, type); \
822 top->op = op; \
823 top->left = left; \
824 top->right = right; \
825 left = top; \
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h79 /* Values for |top| in BN_rand() */
217 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
219 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
220 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
222 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom);
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
577 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/skia/src/codec/
H A DSkCodec.cpp504 const int top = options->fSubset->top(); in startIncrementalDecode() local
506 if (top < 0 || top >= info.height() || top >= bottom || bottom > info.height()) { in startIncrementalDecode()
559 if (options->fSubset->top() != 0 || options->fSubset->height() != info.height()) { in startScanlineDecode()
/third_party/openssl/include/openssl/
H A Dbn.h79 /* Values for |top| in BN_rand() */
217 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
219 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
220 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
222 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom);
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
577 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/skia/third_party/externals/libpng/contrib/visupng/
H A DVisualPng.c469 hChild = rChild.bottom - rChild.top; in CenterAbout()
474 hParent = rParent.bottom - rParent.top; in CenterAbout()
483 rWorkArea.left = rWorkArea.top = 0; in CenterAbout()
497 yNew = rParent.top + ((hParent - hChild) /2); in CenterAbout()
498 if (yNew < rWorkArea.top) { in CenterAbout()
499 yNew = rWorkArea.top; in CenterAbout()
/third_party/selinux/libsepol/src/
H A Dconditional.c30 /* move all type rules to top of t/f lists to help kernel on evaluation */
33 cond_av_list_t *top, *p, *cur; in cond_optimize() local
35 top = p = cur = *l; in cond_optimize()
38 if ((cur->node->key.specified & AVTAB_TYPE) && (top != cur)) { in cond_optimize()
40 cur->next = top; in cond_optimize()
41 top = cur; in cond_optimize()
48 *l = top; in cond_optimize()
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_xtree.c175 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtLookup()
346 btsp = btstack->top; in xtSearch()
393 btsp = btstack->top; in xtSearch()
451 btsp = btstack->top; in xtSearch()
556 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtInsert()
1372 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtExtend()
1539 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtTailgate()
1720 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate()
2034 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate()
2195 XT_GETSEARCH(ip, btstack.top, b in xtAppend()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp689 unsigned top() const { return size()-1; }
1048 return OpRef::res(Results.top());
1110 unsigned Top = Results.top();
1119 return OpRef::res(Results.top());
1208 return OpRef::res(Results.top());
1551 return OpRef::res(Results.top());
1583 return OpRef::res(Results.top());
1613 return OpRef::res(Results.top());
1667 return OpRef::res(Results.top());
1894 return OpRef::res(Results.top());
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/
H A Dsh_vou.c437 frame_out_top = rect->top / 2; in sh_vou_configure_geometry()
447 * beyond DSR, specified on the left and top by the VPR register "black in sh_vou_configure_geometry()
644 if (geo->output.top + best > height_max) in vou_adjust_output()
645 geo->output.top = height_max - best; in vou_adjust_output()
834 vou_dev->rect.top = vou_dev->rect.left = 0; in sh_vou_s_std()
909 sel->r.top = 0; in sh_vou_g_selection()
964 if (rect->height + rect->top > img_height_max) in sh_vou_s_selection()
965 rect->top = img_height_max - rect->height; in sh_vou_s_selection()
1256 rect->top = 0; in sh_vou_probe()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_m2m.c287 if (r->top < 0 || r->left < 0) { in mtk_mdp_try_crop()
289 "doesn't support negative values for top & left\n"); in mtk_mdp_try_crop()
338 /* adjust left/top if cropping rectangle is out of bounds */ in mtk_mdp_try_crop()
342 if (r->top + new_h > max_h) in mtk_mdp_try_crop()
343 r->top = max_h - new_h; in mtk_mdp_try_crop()
349 r->left, r->top, r->width, in mtk_mdp_try_crop()
389 frame->crop.top = 0; in mtk_mdp_set_frame_size()
801 s->r.top = 0; in mtk_mdp_m2m_g_selection()
809 s->r.top = frame->crop.top; in mtk_mdp_m2m_g_selection()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H A Dsh_vou.c437 frame_out_top = rect->top / 2; in sh_vou_configure_geometry()
447 * beyond DSR, specified on the left and top by the VPR register "black in sh_vou_configure_geometry()
644 if (geo->output.top + best > height_max) in vou_adjust_output()
645 geo->output.top = height_max - best; in vou_adjust_output()
834 vou_dev->rect.top = vou_dev->rect.left = 0; in sh_vou_s_std()
909 sel->r.top = 0; in sh_vou_g_selection()
964 if (rect->height + rect->top > img_height_max) in sh_vou_s_selection()
965 rect->top = img_height_max - rect->height; in sh_vou_s_selection()
1256 rect->top = 0; in sh_vou_probe()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov5693.c326 .top = OV5693_ACTIVE_START_TOP,
579 cci_write(ov5693->regmap, OV5693_CROP_START_Y_REG, mode->crop.top, in ov5693_mode_configure()
591 mode->crop.top + mode->crop.height, &ret); in ov5693_mode_configure()
902 sel->r.top = 0; in ov5693_get_selection()
909 sel->r.top = OV5693_ACTIVE_START_TOP; in ov5693_get_selection()
940 rect.top = clamp(ALIGN(sel->r.top, 2), OV5693_NATIVE_START_TOP, in ov5693_set_selection()
951 OV5693_NATIVE_HEIGHT - rect.top); in ov5693_set_selection()
H A Dst-vgxy61.c286 .top = 0,
297 .top = 192,
308 .top = 72,
319 .top = 72,
333 .top = 0,
344 .top = 62,
355 .top = 242,
366 .top = 122,
377 .top = 122,
751 sel->r.top in vgxy61_get_selection()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c284 if (r->top < 0 || r->left < 0) { in mtk_mdp_try_crop()
286 "doesn't support negative values for top & left\n"); in mtk_mdp_try_crop()
335 /* adjust left/top if cropping rectangle is out of bounds */ in mtk_mdp_try_crop()
339 if (r->top + new_h > max_h) in mtk_mdp_try_crop()
340 r->top = max_h - new_h; in mtk_mdp_try_crop()
346 r->left, r->top, r->width, in mtk_mdp_try_crop()
386 frame->crop.top = 0; in mtk_mdp_set_frame_size()
798 s->r.top = 0; in mtk_mdp_m2m_g_selection()
806 s->r.top = frame->crop.top; in mtk_mdp_m2m_g_selection()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-capture.c656 r->left = r->top = 0; in fimc_capture_try_selection()
700 /* Adjust left/top if crop/compose rectangle is out of bounds */ in fimc_capture_try_selection()
702 r->top = clamp_t(u32, r->top, 0, sink->f_height - r->height); in fimc_capture_try_selection()
706 target, r->left, r->top, r->width, r->height, in fimc_capture_try_selection()
1276 s->r.top = 0; in fimc_cap_g_selection()
1286 s->r.top = f->offs_v; in fimc_cap_g_selection()
1326 set_frame_crop(f, s->r.left, s->r.top, s->r.width, in fimc_cap_s_selection()
1599 r->top = 0; in fimc_subdev_get_selection()
1619 r->top in fimc_subdev_get_selection()
[all...]
H A Dfimc-lite.c611 /* Adjust left/top if cropping rectangle got out of bounds */ in fimc_lite_try_crop()
614 r->top = clamp_t(u32, r->top, 0, frame->f_height - r->height); in fimc_lite_try_crop()
617 r->left, r->top, r->width, r->height, in fimc_lite_try_crop()
631 /* Adjust left/top if the composing rectangle got out of bounds */ in fimc_lite_try_compose()
634 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose()
637 r->left, r->top, r->width, r->height, in fimc_lite_try_compose()
886 sel->r.top = 0; in fimc_lite_g_selection()
1107 sink->rect.top in fimc_lite_subdev_set_fmt()
[all...]

Completed in 54 milliseconds

1...<<31323334353637383940>>...91