Home
last modified time | relevance | path

Searched refs:dist (Results 276 - 300 of 485) sorted by relevance

1...<<11121314151617181920

/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dcttimer.c72 unsigned int position, dist, interval; in ct_systimer_callback() local
75 dist = (position + buffer_size - ti->position) % buffer_size; in ct_systimer_callback()
76 if (dist >= period_size || in ct_systimer_callback()
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dcttimer.c72 unsigned int position, dist, interval; in ct_systimer_callback() local
75 dist = (position + buffer_size - ti->position) % buffer_size; in ct_systimer_callback()
76 if (dist >= period_size || in ct_systimer_callback()
/third_party/libinput/tools/
H A Dlibinput-analyze-per-slot-delta.py102 dist = math.hypot(dx, dy)
103 if self.ignore_below is not None and dist < self.ignore_below:
107 if self.threshold is not None and dist >= self.threshold:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h557 unsigned dist = ((nextItr->getIndex() - prevItr->getIndex())/2) & ~3u; in insertMachineInstrInMaps() local
558 unsigned newNumber = prevItr->getIndex() + dist; in insertMachineInstrInMaps()
565 if (dist == 0) in insertMachineInstrInMaps()
/third_party/toybox/lib/
H A Ddeflate.c297 int len, dist; in inflate() local
302 dist = dd->distbase[sym] + bitbuf_get(bb, dd->distbits[sym]); in inflate()
305 while (len--) output_byte(dd, dd->data[(dd->pos-dist) & 32767]); in inflate()
/third_party/backends/backend/
H A Dmustek_pp_cis.c748 max2hw_hres(Mustek_PP_CIS_dev *dev, int dist) in max2hw_hres() argument
750 return (int)((dist * dev->CIS.hw_hres) / dev->desc->dev->maxres + 0.5); in max2hw_hres()
755 max2hw_vres(Mustek_PP_CIS_dev *dev, int dist) in max2hw_vres() argument
757 return (int)((dist * dev->CIS.hw_vres) / dev->desc->dev->maxres + 0.5); in max2hw_vres()
762 max2cis_hres(Mustek_PP_CIS_dev *dev, int dist) in max2cis_hres() argument
764 return (int)((dist * dev->CIS.cisRes) / dev->desc->dev->maxres + 0.5); in max2cis_hres()
768 cis2max_res(Mustek_PP_CIS_dev *dev, int dist) in cis2max_res() argument
770 return (int)((dist * dev->desc->dev->maxres) / dev->CIS.cisRes + 0.5); in cis2max_res()
775 hw2max_vres(Mustek_PP_CIS_dev *dev, int dist) in hw2max_vres() argument
777 return (int)((dist * de in hw2max_vres()
[all...]
H A Dtamarack.h129 int dist; /* line distance */
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexRoutine.cpp647 auto dist = routine.getVariable(it->second.Id)[it->second.FirstComponent + i]; in writeCache() local
648 *Pointer<Float>(vertexCache + sizeof(Vertex) * cacheIndex3 + OFFSET(Vertex, clipDistance[i])) = Extract(dist, 3); in writeCache()
649 *Pointer<Float>(vertexCache + sizeof(Vertex) * cacheIndex2 + OFFSET(Vertex, clipDistance[i])) = Extract(dist, 2); in writeCache()
650 *Pointer<Float>(vertexCache + sizeof(Vertex) * cacheIndex1 + OFFSET(Vertex, clipDistance[i])) = Extract(dist, 1); in writeCache()
651 *Pointer<Float>(vertexCache + sizeof(Vertex) * cacheIndex0 + OFFSET(Vertex, clipDistance[i])) = Extract(dist, 0); in writeCache()
661 auto dist = routine.getVariable(it->second.Id)[it->second.FirstComponent + i]; in writeCache() local
662 *Pointer<Float>(vertexCache + sizeof(Vertex) * cacheIndex3 + OFFSET(Vertex, cullDistance[i])) = Extract(dist, 3); in writeCache()
663 *Pointer<Float>(vertexCache + sizeof(Vertex) * cacheIndex2 + OFFSET(Vertex, cullDistance[i])) = Extract(dist, 2); in writeCache()
664 *Pointer<Float>(vertexCache + sizeof(Vertex) * cacheIndex1 + OFFSET(Vertex, cullDistance[i])) = Extract(dist, 1); in writeCache()
665 *Pointer<Float>(vertexCache + sizeof(Vertex) * cacheIndex0 + OFFSET(Vertex, cullDistance[i])) = Extract(dist, in writeCache()
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dbuild.py101 dist = Distribution({"name": extension_name, "ext_modules": [extension]})
102 cmd = dist.get_command_obj("build_ext")
/third_party/python/Lib/distutils/tests/
H A Dtest_register.py100 pkg_info, dist = self.create_dist(**metadata)
101 return register(dist)
168 # dist.password should be set
/third_party/skia/tests/
H A DPathOpsTestCommon.cpp34 double dist = sqrt(dx * dx + dy * dy); in calc_t_div() local
35 double tDiv3 = precision / (adjust * dist); in calc_t_div()
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js3 {"name":"plugin-two","version":"0.1.3","main":"dist/commonjs/index.js"}
5 //// [/user/username/projects/myProject/plugin-two/dist/commonjs/index.d.ts]
104 'package.json' has 'main' field 'dist/commonjs/index.js' that references '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js'.
105 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js' does not exist.
106 Loading module as file / folder, candidate module location '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js', target file type 'TypeScript'.
107 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.ts' does not exist.
108 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.tsx' does not exist.
109 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.d.ts' does not exist.
110 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonj
[all...]
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js3 {"name":"plugin-two","version":"0.1.3","main":"dist/commonjs/index.js"}
5 //// [/user/username/projects/myproject/plugin-two/dist/commonjs/index.d.ts]
104 'package.json' has 'main' field 'dist/commonjs/index.js' that references '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js'.
105 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js' does not exist.
106 Loading module as file / folder, candidate module location '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js', target file type 'TypeScript'.
107 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.ts' does not exist.
108 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.tsx' does not exist.
109 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.d.ts' does not exist.
110 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonj
[all...]
/third_party/ffmpeg/libavcodec/
H A Drv34.c1205 int dist; in rv34_decode_inter_macroblock() local
1210 dist = (s->mb_x - s->resync_mb_x) + (s->mb_y - s->resync_mb_y) * s->mb_width; in rv34_decode_inter_macroblock()
1211 if(s->mb_x && dist) in rv34_decode_inter_macroblock()
1214 if(dist >= s->mb_width) in rv34_decode_inter_macroblock()
1217 if(((s->mb_x+1) < s->mb_width) && dist >= s->mb_width - 1) in rv34_decode_inter_macroblock()
1219 if(s->mb_x && dist > s->mb_width) in rv34_decode_inter_macroblock()
1306 int cbp, dist; in rv34_decode_intra_macroblock() local
1312 dist = (s->mb_x - s->resync_mb_x) + (s->mb_y - s->resync_mb_y) * s->mb_width; in rv34_decode_intra_macroblock()
1313 if(s->mb_x && dist) in rv34_decode_intra_macroblock()
1316 if(dist > in rv34_decode_intra_macroblock()
[all...]
H A Drasc.c620 int dist; in draw_cursor() local
631 dist = FFABS(cr - pr) + FFABS(cg - pg) + FFABS(cb - pb); in draw_cursor()
632 if (dist < best) { in draw_cursor()
633 best = dist; in draw_cursor()
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddebug.c36 unsigned long long bimodal, dist; in f2fs_update_sit_info() local
46 dist = abs(vblocks - hblks_per_sec); in f2fs_update_sit_info()
47 bimodal += dist * dist; in f2fs_update_sit_info()
54 dist = div_u64(MAIN_SECS(sbi) * hblks_per_sec * hblks_per_sec, 100); in f2fs_update_sit_info()
55 si->bimodal = div64_u64(bimodal, dist); in f2fs_update_sit_info()
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp191 double distPrev = e->dist(prev->fPoint); in simplifyBoundary()
192 double distNext = prevEdge->dist(next->fPoint); in simplifyBoundary()
469 if (prevTangent.dist(outerPoint) > 0) { in strokeBoundary()
472 if (nextTangent.dist(outerPoint) < 0) { in strokeBoundary()
486 if (prevTangent.dist(innerPoint) > 0) { in strokeBoundary()
489 if (nextTangent.dist(innerPoint) < 0) { in strokeBoundary()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-gic-v3.c2270 pr_err("%pOF: unable to map gic dist registers\n", node); in gic_of_init()
2478 struct acpi_madt_generic_distributor *dist; in acpi_validate_gic_table() local
2481 dist = (struct acpi_madt_generic_distributor *)header; in acpi_validate_gic_table()
2482 if (dist->version != ape->driver_data) in acpi_validate_gic_table()
2586 struct acpi_madt_generic_distributor *dist; in gic_acpi_init() local
2591 dist = (struct acpi_madt_generic_distributor *)header; in gic_acpi_init()
2592 acpi_data.dist_base = ioremap(dist->base_address, in gic_acpi_init()
2598 gic_request_region(dist->base_address, ACPI_GICV3_DIST_MEM_SIZE, "GICD"); in gic_acpi_init()
2618 gsi_domain_handle = irq_domain_alloc_fwnode(&dist->base_address); in gic_acpi_init()
2624 err = gic_init_bases(dist in gic_acpi_init()
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c944 uint32_t num_distance_symbols = params->dist.alphabet_size_max; in BrotliStoreMetaBlock()
945 uint32_t num_effective_distance_symbols = params->dist.alphabet_size_limit; in BrotliStoreMetaBlock()
951 const BrotliDistanceParams* dist = &params->dist; in BrotliStoreMetaBlock() local
974 BrotliWriteBits(2, dist->distance_postfix_bits, storage_ix, storage); in BrotliStoreMetaBlock()
976 4, dist->num_direct_distance_codes >> dist->distance_postfix_bits, in BrotliStoreMetaBlock()
1149 uint32_t num_distance_symbols = params->dist.alphabet_size_max; in BrotliStoreMetaBlockTrivial()
1192 uint32_t num_distance_symbols = params->dist.alphabet_size_max; in BrotliStoreMetaBlockFast()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c944 uint32_t num_distance_symbols = params->dist.alphabet_size_max; in BrotliStoreMetaBlock()
945 uint32_t num_effective_distance_symbols = params->dist.alphabet_size_limit; in BrotliStoreMetaBlock()
951 const BrotliDistanceParams* dist = &params->dist; in BrotliStoreMetaBlock() local
974 BrotliWriteBits(2, dist->distance_postfix_bits, storage_ix, storage); in BrotliStoreMetaBlock()
976 4, dist->num_direct_distance_codes >> dist->distance_postfix_bits, in BrotliStoreMetaBlock()
1149 uint32_t num_distance_symbols = params->dist.alphabet_size_max; in BrotliStoreMetaBlockTrivial()
1192 uint32_t num_distance_symbols = params->dist.alphabet_size_max; in BrotliStoreMetaBlockFast()
/kernel/linux/linux-5.10/include/linux/irqchip/
H A Darm-gic.h158 void gic_init(void __iomem *dist , void __iomem *cpu);
/test/testfwk/developer_test/src/core/build/
H A Dbuild_lite_testcases.sh28 DIST_DIR=$BASE_HOME/dist
/third_party/musl/dist/
H A Dconfig.mak2 # musl config.mak template (original in dist/config.mak)
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DFeatureTag.java48 dist("Distances"), enum constant
/third_party/skia/src/pathops/
H A DSkOpAngle.h54 double distEndRatio(double dist) const;

Completed in 27 milliseconds

1...<<11121314151617181920