/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | isa207-common.c | 15 PMU_FORMAT_ATTR(unit, "config:12-15"); 47 /* Only check pmc, unit and pmcxsel, ignore the edge bit (0) */ in event_is_fab_match() 403 unsigned int unit, pmc, cache, ebb; in isa207_get_constraint() local 412 unit = (event >> EVENT_UNIT_SHIFT) & EVENT_UNIT_MASK; in isa207_get_constraint() 458 if (unit >= 6 && unit <= 9) { in isa207_get_constraint() 460 if (unit == 6) { in isa207_get_constraint() 562 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local 588 unit = (event[i] >> EVENT_UNIT_SHIFT) & EVENT_UNIT_MASK; in isa207_compute_mmcr() 602 mmcr1 |= unit << MMCR1_UNIT_SHIF in isa207_compute_mmcr() [all...] |
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | siimage.c | 111 * including accounting for the unit shift. 118 u8 unit = drive->dn & 1; in siimage_seldev() local 125 base |= unit << unit; in siimage_seldev() 257 u8 unit = drive->dn & 1; in sil_set_pio_mode() local 279 mode &= ~(unit ? 0x30 : 0x03); in sil_set_pio_mode() 283 mode |= unit ? 0x10 : 0x01; in sil_set_pio_mode() 307 u8 mode = 0, unit = drive->dn & 1; in sil_set_dma_mode() local 320 mode &= ~(unit ? 0x30 : 0x03); in sil_set_dma_mode() 330 mode |= unit in sil_set_dma_mode() [all...] |
H A D | cmd64x.c | 154 u8 unit = drive->dn & 0x01; in cmd64x_set_dma_mode() local 159 regU &= ~(unit ? 0xCA : 0x35); in cmd64x_set_dma_mode() 163 regU |= unit ? 0x0A : 0x05; in cmd64x_set_dma_mode() 166 regU |= unit ? 0x4A : 0x15; in cmd64x_set_dma_mode() 169 regU |= unit ? 0x8A : 0x25; in cmd64x_set_dma_mode() 172 regU |= unit ? 0x42 : 0x11; in cmd64x_set_dma_mode() 175 regU |= unit ? 0x82 : 0x21; in cmd64x_set_dma_mode() 178 regU |= unit ? 0xC2 : 0x31; in cmd64x_set_dma_mode()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colormatrix.c | 85 { "src", "set source color matrix", OFFSET(source), AV_OPT_TYPE_INT, {.i64=COLOR_MODE_NONE}, COLOR_MODE_NONE, COLOR_MODE_COUNT-1, .flags=FLAGS, .unit="color_mode" }, 86 { "dst", "set destination color matrix", OFFSET(dest), AV_OPT_TYPE_INT, {.i64=COLOR_MODE_NONE}, COLOR_MODE_NONE, COLOR_MODE_COUNT-1, .flags=FLAGS, .unit="color_mode" }, 87 { "bt709", "set BT.709 colorspace", 0, AV_OPT_TYPE_CONST, {.i64=COLOR_MODE_BT709}, .flags=FLAGS, .unit="color_mode" }, 88 { "fcc", "set FCC colorspace ", 0, AV_OPT_TYPE_CONST, {.i64=COLOR_MODE_FCC}, .flags=FLAGS, .unit="color_mode" }, 89 { "bt601", "set BT.601 colorspace", 0, AV_OPT_TYPE_CONST, {.i64=COLOR_MODE_BT601}, .flags=FLAGS, .unit="color_mode" }, 90 { "bt470", "set BT.470 colorspace", 0, AV_OPT_TYPE_CONST, {.i64=COLOR_MODE_BT601}, .flags=FLAGS, .unit="color_mode" }, 91 { "bt470bg", "set BT.470 colorspace", 0, AV_OPT_TYPE_CONST, {.i64=COLOR_MODE_BT601}, .flags=FLAGS, .unit="color_mode" }, 92 { "smpte170m", "set SMTPE-170M colorspace", 0, AV_OPT_TYPE_CONST, {.i64=COLOR_MODE_BT601}, .flags=FLAGS, .unit="color_mode" }, 93 { "smpte240m", "set SMPTE-240M colorspace", 0, AV_OPT_TYPE_CONST, {.i64=COLOR_MODE_SMPTE240M}, .flags=FLAGS, .unit="color_mode" }, 94 { "bt2020", "set BT.2020 colorspace", 0, AV_OPT_TYPE_CONST, {.i64=COLOR_MODE_BT2020}, .flags=FLAGS, .unit [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucharstriebuilder.cpp | 32 * of the 16-bit-unit sequences, until the UCharsTrie is built. 59 // The first strings unit contains the string length. 73 // Too long: We store the length in 1 unit. in setTo() 260 UChar unit=elements[i++].charAt(unitIndex, strings); in countElementUnits() local 261 while(i<limit && unit==elements[i].charAt(unitIndex, strings)) { in countElementUnits() 272 UChar unit=elements[i++].charAt(unitIndex, strings); in skipElementsBySomeUnits() local 273 while(unit==elements[i].charAt(unitIndex, strings)) { in skipElementsBySomeUnits() 281 UCharsTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UChar unit) const { in indexOfElementWithNextUnit() 282 while(unit==elements[i].charAt(unitIndex, strings)) { in indexOfElementWithNextUnit() 350 UCharsTrieBuilder::write(int32_t unit) { in write() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucharstriebuilder.cpp | 32 * of the 16-bit-unit sequences, until the UCharsTrie is built. 59 // The first strings unit contains the string length. 73 // Too long: We store the length in 1 unit. in setTo() 260 char16_t unit=elements[i++].charAt(unitIndex, strings); in countElementUnits() local 261 while(i<limit && unit==elements[i].charAt(unitIndex, strings)) { in countElementUnits() 272 char16_t unit=elements[i++].charAt(unitIndex, strings); in skipElementsBySomeUnits() local 273 while(unit==elements[i].charAt(unitIndex, strings)) { in skipElementsBySomeUnits() 281 UCharsTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, char16_t unit) const { in indexOfElementWithNextUnit() 282 while(unit==elements[i].charAt(unitIndex, strings)) { in indexOfElementWithNextUnit() 350 UCharsTrieBuilder::write(int32_t unit) { in write() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi.c | 147 switch (emit->unit) { in svga_shader_emit_header() 172 enum pipe_shader_type unit) in svga_tgsi_vgpu9_translate() 188 emit.unit = unit; in svga_tgsi_vgpu9_translate() 195 if (unit == PIPE_SHADER_FRAGMENT) in svga_tgsi_vgpu9_translate() 198 if (unit == PIPE_SHADER_VERTEX) { in svga_tgsi_vgpu9_translate() 231 variant = svga_new_shader_variant(svga, unit); in svga_tgsi_vgpu9_translate() 241 if (unit == PIPE_SHADER_FRAGMENT) { in svga_tgsi_vgpu9_translate() 169 svga_tgsi_vgpu9_translate(struct svga_context *svga, const struct svga_shader *shader, const struct svga_compile_key *key, enum pipe_shader_type unit) svga_tgsi_vgpu9_translate() argument
|
H A D | svga_tgsi.h | 69 enum pipe_shader_type unit); 75 enum pipe_shader_type unit);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucharstriebuilder.cpp | 32 * of the 16-bit-unit sequences, until the UCharsTrie is built. 59 // The first strings unit contains the string length. 73 // Too long: We store the length in 1 unit. in setTo() 260 UChar unit=elements[i++].charAt(unitIndex, strings); in countElementUnits() local 261 while(i<limit && unit==elements[i].charAt(unitIndex, strings)) { in countElementUnits() 272 UChar unit=elements[i++].charAt(unitIndex, strings); in skipElementsBySomeUnits() local 273 while(unit==elements[i].charAt(unitIndex, strings)) { in skipElementsBySomeUnits() 281 UCharsTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UChar unit) const { in indexOfElementWithNextUnit() 282 while(unit==elements[i].charAt(unitIndex, strings)) { in indexOfElementWithNextUnit() 350 UCharsTrieBuilder::write(int32_t unit) { in write() argument [all...] |
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | iso-resources.h | 21 struct fw_unit *unit; member 31 struct fw_unit *unit);
|
H A D | packets-buffer.h | 21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit, 25 struct fw_unit *unit);
|
H A D | lib.h | 16 int snd_fw_transaction(struct fw_unit *unit, int tcode, 26 void snd_fw_schedule_registration(struct fw_unit *unit,
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | iso-resources.h | 21 struct fw_unit *unit; member 31 struct fw_unit *unit);
|
H A D | packets-buffer.h | 21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit, 25 struct fw_unit *unit);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 114 * @defined: true if the current display unit has been initialized 153 * @stdu: display unit to create a Screen Target for 181 cmd->body.stid = stdu->base.unit; in vmw_stdu_define_st() 207 * @stdu: display unit affected 240 cmd->body.stid = stdu->base.unit; in vmw_stdu_bind_st() 253 * @unit: Screen target unit. 259 static void vmw_stdu_populate_update(void *cmd, int unit, in vmw_stdu_populate_update() argument 267 update->body.stid = unit; in vmw_stdu_populate_update() 278 * @stdu: display unit affecte 1469 vmw_stdu_init(struct vmw_private *dev_priv, unsigned unit) vmw_stdu_init() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | reldatefmttest.cpp | 30 static const char *RelativeUnitStr(UDateRelativeUnit unit); 31 static const char *RelativeDateTimeUnitStr(URelativeDateTimeUnit unit); 32 static const char *AbsoluteUnitStr(UDateAbsoluteUnit unit); 37 UDateRelativeUnit unit; member 43 UDateAbsoluteUnit unit; member 556 URelativeDateTimeUnit unit; member 915 UDateRelativeUnit unit); 919 UDateAbsoluteUnit unit); 1257 fmt.format(expectedResult.value, expectedResult.direction, expectedResult.unit, actual, status); in CheckExpectedResult() 1267 RelativeUnitStr(expectedResult.unit)); in CheckExpectedResult() 1326 VerifyIllegalArgument( const RelativeDateTimeFormatter& fmt, UDateDirection direction, UDateRelativeUnit unit) VerifyIllegalArgument() argument 1338 VerifyIllegalArgument( const RelativeDateTimeFormatter& fmt, UDateDirection direction, UDateAbsoluteUnit unit) VerifyIllegalArgument() argument 1606 RelativeUnitStr( UDateRelativeUnit unit) RelativeUnitStr() argument 1629 RelativeDateTimeUnitStr( URelativeDateTimeUnit unit) RelativeDateTimeUnitStr() argument 1668 AbsoluteUnitStr( UDateAbsoluteUnit unit) AbsoluteUnitStr() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/console/ |
H A D | newport_con.c | 50 static int newport_set_def_font(int unit, struct console_font *op); 500 static int newport_set_font(int unit, struct console_font *op) in newport_set_font() argument 537 if (i == unit) in newport_set_font() 544 if (font_data[unit] != FONT_DATA) { in newport_set_font() 545 if (--REFCOUNT(font_data[unit]) == 0) in newport_set_font() 546 kfree(font_data[unit] - in newport_set_font() 550 font_data[unit] = new_data; in newport_set_font() 555 static int newport_set_def_font(int unit, struct console_font *op) in newport_set_def_font() argument 557 if (font_data[unit] != FONT_DATA) { in newport_set_def_font() 558 if (--REFCOUNT(font_data[unit]) in newport_set_def_font() [all...] |
/kernel/linux/linux-6.6/drivers/video/console/ |
H A D | newport_con.c | 50 static int newport_set_def_font(int unit, struct console_font *op); 500 static int newport_set_font(int unit, struct console_font *op, unsigned int vpitch) in newport_set_font() argument 537 if (i == unit) in newport_set_font() 544 if (font_data[unit] != FONT_DATA) { in newport_set_font() 545 if (--REFCOUNT(font_data[unit]) == 0) in newport_set_font() 546 kfree(font_data[unit] - in newport_set_font() 550 font_data[unit] = new_data; in newport_set_font() 555 static int newport_set_def_font(int unit, struct console_font *op) in newport_set_def_font() argument 557 if (font_data[unit] != FONT_DATA) { in newport_set_def_font() 558 if (--REFCOUNT(font_data[unit]) in newport_set_def_font() [all...] |
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_terratec.c | 21 err = avc_audio_get_selector(bebob->unit, 0, 9, &enable_ext); in phase88_rack_clk_src_get() 24 err = avc_audio_get_selector(bebob->unit, 0, 8, &enable_word); in phase88_rack_clk_src_get()
|
/kernel/linux/linux-6.6/sound/firewire/bebob/ |
H A D | bebob_terratec.c | 21 err = avc_audio_get_selector(bebob->unit, 0, 9, &enable_ext); in phase88_rack_clk_src_get() 24 err = avc_audio_get_selector(bebob->unit, 0, 8, &enable_word); in phase88_rack_clk_src_get()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | PeriodBuilderFactory.java | 20 * @param minUnit the smallest time unit available for use 21 * @param maxUnit the largest time unit available for use 28 * Sets whether the time unit is available for use. 29 * @param unit the time unit 30 * @param available true if the unit is available for use 33 PeriodBuilderFactory setUnitIsAvailable(TimeUnit unit, boolean available); in setUnitIsAvailable() argument 36 * Sets the maximum value for the largest available time unit (as 38 * this will be pinned to this value of that time unit and return 45 * Sets the minimum value for the smallest available time unit (a 104 getFixedUnitBuilder(TimeUnit unit) getFixedUnitBuilder() argument [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | measure.h | 34 * An amount of a specified unit, consisting of a number and a Unit. 36 * unit, such as feet or meters. 49 * unit. After this call, the caller must not delete the given 50 * unit object. 52 * @param adoptedUnit the unit object, which must not be NULL 53 * @param ec input-output error code. If the amount or the unit 101 * Return a reference to the unit of this object. 146 * The unit of this object, e.g., "millimeter" or "JPY". This is 149 MeasureUnit* unit; member in Measure 157 return *unit; in getUnit() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | PeriodBuilderFactory.java | 22 * @param minUnit the smallest time unit available for use 23 * @param maxUnit the largest time unit available for use 30 * Sets whether the time unit is available for use. 31 * @param unit the time unit 32 * @param available true if the unit is available for use 35 PeriodBuilderFactory setUnitIsAvailable(TimeUnit unit, boolean available); in setUnitIsAvailable() argument 38 * Sets the maximum value for the largest available time unit (as 40 * this will be pinned to this value of that time unit and return 47 * Sets the minimum value for the smallest available time unit (a 106 getFixedUnitBuilder(TimeUnit unit) getFixedUnitBuilder() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | measure.h | 34 * An amount of a specified unit, consisting of a number and a Unit. 36 * unit, such as feet or meters. 49 * unit. After this call, the caller must not delete the given 50 * unit object. 52 * @param adoptedUnit the unit object, which must not be NULL 53 * @param ec input-output error code. If the amount or the unit 101 * Return a reference to the unit of this object. 146 * The unit of this object, e.g., "millimeter" or "JPY". This is 149 MeasureUnit* unit; member in Measure 157 return *unit; in getUnit() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | free-space-cache.c | 696 u64 bytes_per_bg = BITS_PER_BITMAP * ctl->unit; in recalculate_thresholds() 703 "invalid free space control: bg start=%llu len=%llu total_bitmaps=%u unit=%u max_bitmaps=%llu bytes_per_bg=%llu", in recalculate_thresholds() 705 ctl->total_bitmaps, ctl->unit, max_bitmaps, in recalculate_thresholds() 720 bitmap_bytes = ctl->total_bitmaps * ctl->unit; in recalculate_thresholds() 917 u64 bytes = ctl->unit; in copy_free_space_cache() 1557 static inline unsigned long offset_to_bit(u64 bitmap_start, u32 unit, in offset_to_bit() argument 1562 return (unsigned long)(div_u64(offset, unit)); in offset_to_bit() 1565 static inline unsigned long bytes_to_bits(u64 bytes, u32 unit) in bytes_to_bits() argument 1567 return (unsigned long)(div_u64(bytes, unit)); in bytes_to_bits() 1576 bytes_per_bitmap = BITS_PER_BITMAP * ctl->unit; in offset_to_bitmap() [all...] |