Home
last modified time | relevance | path

Searched refs:unit (Results 251 - 275 of 1628) sorted by relevance

1...<<11121314151617181920>>...66

/third_party/backends/backend/
H A Depsonds-ops.c120 eds_set_fbf_area(epsonds_device *dev, int x, int y, int unit) in eds_set_fbf_area() argument
126 dev->fbf_x_range.max = SANE_FIX(x * MM_PER_INCH / unit); in eds_set_fbf_area()
130 dev->fbf_y_range.max = SANE_FIX(y * MM_PER_INCH / unit); in eds_set_fbf_area()
138 SANE_UNFIX(dev->fbf_y_range.max), unit); in eds_set_fbf_area()
142 eds_set_adf_area(struct epsonds_device *dev, int x, int y, int unit) in eds_set_adf_area() argument
145 dev->adf_x_range.max = SANE_FIX(x * MM_PER_INCH / unit); in eds_set_adf_area()
149 dev->adf_y_range.max = SANE_FIX(y * MM_PER_INCH / unit); in eds_set_adf_area()
157 SANE_UNFIX(dev->adf_y_range.max), unit); in eds_set_adf_area()
161 eds_set_tpu_area(struct epsonds_device *dev, int x, int y, int unit) in eds_set_tpu_area() argument
164 dev->tpu_x_range.max = SANE_FIX(x * MM_PER_INCH / unit); in eds_set_tpu_area()
[all...]
H A Depson2-ops.h33 extern void e2_set_fbf_area(Epson_Scanner *s, int x, int y, int unit);
34 extern void e2_set_adf_area(struct Epson_Scanner *s, int x, int y, int unit);
35 extern void e2_set_tpu_area(struct Epson_Scanner *s, int x, int y, int unit);
36 extern void e2_set_tpu2_area(struct Epson_Scanner *s, int x, int y, int unit);
H A Dtest.c365 od->unit = SANE_UNIT_NONE; in init_options()
380 od->unit = SANE_UNIT_NONE; in init_options()
393 od->unit = SANE_UNIT_NONE; in init_options()
409 od->unit = SANE_UNIT_NONE; in init_options()
427 od->unit = SANE_UNIT_NONE; in init_options()
441 od->unit = SANE_UNIT_NONE; in init_options()
456 od->unit = SANE_UNIT_NONE; in init_options()
476 od->unit = SANE_UNIT_DPI; in init_options()
489 od->unit = SANE_UNIT_NONE; in init_options()
505 od->unit in init_options()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c297 unsigned unit = index - 1; in ps30_input() local
299 emit->inverted_texcoords |= (1 << unit); in ps30_input()
302 emit->ps_true_texcoord[unit] = emit->input_map[idx]; in ps30_input()
305 emit->ps_inverted_texcoord[unit] = in ps30_input()
309 emit->ps_inverted_texcoord_input[unit] = idx; in ps30_input()
312 emit->input_map[idx] = emit->ps_inverted_texcoord[unit]; in ps30_input()
333 if (emit->unit == PIPE_SHADER_FRAGMENT) { in ps30_output()
586 assert (emit->unit == PIPE_SHADER_FRAGMENT); in svga_translate_decl_sm30()
594 if (emit->unit == PIPE_SHADER_VERTEX) in svga_translate_decl_sm30()
601 if (emit->unit in svga_translate_decl_sm30()
609 unsigned unit = decl->Range.First; svga_translate_decl_sm30() local
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev.cc18 maglev::MaglevCompilationUnit* const unit = info->toplevel_compilation_unit(); in Compile() member in v8::internal::maglev
19 maglev::MaglevCompiler::Compile(isolate->main_thread_local_isolate(), unit); in Compile()
20 return maglev::MaglevCompiler::GenerateCode(unit); in Compile()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk104.c684 gk104_fifo_intr_pbdma_0(struct gk104_fifo *fifo, int unit) in gk104_fifo_intr_pbdma_0() argument
688 u32 mask = nvkm_rd32(device, 0x04010c + (unit * 0x2000)); in gk104_fifo_intr_pbdma_0()
689 u32 stat = nvkm_rd32(device, 0x040108 + (unit * 0x2000)) & mask; in gk104_fifo_intr_pbdma_0()
690 u32 addr = nvkm_rd32(device, 0x0400c0 + (unit * 0x2000)); in gk104_fifo_intr_pbdma_0()
691 u32 data = nvkm_rd32(device, 0x0400c4 + (unit * 0x2000)); in gk104_fifo_intr_pbdma_0()
692 u32 chid = nvkm_rd32(device, 0x040120 + (unit * 0x2000)) & 0xfff; in gk104_fifo_intr_pbdma_0()
707 nvkm_wr32(device, 0x0400c0 + (unit * 0x2000), 0x80600008); in gk104_fifo_intr_pbdma_0()
714 unit, show, msg, chid, chan ? chan->inst->addr : 0, in gk104_fifo_intr_pbdma_0()
720 nvkm_wr32(device, 0x040108 + (unit * 0x2000), stat); in gk104_fifo_intr_pbdma_0()
733 gk104_fifo_intr_pbdma_1(struct gk104_fifo *fifo, int unit) in gk104_fifo_intr_pbdma_1() argument
826 u32 unit = __ffs(mask); gk104_fifo_intr() local
837 u32 unit = __ffs(mask); gk104_fifo_intr() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcbs_av1.c848 CodedBitstreamUnit *unit, in cbs_av1_ref_tile_data()
855 if (pos >= 8 * unit->data_size) { in cbs_av1_ref_tile_data()
863 td->data_ref = av_buffer_ref(unit->data_ref); in cbs_av1_ref_tile_data()
867 td->data = unit->data + pos / 8; in cbs_av1_ref_tile_data()
868 td->data_size = unit->data_size - pos / 8; in cbs_av1_ref_tile_data()
874 CodedBitstreamUnit *unit) in cbs_av1_read_unit()
881 err = ff_cbs_alloc_unit_content2(ctx, unit); in cbs_av1_read_unit()
884 obu = unit->content; in cbs_av1_read_unit()
886 err = init_get_bits(&gbc, unit->data, 8 * unit in cbs_av1_read_unit()
847 cbs_av1_ref_tile_data(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit, GetBitContext *gbc, AV1RawTileData *td) cbs_av1_ref_tile_data() argument
873 cbs_av1_read_unit(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit) cbs_av1_read_unit() argument
1051 cbs_av1_write_obu(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit, PutBitContext *pbc) cbs_av1_write_obu() argument
1270 cbs_av1_free_metadata(void *unit, uint8_t *content) cbs_av1_free_metadata() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-serialization.cc567 void CopyAndRelocate(const DeserializationUnit& unit);
597 for (const auto& unit : batch) {
598 deserializer_->CopyAndRelocate(unit);
674 DeserializationUnit unit = ReadCode(i, reader); in Read() local
675 if (!unit.code) continue; in Read()
676 batch_size += unit.code->instructions().size(); in Read()
677 batch.emplace_back(std::move(unit)); in Read()
746 DeserializationUnit unit; in ReadCode() local
747 unit.src_code_buffer = reader->ReadVector<byte>(code_size); in ReadCode()
758 unit in ReadCode()
767 CopyAndRelocate( const DeserializationUnit& unit) CopyAndRelocate() argument
[all...]
/kernel/linux/linux-5.10/sound/firewire/
H A Dpackets-buffer.c16 * @unit: the device at the other end of the stream
21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit, in iso_packets_buffer_init() argument
44 err = fw_iso_buffer_init(&b->iso_buffer, fw_parent_device(unit)->card, in iso_packets_buffer_init()
69 * @unit: the device at the other end of the stream
72 struct fw_unit *unit) in iso_packets_buffer_destroy()
74 fw_iso_buffer_destroy(&b->iso_buffer, fw_parent_device(unit)->card); in iso_packets_buffer_destroy()
71 iso_packets_buffer_destroy(struct iso_packets_buffer *b, struct fw_unit *unit) iso_packets_buffer_destroy() argument
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam-proc.c18 err = snd_fw_transaction(tscm->unit, TCODE_READ_QUADLET_REQUEST, in proc_read_firmware()
25 err = snd_fw_transaction(tscm->unit, TCODE_READ_QUADLET_REQUEST, in proc_read_firmware()
32 err = snd_fw_transaction(tscm->unit, TCODE_READ_QUADLET_REQUEST, in proc_read_firmware()
39 err = snd_fw_transaction(tscm->unit, TCODE_READ_QUADLET_REQUEST, in proc_read_firmware()
/kernel/linux/linux-6.6/sound/firewire/
H A Dpackets-buffer.c16 * @unit: the device at the other end of the stream
21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit, in iso_packets_buffer_init() argument
44 err = fw_iso_buffer_init(&b->iso_buffer, fw_parent_device(unit)->card, in iso_packets_buffer_init()
69 * @unit: the device at the other end of the stream
72 struct fw_unit *unit) in iso_packets_buffer_destroy()
74 fw_iso_buffer_destroy(&b->iso_buffer, fw_parent_device(unit)->card); in iso_packets_buffer_destroy()
71 iso_packets_buffer_destroy(struct iso_packets_buffer *b, struct fw_unit *unit) iso_packets_buffer_destroy() argument
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Dtascam-proc.c18 err = snd_fw_transaction(tscm->unit, TCODE_READ_QUADLET_REQUEST, in proc_read_firmware()
25 err = snd_fw_transaction(tscm->unit, TCODE_READ_QUADLET_REQUEST, in proc_read_firmware()
32 err = snd_fw_transaction(tscm->unit, TCODE_READ_QUADLET_REQUEST, in proc_read_firmware()
39 err = snd_fw_transaction(tscm->unit, TCODE_READ_QUADLET_REQUEST, in proc_read_firmware()
/third_party/ffmpeg/doc/
H A Dprint_options.c85 if (o->unit) { in print_option()
90 if (u->type == AV_OPT_TYPE_CONST && u->unit && !strcmp(u->unit, o->unit)) in print_option()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dureldatefmt.h27 * \brief C API: URelativeDateTimeFormatter, relative date formatting of unit + numeric offset.
38 * for determining which unit to use, such as deciding between "in 7 days"
77 * Represents the unit for formatting a relative date. e.g "in 5 days"
83 * Specifies that relative unit is year, e.g. "last year",
89 * Specifies that relative unit is quarter, e.g. "last quarter",
95 * Specifies that relative unit is month, e.g. "last month",
101 * Specifies that relative unit is week, e.g. "last week",
107 * Specifies that relative unit is day, e.g. "yesterday",
113 * Specifies that relative unit is hour, e.g. "1 hour ago",
119 * Specifies that relative unit i
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dureldatefmt.h27 * \brief C API: URelativeDateTimeFormatter, relative date formatting of unit + numeric offset.
38 * for determining which unit to use, such as deciding between "in 7 days"
77 * Represents the unit for formatting a relative date. e.g "in 5 days"
83 * Specifies that relative unit is year, e.g. "last year",
89 * Specifies that relative unit is quarter, e.g. "last quarter",
95 * Specifies that relative unit is month, e.g. "last month",
101 * Specifies that relative unit is week, e.g. "last week",
107 * Specifies that relative unit is day, e.g. "yesterday",
113 * Specifies that relative unit is hour, e.g. "1 hour ago",
119 * Specifies that relative unit i
[all...]
/third_party/libinput/src/
H A Dutil-time.h103 const char *unit; member
114 const char *unit; in to_human_time() member
130 t.unit = c->unit; in to_human_time()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dureldatefmt.h27 * \brief C API: URelativeDateTimeFormatter, relative date formatting of unit + numeric offset.
38 * for determining which unit to use, such as deciding between "in 7 days"
77 * Represents the unit for formatting a relative date. e.g "in 5 days"
83 * Specifies that relative unit is year, e.g. "last year",
89 * Specifies that relative unit is quarter, e.g. "last quarter",
95 * Specifies that relative unit is month, e.g. "last month",
101 * Specifies that relative unit is week, e.g. "last week",
107 * Specifies that relative unit is day, e.g. "yesterday",
113 * Specifies that relative unit is hour, e.g. "1 hour ago",
119 * Specifies that relative unit i
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dpmu.c181 scnprintf(path, PATH_MAX, "%s/%s.unit", dir, name); in perf_pmu__parse_unit()
187 sret = read(fd, alias->unit, UNIT_MAX_LEN); in perf_pmu__parse_unit()
193 if (alias->unit[sret - 1] == '\n') in perf_pmu__parse_unit()
194 alias->unit[sret - 1] = '\0'; in perf_pmu__parse_unit()
196 alias->unit[sret] = '\0'; in perf_pmu__parse_unit()
201 alias->unit[0] = '\0'; in perf_pmu__parse_unit()
273 memcpy(old->unit, newalias->unit, sizeof(old->unit)); in perf_pmu_update_alias()
311 char *unit, cha in __perf_pmu__new_alias()
308 __perf_pmu__new_alias(struct list_head *list, char *dir, char *name, char *desc, char *val, char *long_desc, char *topic, char *unit, char *perpkg, char *metric_expr, char *metric_name, char *deprecated) __perf_pmu__new_alias() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLongNameHandler.java33 * Takes care of formatting currency and measurement unit names, as well as populating the gender of measure units.
124 // Gets the gender of a built-in unit: unit must be a built-in. Returns an empty
125 // string both in case of unknown gender and in case of unknown unit.
162 // See data/unit/de.txt and data/unit/fr.txt for examples - take a look at
267 // Data is loaded for the appropriate unit width, with missing data filled
350 MeasureUnit unit, in getMeasureData()
361 subKey.append(unit.getType()); in getMeasureData()
364 // If the unit i in getMeasureData()
348 getMeasureData( ULocale locale, MeasureUnit unit, UnitWidth width, String unitDisplayCase, String[] outArray) getMeasureData() argument
658 calculateGenderForUnit(ULocale locale, MeasureUnit unit) calculateGenderForUnit() argument
739 maybeCalculateGender(ULocale locale, MeasureUnit unit, String[] outArray) maybeCalculateGender() argument
766 getUnitDisplayName(ULocale locale, MeasureUnit unit, UnitWidth width) getUnitDisplayName() argument
801 forMeasureUnit( ULocale locale, MeasureUnit unit, UnitWidth width, String unitDisplayCase, PluralRules rules, MicroPropsGenerator parent) forMeasureUnit() argument
832 forArbitraryUnit(ULocale loc, MeasureUnit unit, UnitWidth width, String unitDisplayCase, PluralRules rules, MicroPropsGenerator parent) forArbitraryUnit() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dpd.c32 devices, this is the unit selector for the
940 int found = 0, unit, pd_drive_count = 0; in pd_detect() local
943 for (unit = 0; unit < PD_UNITS; unit++) { in pd_detect()
944 int *parm = *drives[unit]; in pd_detect()
945 struct pd_unit *disk = pd + unit; in pd_detect()
951 snprintf(disk->name, PD_NAMELEN, "%s%c", name, 'a'+unit); in pd_detect()
975 for (unit = 0, disk = pd; unit < PD_UNIT in pd_detect()
1026 int unit; pd_exit() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dvmu-flash.c133 mdev->unit); in maple_vmu_read_block()
152 " is busy\n", mdev->port, mdev->unit); in maple_vmu_read_block()
197 mdev->port, mdev->unit, num); in maple_vmu_read_block()
201 mdev->port, mdev->unit, num); in maple_vmu_read_block()
259 mdev->port, mdev->unit); in maple_vmu_write_block()
281 mdev->unit, num, x); in maple_vmu_write_block()
297 mdev->unit); in maple_vmu_write_block()
530 mdev->port, mdev->unit, card->partition); in vmu_queryblocks()
578 "error is 0x%X\n", mdev->port, mdev->unit, error); in vmu_queryblocks()
660 mdev->port, mdev->unit); in vmu_connect()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/maps/
H A Dvmu-flash.c133 mdev->unit); in maple_vmu_read_block()
152 " is busy\n", mdev->port, mdev->unit); in maple_vmu_read_block()
197 mdev->port, mdev->unit, num); in maple_vmu_read_block()
201 mdev->port, mdev->unit, num); in maple_vmu_read_block()
259 mdev->port, mdev->unit); in maple_vmu_write_block()
281 mdev->unit, num, x); in maple_vmu_write_block()
297 mdev->unit); in maple_vmu_write_block()
530 mdev->port, mdev->unit, card->partition); in vmu_queryblocks()
578 "error is 0x%X\n", mdev->port, mdev->unit, error); in vmu_queryblocks()
660 mdev->port, mdev->unit); in vmu_connect()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp27 // inside this single translation unit (CPP file) is incomplete, and thus it isn't sure if the template class is
28 // fully defined. However, since each translation unit explicitly instantiates all the necessary template classes,
51 Derived NumberFormatterSettings<Derived>::unit(const icu::MeasureUnit& unit) const& { in unit() function in NumberFormatterSettings
55 copy.fMacros.unit = unit; in unit()
60 Derived NumberFormatterSettings<Derived>::unit(const icu::MeasureUnit& unit)&& { in unit() argument
63 move.fMacros.unit = unit; in unit()
82 adoptUnit(icu::MeasureUnit* unit) adoptUnit() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_fluent.cpp27 // inside this single translation unit (CPP file) is incomplete, and thus it isn't sure if the template class is
28 // fully defined. However, since each translation unit explicitly instantiates all the necessary template classes,
51 Derived NumberFormatterSettings<Derived>::unit(const icu::MeasureUnit& unit) const& { in unit() function in NumberFormatterSettings
55 copy.fMacros.unit = unit; in unit()
60 Derived NumberFormatterSettings<Derived>::unit(const icu::MeasureUnit& unit)&& { in unit() argument
63 move.fMacros.unit = unit; in unit()
82 adoptUnit(icu::MeasureUnit* unit) adoptUnit() argument
[all...]
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dconsole.h8 extern long callback_puts(long unit, const char *s, long length);
9 extern long callback_getc(long unit);
13 extern long callback_close(long unit);

Completed in 18 milliseconds

1...<<11121314151617181920>>...66