Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 873) sorted by relevance

12345678910>>...35

/third_party/boost/boost/multi_index/detail/
Dord_index_ops.hpp66 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ordered_index_find()
83 Node* top,Node* y,const KeyFromValue& key, in ordered_index_find()
95 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ordered_index_find()
116 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ordered_index_lower_bound()
131 Node* top,Node* y,const KeyFromValue& key, in ordered_index_lower_bound()
143 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ordered_index_lower_bound()
162 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ordered_index_upper_bound()
177 Node* top,Node* y,const KeyFromValue& key, in ordered_index_upper_bound()
189 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ordered_index_upper_bound()
208 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ordered_index_equal_range()
[all …]
Drnk_index_ops.hpp52 Pointer top=end_->parent(); in ranked_index_nth() local
72 Pointer top=end_->parent(); in ranked_index_rank() local
92 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ranked_index_find_rank()
109 Node* top,Node* y,const KeyFromValue& key, in ranked_index_find_rank()
121 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ranked_index_find_rank()
149 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ranked_index_lower_bound_rank()
164 Node* top,Node* y,const KeyFromValue& key, in ranked_index_lower_bound_rank()
176 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ranked_index_lower_bound_rank()
202 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ranked_index_upper_bound_rank()
217 Node* top,Node* y,const KeyFromValue& key, in ranked_index_upper_bound_rank()
[all …]
/third_party/boost/boost/fiber/detail/
Dcontext_spmc_queue.hpp78 context * pop( std::size_t top) noexcept { in pop()
84 array * resize( std::size_t bottom, std::size_t top) { in resize()
117 std::size_t top = top_.load( std::memory_order_relaxed); in empty() local
123 std::size_t top = top_.load( std::memory_order_acquire); in push() local
143 std::size_t top = top_.load( std::memory_order_relaxed); in pop() local
167 std::size_t top = top_.load( std::memory_order_acquire); in steal() local
/third_party/skia/tests/
DCanvasStateHelpers.cpp25 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
47 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, 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()
DPathOpsLineIntersectionTest.cpp135 double top = std::min(line1[0].fY, line1[1].fY); in testOne() local
142 double top = std::min(line2[0].fY, line2[1].fY); in testOne() local
182 double top = std::min(line1[0].fY, line1[1].fY); in testOneCoincident() local
191 double top = std::min(line2[0].fY, line2[1].fY); in testOneCoincident() local
/third_party/flutter/skia/tests/
DCanvasStateHelpers.cpp22 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
44 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
58 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
DPathOpsLineIntersectionTest.cpp135 double top = SkTMin(line1[0].fY, line1[1].fY); in testOne() local
142 double top = SkTMin(line2[0].fY, line2[1].fY); in testOne() local
182 double top = SkTMin(line1[0].fY, line1[1].fY); in testOneCoincident() local
191 double top = SkTMin(line2[0].fY, line2[1].fY); in testOneCoincident() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_rescale_enc.c40 int* const left, int* const top) { in SnapTopLeftPosition()
49 int* const left, int* const top, in AdjustAndCheckRectangle()
94 int left, int top, int width, int height, in WebPPictureView()
127 int left, int top, int width, int height) { in WebPPictureCrop()
289 int left, int top, int width, int height, in WebPPictureView()
301 int left, int top, int width, int height) { in WebPPictureCrop()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_rescale_enc.c40 int* const left, int* const top) { in SnapTopLeftPosition()
49 int* const left, int* const top, in AdjustAndCheckRectangle()
94 int left, int top, int width, int height, in WebPPictureView()
127 int left, int top, int width, int height) { in WebPPictureCrop()
282 int left, int top, int width, int height, in WebPPictureView()
294 int left, int top, int width, int height) { in WebPPictureCrop()
/third_party/openssl/crypto/bn/
Dbn_rand.c21 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()
97 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
102 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
107 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
187 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
/third_party/libxml2/doc/
Dindex.py690 def analyzeAPIFile(top): argument
705 def analyzeAPIFiles(top): argument
720 def analyzeAPIEnum(top): argument
735 def analyzeAPIConst(top): argument
750 def analyzeAPIType(top): argument
764 def analyzeAPIFunctype(top): argument
778 def analyzeAPIStruct(top): argument
801 def analyzeAPIMacro(top): argument
840 def analyzeAPIFunction(top): argument
891 def analyzeAPISymbols(top): argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless.c110 uint32_t VP8LPredictor0_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor0_C()
115 uint32_t VP8LPredictor1_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor1_C()
119 uint32_t VP8LPredictor2_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor2_C()
123 uint32_t VP8LPredictor3_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor3_C()
127 uint32_t VP8LPredictor4_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor4_C()
131 uint32_t VP8LPredictor5_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor5_C()
135 uint32_t VP8LPredictor6_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor6_C()
139 uint32_t VP8LPredictor7_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor7_C()
143 uint32_t VP8LPredictor8_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor8_C()
148 uint32_t VP8LPredictor9_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor9_C()
[all …]
Dlossless_mips_dsp_r2.c191 static uint32_t Predictor5_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor5_MIPSdspR2()
195 static uint32_t Predictor6_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor6_MIPSdspR2()
199 static uint32_t Predictor7_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor7_MIPSdspR2()
203 static uint32_t Predictor8_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor8_MIPSdspR2()
208 static uint32_t Predictor9_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor9_MIPSdspR2()
214 const uint32_t* const top) { in Predictor10_MIPSdspR2()
219 const uint32_t* const top) { in Predictor11_MIPSdspR2()
224 const uint32_t* const top) { in Predictor12_MIPSdspR2()
229 const uint32_t* const top) { in Predictor13_MIPSdspR2()
Denc.c239 const uint8_t* top, int size) { in VerticalPred()
261 const uint8_t* top, int size) { in TrueMotion()
291 const uint8_t* top, in DCMode()
317 const uint8_t* top) { in IntraChromaPreds_C()
337 const uint8_t* left, const uint8_t* top) { in Intra16Preds_C()
351 static void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4()
364 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4()
376 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4()
383 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4()
402 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless.c110 static uint32_t Predictor0_C(uint32_t left, const uint32_t* const top) { in Predictor0_C()
115 static uint32_t Predictor1_C(uint32_t left, const uint32_t* const top) { in Predictor1_C()
119 static uint32_t Predictor2_C(uint32_t left, const uint32_t* const top) { in Predictor2_C()
123 static uint32_t Predictor3_C(uint32_t left, const uint32_t* const top) { in Predictor3_C()
127 static uint32_t Predictor4_C(uint32_t left, const uint32_t* const top) { in Predictor4_C()
131 static uint32_t Predictor5_C(uint32_t left, const uint32_t* const top) { in Predictor5_C()
135 static uint32_t Predictor6_C(uint32_t left, const uint32_t* const top) { in Predictor6_C()
139 static uint32_t Predictor7_C(uint32_t left, const uint32_t* const top) { in Predictor7_C()
143 static uint32_t Predictor8_C(uint32_t left, const uint32_t* const top) { in Predictor8_C()
148 static uint32_t Predictor9_C(uint32_t left, const uint32_t* const top) { in Predictor9_C()
[all …]
Dlossless_mips_dsp_r2.c191 static uint32_t Predictor5_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor5_MIPSdspR2()
195 static uint32_t Predictor6_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor6_MIPSdspR2()
199 static uint32_t Predictor7_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor7_MIPSdspR2()
203 static uint32_t Predictor8_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor8_MIPSdspR2()
208 static uint32_t Predictor9_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor9_MIPSdspR2()
214 const uint32_t* const top) { in Predictor10_MIPSdspR2()
219 const uint32_t* const top) { in Predictor11_MIPSdspR2()
224 const uint32_t* const top) { in Predictor12_MIPSdspR2()
229 const uint32_t* const top) { in Predictor13_MIPSdspR2()
Denc.c239 const uint8_t* top, int size) { in VerticalPred()
261 const uint8_t* top, int size) { in TrueMotion()
291 const uint8_t* top, in DCMode()
317 const uint8_t* top) { in IntraChromaPreds_C()
337 const uint8_t* left, const uint8_t* top) { in Intra16Preds_C()
351 static void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4()
364 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4()
376 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4()
383 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4()
402 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4()
[all …]
Dlossless_enc.c786 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { in Predictor2()
790 static uint32_t Predictor3(uint32_t left, const uint32_t* const top) { in Predictor3()
794 static uint32_t Predictor4(uint32_t left, const uint32_t* const top) { in Predictor4()
798 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5()
802 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6()
806 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7()
810 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8()
815 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9()
820 static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { in Predictor10()
824 static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { in Predictor11()
[all …]
/third_party/libsnd/src/ALAC/
Ddp_enc.c81 int32_t top ; in pc_block() local
125 top = in [j - lim] ; in pc_block() local
212 top = in [j - lim] ; in pc_block() local
346 top = in [j - lim] ; in pc_block() local
/third_party/python/Lib/idlelib/
Dzoomheight.py110 def get_window_geometry(top): argument
116 def set_window_geometry(top, geometry): argument
/third_party/ffmpeg/libavcodec/
Dvp9dsp_template.c37 const pixel *top = (const pixel *) _top; in vert_4x4_c() local
51 const pixel *top = (const pixel *) _top; in vert_8x8_c() local
68 const pixel *top = (const pixel *) _top; in vert_16x16_c() local
89 const pixel *top = (const pixel *) _top; in vert_32x32_c() local
115 const uint8_t *_left, const uint8_t *top) in hor_4x4_c()
128 const uint8_t *_left, const uint8_t *top) in hor_8x8_c()
145 const uint8_t *_left, const uint8_t *top) in hor_16x16_c()
164 const uint8_t *_left, const uint8_t *top) in hor_32x32_c()
193 const pixel *top = (const pixel *) _top; in tm_4x4_c() local
213 const pixel *top = (const pixel *) _top; in tm_8x8_c() local
[all …]
Dcavs.c187 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top, in ff_cavs_load_intra_pred_luma()
261 static void intra_pred_vert(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_vert()
269 static void intra_pred_horiz(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_horiz()
279 static void intra_pred_dc_128(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_dc_128()
287 static void intra_pred_plane(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_plane()
309 static void intra_pred_lp(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_lp()
317 static void intra_pred_down_left(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_down_left()
325 static void intra_pred_down_right(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_down_right()
338 static void intra_pred_lp_left(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_lp_left()
346 static void intra_pred_lp_top(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_lp_top()
/third_party/boost/boost/pending/
Dfenced_priority_queue.hpp91 inline T& fenced_priority_queue< T, Compare, implicit_fence, Buffer >::top(void) in top() function in boost::fenced_priority_queue
107 fenced_priority_queue< T, Compare, implicit_fence, Buffer >::top(void) const in top() function in boost::fenced_priority_queue
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_transform.inl103 T bottom, T top,
118 T bottom, T top,
143 T bottom, T top,
168 T bottom, T top
184 T bottom, T top,
199 T bottom, T top,
225 T bottom, T top,
384 T const top = range; local
402 T const top = range; local
421 T const top = range; local
/third_party/skia/src/core/
DSkEdge.cpp64 int top = SkFDot6Round(y0); in setLine() local
105 int top = SkFDot6Round(y0); in updateLine() local
130 int top = fFirstY; in chopLineWithClip() local
213 int top = SkFDot6Round(y0); in setQuadraticWithoutUpdate() local
388 int top = SkFDot6Round(y0); in setCubicWithoutUpdate() local

12345678910>>...35