Searched refs:intptr_t (Results 1 – 18 of 18) sorted by relevance
86 typedef __int64 intptr_t; typedef88 typedef _W64 int intptr_t; typedef
15 #define POINTER_TO_INT(x) ((intptr_t) (x))16 #define INT_TO_POINTER(x) ((void *) (intptr_t) (x))
196 typedef long intptr_t; typedef200 typedef int intptr_t; typedef204 typedef short intptr_t; typedef207 typedef long intptr_t; typedef
669 … llt_list[i].src_addr = ((rt_uint32_t)(intptr_t)pdma_cfg->src_addr + PDMA_MAX_LINE_SIZE * i); in _k230_pdma_llt_cal()670 …llt_list[i].dst_addr = ((rt_uint32_t)(intptr_t)pdma_cfg->dst_addr); /* Device address remains fix… in _k230_pdma_llt_cal()674 …llt_list[i].src_addr = ((rt_uint32_t)(intptr_t)pdma_cfg->src_addr); /* Device address remains fix… in _k230_pdma_llt_cal()675 … llt_list[i].dst_addr = ((rt_uint32_t)(intptr_t)pdma_cfg->dst_addr + PDMA_MAX_LINE_SIZE * i); in _k230_pdma_llt_cal()693 llt_list[i].next_llt_addr = (rt_uint32_t)(intptr_t)rt_kmem_v2p(next_llt_va); in _k230_pdma_llt_cal()
57 typedef intptr_t INTPTR;
259 mmio_write_32((intptr_t)(addr + 0xb0), 0x11111111); in cv181x_config()261 mmio_write_32((intptr_t)(addr + 0xb4), 0x11111111); in cv181x_config()
253 typedef intptr_t khronos_intptr_t;
291 typedef intptr_t khronos_intptr_t;453 typedef intptr_t EGLNativeDisplayType;454 typedef intptr_t EGLNativePixmapType;455 typedef intptr_t EGLNativeWindowType;790 typedef intptr_t EGLAttrib;909 typedef intptr_t EGLAttribKHR;
294 typedef intptr_t khronos_intptr_t;
768 intptr_t count; in bsp_static_constructor_init()769 intptr_t i; in bsp_static_constructor_init()
287 pcap_t *pcap_hopen_offline(intptr_t, char *);
1108 intptr_t count; in bsp_static_constructor_init()1109 intptr_t i; in bsp_static_constructor_init()
248 if (_findclose((intptr_t)wdirp->handle) == 0) { in dfs_win32_close()
570 …else if ((ret = _nu_adc_control((rt_device_t)device, SWITCH_CH, (void *)(intptr_t)channel)) != RT_… in nu_adc_convert()
569 …else if ((ret = _nu_adc_control((rt_device_t)device, SWITCH_CH, (void *)(intptr_t)channel)) != RT_… in nu_adc_convert()
Completed in 107 milliseconds