Home
last modified time | relevance | path

Searched defs:max (Results 726 - 750 of 3713) sorted by relevance

1...<<21222324252627282930>>...149

/third_party/ffmpeg/tests/
H A Dtiny_psnr.c139 int64_t max = (1LL << (8 * len)) - 1; in run_psnr() local
/third_party/alsa-utils/amixer/
H A Dvolume_mapping.c87 long min, max, value; in get_normalized_volume() local
126 long min, max, value; set_normalized_volume() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h210 static inline T max(T p, T q) in max() function
227 static inline T max(T p, T q, T r) in max() function
245 static inline T max(T p, T q, T r, T s) in max() function
/third_party/alsa-utils/alsamixer/
H A Dvolume_mapping.c87 long min, max, value; in get_normalized_volume() local
126 long min, max, value; set_normalized_volume() local
[all...]
/third_party/alsa-utils/bat/
H A Dsignal.c117 int i, nsamples, max; in adjust_waveform() local
/third_party/alsa-lib/test/
H A Dseq-sender.c150 int client, port, queue, max, err, v1, v2, time = 0, pcm_flag = 0; in event_sender() local
[all...]
H A Dseq.c64 int err, idx, min, max; in show_queue_status() local
88 int err, idx, min, max; in show_port_info() local
116 int err, idx, min, max; in show_client_info() local
/third_party/cups-filters/cupsfilters/
H A Ddriver.h47 # define max(a,b) ((a) > (b) ? (a) : (b)) macro
/third_party/icu/icu4c/source/common/
H A Ducnvlat1.cpp146 UChar c, max; in _Latin1FromUnicodeWithOffsets() local
H A Duvectr32.cpp309 int32_t min = 0, max = count; in sortedInsert() local
/third_party/libwebsockets/lib/drivers/netdev/
H A Dnetdev.c53 size_t w = 0, max = 2048; in lws_netdev_credentials_settings_set() local
/third_party/libdrm/etnaviv/
H A Detnaviv_cmd_stream.c34 static void *grow(void *ptr, uint32_t nr, uint32_t *max, uint32_t sz) in grow() argument
/third_party/libdrm/amdgpu/
H A Damdgpu_device.c154 uint64_t start, max; in amdgpu_device_initialize() local
[all...]
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...]

Completed in 12 milliseconds

1...<<21222324252627282930>>...149