Searched refs:CODE (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/
H A DProfileMessageSupport.cpp20 #define CODE(x) case x: return #x macro
22 CODE(AS_GET_DESKTOP);
23 CODE(AS_REGISTER_INPUT_SERVER);
24 CODE(AS_EVENT_STREAM_CLOSED);
27 CODE(AS_GET_WINDOW_LIST);
28 CODE(AS_GET_WINDOW_INFO);
29 CODE(AS_MINIMIZE_TEAM);
30 CODE(AS_BRING_TEAM_TO_FRONT);
31 CODE(AS_WINDOW_ACTION);
34 CODE(AS_CREATE_AP
[all...]
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h133 #define CATCH_ERRORS(CODE) try { CODE } catch(...) { }
137 #define RETURN_ON_EXCEPTION(CODE, VALUE) { try { CODE } catch(...) { return VALUE; } }
139 #define THROW_ON_ERROR(CODE) { int nRetVal = CODE; if (nRetVal != 0) throw(nRetVal); }
141 #define EXPAND_1_TIMES(CODE) CODE
142 #define EXPAND_2_TIMES(CODE) CODE COD
[all...]
H A DTools.inc9 %define segment_code segment .text align=32 class=CODE use32
24 %define segment_code segment .text align=32 class=CODE use32
/haiku/src/add-ons/kernel/network/stack/
H A Ddatalink.cpp59 # define CODE(x) case x: return #x; macro
61 CODE(SIOCADDRT) /* add route */
62 CODE(SIOCDELRT) /* delete route */
63 CODE(SIOCSIFADDR) /* set interface address */
64 CODE(SIOCGIFADDR) /* get interface address */
65 CODE(SIOCSIFDSTADDR) /* set point-to-point address */
66 CODE(SIOCGIFDSTADDR) /* get point-to-point address */
67 CODE(SIOCSIFFLAGS) /* set interface flags */
68 CODE(SIOCGIFFLAGS) /* get interface flags */
69 CODE(SIOCGIFBRDADD
123 # undef CODE macro
[all...]
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp91 #define CODE(x) case x: return #x; macro
93 CODE(B_NET_ERROR_REDIRECT_HOST)
94 CODE(B_NET_ERROR_UNREACH_NET)
95 CODE(B_NET_ERROR_UNREACH_HOST)
96 CODE(B_NET_ERROR_UNREACH_PROTOCOL)
97 CODE(B_NET_ERROR_UNREACH_PORT)
98 CODE(B_NET_ERROR_MESSAGE_SIZE)
99 CODE(B_NET_ERROR_TRANSIT_TIME_EXCEEDED)
100 CODE(B_NET_ERROR_REASSEMBLY_TIME_EXCEEDED)
101 CODE(B_NET_ERROR_PARAMETER_PROBLE
106 #undef CODE macro
[all...]

Completed in 175 milliseconds