Home
last modified time | relevance | path

Searched defs:max (Results 2901 - 2925 of 3558) sorted by relevance

1...<<111112113114115116117118119120>>...143

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c790 MHD_socket max; in MHD_handle_connection() local
2259 MHD_socket max; in MHD_select() local
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp174 int32_t max = UINT16_MAX + 1; in calculateGlyphCount() local
[all...]
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1456 Sk4s min, max; compute_triangle_bounds() local
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Daflatin.c2033 FT_Pos max = seg1->max_coord; in af_latin_hints_link_segments() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvmbcs.cpp739 int32_t min, max, entry, nextState; in getStateProp() local
H A Duloc_tag.cpp410 _isAlphaNumericStringLimitedLength(const char* s, int32_t len, int32_t min, int32_t max) { in _isAlphaNumericStringLimitedLength() argument
H A Dumutablecptrie.cpp740 int32_t max = -1; in findMostUsed() local
/third_party/toybox/toys/pending/
H A Dfdisk.c689 static int get_non_free_partition(int max) in get_non_free_partition() argument
708 static int get_free_partition(int max) in get_free_partition() argument
/third_party/tzdata/
H A Dprivate.h819 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc1153 sminmax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) sminmax() argument
1190 sminmaxp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) sminmaxp() argument
1301 sminmaxv(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src, bool max) sminmaxv() argument
1359 uminmax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) uminmax() argument
1396 uminmaxp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) uminmaxp() argument
1443 uminmaxv(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src, bool max) uminmaxv() argument
[all...]
/third_party/python/PC/
H A Dlauncher.c1247 unsigned short max; member
/third_party/python/Modules/_sre/
H A Dsre.c1823 SRE_CODE min, max; in _validate_inner() local
1843 SRE_CODE op1 = op, min, max; in _validate_inner() local
/third_party/python/Modules/
H A Dmathmodule.c2557 vector_norm(Py_ssize_t n, double *vec, double max, int found_nan) in vector_norm() argument
2676 double max = 0.0; math_dist_impl() local
2758 double max = 0.0; math_hypot() local
[all...]
H A Dselectmodule.c125 int max = -1; in seq2set() local
276 int imax, omax, emax, max; in select_select_impl() local
[all...]
H A Dpyexpat.c347 int i, max; in my_StartElementHandler() local
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c277 static size_t write_ALAC_data(uint8_t *packet, const size_t max, uint8_t *raw, size_t *length, bool compress) { in write_ALAC_data() argument
363 const size_t max = sizeof(tcp_audio_header) + 8 + 16384; in send_tcp_audio_packet() local
454 const size_t max = sizeof(udp_audio_retrans_header) + sizeof(udp_audio_header) + 8 + 1408; in send_udp_audio_packet() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_post.c1257 static int __cil_expr_to_bitmap_helper(struct cil_list_item *curr, enum cil_flavor flavor, ebitmap_t *bitmap, int max, struct cil_db *db) in __cil_expr_to_bitmap_helper() argument
1297 static int __cil_expr_to_bitmap(struct cil_list *expr, ebitmap_t *out, int max, struct cil_db *db) in __cil_expr_to_bitmap() argument
1411 __cil_expr_list_to_bitmap(struct cil_list *expr_list, ebitmap_t *out, int max, struct cil_db *db) __cil_expr_list_to_bitmap() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1587 const int max = offsetRange.y(); in generateBasic2DCaseIterations() local
1614 const int max in generateBasic2DCaseIterations() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp223 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom() argument
232 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom() argument
241 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() argument
250 getRandom(deRandom& rnd, GLValue::Byte min, GLValue::Byte max) getRandom() argument
259 getRandom(deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) getRandom() argument
268 getRandom(deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max) getRandom() argument
277 getRandom(deRandom& rnd, GLValue::Half min, GLValue::Half max) getRandom() argument
289 getRandom(deRandom& rnd, GLValue::Int min, GLValue::Int max) getRandom() argument
298 getRandom(deRandom& rnd, GLValue::Uint min, GLValue::Uint max) getRandom() argument
307 getRandom(deRandom& rnd, GLValue::Double min, GLValue::Double max) getRandom() argument
1248 setData(char* data, Array::InputType type, deRandom& rnd, GLValue min, GLValue max) setData() argument
1318 generateArray(int seed, GLValue min, GLValue max, int count, int componentCount, int stride, Array::InputType type) generateArray() argument
1341 generateQuads(int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max, float gridSize) generateQuads() argument
1423 const deUint32 max = 1024; createQuadsPacked() local
1479 createQuads(int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, T min, T max, float gridSize) createQuads() argument
1582 generatePerQuad(int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max) generatePerQuad() argument
1637 createPerQuads(int seed, int count, int componentCount, int stride, Array::Primitive primitive, T min, T max) createPerQuads() argument
[all...]
H A DglsVertexArrayTests.hpp468 GLValue max; member in deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp889 deUint32 max; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dlibtommath.c223 int olduse, res, min, max; in s_mp_add() local
310 int olduse, res, min, max; in s_mp_sub() local
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExpression.cpp599 isConversionOk(DstType min, DstType max) isConversionOk() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dlibtommath.c223 int olduse, res, min, max; in s_mp_add() local
310 int olduse, res, min, max; in s_mp_sub() local
[all...]
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp991 int mu[3], min[3], max[3]; in selectEndPointPCA() local

Completed in 119 milliseconds

1...<<111112113114115116117118119120>>...143