Home
last modified time | relevance | path

Searched defs:min (Results 401 - 425 of 884) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_sse_4.h569 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() function
798 ASTCENC_SIMD_INLINE vfloat4 min(vfloat4 a, vfloat4 b) in min() function
H A Dastcenc_vecmathlib_neon_4.h544 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() function
755 ASTCENC_SIMD_INLINE vfloat4 min(vfloat4 a, vfloat4 b) in min() function
/third_party/backends/backend/
H A Dumax_pp.c2173 int min = 255; in sane_read() local
H A Dp5.c509 SANE_Int i, min; in set_automatic_value() local
1705 SANE_Int option, i, min, idx; in init_options() local
[all...]
/third_party/backends/include/sane/
H A Dsane.h137 SANE_Word min; /* minimum (element) value */ member
/third_party/backends/japi/
H A DJscanimage.java767 public SaneSlider(int min, int max, Jscanimage dlg, int opt, String tip) in SaneSlider() argument
826 double min, max; // Min, max in floating-point. field in FixedSaneSlider
[all...]
/third_party/curl/lib/
H A Dkrb5.c140 OM_uint32 maj, min; in krb5_decode() local
164 OM_uint32 maj, min; in krb5_encode() local
206 OM_uint32 maj, min; in krb5_auth() local
372 OM_uint32 min; krb5_end() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c66 int snd_ext_parm_set_minmax(struct snd_ext_parm *parm, unsigned int min, unsigned int max) in snd_ext_parm_set_minmax() argument
802 snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max) snd_pcm_extplug_set_slave_param_minmax() argument
850 snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max) snd_pcm_extplug_set_param_minmax() argument
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h128 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c287 INT32 hour, min, sec; in GetDaySecondsFromString() local
/third_party/libuv/src/unix/
H A Dthread.c70 static const size_t min = 8192; in uv__min_stack_size() local
/third_party/libcoap/examples/
H A Doscore-interop-server.c60 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dcoap-rd.c68 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
[all...]
/third_party/libcoap/src/
H A Dcoap_pdu.c34 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dcoap_subscribe.c20 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/third_party/mbedtls/library/
H A Dbignum_core.c114 mbedtls_ct_condition_t mbedtls_mpi_core_uint_le_mpi(mbedtls_mpi_uint min, in mbedtls_mpi_core_uint_le_mpi() argument
637 mbedtls_mpi_core_random(mbedtls_mpi_uint *X, mbedtls_mpi_uint min, const mbedtls_mpi_uint *N, size_t limbs, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_mpi_core_random() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date-prototype.c510 ecma_number_t min = ecma_date_min_from_time (date_num); in ecma_builtin_date_prototype_dispatch_set() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c589 uint32_t min = UINT32_MAX, max = 0; in gather_push_constants() local
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer.cpp442 aco_opcode min, max, med3; member
538 Builder::Result min = bld.vop2(cfg.min, bld.def(v1), cfg.ub, max); global() variable
724 Temp min = bld.vop2(aco_opcode::v_min_f32, bld.def(v1), Operand::zero(), xor0); global() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c770 double min = dsa->depth_bounds_min; in depth_bounds_test_quads() local
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h146 uint32_t min; member
/third_party/node/src/
H A Dnode.cc610 rlim_t min = lim.rlim_cur; in PlatformInit() local
/third_party/node/deps/googletest/src/
H A Dgtest.cc91 #undef min macro
96 #undef min macro
/third_party/mesa3d/src/loader/
H A Dloader.c474 static int loader_get_linux_pci_field(int maj, int min, const char *field) in loader_get_linux_pci_field() argument
501 int min = minor(sbuf.st_rdev); in loader_get_linux_pci_id_for_fd() local
/third_party/mesa3d/src/mesa/main/
H A Dglthread_draw.c1057 unsigned min = ~0, max = 0; in _mesa_marshal_MultiDrawElementsBaseVertex() local

Completed in 37 milliseconds

1...<<11121314151617181920>>...36