Home
last modified time | relevance | path

Searched refs:intval (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dhlsl.l198 sscanf(yytext, "0x%x", &hlsl_lval.intval);
202 sscanf(yytext, "0%o", &hlsl_lval.intval);
206 hlsl_lval.intval = (atoi(yytext));
244 hlsl_lval.intval = (atoi(yytext));
H A Dhlsl.y892 INT intval; member
1007 %token <intval> PRE_LINE
1013 %token <intval> C_INTEGER
1033 %type <intval> array
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dppp.h531 #define ppp_set_listen_time(ppp, intval) (ppp->settings.listen_time = intval) argument
587 #define ppp_set_asyncmap(ppp, intval) (ppp->lcp_wantoptions.asyncmap = intval) argument
/reactos/sdk/include/psdk/
H A Dsqltypes.h125 } intval; member