Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/rawsock/
H A Drawsock.c347 uint16 arg = I_to_uint16(check_uint16(popSTACK()));
362 uint16 arg = I_to_uint16(check_uint16(popSTACK()));
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Darray.d2664 *ptr2++ = I_to_uint16(value); in elt_copy_T_16Bit()
3280 var uint16 x = I_to_uint16(element); in elt_fill()
3388 x = I_to_uint16(element); in elt_fill()
H A Dlispbibl.d19409 #define I_to_uint16(obj) (uint16)(as_oint(obj) >> oint_data_shift) macro
19426 #define I_to_uint I_to_uint16
19443 %% export_def(I_to_uint16(obj));
H A Dstream.d13530 var int display = I_to_uint16(STACK_0);
13879 port = I_to_uint16(check_uint16(STACK_2));
14096 handle = create_client_socket(hostname,I_to_uint16(STACK_4),tvp);
H A Dforeign.d2490 *pdata = I_to_uint16(obj); in convert_to_foreign()
H A DChangeLog25225 (SYS::MAKE-SOCKET-STREAM): Use uint16_p/I_to_uint16 instead of
25229 (create_server_socket): Use uint16_p/I_to_uint16 instead of
25233 (SOCKET-CONNECT): Use uint16_p/I_to_uint16 instead of
59509 * lispbibl.d (I_to_uint8, I_to_sint8, I_to_uint16, I_to_sint16)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/syscalls/
H A Dcalls.c3929 pvar->vt = typehint; pvar->uiVal = I_to_uint16(STACK_0); rv = 1; in LispToPropVariant()