| /third_party/ffmpeg/tests/ |
| H A D | tiny_psnr.c | 139 int64_t max = (1LL << (8 * len)) - 1; in run_psnr() local
|
| /third_party/alsa-utils/amixer/ |
| H A D | volume_mapping.c | 87 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 D | astcenc_mathlib.h | 210 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 D | volume_mapping.c | 87 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 D | signal.c | 117 int i, nsamples, max; in adjust_waveform() local
|
| /third_party/alsa-lib/test/ |
| H A D | seq-sender.c | 150 int client, port, queue, max, err, v1, v2, time = 0, pcm_flag = 0; in event_sender() local [all...] |
| H A D | seq.c | 64 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 D | driver.h | 47 # define max(a,b) ((a) > (b) ? (a) : (b)) macro
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnvlat1.cpp | 146 UChar c, max; in _Latin1FromUnicodeWithOffsets() local
|
| H A D | uvectr32.cpp | 309 int32_t min = 0, max = count; in sortedInsert() local
|
| /third_party/libwebsockets/lib/drivers/netdev/ |
| H A D | netdev.c | 53 size_t w = 0, max = 2048; in lws_netdev_credentials_settings_set() local
|
| /third_party/libdrm/etnaviv/ |
| H A D | etnaviv_cmd_stream.c | 34 static void *grow(void *ptr, uint32_t nr, uint32_t *max, uint32_t sz) in grow() argument
|
| /third_party/libdrm/amdgpu/ |
| H A D | amdgpu_device.c | 154 uint64_t start, max; in amdgpu_device_initialize() local [all...] |
| H A D | amdgpu_vamgr.c | 44 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 D | msm_priv.h | 120 grow(void *ptr, uint32_t nr, uint32_t *max, uint32_t sz) in grow() argument
|
| /third_party/mbedtls/library/ |
| H A D | ssl_cache.c | 381 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 D | etnaviv_cmd_stream.c | 35 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 D | nir_opt_offsets.c | 38 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 D | redump.h | 86 #define max(a, b) (((a) > (b)) ? (a) : (b)) macro
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_register_allocate.c | 65 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 D | v3d_packet_helpers.h | 76 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 D | pvr_packet_helpers.h | 77 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 D | sp_tile_cache.c | 67 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 D | nine_limits.h | 45 unsigned max; member 50 unsigned max; member 214 unsigned max; member
|
| /third_party/node/deps/zlib/ |
| H A D | inftrees.c | 37 unsigned min, max; /* minimum and maximum code lengths */ in inflate_table() local [all...] |