Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 – 7 of 7) sorted by relevance

/tools/firmware/include/
A Dstdint.h24 #define UINT16_MAX 0xffff macro
/tools/libs/util/
A Dlibxlu_disk_l.h298 #ifndef UINT16_MAX
299 #define UINT16_MAX (65535U) macro
A Dlibxlu_cfg_l.h318 #ifndef UINT16_MAX
319 #define UINT16_MAX (65535U) macro
A Dlibxlu_cfg_l.c314 #ifndef UINT16_MAX
315 #define UINT16_MAX (65535U) macro
A Dlibxlu_disk_l.c294 #ifndef UINT16_MAX
295 #define UINT16_MAX (65535U) macro
/tools/tests/vpci/
A Dmain.c151 VPCI_READ_CHECK(reg + i * 2, 2, (val >> (i * 2 * 8)) & UINT16_MAX); in multiread4_check()
170 VPCI_WRITE_CHECK(reg + i * 2, 2, (val >> (i * 2 * 8)) & UINT16_MAX); in multiwrite4_check()
/tools/libs/guest/
A Dxg_core.c119 if ( strtab->length > UINT16_MAX - len ) in xc_core_strtab_get()
129 if ( strtab->max > UINT16_MAX / 2 ) in xc_core_strtab_get()
199 if ( sheaders->num_max > UINT16_MAX - SHDR_INC ) in xc_core_shdr_get()

Completed in 39 milliseconds