Home
last modified time | relevance | path

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

/linux-4.4.14/tools/usb/usbip/src/
Dusbip_network.c54 if (port > UINT16_MAX) { in usbip_setup_port_number()
56 arg, UINT16_MAX); in usbip_setup_port_number()
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c98 #ifndef UINT16_MAX
99 #define UINT16_MAX (65535U) macro
Dzconf.lex.c_shipped98 #ifndef UINT16_MAX
99 #define UINT16_MAX (65535U)
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped80 #ifndef UINT16_MAX
81 #define UINT16_MAX (65535U)
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped80 #ifndef UINT16_MAX
81 #define UINT16_MAX (65535U)
/linux-4.4.14/tools/perf/util/
Dsession.c2029 max_nr = (UINT16_MAX - sizeof(struct id_index_event)) / in perf_event__synthesize_id_index()