Home
last modified time | relevance | path

Searched refs:top (Results 201 - 225 of 1359) sorted by relevance

12345678910>>...55

/third_party/alsa-utils/topology/
H A Dpre-process-dai.c56 snd_config_t *top, *parent_obj, *obj, *dest, *cfg, *pcm, *child; in tplg_update_pcm_object() local
80 top = tplg_object_get_section(tplg_pp, parent); in tplg_update_pcm_object()
81 if (!top) { in tplg_update_pcm_object()
94 dest = tplg_find_config(top, parent_name); in tplg_update_pcm_object()
/third_party/node/deps/npm/node_modules/imurmurhash/
H A Dimurmurhash.js38 var h1, k1, i, top, len;
74 top = key.charCodeAt(i++);
75 k1 ^= ((top & 0xff) << 24) ^
76 ((top & 0xff00) >> 8);
/third_party/python/Lib/idlelib/
H A Dredirector.py23 commands. The function being registered provides access to the top
154 top = Toplevel(parent)
155 top.title("Test WidgetRedirector")
157 top.geometry("+%d+%d" % (x, y + 175))
158 text = Text(top)
H A Dsearch.py140 top = Toplevel(parent)
141 top.title("Test SearchDialog")
143 top.geometry("+%d+%d" % (x, y + 175))
145 frame = Frame(top)
H A Deditor.py121 self.top = top = window.ListedToplevel(root, menu=self.menubar)
124 #self.top.instance_dict makes flist.inversedict available to
126 self.top.instance_dict = flist.inversedict
130 self.top.instance_dict = {}
135 self.text_frame = text_frame = Frame(top)
149 self.top.focused_widget = self.text
154 self.top.protocol("WM_DELETE_WINDOW", self.close)
155 self.top.bind("<<close-window>>", self.close_event)
429 self.status_bar = self.MultiStatusBar(self.top)
[all...]
H A Dcalltip_w.py175 top = Toplevel(parent)
176 top.title("Test call-tips")
178 top.geometry("250x100+%d+%d" % (x + 175, y + 150))
179 text = Text(top)
182 top.update()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp79 , top (0.3) in ReferenceImageCoordinates()
86 double top; member
95 , top (0.3) in ReferenceImageInstancedCoordinates()
102 double top; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBaseClass.hpp79 , top (0.3) in ReferenceImageCoordinates()
86 double top; member
95 , top (0.3) in ReferenceImageInstancedCoordinates()
102 double top; member
/third_party/ffmpeg/libavutil/
H A Dspherical.c39 size_t *left, size_t *top, in av_spherical_tile_bounds()
50 *top = (orig_height * map->bound_top + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
52 *bottom = orig_height - height - *top; in av_spherical_tile_bounds()
37 av_spherical_tile_bounds(const AVSphericalMapping *map, size_t width, size_t height, size_t *left, size_t *top, size_t *right, size_t *bottom) av_spherical_tile_bounds() argument
/third_party/ffmpeg/libavcodec/
H A Dpngenc.c123 static void sub_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, in sub_png_paeth_prediction() argument
131 b = top[i]; in sub_png_paeth_prediction()
132 c = top[i - bpp]; in sub_png_paeth_prediction()
168 uint8_t *src, uint8_t *top, int size, int bpp) in png_filter_row()
180 c->llvidencdsp.diff_bytes(dst, src, top, size); in png_filter_row()
184 dst[i] = src[i] - (top[i] >> 1); in png_filter_row()
186 dst[i] = src[i] - ((src[i - bpp] + top[i]) >> 1); in png_filter_row()
190 dst[i] = src[i] - top[i]; in png_filter_row()
191 sub_png_paeth_prediction(dst + i, src + i, top + i, size - i, bpp); in png_filter_row()
197 uint8_t *src, uint8_t *top, in in png_choose_filter()
167 png_filter_row(PNGEncContext *c, uint8_t *dst, int filter_type, uint8_t *src, uint8_t *top, int size, int bpp) png_filter_row() argument
196 png_choose_filter(PNGEncContext *s, uint8_t *dst, uint8_t *src, uint8_t *top, int size, int bpp) png_choose_filter() argument
489 uint8_t *ptr, *top, *crow_buf, *crow; encode_frame() local
[all...]
H A Dgifdec.c133 int left, top, width, height, bits_per_pixel, code_size, flags, pw; in gif_read_image() local
144 top = bytestream2_get_le16u(&s->gb); in gif_read_image()
152 ff_dlog(s->avctx, "image x=%d y=%d w=%d h=%d\n", left, top, width, height); in gif_read_image()
195 if (top >= s->screen_height) { in gif_read_image()
196 av_log(s->avctx, AV_LOG_ERROR, "Invalid top position: %d.\n", top); in gif_read_image()
207 if (top + height > s->screen_height) { in gif_read_image()
210 top + height - s->screen_height); in gif_read_image()
211 height = s->screen_height - top; in gif_read_image()
225 s->gce_l = left; s->gce_t = top; in gif_read_image()
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.c56 parser->top = parser->stack; in FT_LOCAL_DEF()
72 parser->top = parser->stack; /* empty stack */ in FT_LOCAL_DEF()
678 if ( parser->top >= parser->stack + 6 ) in cff_parse_font_matrix()
806 if ( parser->top >= parser->stack + 4 ) in cff_parse_font_bbox()
835 if ( parser->top >= parser->stack + 2 ) in cff_parse_private_dict()
870 /* top DICT operators that contain T2 charstrings. */
892 if ( parser->top >= parser->stack + 5 ) in cff_parse_multiple_master()
906 dict->num_axes = (FT_UShort)( parser->top - parser->stack - 4 ); in cff_parse_multiple_master()
929 if ( parser->top >= parser->stack + 3 ) in cff_parse_cid_ros()
1020 numBlends = (FT_UInt)cff_parse_num( parser, parser->top in cff_parse_blend()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Parser.java61 private int top = -1; field in Mf2Parser.TopDownTreeBuilder
67 top = -1; in reset()
74 if (top >= 0) addChild(nonterminal); in startNonterminal()
75 if (++top >= stack.length) stack = Arrays.copyOf(stack, stack.length << 1); in startNonterminal()
76 stack[top] = nonterminal; in startNonterminal()
82 stack[top].end = end; in endNonterminal()
83 if (top > 0) --top; in endNonterminal()
99 Nonterminal current = stack[top]; in addChild()
/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp282 int SkIntersections::vertical(const SkDLine& line, double top, double bottom, in vertical() argument
287 SkDPoint topPt = { x, top }; in vertical()
291 if (top != bottom) { in vertical()
297 if ((t = SkDLine::ExactPointV(line[index], top, bottom, x)) >= 0) { in vertical()
306 if (between(top, yIntercept, bottom)) { in vertical()
307 fT[1][0] = (yIntercept - top) / (bottom - top); in vertical()
323 if (top != bottom) { in vertical()
329 if ((t = SkDLine::NearPointV(line[index], top, bottom, x)) >= 0) { in vertical()
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp359 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[1].rect.top(), 50, EPSILON100)); in UNIX_ONLY_TEST()
364 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[3].rect.top(), 50, EPSILON100)); in UNIX_ONLY_TEST()
369 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[4].rect.top(), 0, EPSILON100)); in UNIX_ONLY_TEST()
374 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[6].rect.top(), 0, EPSILON100)); in UNIX_ONLY_TEST()
418 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.top(), 0, EPSILON100)); in UNIX_ONLY_TEST()
430 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.top(), 14.226f, EPSILON100)); in UNIX_ONLY_TEST()
474 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.top(), -0.347f, EPSILON100)); in UNIX_ONLY_TEST()
486 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.top(), 25.531f, EPSILON100)); in UNIX_ONLY_TEST()
530 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.top(), 24, EPSILON100)); in UNIX_ONLY_TEST()
542 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.top(), in UNIX_ONLY_TEST()
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mul.c510 int top, al, bl; in bn_mul_fixed_top() local
524 al = a->top; in bn_mul_fixed_top()
525 bl = b->top; in bn_mul_fixed_top()
531 top = al + bl; in bn_mul_fixed_top()
549 rr->top = 8; in bn_mul_fixed_top()
557 rr->top = 16; in bn_mul_fixed_top()
597 rr->top = top; in bn_mul_fixed_top()
602 if (bn_wexpand(rr, top) == NULL) in bn_mul_fixed_top()
604 rr->top in bn_mul_fixed_top()
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_mul.c510 int top, al, bl; in bn_mul_fixed_top() local
524 al = a->top; in bn_mul_fixed_top()
525 bl = b->top; in bn_mul_fixed_top()
531 top = al + bl; in bn_mul_fixed_top()
549 rr->top = 8; in bn_mul_fixed_top()
557 rr->top = 16; in bn_mul_fixed_top()
597 rr->top = top; in bn_mul_fixed_top()
602 if (bn_wexpand(rr, top) == NULL) in bn_mul_fixed_top()
604 rr->top in bn_mul_fixed_top()
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp121 y = (y - bounds.top()) % bounds.height() + bounds.top(); in fetch()
125 if (y < bounds.top()) { in fetch()
377 offset->fY = dstBounds.top(); in onFilterImage()
450 dstBounds.top() + fKernelOffset.fY, in onFilterImage()
455 SkIRect top = SkIRect::MakeLTRB(dstBounds.left(), dstBounds.top(), in onFilterImage() local
456 dstBounds.right(), interior.top()); in onFilterImage()
459 SkIRect left = SkIRect::MakeLTRB(dstBounds.left(), interior.top(), in onFilterImage()
461 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(), in onFilterImage()
[all...]
/third_party/skia/tests/
H A DTransferPixelsTest.cpp27 void fill_transfer_data(int left, int top, int width, int height, int rowBytes, in fill_transfer_data() argument
34 for (int j = top; j < top + height; ++j) { in fill_transfer_data()
37 auto g = (unsigned int)(256.f*((j - top) / (float)height)); in fill_transfer_data()
231 int top = 10; in basic_transfer_to_test() local
234 size_t offset = top * srcRowBytes + left * GrColorTypeBytesPerPixel(allowedSrc.fColorType); in basic_transfer_to_test()
240 // Direct3D's large alignment requirement we may adjust the top location as well. in basic_transfer_to_test()
243 ++top; in basic_transfer_to_test()
244 offset = top * srcRowBytes; in basic_transfer_to_test()
247 SkASSERT(top in basic_transfer_to_test()
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshglob.c158 FT_Bool top; in psh_blues_set_zones_0() local
161 /* read blue zone entry, and select target top/bottom zone */ in psh_blues_set_zones_0()
162 top = 0; in psh_blues_set_zones_0()
179 top = 1; in psh_blues_set_zones_0()
216 if ( top ) in psh_blues_set_zones_0()
258 /* (one for the top zones, the other for the bottom zones) */ in psh_blues_set_zones()
271 /* sanitize top table */ in psh_blues_set_zones()
317 /* expand top and bottom tables with blue fuzz */ in psh_blues_set_zones()
319 FT_Int dim, top, bot, delta; in psh_blues_set_zones() local
333 /* expand the top an in psh_blues_set_zones()
[all...]
/third_party/alsa-utils/alsamixer/
H A Dmixer_display.c346 int lines, top, left; in display_unplugged() local
352 top = lines / 2; in display_unplugged()
354 top -= boojum ? 5 : 1; in display_unplugged()
355 if (top < 5) in display_unplugged()
356 top = 5; in display_unplugged()
360 mvwaddstr(mixer_widget.window, top + 0, left, "In the midst of the word he was trying to say,"); in display_unplugged()
361 mvwaddstr(mixer_widget.window, top + 1, left + 2, "In the midst of his laughter and glee,"); in display_unplugged()
362 mvwaddstr(mixer_widget.window, top + 2, left, "He had softly and suddenly vanished away---"); in display_unplugged()
363 mvwaddstr(mixer_widget.window, top + 3, left + 2, "For the Snark was a Boojum, you see."); in display_unplugged()
364 mvwchgat(mixer_widget.window, top in display_unplugged()
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c197 rect.top = 0; in wglCreatePbufferARB()
199 rect.bottom = rect.top + iHeight; in wglCreatePbufferARB()
220 rect.bottom - rect.top, /* height */ in wglCreatePbufferARB()
236 assert(rect.top == 0); in wglCreatePbufferARB()
238 assert(rect.bottom - rect.top == iHeight); in wglCreatePbufferARB()
/third_party/optimized-routines/math/
H A Dlog.c35 uint32_t top; in log() local
39 top = top16 (x); in log()
99 if (unlikely (top - 0x0010 >= 0x7ff0 - 0x0010)) in log()
106 if ((top & 0x8000) || (top & 0x7ff0) == 0x7ff0) in log()
/third_party/toybox/
H A Dmain.c28 int top, bottom, middle; in toy_find() local
40 top = ARRAY_LEN(toy_list)-1; in toy_find()
44 middle = (top+bottom)/2; in toy_find()
45 if (middle<bottom || middle>top) return 0; in toy_find()
48 if (result<0) top = --middle; in toy_find()
/third_party/toybox/porting/liteos_a/
H A Dmain.c29 int top, bottom, middle; in toy_find() local
41 top = ARRAY_LEN(toy_list)-1; in toy_find()
45 middle = (top+bottom)/2; in toy_find()
46 if (middle<bottom || middle>top) return 0; in toy_find()
49 if (result<0) top = --middle; in toy_find()

Completed in 20 milliseconds

12345678910>>...55