Home
last modified time | relevance | path

Searched defs:min (Results 851 - 875 of 877) sorted by relevance

1...<<313233343536

/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dx509v3.h1079 ASN1_INTEGER *min, *max; member
1144 ASN1_BIT_STRING *min, *max; member
/third_party/openssl/test/
H A Dsslapitest.c1283 #define min(a,b) ((a) > (b) ? (b) : (a)) macro
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c6040 uint32_t min = 0; in check_match_limit() local
H A Dpcre2_jit_compile.c1583 sljit_u32 min; in get_class_iterator_size() local
1621 sljit_s32 min, max, i; in detect_repeat() local
3903 read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, jump_list **backtracks, sljit_u32 options) read_char() argument
7509 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; compile_xclass_matchingpath() local
9437 int min = 0, max = 0; compile_ref_iterator_matchingpath() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp6406 deUint8 stencilResult(vk::VkStencilOp op, deUint8 storedValue, deUint8 referenceValue, deUint8 min, deUint8 max) in stencilResult() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12492 static T min(T left, T right) min() function
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c1468 store_read_chunk(png_store *ps, png_bytep pb, size_t max, size_t min) in store_read_chunk() argument
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H A DNVCtrl.h4332 int64_t min; member
/third_party/toybox/generated/
H A Dglobals.h193 unsigned long sent, recv, fugit, min, max; member
/third_party/toybox/toys/pending/
H A Dbc.c1182 size_t i, min, a_int, b_int, diff; in bc_num_cmp() local
5026 unsigned long val, max, min; in bc_program_assign() local
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c7000 static int64_t jsondec_unixtime(int y, int m, int d, int h, int min, int s) { in jsondec_unixtime() argument
7019 int min = jsondec_tsdigits(d, &ptr, 2, ":"); in jsondec_timestamp() local
7518 int L, N, I, J, K, hour, min, sec; in jsonenc_timestamp() local
/third_party/python/Modules/
H A Dposixmodule.c6922 int min = sched_get_priority_min(policy); in os_sched_get_priority_min_impl() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp5312 deUint8 stencilResult(vk::VkStencilOp op, deUint8 storedValue, deUint8 referenceValue, deUint8 min, deUint8 max) in stencilResult() argument
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js2031 function min(a, b, compare) { function
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp11320 else if (rect_type == WRT_Content) { ImVec2 min = window->InnerRect.Min - window->Scroll + window->WindowPadding; return ImRect(min, min + window->ContentSize); } in ShowMetricsWindow() local
11321 else if (rect_type == WRT_ContentIdeal) { ImVec2 min = window->InnerRect.Min - window->Scroll + window->WindowPadding; return ImRect(min, min in ShowMetricsWindow() local
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js1903 function min(items, compare) { function
[all...]
H A Dtypescript.js1894 function min(items, compare) { function
[all...]
H A DtypescriptServices.js1894 function min(items, compare) { function
[all...]
H A DtypingsInstaller.js1884 function min(items, compare) { function
[all...]
H A Dtsserver.js1904 function min(items, compare) { function
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/glfw/deps/
H A Dnuklear.h5273 float min, max, range; global() member
21046 nk_draw_slider(struct nk_command_buffer *out, nk_flags state, const struct nk_style_slider *style, const struct nk_rect *bounds, const struct nk_rect *visual_cursor, float min, float value, float max) nk_draw_slider() argument
21105 nk_do_slider(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, float min, float val, float max, float step, const struct nk_style_slider *style, struct nk_input *in, const struct nk_user_font *font) nk_do_slider() argument
21228 nk_slide_float(struct nk_context *ctx, float min, float val, float max, float step) nk_slide_float() argument
21233 nk_slide_int(struct nk_context *ctx, int min, int val, int max, int step) nk_slide_int() argument
21240 nk_slider_int(struct nk_context *ctx, int min, int *val, int max, int step) nk_slider_int() argument
23938 nk_property_int(struct nk_context *ctx, const char *name, int min, int *val, int max, int step, float inc_per_pixel) nk_property_int() argument
23952 nk_property_float(struct nk_context *ctx, const char *name, float min, float *val, float max, float step, float inc_per_pixel) nk_property_float() argument
23966 nk_property_double(struct nk_context *ctx, const char *name, double min, double *val, double max, double step, float inc_per_pixel) nk_property_double() argument
23980 nk_propertyi(struct nk_context *ctx, const char *name, int min, int val, int max, int step, float inc_per_pixel) nk_propertyi() argument
23994 nk_propertyf(struct nk_context *ctx, const char *name, float min, float val, float max, float step, float inc_per_pixel) nk_propertyf() argument
24008 nk_propertyd(struct nk_context *ctx, const char *name, double min, double val, double max, double step, float inc_per_pixel) nk_propertyd() argument
[all...]
/third_party/sqlite/src/
H A Dshell.c7570 int Y,M,D,X1,X2,A,B,sec,min,hr; in zipfileMtime() local
7601 int hr, min, sec; in zipfileMtimeToDos() local
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs31108 fn min(mut self) -> Option<(&'a K, &'a V)> { in into_iter() functions
31177 fn min(mut self) -> Option<(&'a K, &'a mut V)> { in into_iter() functions
31329 fn min(mut self) -> Option<&'a K> { in last() functions
31522 fn min(mu functions
31587 fn min(mut self) -> Option<K> { min() functions
31682 fn min(mut self) -> Option<(&'a K, &'a mut V)> { min() functions
33466 fn min(mut self) -> Option<&'a T> { last() functions
33537 fn min(mut self) -> Option<&'a T> { next() functions
33615 fn min(mut self) -> Option<&'a T> { min() functions
33650 fn min(mut self) -> Option<&'a T> { min() functions
33710 fn min(mut self) -> Option<&'a T> { min() functions
33739 fn min(mut self) -> Option<&'a T> { min() functions
[all...]

Completed in 303 milliseconds

1...<<313233343536