Searched refs:UINT16_MAX (Results 1 – 9 of 9) sorted by relevance
26 #define UINT16_MAX (65535) macro
117 VPCI_READ_CHECK(reg + i * 2, 2, (val >> (i * 2 * 8)) & UINT16_MAX); in multiread4_check()136 VPCI_WRITE_CHECK(reg + i * 2, 2, (val >> (i * 2 * 8)) & UINT16_MAX); in multiwrite4_check()
295 #ifndef UINT16_MAX296 #define UINT16_MAX (65535U) macro
318 #ifndef UINT16_MAX319 #define UINT16_MAX (65535U) macro
314 #ifndef UINT16_MAX315 #define UINT16_MAX (65535U) macro
291 #ifndef UINT16_MAX292 #define UINT16_MAX (65535U) macro
127 if ( sval < INT16_MIN || sval > UINT16_MAX ) in reloc_data()193 if ( imm > UINT16_MAX ) in reloc_insn_movw()
118 if ( strtab->length > UINT16_MAX - len ) in xc_core_strtab_get()128 if ( strtab->max > UINT16_MAX / 2 ) in xc_core_strtab_get()198 if ( sheaders->num_max > UINT16_MAX - SHDR_INC ) in xc_core_shdr_get()
38 if ( val > UINT16_MAX && val < (uint64_t)INT16_MIN ) in assign_integer_param()
Completed in 17 milliseconds