| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | LocalePriorityList.java | 101 public static Builder add(ULocale locale, final double weight) { in add() argument 352 add(final ULocale locale, double weight) add() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_ext_pixelformat.c | 280 int weight; member
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | localeprioritylist.cpp | 38 int32_t weight; // 0..1000 = 0.0..1.0 member 79 int32_t weight = (c - '0') * 1000; in parseWeight() local 139 int32_t weight = WEIGHT_ONE; LocalePriorityList() local 182 add(const Locale &locale, int32_t weight, UErrorCode &errorCode) add() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_vertex_buffers.h | 79 int16_t weight; /**< enum pipe_video_mv_weight */ member
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | localeprioritylist.cpp | 38 int32_t weight; // 0..1000 = 0.0..1.0 member 79 int32_t weight = (c - '0') * 1000; in parseWeight() local 139 int32_t weight = WEIGHT_ONE; LocalePriorityList() local 182 add(const Locale &locale, int32_t weight, UErrorCode &errorCode) add() argument [all...] |
| /third_party/skia/include/core/ |
| H A D | SkFontStyle.h | 48 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() argument 60 int weight() const { return fValue & 0xFFFF; } in weight() function in SkFontStyle
|
| /third_party/skia/modules/skottie/src/animator/ |
| H A D | KeyframeAnimator.h | 79 float weight; // vrec0/vrec1 weight [0..1] member
|
| /third_party/skia/bench/ |
| H A D | HairlinePathBench.cpp | 166 float weight = randWeight.nextRangeF(0.0f, 2.0f); variable
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | airtime_policy.c | 111 static void set_sta_weights(struct hostapd_data *hapd, unsigned int weight) in set_sta_weights() argument 96 sta_set_airtime_weight(struct hostapd_data *hapd, struct sta_info *sta, unsigned int weight) sta_set_airtime_weight() argument 244 unsigned int weight; airtime_policy_new_sta() local [all...] |
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deRandom.hpp | 137 T Random::chooseWeighted (InputIter first, InputIter last, WeightIter weight) in chooseWeighted() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | airtime_policy.c | 107 static void set_sta_weights(struct hostapd_data *hapd, unsigned int weight) in set_sta_weights() argument 92 sta_set_airtime_weight(struct hostapd_data *hapd, struct sta_info *sta, unsigned int weight) sta_set_airtime_weight() argument 240 unsigned int weight; airtime_policy_new_sta() local [all...] |
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | h264dsp_mmi.c | 1134 ff_h264_weight_pixels16_8_mmi(uint8_t *block, ptrdiff_t stride, int height, int log2_denom, int weight, int offset) ff_h264_weight_pixels16_8_mmi() argument 1261 ff_h264_weight_pixels8_8_mmi(uint8_t *block, ptrdiff_t stride, int height, int log2_denom, int weight, int offset) ff_h264_weight_pixels8_8_mmi() argument 1356 ff_h264_weight_pixels4_8_mmi(uint8_t *block, ptrdiff_t stride, int height, int log2_denom, int weight, int offset) ff_h264_weight_pixels4_8_mmi() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | lpc.c | 182 double weight = a - b*cos((2*M_PI*i)/(len - 1)); in ff_lpc_calc_ref_coefs_f() local
|
| H A D | aacenc_utils.h | 109 float form = 0.0f, weight = 0.0f; in find_form_factor() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_cas.c | 89 float amp, weight; in cas_slice8() local 156 float amp, weight; in cas_slice16() local
|
| H A D | vf_nlmeans_opencl.c | 60 cl_mem weight; member
|
| /third_party/alsa-lib/modules/mixer/simple/ |
| H A D | sbase.h | 38 unsigned short weight; member
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | CollationWeights.java | 179 public static int lengthOfWeight(long weight) { in lengthOfWeight() argument 191 getWeightTrail(long weight, int length) getWeightTrail() argument 195 setWeightTrail(long weight, int length, int trail) setWeightTrail() argument 200 getWeightByte(long weight, int idx) getWeightByte() argument 204 setWeightByte(long weight, int idx, int b) setWeightByte() argument 227 truncateWeight(long weight, int length) truncateWeight() argument 231 incWeightTrail(long weight, int length) incWeightTrail() argument 235 decWeightTrail(long weight, int length) decWeightTrail() argument 244 incWeight(long weight, int length) incWeight() argument 258 incWeightByOffset(long weight, int length, int offset) incWeightByOffset() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationWeights.java | 181 public static int lengthOfWeight(long weight) { in lengthOfWeight() argument 193 getWeightTrail(long weight, int length) getWeightTrail() argument 197 setWeightTrail(long weight, int length, int trail) setWeightTrail() argument 202 getWeightByte(long weight, int idx) getWeightByte() argument 206 setWeightByte(long weight, int idx, int b) setWeightByte() argument 229 truncateWeight(long weight, int length) truncateWeight() argument 233 incWeightTrail(long weight, int length) incWeightTrail() argument 237 decWeightTrail(long weight, int length) decWeightTrail() argument 246 incWeight(long weight, int length) incWeight() argument 260 incWeightByOffset(long weight, int length, int offset) incWeightByOffset() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument 49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument 55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument 60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument 84 truncateWeight(uint32_t weight, int32_ argument 89 incWeightTrail(uint32_t weight, int32_t length) incWeightTrail() argument 94 decWeightTrail(uint32_t weight, int32_t length) decWeightTrail() argument 154 incWeight(uint32_t weight, int32_t length) const incWeight() argument 169 incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const incWeightByOffset() argument 263 uint32_t weight=lowerLimit; getWeightRanges() local 554 uint32_t weight = range.start; nextWeight() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument 49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument 55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument 60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument 84 truncateWeight(uint32_t weight, int32_ argument 89 incWeightTrail(uint32_t weight, int32_t length) incWeightTrail() argument 94 decWeightTrail(uint32_t weight, int32_t length) decWeightTrail() argument 154 incWeight(uint32_t weight, int32_t length) const incWeight() argument 169 incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const incWeightByOffset() argument 263 uint32_t weight=lowerLimit; getWeightRanges() local 554 uint32_t weight = range.start; nextWeight() local [all...] |
| /third_party/lz4/programs/ |
| H A D | datagen.c | 80 U32 const weight = (U32)((double)(LTSIZE - u) * ld) + 1; in RDG_fillLiteralDistrib() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_graph.cpp | 404 Graph::findLightestPathWeight(Node *a, Node *b, const std::vector<int> &weight) in findLightestPathWeight() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktSampleVerifier.cpp | 290 getFilteredSample1D(const IVec3& texelBase, float weight, int layer, int level, Vec4& resultMin, Vec4& resultMax) const getFilteredSample1D() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | CalcSpillWeights.cpp | 139 float weight = weightCalcHelper(li); in calculateSpillWeightAndHint() local 223 float weight = 1.0f; in weightCalcHelper() local [all...] |