Home
last modified time | relevance | path

Searched refs:top (Results 226 - 250 of 2277) sorted by relevance

12345678910>>...92

/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc19 QUtil::double_to_string(box.right+xshift)+" "+QUtil::double_to_string(box.top+yshift)+" l "+"S \n "+ in debug_box()
22 QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.top+yshift)+" l "+"S \n "+ in debug_box()
25 QUtil::double_to_string(box.right-box.left)+" "+QUtil::double_to_string(box.top-box.bottom)+" re "+"S Q\n"; in debug_box()
138 assert(rect.bottom<=rect.top); in add_border_rect()
143 QUtil::double_to_string(rect.right-rect.left-2*margin)+" "+QUtil::double_to_string(rect.top-rect.bottom-2*margin)+" re S \n"; in add_border_rect()
147 QUtil::double_to_string(rect.right-rect.left-2*margin)+" "+QUtil::double_to_string(rect.top-rect.bottom-2*margin)+" re S \n"; in add_border_rect()
157 #ifdef DEBUG // draw it on top in add_border_rect()
190 double height = currpage.top-currpage.bottom; in crop()
192 double pageHeight = cropRect.top-cropRect.bottom; in crop()
240 currpage.top in crop()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_sse2.c141 static uint32_t Predictor5_SSE2(uint32_t left, const uint32_t* const top) { in Predictor5_SSE2() argument
142 const uint32_t pred = Average3_SSE2(left, top[0], top[1]); in Predictor5_SSE2()
145 static uint32_t Predictor6_SSE2(uint32_t left, const uint32_t* const top) { in Predictor6_SSE2() argument
146 const uint32_t pred = Average2_SSE2(left, top[-1]); in Predictor6_SSE2()
149 static uint32_t Predictor7_SSE2(uint32_t left, const uint32_t* const top) { in Predictor7_SSE2() argument
150 const uint32_t pred = Average2_SSE2(left, top[0]); in Predictor7_SSE2()
153 static uint32_t Predictor8_SSE2(uint32_t left, const uint32_t* const top) { in Predictor8_SSE2() argument
154 const uint32_t pred = Average2_SSE2(top[-1], top[ in Predictor8_SSE2()
158 Predictor9_SSE2(uint32_t left, const uint32_t* const top) Predictor9_SSE2() argument
163 Predictor10_SSE2(uint32_t left, const uint32_t* const top) Predictor10_SSE2() argument
167 Predictor11_SSE2(uint32_t left, const uint32_t* const top) Predictor11_SSE2() argument
171 Predictor12_SSE2(uint32_t left, const uint32_t* const top) Predictor12_SSE2() argument
175 Predictor13_SSE2(uint32_t left, const uint32_t* const top) Predictor13_SSE2() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-type.h19 s32 top; member
31 s32 top; member
37 s32 top; member
/third_party/ffmpeg/libavcodec/
H A Dhevcpred.h34 void (*pred_planar[4])(uint8_t *src, const uint8_t *top,
36 void (*pred_dc)(uint8_t *src, const uint8_t *top, const uint8_t *left,
38 void (*pred_angular[4])(uint8_t *src, const uint8_t *top,
/third_party/node/deps/v8/src/heap/
H A Dfree-list-inl.h24 FreeListCategory* category_top = top(type); in GetPageForCategoryType()
26 DCHECK(!category_top->top().is_null()); in GetPageForCategoryType()
27 return Page::FromHeapObject(category_top->top()); in GetPageForCategoryType()
H A Dspaces.cc248 DCHECK_EQ(allocation_info_->start(), allocation_info_->top()); in ComputeLimit()
311 allocation_info_.top(), in MakeIterable()
312 static_cast<int>(allocation_info_.limit() - allocation_info_.top()), in MakeIterable()
369 if (allocation_info_->top() && in AdvanceAllocationObservers()
370 allocation_info_->start() != allocation_info_->top()) { in AdvanceAllocationObservers()
371 allocation_counter_.AdvanceAllocationObservers(allocation_info_->top() - in AdvanceAllocationObservers()
412 DCHECK_EQ(allocation_info_->top() + allocation_size - aligned_size_in_bytes, in InvokeAllocationObservers()
434 // Ensure that start/top/limit didn't change. in InvokeAllocationObservers()
436 DCHECK_EQ(saved_allocation_info.top(), allocation_info_->top()); in InvokeAllocationObservers()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c1939 uint8_t *top = top_array + 1; in ff_intra_pred_8_16x16_msa() local
2048 ST_UB4(vec0, vec0, vec0, vec0, top, 16); in ff_intra_pred_8_16x16_msa()
2050 top[-1] = 128; in ff_intra_pred_8_16x16_msa()
2054 top[-1] = left[-1]; in ff_intra_pred_8_16x16_msa()
2058 ST_UB(vec0, top); in ff_intra_pred_8_16x16_msa()
2062 ST_UB(vec0, (top + 16)); in ff_intra_pred_8_16x16_msa()
2069 ((((union unaligned_32 *) (top + 16 + top_right_size + in ff_intra_pred_8_16x16_msa()
2156 top[i - 1] = top[i]; in ff_intra_pred_8_16x16_msa()
2157 left[-1] = top[ in ff_intra_pred_8_16x16_msa()
2456 uint8_t *top = top_array + 1; ff_intra_pred_8_32x32_msa() local
[all...]
/third_party/alsa-utils/topology/
H A Dpre-process-dapm.c29 snd_config_t *top, *parent_obj, *cfg, *dest; in tplg_build_base_object() local
33 top = tplg_object_get_section(tplg_pp, parent); in tplg_build_base_object()
34 if (!top) in tplg_build_base_object()
45 dest = tplg_find_config(top, parent_name); in tplg_build_base_object()
293 snd_config_t *top, *obj, *cfg, *route, *child, *parent_obj; in tplg_build_dapm_route_object() local
307 /* endpoint connections at the top-level conf have no parent */ in tplg_build_dapm_route_object()
318 ret = snd_config_search(tplg_pp->output_cfg, "SectionGraph", &top); in tplg_build_dapm_route_object()
320 ret = tplg_config_make_add(&top, "SectionGraph", in tplg_build_dapm_route_object()
403 ret = snd_config_add(top, route); in tplg_build_dapm_route_object()
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c39 int top, bottom, left, right; member
62 d->left, d->right, d->top, d->bottom, status); in print_current_values()
82 d->top = min(d->top, 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()
271 dim.top = INT_MAX; in main()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mod.c56 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top()
76 mask = (BN_ULONG)0 - ((i - a->top) >> (8 * sizeof(i) - 1)); in bn_mod_add_fixed_top()
80 mask = (BN_ULONG)0 - ((i - b->top) >> (8 * sizeof(i) - 1)); in bn_mod_add_fixed_top()
94 r->top = mtop; in bn_mod_add_fixed_top()
140 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top()
152 mask = (BN_ULONG)0 - ((i - a->top) >> (8 * sizeof(i) - 1)); in bn_mod_sub_fixed_top()
155 mask = (BN_ULONG)0 - ((i - b->top) >> (8 * sizeof(i) - 1)); in bn_mod_sub_fixed_top()
180 r->top = mtop; in bn_mod_sub_fixed_top()
H A Dbn_nist.c265 #define nist_cp_bn_0(dst, src_in, top, max) \
270 for (ii = 0; ii < top; ii++) \
276 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn() argument
280 for (i = 0; i < top; i++) in nist_cp_bn()
354 int top = a->top, i; in BN_nist_mod_192() local
390 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, in BN_nist_mod_192()
467 r->top = BN_NIST_192_TOP; in BN_nist_mod_192()
490 int top = a->top, in BN_nist_mod_224() local
662 int i, top = a->top; BN_nist_mod_256() local
899 int i, top = a->top; BN_nist_mod_384() local
1159 int top = a->top, i; BN_nist_mod_521() local
[all...]
H A Dbn_conv.c25 buf = OPENSSL_malloc(a->top * BN_BYTES * 2 + 2); in BN_bn2hex()
33 for (i = a->top - 1; i >= 0; i--) { in BN_bn2hex()
188 ret->top = h; in BN_hex2bn()
194 if (ret->top != 0) in BN_hex2bn()
264 if (ret->top != 0) in BN_dec2bn()
288 if (*a == '-' && (*bn)->top != 0) in BN_asc2bn()
/third_party/openssl/crypto/bn/
H A Dbn_mod.c51 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top()
71 mask = (BN_ULONG)0 - ((i - a->top) >> (8 * sizeof(i) - 1)); in bn_mod_add_fixed_top()
75 mask = (BN_ULONG)0 - ((i - b->top) >> (8 * sizeof(i) - 1)); in bn_mod_add_fixed_top()
89 r->top = mtop; in bn_mod_add_fixed_top()
135 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top()
147 mask = (BN_ULONG)0 - ((i - a->top) >> (8 * sizeof(i) - 1)); in bn_mod_sub_fixed_top()
150 mask = (BN_ULONG)0 - ((i - b->top) >> (8 * sizeof(i) - 1)); in bn_mod_sub_fixed_top()
175 r->top = mtop; in bn_mod_sub_fixed_top()
H A Dbn_nist.c265 #define nist_cp_bn_0(dst, src_in, top, max) \
270 for (ii = 0; ii < top; ii++) \
276 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn() argument
280 for (i = 0; i < top; i++) in nist_cp_bn()
332 int top = a->top, i; in BN_nist_mod_192() local
368 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, in BN_nist_mod_192()
445 r->top = BN_NIST_192_TOP; in BN_nist_mod_192()
468 int top = a->top, in BN_nist_mod_224() local
640 int i, top = a->top; BN_nist_mod_256() local
877 int i, top = a->top; BN_nist_mod_384() local
1137 int top = a->top, i; BN_nist_mod_521() local
[all...]
H A Dbn_conv.c25 buf = OPENSSL_malloc(a->top * BN_BYTES * 2 + 2); in BN_bn2hex()
33 for (i = a->top - 1; i >= 0; i--) { in BN_bn2hex()
188 ret->top = h; in BN_hex2bn()
194 if (ret->top != 0) in BN_hex2bn()
264 if (ret->top != 0) in BN_dec2bn()
288 if (*a == '-' && (*bn)->top != 0) in BN_asc2bn()
/third_party/libevdev/doc/html/search/
H A Dsearch.js142 var top = getYPos(searchField);
144 top += searchField.offsetHeight;
150 searchSelectWindow.style.top = top + 'px';
155 var top = getYPos(searchField);
156 top += searchField.offsetHeight;
161 searchSelectWindow.style.top = top + 'px';
383 var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1;
386 domPopupSearchResultsWindow.style.top
[all...]
/third_party/skia/third_party/externals/oboe/docs/reference/search/
H A Dsearch.js139 var top = getYPos(searchField);
141 top += searchField.offsetHeight;
147 searchSelectWindow.style.top = top + 'px';
152 var top = getYPos(searchField);
153 top += searchField.offsetHeight;
158 searchSelectWindow.style.top = top + 'px';
381 var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1;
384 domPopupSearchResultsWindow.style.top
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.hpp43 void frustum(float left, float right, float bottom, float top, float zNear, float zFar);
44 void ortho(double left, double right, double bottom, double top, double zNear, double zFar);
53 int top; member in sw::MatrixStack
/third_party/skia/docs/examples/
H A DCanvas_drawImageNine.cpp15 int top = 0; in REG_FIDDLE() local
18 bitCanvas.drawIRect(SkIRect::MakeLTRB(left, top, right, bottom), paint); in REG_FIDDLE()
20 top = bottom; in REG_FIDDLE()
H A DCanvas_drawImageNine_2.cpp15 int top = 0; in REG_FIDDLE() local
18 bitCanvas.drawIRect(SkIRect::MakeLTRB(left, top, right, bottom), paint); in REG_FIDDLE()
20 top = bottom; in REG_FIDDLE()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dpgtable_32.c102 static void __init __mapin_ram_chunk(unsigned long offset, unsigned long top) in __mapin_ram_chunk() argument
111 for (; s < top; s += PAGE_SIZE) { in __mapin_ram_chunk()
130 phys_addr_t top = min(end, total_lowmem); in mapin_ram() local
132 if (base >= top) in mapin_ram()
134 base = mmu_mapin_ram(base, top); in mapin_ram()
135 __mapin_ram_chunk(base, top); in mapin_ram()
/kernel/linux/linux-5.10/lib/
H A Dplist.c36 "top: %p, n: %p, p: %p\n" in plist_check_prev_next()
44 static void plist_check_list(struct list_head *top) in plist_check_list() argument
46 struct list_head *prev = top, *next = top->next; in plist_check_list()
48 plist_check_prev_next(top, prev, next); in plist_check_list()
49 while (next != top) { in plist_check_list()
52 plist_check_prev_next(top, prev, next); in plist_check_list()
/kernel/linux/linux-6.6/lib/
H A Dplist.c36 "top: %p, n: %p, p: %p\n" in plist_check_prev_next()
44 static void plist_check_list(struct list_head *top) in plist_check_list() argument
46 struct list_head *prev = top, *next = top->next; in plist_check_list()
48 plist_check_prev_next(top, prev, next); in plist_check_list()
49 while (next != top) { in plist_check_list()
52 plist_check_prev_next(top, prev, next); in plist_check_list()
/third_party/ffmpeg/libavfilter/
H A Dphase_template.c80 int top = 0, t; in analyze_plane() local
92 if (top) { in analyze_plane()
105 if (top) { in analyze_plane()
118 if (top) { in analyze_plane()
131 if (top) { in analyze_plane()
154 top ^= 1; in analyze_plane()
/third_party/python/Lib/idlelib/
H A Dgrep.py91 """Make dialog visible on top of others and ready to use.
122 btn.pack(side="top", fill="both")
142 self.top.bell()
197 top = Toplevel(parent)
198 top.title("Test GrepDialog")
200 top.geometry(f"+{x}+{y + 175}")
202 flist = PyShellFileList(top)
203 frame = Frame(top)

Completed in 16 milliseconds

12345678910>>...92