Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/scripts/kconfig/
Dzconf.lex.c99 #ifndef UINT16_MAX
100 #define UINT16_MAX (65535U) macro
Dzconf.lex.c_shipped99 #ifndef UINT16_MAX
100 #define UINT16_MAX (65535U)
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped80 #ifndef UINT16_MAX
81 #define UINT16_MAX (65535U)
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped80 #ifndef UINT16_MAX
81 #define UINT16_MAX (65535U)
/linux-4.1.27/tools/perf/util/
Dsession.c1762 max_nr = (UINT16_MAX - sizeof(struct id_index_event)) / in perf_event__synthesize_id_index()