| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | parse.c | 863 unsigned long long max; in type_range() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | pipeline.cc | 2154 const int max = static_cast<int>(s.sequence->LastInstructionIndex()); in operator <<() local
|
| H A D | simplified-lowering.cc | 4948 Node* const max = jsgraph()->Float64Constant(255.0); in DoIntegerToUint8Clamped() local 4965 Node* const max = jsgraph()->Float64Constant(255.0); in DoNumberToUint8Clamped() local 4982 Node* const max = jsgraph()->Int32Constant(255); in DoSigned32ToUint8Clamped() local 4997 Node* const max = jsgraph()->Uint32Constant(255u); DoUnsigned32ToUint8Clamped() local [all...] |
| H A D | typer.cc | 497 double max = type.Max(); in ToLength() local 804 double max = V8_INFINITY; in TypeInductionVariablePhi() local 873 << " for phi " << node->id() << ": (" << min << ", " << max TypeInductionVariablePhi() local [all...] |
| /third_party/node/deps/v8/src/execution/arm64/ |
| H A D | simulator-logic-arm64.cc | 1094 SMinMax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) SMinMax() argument 1124 SMinMaxP(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) SMinMaxP() argument 1216 SMinMaxV(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, bool max) SMinMaxV() argument 1244 UMinMax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) UMinMax() argument 1274 UMinMaxP(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) UMinMaxP() argument 1311 UMinMaxV(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, bool max) UMinMaxV() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 351 unsigned max; member 3497 unsigned max = IS_VS ? info->vert_version.max : info->frag_version.max; in sm1_parse_instruction() local [all...] |
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2grep.c | 2116 uint32_t max = utf? 0x0010ffffu : 0xffu; in decode_dollar_escape() local
|
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativeMIPS_common.c | 1417 sljit_ins max = (op & SLJIT_32) ? 32 : 64; in emit_clz_ctz() local 1419 sljit_ins max = 32; in emit_clz_ctz() local
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-mixer.c | 806 static long to_alsa_volume(pa_volume_t v, long min, long max) { in to_alsa_volume() argument 813 static pa_volume_t from_alsa_volume(long v, long min, long max) { in from_alsa_volume() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Program.cpp | 2233 GLint max = 0; in getInputResourceMaxNameSize() local 2245 GLint max = 0; getOutputResourceMaxNameSize() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cCopyImageTests.cpp | 1652 static const T max = -1; in readBaseTypeFromUnsignedChannel() local 1675 static const T max = (T)((1u << (n_bits - 1u)) - 1u); in readBaseTypeFromSignedChannel() local 1739 T max = 0; in read3Channel() local 1800 T max = 0; read4Channel() local 1899 static const T max = -1; writeBaseTypeToUnsignedChannel() local 1923 static const T max = (T)((1u << (n_bits - 1u)) - 1u); writeBaseTypeToSignedChannel() local 1983 T max = 0; write3Channel() local 2044 T max = 0; write4Channel() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkVM.h | 744 F32 max(F32 x, float y) { return max(x, splat(y)); } in max() function in skvm::Builder 745 F32 max(float x, F32 y) { return max(splat(x), y); } in max() function in skvm::Builder 897 I32 max(I32 x, I32 y) { return select(gte(x,y), x, y); } in abs() function in skvm::Builder 898 I32 max(I32 x, int y) { return max(x, splat(y)); } in abs() function in skvm::Builder 899 I32 max(in in abs() function in skvm::Builder 1088 SI I32 max(I32 x, I32 y) { return x->max(x,y); } max() function 1089 SI I32 max(I32 x, int y) { return x->max(x,y); } max() function 1090 SI I32 max(int x, I32 y) { return y->max(x,y); } max() function 1140 SI F32 max(F32 x, F32 y) { return x->max(x,y); } max() function 1141 SI F32 max(F32 x, float y) { return x->max(x,y); } max() function 1142 SI F32 max(float x, F32 y) { return y->max(x,y); } max() function [all...] |
| /third_party/openssl/ohos_lite/include/openssl/ |
| H A D | x509v3.h | 726 ASN1_INTEGER *min, *max; member 764 ASN1_BIT_STRING *min, *max; member
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_resolve_ast.c | 3548 static int cil_check_inheritances(struct cil_tree_node *node, unsigned max, unsigned *count, struct cil_stack *stack, unsigned *loop) in cil_check_inheritances() argument 3595 unsigned num_actual, max; in cil_check_for_bad_inheritance() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fShaderImageLoadStoreTests.cpp | 2792 R32UIImageSingleValueVerifier (const deUint32 min, const deUint32 max) : m_min(min), m_max(max) {} in R32UIImageSingleValueVerifier() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsDrawTest.cpp | 689 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom() argument 698 inline GLValue::Double getRandom (deRandom& rnd, GLValue::Double min, GLValue::Double max) in getRandom() argument 707 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom() argument 716 getRandom(deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) getRandom() argument 725 getRandom(deRandom& rnd, GLValue::Byte min, GLValue::Byte max) getRandom() argument 734 getRandom(deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) getRandom() argument 743 getRandom(deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max) getRandom() argument 752 getRandom(deRandom& rnd, GLValue::Half min, GLValue::Half max) getRandom() argument 764 getRandom(deRandom& rnd, GLValue::Int min, GLValue::Int max) getRandom() argument 773 getRandom(deRandom& rnd, GLValue::Uint min, GLValue::Uint max) getRandom() argument 1592 const GLType max = extractGLValue<GLType>(GLValue::getMaxValue(GLValueTypeTraits<GLType>::Type)); createBasicArray() local 1669 generateIndices(int seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase) generateIndices() argument 1696 createIndices(int seed, int elementCount, int offset, int min, int max, int indexBase) createIndices() argument 3816 const float max = GLValue::getMaxValue(attribSpec.inputType).toFloat(); getCoordScale() local 3856 const float max = GLValue::getMaxValue(attribSpec.inputType).toFloat(); getColorScale() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | wpa_supplicant.c | 701 int i, max; in wpa_clear_keys() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_pattern.cpp | 541 auto max = std::clamp(std::min(std::max(start, end), static_cast<int32_t>(wideText.length())), 0, in GetSelectedText() local 554 auto max = std::min(span->position, end); in GetSelectedText() local 2121 auto max = std::max(start, end); GetSelectedSpanText() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | movenc.c | 5382 static void mov_prune_frag_info(MOVMuxContext *mov, int tracks, int max) argument
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | ParseHelper.cpp | 6177 int max = extensionTurnedOn(E_GL_EXT_mesh_shader) ? resources.maxMeshOutputVerticesEXT in setLayoutQualifier() local 6192 int max in setLayoutQualifier() local 9652 int max = 0; updateStandaloneQualifierDefaults() local [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm.c | 4712 int snd_pcm_hw_params_set_channels_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, unsigned int *max) in snd_pcm_hw_params_set_channels_minmax() argument 4892 int snd_pcm_hw_params_set_rate_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) in snd_pcm_hw_params_set_rate_minmax() argument 5233 snd_pcm_hw_params_set_period_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_params_set_period_time_minmax() argument 5440 snd_pcm_hw_params_set_period_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, int *mindir, snd_pcm_uframes_t *max, int *maxdir) snd_pcm_hw_params_set_period_size_minmax() argument 5657 snd_pcm_hw_params_set_periods_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_params_set_periods_minmax() argument 5857 snd_pcm_hw_params_set_buffer_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_params_set_buffer_time_minmax() argument 6047 snd_pcm_hw_params_set_buffer_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, snd_pcm_uframes_t *max) snd_pcm_hw_params_set_buffer_size_minmax() argument [all...] |
| /third_party/backends/backend/ |
| H A D | hp3500.c | 2641 constrain (int val, int min, int max) in constrain() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numfmtst.cpp | 1925 int32_t max = nf->getMaximumFractionDigits(); in TestCurrencyPatterns() local [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cmsccoll.c | 1827 UColReorderCode oldMax, max; in TestMaxVariable() local [all...] |
| /third_party/libbpf/include/uapi/linux/ |
| H A D | pkt_sched.h | 742 __u32 max; /* max len of qlen_min */ member [all...] |