/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_cull.c | 213 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 D | hpack.c | 573 int min, n = 0, m; in lws_hpack_dynamic_size() local [all...] |
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_transfer_queue.c | 71 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 D | malloc.c | 194 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 D | malloc.c | 186 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 D | malloc.c | 188 size_t min = (size_t)PAGE_SIZE << mmap_step/2; in __expand_heap() local
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uvector.cpp | 467 int32_t min = 0, max = count; in sortedInsert() local
|
H A D | simpleformatter.cpp | 63 applyPatternMinMaxArguments( const UnicodeString &pattern, int32_t min, int32_t max, UErrorCode &errorCode) applyPatternMinMaxArguments() argument
|
H A D | rbbi_cache.cpp | 320 int32_t min = fStartBufIdx; in seek() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | format_parser.py | 84 def min(self): member in Channel
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_minmax_index.c | 48 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 D | csrmbcs.cpp | 22 #define min(x,y) (((x)<(y))?(x):(y)) macro
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_util.c | 212 VkFilter min, mag; member
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_parse.py | 99 def min(self): member in Channel
|
/third_party/libfuse/example/ |
H A D | hello_ll_uds.c | 115 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
|
H A D | notify_store_retrieve.c | 190 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
|
H A D | notify_inval_entry.c | 207 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
|
H A D | notify_inval_inode.c | 187 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
|
/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 22 #define min(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/third_party/libinput/test/ |
H A D | test-pad.c | 408 int min, max; in START_TEST() local
|
H A D | litest-int.h | 148 int min[2]; /* x/y axis minimum */ member
|
/third_party/ltp/testcases/realtime/perf/latency/ |
H A D | pthread_cond_many.c | 193 unsigned long min = 0; in test_signal() local
|
/third_party/ltp/testcases/realtime/lib/ |
H A D | libstats.c | 171 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 D | builtins-date.cc | 314 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 D | counters.cc | 112 int min; in Counters() member
|