/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | MeasureUnit.java | 32 * A unit such as length, mass, volume, currency, etc. A unit is 154 for (MeasureUnit unit : MeasureUnit.getAvailable(type)) { in getAvailable() 155 result.add(unit); in getAvailable() 214 // First search for the whole code unit identifier as a subType in parseCoreUnitIdentifier() 245 public static MeasureUnit resolveUnitPerUnit(MeasureUnit unit, MeasureUnit perUnit) { in resolveUnitPerUnit() argument 246 return unitPerUnitToSingleUnit.get(Pair.of(unit, perUnit)); in resolveUnitPerUnit() 362 // Load the unit types. Use English, since we know that that is a superset. in populateCache() 390 MeasureUnit unit = tmp.get(unitName); in addUnit() 391 if (unit in addUnit() [all...] |
H A D | StringTrieBuilder.java | 550 // Branch on the middle unit. in register() 671 // Write the rest of this node's unit-value pairs. in write() 676 // Write the final value for the one string ending with this unit. in write() 689 // Adds a unit with a final value. 697 // Adds a unit which leads to another match node. 720 unit=middleUnit; in SplitBranchNode() 733 return unit==o.unit && lessThan==o.lessThan && greaterOrEqual==o.greaterOrEqual; in equals() 757 offset=builder.write(unit); in write() 760 private char unit; field in StringTrieBuilder.SplitBranchNode 849 write(int unit) write() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_image.c | 220 if (params->unit >= PIPE_MAX_SHADER_IMAGES) in sp_tgsi_load() 222 iview = &sp_img->sp_iview[params->unit]; in sp_tgsi_load() 304 if (params->unit >= PIPE_MAX_SHADER_IMAGES) in sp_tgsi_store() 306 iview = &sp_img->sp_iview[params->unit]; in sp_tgsi_store() 636 if (params->unit >= PIPE_MAX_SHADER_IMAGES) in sp_tgsi_op() 638 iview = &sp_img->sp_iview[params->unit]; in sp_tgsi_op() 714 if (params->unit >= PIPE_MAX_SHADER_IMAGES) in sp_tgsi_get_dims() 716 iview = &sp_img->sp_iview[params->unit]; in sp_tgsi_get_dims()
|
/third_party/mesa3d/src/intel/perf/ |
H A D | gen_perf.py | 416 def output_units(unit): 417 return unit.replace(' ', '_').upper() 420 # should a unit be visible in description? 442 def desc_units(unit): 443 val = units_map.get(unit) 445 raise Exception("Unknown unit: " + unit) 448 if unit == 'hz': 449 unit = 'Hz' 450 return "Unit: " + unit [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_tex.c | 42 compiler->state.unit[tmu].texture_swizzle); in shadow_fail_value() 53 compiler->state.unit[tmu].texture_swizzle); in shadow_pass_value() 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode; in radeonTransformTEX() 143 (compiler->state.unit[inst->U.I.TexSrcUnit].compare_mode_enabled))) { in radeonTransformTEX() 144 rc_compare_func comparefunc = compiler->state.unit[inst->U.I.TexSrcUnit].texture_compare_func; in radeonTransformTEX() 251 compiler->state.unit[inst->U.I.TexSrcUnit].texture_swizzle); in radeonTransformTEX() 270 compiler->state.unit[inst->U.I.TexSrcUnit].clamp_and_scale_before_fetch)) { in radeonTransformTEX() 408 compiler->state.unit[inst->U.I.TexSrcUnit].clamp_and_scale_before_fetch) { in radeonTransformTEX()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_1_0.cpp | 396 unsigned int unit = target - GL_TEXTURE0; in multiTexCoord4f() local 397 ASSERT(target >= GL_TEXTURE0 && unit < getCaps().maxMultitextureUnits); in multiTexCoord4f() 398 mState.gles1().setCurrentTextureCoords(unit, {s, t, r, q}); in multiTexCoord4f() 403 unsigned int unit = target - GL_TEXTURE0; in multiTexCoord4x() local 404 ASSERT(target >= GL_TEXTURE0 && unit < getCaps().maxMultitextureUnits); in multiTexCoord4x() 405 mState.gles1().setCurrentTextureCoords(unit, {ConvertFixedToFloat(s), ConvertFixedToFloat(t), in multiTexCoord4x() 742 int Context::TexCoordArrayIndex(unsigned int unit) in TexCoordArrayIndex() argument 744 return GLES1Renderer::TexCoordArrayIndex(unit); in TexCoordArrayIndex()
|
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A D | paride.h | 44 int unit; /* unit number for chained adapters */ member 65 int unit, /* unit number, if supported */
|
/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
H A D | digi00x.h | 35 struct fw_unit *unit; member 118 int amdtp_dot_init(struct amdtp_stream *s, struct fw_unit *unit,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.h | 50 const char *unit; member 58 #define UNIT_MAX_LEN 31 /* max length for event unit name */ 68 char unit[UNIT_MAX_LEN+1]; member
|
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
H A D | netlink_k.c | 75 struct sock *netlink_init(int unit, in netlink_init() argument 84 sock = netlink_kernel_create(&init_net, unit, &cfg); in netlink_init()
|
/kernel/linux/linux-6.6/drivers/staging/gdm724x/ |
H A D | netlink_k.c | 75 struct sock *netlink_init(int unit, in netlink_init() argument 84 sock = netlink_kernel_create(&init_net, unit, &cfg); in netlink_init()
|
/kernel/linux/linux-6.6/sound/firewire/digi00x/ |
H A D | digi00x.h | 35 struct fw_unit *unit; member 115 int amdtp_dot_init(struct amdtp_stream *s, struct fw_unit *unit,
|
/third_party/FreeBSD/sys/arm/arm/ |
H A D | nexus.c | 111 static void add_resource(const char *devclass_name, int type, int unit, rman_res_t start, rman_res_t end, in add_resource() argument 118 resource_list_add(res_list, type, unit, start, end, count); in add_resource()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucharstriebuilder.h | 149 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, char16_t unit) const override; 170 virtual int32_t write(int32_t unit) override;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucharstriebuilder.h | 149 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, char16_t unit) const override; 170 virtual int32_t write(int32_t unit) override;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucharstriebuilder.h | 149 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, char16_t unit) const; 170 virtual int32_t write(int32_t unit);
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGSVG.cpp | 88 if (fWidth.unit() == SkSVGLength::Unit::kPercentage || in intrinsicSize() 89 fHeight.unit() == SkSVGLength::Unit::kPercentage) { in intrinsicSize()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStrUtil.hpp | 90 inline detail::TextureUnitStr getTextureUnitStr (deUint32 unit) { return detail::TextureUnitStr(unit); } in getTextureUnitStr() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 286 int unit; member 546 result.val.intV[0] = sampler.val.samplerV.unit; in getSamplerUnitValue() 627 result << value.val.samplerV.unit; in apiVarValueStr() 638 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1 /* Used if type is a sampler type. \note Samplers' unit numbers are not randomized. */) in generateRandomVarValue() 672 result.val.samplerV.unit = samplerUnit; in generateRandomVarValue() 725 if (a.val.samplerV.unit != b.val.samplerV.unit) in apiVarValueEquals() 1227 GLU_CHECK_CALL(glActiveTexture(GL_TEXTURE0 + value.val.samplerV.unit)); in setupTexture() 1228 m_filledTextureUnits.push_back(value.val.samplerV.unit); in setupTexture() 1248 GLU_CHECK_CALL(glActiveTexture(GL_TEXTURE0 + value.val.samplerV.unit)); in setupTexture() 1325 GLint unit = -1; getUniforms() local 1534 const GLint unit = uniform.finalValue.val.samplerV.unit; assignUniforms() local [all...] |
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 272 * @param unit the unit do not in parsing 275 virtual RState GetFloatById(uint32_t id, float &outValue, std::string &unit); 289 * @param unit the string do not in parsing 292 virtual RState GetFloatByName(const char *name, float &outValue, std::string &unit); 752 RState ParseFloat(const std::string &strValue, float &result, std::string &unit); 754 RState RecalculateFloat(const std::string &unit, float &result); 756 RState GetFloat(const std::shared_ptr<IdItem> idItem, float &outValue, std::string &unit); 778 RState GetThemeFloat(const std::shared_ptr<IdItem> idItem, float &outValue, std::string &unit);
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 132 #define FIRST(unit) ((unit)*NBYTES) 133 #define REST(unit) (FIRST(unit)+NBYTES-1) 134 #define UNIT(unit) FIRST(unit) 320 * are to the same unit (unless src is aligned, but it's not).
|
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | memcpy.S | 249 #define FIRST(unit) ((unit)*NBYTES) 250 #define REST(unit) (FIRST(unit)+NBYTES-1) 251 #define UNIT(unit) FIRST(unit) 450 * are to the same unit (unless src is aligned, but it's not).
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 132 #define FIRST(unit) ((unit)*NBYTES) 133 #define REST(unit) (FIRST(unit)+NBYTES-1) 134 #define UNIT(unit) FIRST(unit) 322 * are to the same unit (unless src is aligned, but it's not).
|
/kernel/linux/linux-6.6/arch/mips/lib/ |
H A D | memcpy.S | 249 #define FIRST(unit) ((unit)*NBYTES) 250 #define REST(unit) (FIRST(unit)+NBYTES-1) 251 #define UNIT(unit) FIRST(unit) 450 * are to the same unit (unless src is aligned, but it's not).
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | StringTrieBuilder.java | 551 // Branch on the middle unit. in register() 672 // Write the rest of this node's unit-value pairs. in write() 677 // Write the final value for the one string ending with this unit. in write() 690 // Adds a unit with a final value. 698 // Adds a unit which leads to another match node. 721 unit=middleUnit; in SplitBranchNode() 734 return unit==o.unit && lessThan==o.lessThan && greaterOrEqual==o.greaterOrEqual; in equals() 758 offset=builder.write(unit); in write() 761 private char unit; field in StringTrieBuilder.SplitBranchNode 850 write(int unit) write() argument [all...] |