Home
last modified time | relevance | path

Searched defs:max_int (Results 1 – 2 of 2) sorted by relevance

/third_party/lame/libmp3lame/
Dpresets.c57 max_int(int a, int b) in max_int() function
/third_party/mesa3d/src/compiler/nir/
Dnir.c963 const int64_t max_int = (1ull << (bit_size - 1)) - 1; in nir_alu_binop_identity() local