Home
last modified time | relevance | path

Searched refs:top (Results 476 - 500 of 2520) sorted by relevance

1...<<11121314151617181920>>...101

/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dprocess.c294 unsigned long top = TASK_SIZE & PAGE_MASK; in stack_top() local
297 top -= PAGE_ALIGN(current->thread.vdso->size); in stack_top()
298 top -= VVAR_SIZE; in stack_top()
302 top -= VDSO_RANDOMIZE_SIZE; in stack_top()
304 return top; in stack_top()
/kernel/linux/linux-5.10/sound/
H A Dsound_core.c162 static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit() argument
171 while(n<top) in __sound_insert_unit()
180 if(n>=top) in __sound_insert_unit()
242 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int index, int low, int top, const char *name, umode_t mode, struct device *dev) in sound_insert_unit() argument
252 r = __sound_insert_unit(s, list, fops, index, low, top); in sound_insert_unit()
/kernel/linux/linux-6.6/sound/
H A Dsound_core.c159 static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit() argument
168 while(n<top) in __sound_insert_unit()
177 if(n>=top) in __sound_insert_unit()
239 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int index, int low, int top, const char *name, umode_t mode, struct device *dev) in sound_insert_unit() argument
249 r = __sound_insert_unit(s, list, fops, index, low, top); in sound_insert_unit()
/third_party/ffmpeg/libavfilter/
H A Dblend_modes.c83 #define A top[j]
97 const PIXEL *top = (PIXEL *)_top; \
108 dst[j] = top[j] + ((EXPR)-top[j]) * opacity; \
111 top += top_linesize; \
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.h54 const SkPoint& lastPoint() const { return fPts.top(); } in lastPoint()
76 const SkPoint& lastPoint() const { return fPts.top().fPt; } in lastPoint()
94 fPts.top().fOrigEdgeId = origEdgeId; in fuseWithPrior()
95 fPts.top().fOriginatingIdx = -1; in fuseWithPrior()
96 fPts.top().fNeedsToBeNew = true; in fuseWithPrior()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_browser.py44 self.assertIn(os.path.basename(__file__), mb.top.title())
45 self.assertEqual(mb.top.iconname(), 'Module Browser')
54 mb.top.destroy = Func()
57 self.assertTrue(mb.top.destroy.called)
59 del mb.top.destroy, mb.node.destroy
/third_party/icu/icu4c/source/i18n/
H A Dtimezone.cpp224 * @param top Top timezone resource
229 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) { in getZoneByName() argument
231 UResourceBundle *tmp = ures_getByKey(top, kNAMES, NULL, &status); in getZoneByName()
243 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from top in getZoneByName()
258 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) { in loadRule() argument
262 UResourceBundle *r = ures_getByKey(top, kRULES, oldbundle, &status); in loadRule()
275 * @return top-level resource bundle
285 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); in openOlsonResource() local
287 /* &res = */ getZoneByName(top, i in openOlsonResource()
397 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); createSystemTimeZone() local
776 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); getID() local
1041 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); countEquivalentIDs() local
1059 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); getEquivalentID() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp224 * @param top Top timezone resource
229 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) { in getZoneByName() argument
231 UResourceBundle *tmp = ures_getByKey(top, kNAMES, nullptr, &status); in getZoneByName()
243 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from top in getZoneByName()
258 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) { in loadRule() argument
262 UResourceBundle *r = ures_getByKey(top, kRULES, oldbundle, &status); in loadRule()
275 * @return top-level resource bundle
285 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); in openOlsonResource() local
287 /* &res = */ getZoneByName(top, i in openOlsonResource()
397 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); createSystemTimeZone() local
776 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); getID() local
1041 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); countEquivalentIDs() local
1059 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); getEquivalentID() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtimezone.cpp224 * @param top Top timezone resource
229 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) { in getZoneByName() argument
231 UResourceBundle *tmp = ures_getByKey(top, kNAMES, NULL, &status); in getZoneByName()
243 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from top in getZoneByName()
258 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) { in loadRule() argument
262 UResourceBundle *r = ures_getByKey(top, kRULES, oldbundle, &status); in loadRule()
275 * @return top-level resource bundle
285 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); in openOlsonResource() local
287 /* &res = */ getZoneByName(top, i in openOlsonResource()
397 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); createSystemTimeZone() local
777 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); getID() local
1023 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); countEquivalentIDs() local
1041 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); getEquivalentID() local
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Djson.cc37 // Used for the top-level, initial state.
116 state_.top().StartElement(out_);
124 assert(state_.size() >= 2 && state_.top().container() == Container::MAP);
132 state_.top().StartElement(out_);
140 assert(state_.size() >= 2 && state_.top().container() == Container::ARRAY);
148 state_.top().StartElement(out_);
178 state_.top().StartElement(out_);
272 state_.top().StartElement(out_);
281 state_.top().StartElement(out_);
323 state_.top()
[all...]
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dprism2sta.c685 le16_to_cpus(&hw->cap_sup_mfi.top); in prism2sta_getcardinfo()
691 hw->cap_sup_mfi.top); in prism2sta_getcardinfo()
709 le16_to_cpus(&hw->cap_sup_cfi.top); in prism2sta_getcardinfo()
715 hw->cap_sup_cfi.top); in prism2sta_getcardinfo()
733 le16_to_cpus(&hw->cap_sup_pri.top); in prism2sta_getcardinfo()
739 hw->cap_sup_pri.top); in prism2sta_getcardinfo()
757 le16_to_cpus(&hw->cap_sup_sta.top); in prism2sta_getcardinfo()
764 hw->cap_sup_sta.top); in prism2sta_getcardinfo()
770 hw->cap_sup_sta.top); in prism2sta_getcardinfo()
789 le16_to_cpus(&hw->cap_act_pri_cfi.top); in prism2sta_getcardinfo()
[all...]
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dprism2sta.c665 le16_to_cpus(&hw->cap_sup_mfi.top); in prism2sta_getcardinfo()
671 hw->cap_sup_mfi.top); in prism2sta_getcardinfo()
689 le16_to_cpus(&hw->cap_sup_cfi.top); in prism2sta_getcardinfo()
695 hw->cap_sup_cfi.top); in prism2sta_getcardinfo()
713 le16_to_cpus(&hw->cap_sup_pri.top); in prism2sta_getcardinfo()
719 hw->cap_sup_pri.top); in prism2sta_getcardinfo()
737 le16_to_cpus(&hw->cap_sup_sta.top); in prism2sta_getcardinfo()
744 hw->cap_sup_sta.top); in prism2sta_getcardinfo()
750 hw->cap_sup_sta.top); in prism2sta_getcardinfo()
769 le16_to_cpus(&hw->cap_act_pri_cfi.top); in prism2sta_getcardinfo()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_filter.c247 * The top of the stack and "invert" are initialized to zero.
255 * The top of the stack saves the "invert" value to keep track of what
274 * #6 The invert variable is reset to the current value saved on the top of
277 * #7 The top of the stack holds not only the current invert value, but also
286 * #8 If the next token is "&&" then we set a flag in the top of the stack
299 * #10 If the next token is "||" then we set a flag in the top of the stack
479 int *top; in predicate_parse() local
502 top = op_stack; in predicate_parse()
504 *top = 0; in predicate_parse()
515 if (top in predicate_parse()
[all...]
/third_party/cups-filters/filter/
H A Dimagetopdf.c124 static float left, top; /* Left and top of image */ variable
507 "1 0 0 1 %.1f %.1f cm\n",left,top); in outPageContents()
894 else if (strcasecmp(val, "top") == 0) in main()
909 else if (strcasecmp(val, "top-left") == 0) in main()
914 else if (strcasecmp(val, "top-right") == 0) in main()
1649 top = PageBottom; in main()
1652 top = (PageTop + PageBottom - yprint * 72) / 2; in main()
1655 top = PageTop - yprint * 72;; in main()
1677 top in main()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_tv.c874 u16 top, bottom; member
1176 conn_state->tv.margins.top - in intel_tv_vert_scaling()
1213 int extra, top, bottom; in intel_tv_compute_config() local
1226 top = conn_state->tv.margins.top; in intel_tv_compute_config()
1229 if (top + bottom) in intel_tv_compute_config()
1230 top = extra * top / (top + bottom); in intel_tv_compute_config()
1232 top in intel_tv_compute_config()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_tv.c881 u16 top, bottom; member
1186 conn_state->tv.margins.top - in intel_tv_vert_scaling()
1234 int extra, top, bottom; in intel_tv_compute_config() local
1247 top = conn_state->tv.margins.top; in intel_tv_compute_config()
1250 if (top + bottom) in intel_tv_compute_config()
1251 top = extra * top / (top + bottom); in intel_tv_compute_config()
1253 top in intel_tv_compute_config()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtop.h60 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size);
61 void perf_top__reset_sample_counters(struct perf_top *top);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtop.h64 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size);
65 void perf_top__reset_sample_counters(struct perf_top *top);
/third_party/backends/include/sane/
H A Dsanei_magic.h128 * @param[out] top vertical offset to upper edge of media
140 int dpiX, int dpiY, int * top, int * bot, int * left, int * right);
146 * @param top vertical offset to upper edge of crop
158 int top, int bot, int left, int right);
/third_party/cups-filters/filter/pdftopdf/
H A Dpptypes.h25 PageRect() : top(NAN),left(NAN),right(NAN),bottom(NAN),width(NAN),height(NAN) {} in PageRect()
26 float top,left,right,bottom; // i.e. margins member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dworkaround1209.cpp37 // Keep track of the loop merges. The top of the stack will always be the in RemoveOpUnreachableInLoops()
42 if (!loop_merges.empty() && bb->id() == loop_merges.top()) { in RemoveOpUnreachableInLoops()
54 {loop_merges.top()}}})); in RemoveOpUnreachableInLoops()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dworkaround1209.cpp37 // Keep track of the loop merges. The top of the stack will always be the in RemoveOpUnreachableInLoops()
42 if (!loop_merges.empty() && bb->id() == loop_merges.top()) { in RemoveOpUnreachableInLoops()
54 {loop_merges.top()}}})); in RemoveOpUnreachableInLoops()
/third_party/skia/tools/viewer/
H A DSKPSlide.cpp27 bool isOffset = SkToBool(fCullRect.left() | fCullRect.top()); in draw()
30 canvas->translate(SkIntToScalar(-fCullRect.left()), SkIntToScalar(-fCullRect.top())); in draw()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/
H A DImageShaderSample.java34 public void render(Canvas canvas, long t, float left, float top, float right, float bottom) { in render() argument
35 canvas.drawRect(left, top, right, bottom, mPaint); in render()
/third_party/spirv-tools/source/opt/
H A Dworkaround1209.cpp37 // Keep track of the loop merges. The top of the stack will always be the in RemoveOpUnreachableInLoops()
42 if (!loop_merges.empty() && bb->id() == loop_merges.top()) { in RemoveOpUnreachableInLoops()
54 {loop_merges.top()}}})); in RemoveOpUnreachableInLoops()

Completed in 40 milliseconds

1...<<11121314151617181920>>...101