Home
last modified time | relevance | path

Searched defs:max (Results 676 - 700 of 3582) sorted by relevance

1...<<21222324252627282930>>...144

/third_party/libdrm/amdgpu/
H A Damdgpu_vamgr.c44 amdgpu_vamgr_init(struct amdgpu_bo_va_mgr *mgr, uint64_t start, uint64_t max, uint64_t alignment) amdgpu_vamgr_init() argument
/third_party/libdrm/freedreno/msm/
H A Dmsm_priv.h120 grow(void *ptr, uint32_t nr, uint32_t *max, uint32_t sz) in grow() argument
/third_party/mbedtls/library/
H A Dssl_cache.c381 void mbedtls_ssl_cache_set_max_entries(mbedtls_ssl_cache_context *cache, int max) in mbedtls_ssl_cache_set_max_entries() argument
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c35 static void *grow(void *ptr, uint32_t nr, uint32_t *max, uint32_t sz) in grow() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_offsets.c38 try_extract_const_addition(nir_builder *b, nir_ssa_scalar val, opt_offsets_state *state, unsigned *out_const, uint32_t max) in try_extract_const_addition() argument
105 try_fold_load_store(nir_builder *b, nir_intrinsic_instr *intrin, opt_offsets_state *state, unsigned offset_src_idx, uint32_t max) try_fold_load_store() argument
/third_party/mesa3d/src/freedreno/decode/
H A Dredump.h86 #define max(a, b) (((a) > (b)) ? (a) : (b)) macro
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_register_allocate.c65 agx_assign_regs(BITSET_WORD *used_regs, unsigned count, unsigned align, unsigned max) in agx_assign_regs() argument
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_packet_helpers.h76 const uint64_t max = (1ull << width) - 1; in __gen_uint() local
93 const int64_t max = (1ll << (width - 1)) - 1; in __gen_sint() local
132 const float max = ((1 << (end - start)) - 1) / factor; in __gen_sfixed() local
151 const float max = ((1 << (end - start + 1)) - 1) / factor; in __gen_ufixed() local
/third_party/mesa3d/src/imagination/csbgen/
H A Dpvr_packet_helpers.h77 const uint64_t max = (1ull << width) - 1; in __pvr_uint() local
103 const int64_t max = (1ll << (width - 1)) - 1; in __pvr_sint() local
196 const float max = ((1 << (end - start)) - 1) / factor; in __pvr_sfixed() local
218 const float max = ((1 << (end - start + 1)) - 1) / factor; in __pvr_ufixed() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c67 is_clear_flag_set(const uint *bitvec, union tile_address addr, unsigned max) in is_clear_flag_set() argument
81 clear_clear_flag(uint *bitvec, union tile_address addr, unsigned max) in clear_clear_flag() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_limits.h45 unsigned max; member
50 unsigned max; member
214 unsigned max; member
/third_party/node/deps/zlib/
H A Dinftrees.c37 unsigned min, max; /* minimum and maximum code lengths */ in inflate_table() local
[all...]
H A Dgzread.c15 unsigned get, max = ((unsigned)-1 >> 2) + 1; in gz_load() local
/third_party/node/deps/v8/third_party/zlib/
H A Dgzread.c28 unsigned get, max = ((unsigned)-1 >> 2) + 1; local
H A Dgzwrite.c78 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
/third_party/node/deps/icu-small/source/common/
H A Duvectr32.cpp309 int32_t min = 0, max = count; in sortedInsert() local
H A Ducnvlat1.cpp146 char16_t c, max; in _Latin1FromUnicodeWithOffsets() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h94 uint32_t max; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.h105 int min, max; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dnodearray.h161 nodearray_orr(nodearray *a, unsigned key, nodearray_value value, unsigned max_sparse, unsigned max) nodearray_orr() argument
/third_party/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.h40 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max) in CharPerfFunction() argument
70 StdLibCharPerfFunction(StdLibCharPerfFn func, wchar_t min, wchar_t max) in StdLibCharPerfFunction() argument
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c24 #define max(a, b) (((a) > (b)) ? (a) : (b)) macro
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dnetsync.c122 int configureServer(int max) in configureServer() argument
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_tsc.c133 long delta, max, min; in signal_thread() local
H A Dasync_handler.c117 long delta, max, min; in signal_thread() local

Completed in 16 milliseconds

1...<<21222324252627282930>>...144