/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | Output.pm | 218 border-bottom-width: 1 } 219 th.source { border-right-width: 1; border-bottom-width: 1 } 220 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 } 222 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 } 223 td.sepvalue { border-bottom-width: 1; border-right-width: 1 } 224 td.value { border-bottom-width: 1 } 225 td.worse { color: #FF0000; font-weight: bold; border-bottom-width: 1 } 226 td.error { font-size: 75%; border-right-width: 1; border-bottom-width: 1 } 228 border-bottom-width: 1 }
|
/third_party/libevdev/tools/ |
H A D | touchpad-edge-detector.c | 39 int top, bottom, left, right; member 62 d->left, d->right, d->top, d->bottom, status); in print_current_values() 83 d->bottom = max(d->bottom, ev->value); in handle_event() 174 h = dim->bottom - dim->top; in print_udev_override_rule() 208 dim->top, dim->bottom, yres); in print_udev_override_rule() 213 dim->top, dim->bottom, yres); in print_udev_override_rule() 272 dim.bottom = INT_MIN; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | threads_scenarii.c | 42 void *bottom; /* Stores the stack start when an alternate stack is required */ member 57 .bottom=NULL, \ 338 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init() 339 if (scenarii[i].bottom == NULL) { in scenar_init() 346 scenarii[i].bottom, in scenar_init() 355 scenarii[i].bottom, minstacksize); in scenar_init() 424 if (scenarii[i].bottom != NULL) in scenar_fini() 425 free(scenarii[i].bottom); in scenar_fini()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
H A D | threads_scenarii.c | 42 void *bottom; /* Stores the stack start when an alternate stack is required */ member 57 .bottom=NULL, \ 338 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init() 339 if (scenarii[i].bottom == NULL) { in scenar_init() 346 scenarii[i].bottom, in scenar_init() 355 scenarii[i].bottom, minstacksize); in scenar_init() 424 if (scenarii[i].bottom != NULL) in scenar_fini() 425 free(scenarii[i].bottom); in scenar_fini()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
H A D | threads_scenarii.c | 77 void *bottom; member 100 .bottom = NULL, \ 387 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init() 388 if (scenarii[i].bottom == NULL) in scenar_init() 394 scenarii[i].bottom, in scenar_init() 403 scenarii[i].bottom, minstacksize); in scenar_init() 471 if (scenarii[i].bottom != NULL) in scenar_fini() 472 free(scenarii[i].bottom); in scenar_fini()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
H A D | threads_scenarii.c | 42 void *bottom; /* Stores the stack start when an alternate stack is required */ member 57 .bottom=NULL, \ 405 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init() 406 if (scenarii[i].bottom == NULL) { in scenar_init() 413 scenarii[i].bottom, in scenar_init() 422 scenarii[i].bottom, minstacksize); in scenar_init() 491 if (scenarii[i].bottom != NULL) in scenar_fini() 492 free(scenarii[i].bottom); in scenar_fini()
|
/third_party/skia/tests/ |
H A D | PathOpsLineIntersectionTest.cpp | 136 double bottom = std::max(line1[0].fY, line1[1].fY); in testOne() local 138 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); in testOne() 143 double bottom = std::max(line2[0].fY, line2[1].fY); in testOne() local 145 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); in testOne() 183 double bottom = std::max(line1[0].fY, line1[1].fY); in testOneCoincident() local 185 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); in testOneCoincident() 192 double bottom = std::max(line2[0].fY, line2[1].fY); in testOneCoincident() local 194 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); in testOneCoincident()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_blend_vulkan.c | 62 C(0, vec4 blend_##MODE(vec4 top, vec4 bottom, float opacity) { ) \ 69 #define B bottom 202 GLSLF(2, const vec4 bottom = texture(bottom_images[%i], pos); ,i); in init_filter() 204 GLSLF(2, vec4 dst = %s(top, bottom, opacity); ,s->params[i].blend); in init_filter() 235 AVVkFrame *bottom = (AVVkFrame *)bottom_frame->data[0]; in process_frames() local 254 &s->bottom_images[i].imageView, bottom->img[i], in process_frames() 289 .oldLayout = bottom->layout[i], in process_frames() 293 .image = bottom->img[i], in process_frames() 320 bottom->layout[i] = barriers[1].newLayout; in process_frames() 321 bottom in process_frames() 354 AVFrame *top, *bottom, *out; blend_frame() local [all...] |
/third_party/backends/lib/ |
H A D | getopt.c | 315 int bottom = first_nonopt; 347 while (top > middle && middle > bottom) 349 if (top - middle > middle - bottom) 352 int len = middle - bottom; 358 tem = argv[bottom + i]; 359 argv[bottom + i] = argv[top - (middle - bottom) + i]; 360 argv[top - (middle - bottom) + i] = tem; 361 SWAP_FLAGS (bottom + i, top - (middle - bottom) 312 int bottom = first_nonopt; global() local [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFShader.cpp | 56 float left, float top, float right, float bottom, in fill_color_from_bitmap() 58 SkRect rect{left, top, right, bottom}; in fill_color_from_bitmap() 157 fill_color_from_bitmap(&canvas, width, height, deviceBounds.right(), deviceBounds.bottom(), in make_image_shader() 160 fill_color_from_bitmap(&canvas, deviceBounds.left(), height, 0, deviceBounds.bottom(), in make_image_shader() 164 // Then expand the left, right, top, then bottom. in make_image_shader() 226 if (deviceBounds.bottom() > height) { in make_image_shader() 227 SkBitmap bottom; in make_image_shader() local 229 SkAssertResult(bitmap.extractSubset(&bottom, subset)); in make_image_shader() 231 SkMatrix bottomMatrix = scale_translate(1, deviceBounds.bottom() - height, 0, height); in make_image_shader() 232 draw_bitmap_matrix(&canvas, bottom, bottomMatri in make_image_shader() 55 fill_color_from_bitmap(SkCanvas* canvas, float left, float top, float right, float bottom, const SkBitmap& bitmap, int x, int y, float alpha) fill_color_from_bitmap() argument [all...] |
/third_party/skia/src/pathops/ |
H A D | SkDCubicLineIntersection.cpp | 247 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() argument 248 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 250 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 257 double lineT = (pt.fY - top) / (bottom - top); in verticalIntersect() 340 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() argument 342 double lineT = SkDLine::ExactPointV(fCubic[cIndex], top, bottom, x); in addExactVerticalEndPoints() 351 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() argument 357 double lineT = SkDLine::NearPointV(fCubic[cIndex], top, bottom, x); in addNearVerticalEndPoints() 425 int SkIntersections::vertical(const SkDCubic& cubic, double top, double bottom, double x, in vertical() argument 427 SkDLine line = {{{ x, top }, { x, bottom }}}; in vertical() [all...] |
H A D | SkDQuadLineIntersection.cpp | 254 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() argument 255 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 257 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 264 double lineT = (pt.fY - top) / (bottom - top); in verticalIntersect() 345 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() argument 347 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x); in addExactVerticalEndPoints() 356 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() argument 362 double lineT = SkDLine::NearPointV(fQuad[qIndex], top, bottom, x); in addNearVerticalEndPoints() 430 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x, in vertical() argument 432 SkDLine line = {{{ x, top }, { x, bottom }}}; in vertical() [all...] |
H A D | SkDConicLineIntersection.cpp | 150 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() argument 151 this->addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 153 this->addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 162 double lineT = (pt.fY - top) / (bottom - top); in verticalIntersect() 245 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() argument 247 double lineT = SkDLine::ExactPointV(fConic[cIndex], top, bottom, x); in addExactVerticalEndPoints() 256 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() argument 262 double lineT = SkDLine::NearPointV(fConic[cIndex], top, bottom, x); in addNearVerticalEndPoints() 354 int SkIntersections::vertical(const SkDConic& conic, double top, double bottom, double x, in vertical() argument 356 SkDLine line = {{{ x, top }, { x, bottom }}}; in vertical() [all...] |
/kernel/uniproton/src/core/kernel/task/ |
H A D | prt_task_info.c | 89 stackInfo->peakUsed = (U32)(stackInfo->bottom - (uintptr_t)stack); in OsTaskStackPeakGet() 124 stackInfo->bottom = TRUNCATE(((uintptr_t)(taskCb->topOfStack) + (taskCb->stackSize)), OS_TSK_STACK_ADDR_ALIGN); in OsTaskStackInfoGet() 125 stackInfo->currUsed = (U32)(stackInfo->bottom - stackInfo->sp); in OsTaskStackInfoGet() 141 taskInfo->bottom = stackInfo.bottom; in OsTaskInfoStackGet()
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | rect.h | 70 * @param bottom Indicates the coordinate of the bottom boundary. 74 CommonRect(T left, T top, T right, T bottom) : left_(left), top_(top), right_(right), bottom_(bottom) {} in CommonRect() argument 100 * @param bottom Indicates the coordinate of the bottom boundary. 104 void SetRect(T left, T top, T right, T bottom) in SetRect() argument 109 bottom_ = bottom; in SetRect() 190 * @brief Obtains the bottom boundary coordinate of the rectangle. 191 * @return Returns the bottom boundar 301 SetBottom(T bottom) SetBottom() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkTSort.h | 19 /* Sifts a broken heap. The input array is a heap from root to bottom 31 * @param bottom the one based index in the array of the last entry in the heap. 34 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftUp() argument 38 while (j <= bottom) { in SkTHeapSort_SiftUp() 39 if (j < bottom && lessThan(array[j-1], array[j])) { in SkTHeapSort_SiftUp() 59 /* Sifts a broken heap. The input array is a heap from root to bottom 65 * @param bottom the one based index in the array of the last entry in the heap. 68 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftDown() argument 71 while (child <= bottom) { in SkTHeapSort_SiftDown() 72 if (child < bottom in SkTHeapSort_SiftDown() [all...] |
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 868 const struct fsf_qtcb_bottom_config *const bottom, in zfcp_scsi_shost_update_config_data() 878 "0x%08x", bottom->lic_version); in zfcp_scsi_shost_update_config_data() 883 "0x%08x", bottom->hardware_version); in zfcp_scsi_shost_update_config_data() 884 memcpy(fc_host_serial_number(shost), bottom->serial_number, in zfcp_scsi_shost_update_config_data() 891 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_scsi_shost_update_config_data() 893 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_scsi_shost_update_config_data() 908 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_scsi_shost_update_config_data() 910 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_scsi_shost_update_config_data() 913 bottom->adapter_type); in zfcp_scsi_shost_update_config_data() 915 switch (bottom in zfcp_scsi_shost_update_config_data() 866 zfcp_scsi_shost_update_config_data( struct zfcp_adapter *const adapter, const struct fsf_qtcb_bottom_config *const bottom, const bool bottom_incomplete) zfcp_scsi_shost_update_config_data() argument 936 zfcp_scsi_shost_update_port_data( struct zfcp_adapter *const adapter, const struct fsf_qtcb_bottom_port *const bottom) zfcp_scsi_shost_update_port_data() argument [all...] |
/kernel/linux/linux-6.6/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 865 const struct fsf_qtcb_bottom_config *const bottom, in zfcp_scsi_shost_update_config_data() 875 "0x%08x", bottom->lic_version); in zfcp_scsi_shost_update_config_data() 880 "0x%08x", bottom->hardware_version); in zfcp_scsi_shost_update_config_data() 881 memcpy(fc_host_serial_number(shost), bottom->serial_number, in zfcp_scsi_shost_update_config_data() 888 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_scsi_shost_update_config_data() 890 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_scsi_shost_update_config_data() 905 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_scsi_shost_update_config_data() 907 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_scsi_shost_update_config_data() 910 bottom->adapter_type); in zfcp_scsi_shost_update_config_data() 912 switch (bottom in zfcp_scsi_shost_update_config_data() 863 zfcp_scsi_shost_update_config_data( struct zfcp_adapter *const adapter, const struct fsf_qtcb_bottom_config *const bottom, const bool bottom_incomplete) zfcp_scsi_shost_update_config_data() argument 933 zfcp_scsi_shost_update_port_data( struct zfcp_adapter *const adapter, const struct fsf_qtcb_bottom_port *const bottom) zfcp_scsi_shost_update_port_data() argument [all...] |
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/ |
H A D | RuntimeSample.java | 37 public void render(Canvas canvas, long ms, float left, float top, float right, float bottom) { in render() argument 40 .setUniform("u_h", bottom - top); in render() 46 canvas.drawRect(0, 0, right - left, bottom - top, paint); in render()
|
/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err.c | 347 es->top = es->bottom = 0; in ERR_clear_error() 462 while (es->bottom != es->top) { in get_error_values() 468 i = (es->bottom + 1) % ERR_NUM_ERRORS; in get_error_values() 470 es->bottom = i; in get_error_values() 471 err_clear(es, es->bottom, 0); in get_error_values() 478 if (es->bottom == es->top) in get_error_values() 485 i = (es->bottom + 1) % ERR_NUM_ERRORS; in get_error_values() 489 es->bottom = i; in get_error_values() 886 if (es->bottom == es->top) in ERR_set_mark() 900 while (es->bottom ! in ERR_pop_to_mark() [all...] |
/third_party/openssl/crypto/err/ |
H A D | err.c | 347 es->top = es->bottom = 0; in ERR_clear_error() 462 while (es->bottom != es->top) { in get_error_values() 468 i = (es->bottom + 1) % ERR_NUM_ERRORS; in get_error_values() 470 es->bottom = i; in get_error_values() 471 err_clear(es, es->bottom, 0); in get_error_values() 478 if (es->bottom == es->top) in get_error_values() 485 i = (es->bottom + 1) % ERR_NUM_ERRORS; in get_error_values() 489 es->bottom = i; in get_error_values() 886 if (es->bottom == es->top) in ERR_set_mark() 900 while (es->bottom ! in ERR_pop_to_mark() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_checkbox_group_ffi.cpp | 100 Dimension bottom(params.bottom, static_cast<DimensionUnit>(params.bottomUnit)); in FfiOHOSAceFrameworkCheckBoxGroupSetPaddings() 106 padding.bottom = NG::CalcLength(bottom); in FfiOHOSAceFrameworkCheckBoxGroupSetPaddings()
|
H A D | cj_checkbox_ffi.cpp | 75 Dimension bottom(params.bottom, static_cast<DimensionUnit>(params.bottomUnit)); in FfiOHOSAceFrameworkCheckBoxSetPaddings() 81 padding.bottom = NG::CalcLength(bottom); in FfiOHOSAceFrameworkCheckBoxSetPaddings()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | filltypes.cpp | 43 float bottom = 150; // 150 矩阵创建参数 in showPath() local 44 OH_Drawing_Rect* rectAngLe = OH_Drawing_RectCreate(0, 0, right, bottom); // 0, 0, 创建矩阵对象参数 in showPath() 52 // 其中这里平移画布的x=rectAngLe.left + rectAngLe.right.y=rectAngLe.top + rectAngLe.bottom in showPath() 53 OH_Drawing_CanvasTranslate(canvas, right * 0.5, bottom * 0.5); // 0.5 0.5 平移到中点 in showPath() 55 OH_Drawing_CanvasTranslate(canvas, -(right * 0.5), -(bottom * 0.5)); // 0.5 0.5 平移到中点 in showPath()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | dumpstack.c | 19 void dump_mem(const char *str, const char *loglvl, unsigned long bottom, in dump_mem() argument 25 printk("%s%s(0x%08lx to 0x%08lx)\n", loglvl, str, bottom, top); in dump_mem() 27 for (p = bottom & ~31; p < top; ) { in dump_mem() 33 if (p < bottom || p >= top) in dump_mem()
|