Home
last modified time | relevance | path

Searched defs:min (Results 651 - 675 of 2270) sorted by relevance

1...<<21222324252627282930>>...91

/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names.c207 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-date.c380 ecma_number_t min = (ecma_number_t) fmod (floor (time / ECMA_DATE_MS_PER_MINUTE), in ecma_date_min_from_time() local
429 ecma_date_make_time(ecma_number_t hour, ecma_number_t min, ecma_number_t sec, ecma_number_t ms) ecma_date_make_time() argument
H A Decma-builtin-date.c55 ecma_date_parse_date_chars(const lit_utf8_byte_t **str_p, const lit_utf8_byte_t *str_end_p, uint32_t num_of_chars, uint32_t min, uint32_t max) ecma_date_parse_date_chars() argument
/third_party/lame/frontend/
H A Dbrhist.c177 unsigned int hour, min, sec; in progress_line() local
/third_party/jerryscript/jerry-ext/arg/
H A Darg-transform-functions.c130 jerryx_arg_helper_process_double(double *d, double min, double max, jerryx_arg_int_option_t option) jerryx_arg_helper_process_double() argument
[all...]
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.h139 unsigned min; member
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_cull.c213 LLVMValueRef min, max, not_equal[2], visible; in cull_bbox() local
290 LLVMValueRef min = ac_build_fmin(ctx, v0[chan], v1[chan]); in cull_bbox() local
[all...]
/third_party/libwebsockets/lib/roles/h2/
H A Dhpack.c573 int min, n = 0, m; in lws_hpack_dynamic_size() local
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_transfer_queue.c71 box_min_max(const struct pipe_box *box, int dim, int *min, int *max) in box_min_max() argument
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c194 size_t min = (size_t)PAGE_SIZE << mmap_step/2; in __expand_heap() local
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c186 size_t min = (size_t)PAGE_SIZE << mmap_step/2; in __expand_heap() local
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc.c188 size_t min = (size_t)PAGE_SIZE << mmap_step/2; in __expand_heap() local
/third_party/node/deps/icu-small/source/common/
H A Duvector.cpp467 int32_t min = 0, max = count; in sortedInsert() local
H A Dsimpleformatter.cpp63 applyPatternMinMaxArguments( const UnicodeString &pattern, int32_t min, int32_t max, UErrorCode &errorCode) applyPatternMinMaxArguments() argument
H A Drbbi_cache.cpp320 int32_t min = fStartBufIdx; in seek() local
/third_party/mesa3d/src/mesa/main/
H A Dformat_parser.py84 def min(self): member in Channel
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_minmax_index.c48 GLuint min; member
176 vbo_minmax_cache_store(struct gl_context *ctx, struct gl_buffer_object *bufferObj, unsigned index_size, GLintptr offset, GLuint count, GLuint min, GLuint max) vbo_minmax_cache_store() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrmbcs.cpp22 #define min(x,y) (((x)<(y))?(x):(y)) macro
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_util.c212 VkFilter min, mag; member
/third_party/mesa3d/src/util/format/
H A Du_format_parse.py99 def min(self): member in Channel
/third_party/libfuse/example/
H A Dhello_ll_uds.c115 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
H A Dnotify_store_retrieve.c190 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
H A Dnotify_inval_entry.c207 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
H A Dnotify_inval_inode.c187 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/third_party/libevdev/tools/
H A Dmouse-dpi-tool.c22 #define min(a, b) (((a) < (b)) ? (a) : (b)) macro

Completed in 19 milliseconds

1...<<21222324252627282930>>...91