Home
last modified time | relevance | path

Searched defs:min (Results 251 - 275 of 877) sorted by relevance

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

/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
/third_party/libinput/test/
H A Dtest-pad.c408 int min, max; in START_TEST() local
H A Dlitest-int.h148 int min[2]; /* x/y axis minimum */ member
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_many.c193 unsigned long min = 0; in test_signal() local
/third_party/ltp/testcases/realtime/lib/
H A Dlibstats.c171 long min; in stats_min() local
264 long min, max, width; in stats_hist() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-date.cc314 Handle<Object> min = args.at(2); in BUILTIN() local
362 Handle<Object> min = args.atOrUndefined(isolate, 1); in BUILTIN() local
533 Handle<Object> min = args.at(2); BUILTIN() local
580 Handle<Object> min = args.atOrUndefined(isolate, 1); BUILTIN() local
686 int year, month, day, weekday, hour, min, sec, ms; BUILTIN() local
692 year, month + 1, day, hour, min, sec, ms); BUILTIN() local
695 -year, month + 1, day, hour, min, sec, ms); BUILTIN() local
698 year, month + 1, day, hour, min, sec, ms); BUILTIN() local
[all...]
/third_party/node/deps/v8/src/logging/
H A Dcounters.cc112 int min; in Counters() member

Completed in 20 milliseconds

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