Home
last modified time | relevance | path

Searched refs:bottom (Results 1 - 25 of 815) sorted by relevance

12345678910>>...33

/third_party/cups-filters/filter/pdftopdf/
H A Dpptypes.cc78 std::swap(top,bottom); in rotate_move()
82 const float tmp=bottom; in rotate_move()
83 bottom=left; in rotate_move()
97 bottom=pheight-bottom; in rotate_move()
104 const float tmp0=bottom; in rotate_move()
105 bottom=left; in rotate_move()
118 top=pheight-bottom; in rotate_move()
119 bottom=pheight-tmp2; in rotate_move()
124 left=bottom; in rotate_move()
[all...]
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/
H A Dtask_size.c71 unsigned long bottom = 0; in os_get_top_address() local
83 printf("Locating the bottom of the address space ... "); in os_get_top_address()
98 /* Manually scan the address space, bottom-up, until we find in os_get_top_address()
101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address()
102 if (page_ok(bottom)) in os_get_top_address()
107 if (bottom == top) { in os_get_top_address()
108 fprintf(stderr, "Unable to determine bottom of address " in os_get_top_address()
113 printf("0x%lx\n", bottom << UM_KERN_PAGE_SHIF in os_get_top_address()
[all...]
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/
H A Dtask_size.c71 unsigned long bottom = 0; in os_get_top_address() local
83 printf("Locating the bottom of the address space ... "); in os_get_top_address()
98 /* Manually scan the address space, bottom-up, until we find in os_get_top_address()
101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address()
102 if (page_ok(bottom)) in os_get_top_address()
107 if (bottom == top) { in os_get_top_address()
108 fprintf(stderr, "Unable to determine bottom of address " in os_get_top_address()
113 printf("0x%lx\n", bottom << UM_KERN_PAGE_SHIF in os_get_top_address()
[all...]
/third_party/skia/docs/examples/
H A DChromeMDRefreshTab.cpp12 const float bottom = size.fHeight * scale; in REG_FIDDLE() local
16 path.moveTo(0, bottom - 1); in REG_FIDDLE()
17 // bottom left in REG_FIDDLE()
20 bottom - 1 - scaled_endcap_radius); in REG_FIDDLE()
46 // path.lineTo(right - 2 * scale, bottom - 1 - 1.5 * scale); in REG_FIDDLE()
52 // path.arcTo(SkRect::MakeLTRB(right - 2 * scale, bottom - 1 - 1.5 * scale, in REG_FIDDLE()
53 // right - 2 * scale + 4, bottom - 1 - 1.5 * scale + 4), 90, 90, true); in REG_FIDDLE()
57 path.lineTo(right - scaled_endcap_radius + 1, bottom - 1 - scaled_endcap_radius); in REG_FIDDLE()
60 // bottom right in REG_FIDDLE()
62 SkPathDirection::kCCW, right, bottom in REG_FIDDLE()
76 const float bottom = std::ceil(size.fHeight * scale); REG_FIDDLE() local
[all...]
H A DChromeMDRefreshTabs.cpp8 // The bottom of the tab needs to be pixel-aligned or else when we call in REG_FIDDLE()
10 const float bottom = std::ceil(size.fHeight * scale); in REG_FIDDLE() local
22 right_path.moveTo(right, bottom); in REG_FIDDLE()
23 // right_path.moveTo(right - 1 - scaled_horizontal_inset, bottom); in REG_FIDDLE()
26 SkPathDirection::kCW, right - endcap_radius, bottom - endcap_radius); in REG_FIDDLE()
41 right_path.lineTo(0, bottom); in REG_FIDDLE()
54 left_path.lineTo(endcap_radius, bottom - endcap_radius); in REG_FIDDLE()
56 // bottom - 1.5 * scale); in REG_FIDDLE()
59 SkPathDirection::kCW, 0, bottom); in REG_FIDDLE()
63 left_path.lineTo(right, bottom); in REG_FIDDLE()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fillborders.c38 int left, right, top, bottom; member
43 int left, right, top, bottom; member
88 for (y = s->borders[p].top; y < s->planeheight[p] - s->borders[p].bottom; y++) { in smear_borders8()
102 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders8()
104 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders8()
118 for (y = s->borders[p].top; y < s->planeheight[p] - s->borders[p].bottom; y++) { in smear_borders16()
134 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders16()
136 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders16()
150 for (y = s->borders[p].top; y < s->planeheight[p] - s->borders[p].bottom; y++) { in mirror_borders8()
167 for (y = 0; y < s->borders[p].bottom; in mirror_borders8()
499 const int bottom = s->borders[p].bottom; margins_borders8() local
544 const int bottom = s->borders[p].bottom; margins_borders16() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeParameterDiamond1.js7 var bottom: Bottom;
10 middle = bottom;
11 top = bottom;
22 var bottom;
24 middle = bottom;
25 top = bottom;
H A DtypeParameterDiamond2.js7 var bottom: Bottom;
10 middle = bottom;
11 top = bottom;
22 var bottom;
24 middle = bottom;
25 top = bottom;
H A DtypeParameterDiamond3.js7 var bottom: Bottom;
10 middle = bottom;
11 top = bottom;
22 var bottom;
24 middle = bottom;
25 top = bottom;
H A DtypeParameterDiamond4.js7 var bottom: Bottom;
10 middle = bottom;
11 top = bottom;
22 var bottom;
24 middle = bottom;
25 top = bottom;
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument
31 if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY) in bnrand()
49 /* make a random number and set the top and bottom bits */ in bnrand()
87 if (bottom) /* set bottom bit if requested */ in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument
105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument
110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument
119 BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, unsigned int strength, BN_CTX *ctx) BN_priv_rand_ex() argument
126 BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_priv_rand() argument
231 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_pseudo_rand() argument
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument
31 if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY) in bnrand()
49 /* make a random number and set the top and bottom bits */ in bnrand()
87 if (bottom) /* set bottom bit if requested */ in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument
105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument
110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument
119 BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, unsigned int strength, BN_CTX *ctx) BN_priv_rand_ex() argument
126 BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_priv_rand() argument
231 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_pseudo_rand() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dlcd_dma.c132 unsigned long top, bottom; in set_b1_regs() local
168 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
169 /* 1510 DMA requires the bottom address to be 2 more in set_b1_regs()
173 bottom += 2; in set_b1_regs()
178 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
188 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
193 bottom = PIXADDR(0, 0); in set_b1_regs()
203 bottom = PIXADDR(0, 0); in set_b1_regs()
208 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
218 bottom in set_b1_regs()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dlcd_dma.c135 unsigned long top, bottom; in set_b1_regs() local
171 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
172 /* 1510 DMA requires the bottom address to be 2 more in set_b1_regs()
176 bottom += 2; in set_b1_regs()
181 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
191 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
196 bottom = PIXADDR(0, 0); in set_b1_regs()
206 bottom = PIXADDR(0, 0); in set_b1_regs()
211 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
221 bottom in set_b1_regs()
[all...]
/third_party/skia/tests/
H A DCanvasStateHelpers.cpp26 float right, float bottom, int32_t spacer) { in complex_layers_draw()
31 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in complex_layers_draw()
38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
43 complex_layers_draw(canvas.get(), left, top, right, bottom, spacer); in complex_layers_draw_from_canvas_state()
48 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw()
51 SkIntToScalar(right), SkIntToScalar(bottom)); in complex_clips_draw()
61 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
75 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
25 complex_layers_draw(SkCanvas* canvas, float left, float top, float right, float bottom, int32_t spacer) complex_layers_draw() argument
37 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) complex_layers_draw_from_canvas_state() argument
47 complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) complex_clips_draw() argument
60 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) complex_clips_draw_from_canvas_state() argument
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-risc.c460 if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01; in bttv_set_dma()
472 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma()
473 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma()
530 /* bottom field */ in bttv_risc_init_main()
579 btcx_riscmem_free(btv->c.pci,&buf->bottom); in bttv_dma_free()
589 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local
594 bottom = NULL; in bttv_buffer_activate_vbi()
625 bottom in bttv_buffer_activate_vbi()
[all...]
/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c100 rect.left++; rect.top++; rect.right--; rect.bottom--; in gdigrab_region_wnd_proc()
103 rect.left++; rect.top++; rect.right--; rect.bottom--; in gdigrab_region_wnd_proc()
133 rect.right += REGION_WND_BORDER; rect.bottom += REGION_WND_BORDER; in gdigrab_region_wnd_init()
140 rect.right - rect.left, rect.bottom - rect.top, in gdigrab_region_wnd_init()
150 rect.right - rect.left, rect.bottom - rect.top); in gdigrab_region_wnd_init()
153 rect.bottom - rect.top - REGION_WND_BORDER); in gdigrab_region_wnd_init()
304 virtual_rect.bottom = virtual_rect.bottom * desktopvertres / vertres; in gdigrab_read_header()
310 virtual_rect.bottom = (virtual_rect.top + GetSystemMetrics(SM_CYVIRTUALSCREEN)) * desktopvertres / vertres; in gdigrab_read_header()
318 clip_rect.bottom in gdigrab_read_header()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_draw.c92 drawable->self_bitmap_area.bottom = 0; in make_drawable()
137 int left, right, top, bottom; in qxl_draw_dirty_fb() local
161 bottom = clips->y2; in qxl_draw_dirty_fb()
169 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb()
173 height = bottom - top; in qxl_draw_dirty_fb()
193 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb()
223 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb()
242 rects[i].bottom in qxl_draw_dirty_fb()
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java30 protected Panel bottom; field in InfoDialog
37 return bottom; in getBottom()
57 bottom = new Panel(); in InfoDialog()
58 bottom.setLayout(new FlowLayout(FlowLayout.CENTER, 0, 0)); in InfoDialog()
59 bottom.add(button); in InfoDialog()
60 this.add("South", bottom); in InfoDialog()
/third_party/jerryscript/jerry-core/lit/
H A Dlit-char-helpers.c39 int bottom = 0; in search_char_in_char_array() local
42 while (bottom <= top) in search_char_in_char_array()
44 int middle = (bottom + top) / 2; in search_char_in_char_array()
58 bottom = middle + 1; in search_char_in_char_array()
79 int bottom = 0; in search_char_in_interval_array() local
82 while (bottom <= top) in search_char_in_interval_array()
84 int middle = (bottom + top) / 2; in search_char_in_interval_array()
94 bottom = middle + 1; in search_char_in_interval_array()
564 int bottom = 0; in search_in_bidirectional_conversion_tables() local
567 while (bottom < in search_in_bidirectional_conversion_tables()
643 int bottom = start_point; search_in_conversion_table() local
[all...]
/third_party/python/Lib/idlelib/
H A Dpercolator.py11 self.top = self.bottom = Delegator(text)
12 self.bottom.insert = self.redir.register("insert", self.insert)
13 self.bottom.delete = self.redir.register("delete", self.delete)
17 while self.top is not self.bottom:
20 self.bottom.setdelegate(None)
21 self.bottom = None
49 assert f is not self.bottom
66 assert f is not self.bottom
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DReadableFontData.java162 * Makes a bottom bound only slice of this array. The returned slice will
587 int bottom = 0; in searchUShort()
589 while (top != bottom) { in searchUShort()
590 location = (top + bottom) / 2; in searchUShort()
602 bottom = location + 1; in searchUShort()
632 int bottom = 0; in searchULong()
634 while (top != bottom) { in searchULong()
635 location = (top + bottom) / 2; in searchULong()
647 bottom = location + 1; in searchULong()
669 int bottom in searchUShort()
[all...]
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DIntegerRatio.cpp37 int bottom = mDenominator / prime; in reduce() local
39 && (bottom >= 1) in reduce()
41 && (bottom * prime == mDenominator)) { in reduce()
43 mDenominator = bottom; in reduce()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D15-1.c110 if (scenarii[sc].bottom != NULL) { in threaded()
130 output("Current stack : %p -> %p\n", scenarii[sc].bottom, in threaded()
131 sz + (long)scenarii[sc].bottom); in threaded()
135 if ((((long)scenarii[sc].bottom) < ((long)child_stack)) in threaded()
137 (((long)scenarii[sc].bottom) + sz))) { in threaded()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-risc.c386 if (btv->curr.top || btv->curr.bottom) in bttv_set_capture_control()
437 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma()
438 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma()
467 /* bottom field */ in bttv_risc_init_main()
537 r = bttv_risc_packed(btv, &buf->bottom, list, offset, bpl, in bttv_buffer_risc_vbi()
558 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local
563 bottom = NULL; in bttv_buffer_activate_vbi()
593 bottom in bttv_buffer_activate_vbi()
[all...]

Completed in 11 milliseconds

12345678910>>...33