Home
last modified time | relevance | path

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

12345678910>>...27

/third_party/node/deps/npm/node_modules/bin-links/lib/
Dget-paths.js8 module.exports = ({ path, pkg, global, top }) => { field
14 const binTarg = binTarget({ path, top }) field
26 const manTarg = manTarget({ path, top }) field
Dcheck-bins.js3 const checkBins = async ({ pkg, path, top, global, force }) => { property
16 .map(bin => checkBin({ bin, path, top, global, force }))) property
Dindex.js25 linkBins({ path, pkg, top, force: force || !top }), property
26 linkMans({ path, pkg, top, force }), property
Dlink-bins.js7 const linkBins = ({ path, pkg, top, force }) => { property
13 const target = binTarget({ path, top }) field
/third_party/alsa-utils/topology/nhlt/intel/
Dssp-nhlt.c22 static int set_mn_config(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_mn_config()
41 static int set_clk_config(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_clk_config()
69 static int set_tr_start_config(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_tr_start_config()
102 static int set_tr_stop_config(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_tr_stop_config()
135 static int set_run_config(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_run_config()
152 static int set_node_config(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_node_config()
171 static int set_sync_config(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_sync_config()
188 static int set_ext_config(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_ext_config()
255 static int set_link_config(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_link_config()
272 static int set_aux_params(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_aux_params()
[all …]
Dintel-nhlt.c10 static int get_int_val(snd_config_t *input, long *int_val, snd_config_t *top) in get_int_val()
32 static int get_string_val(snd_config_t *input, const char **string_val, snd_config_t *top) in get_string_val()
70 snd_config_t *top, const char *class_name) in find_set_values()
Ddmic-nhlt.c21 static int set_dmic_data(struct intel_nhlt_params *nhlt, snd_config_t *dai_cfg, snd_config_t *top) in set_dmic_data()
59 static int set_pdm_data(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_pdm_data()
89 static int set_mic_data(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_mic_data()
108 static int set_vendor_mic_data(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in set_vendor_mic_data()
450 int nhlt_dmic_set_params(struct intel_nhlt_params *nhlt, snd_config_t *cfg, snd_config_t *top) in nhlt_dmic_set_params()
/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/node/deps/openssl/openssl/crypto/bn/
Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex()
126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
/third_party/openssl/crypto/bn/
Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex()
126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
/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/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 …]
Denc_sse2.c511 static WEBP_INLINE void VE8uv_SSE2(uint8_t* dst, const uint8_t* top) { in VE8uv_SSE2()
519 static WEBP_INLINE void VE16_SSE2(uint8_t* dst, const uint8_t* top) { in VE16_SSE2()
528 const uint8_t* top, int size) { in VerticalPred_SSE2()
572 const uint8_t* top, int size) { in TM_SSE2()
600 const uint8_t* top, int size) { in TrueMotion_SSE2()
621 const uint8_t* top) { in DC8uv_SSE2()
629 static WEBP_INLINE void DC8uvNoLeft_SSE2(uint8_t* dst, const uint8_t* top) { in DC8uvNoLeft_SSE2()
647 const uint8_t* top) { in DC8uvMode_SSE2()
662 const uint8_t* top) { in DC16_SSE2()
670 static WEBP_INLINE void DC16NoLeft_SSE2(uint8_t* dst, const uint8_t* top) { in DC16NoLeft_SSE2()
[all …]
/third_party/node/deps/v8/src/heap/
Dlinear-allocation-area.h23 LinearAllocationArea(Address top, Address limit) in LinearAllocationArea()
28 void Reset(Address top, Address limit) { in Reset()
84 V8_INLINE Address top() const { in top() function
Dconcurrent-allocator.cc104 Address top = lab_.top(); in MarkLinearAllocationAreaBlack() local
113 Address top = lab_.top(); in UnmarkLinearAllocationArea() local
140 Address top = result->first; in EnsureLab() local
/third_party/libsnd/src/ALAC/
Ddp_enc.c83 int32_t top ; in pc_block() local
127 top = in [j - lim] ; in pc_block() local
214 top = in [j - lim] ; in pc_block() local
348 top = in [j - lim] ; in pc_block() local
Ddp_dec.c60 int32_t sum1, sg, sgn, top, dd ; in unpc_block() local
120 top = out [j - lim] ; in unpc_block() local
208 top = out [j - lim] ; in unpc_block() local
/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.c183 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top, in ff_cavs_load_intra_pred_luma()
257 static void intra_pred_vert(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_vert()
265 static void intra_pred_horiz(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_horiz()
275 static void intra_pred_dc_128(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_dc_128()
283 static void intra_pred_plane(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_plane()
305 static void intra_pred_lp(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_lp()
313 static void intra_pred_down_left(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_down_left()
321 static void intra_pred_down_right(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_down_right()
334 static void intra_pred_lp_left(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_lp_left()
342 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/python/Lib/idlelib/
Dzoomheight.py110 def get_window_geometry(top): argument
116 def set_window_geometry(top, geometry): argument
/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>>...27