Home
last modified time | relevance | path

Searched refs:intptr_t (Results 1 – 18 of 18) sorted by relevance

/bsp/simulator/pcap/Include/
A Dpcap-stdinc.h86 typedef __int64 intptr_t; typedef
88 typedef _W64 int intptr_t; typedef
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/include/
A Dbits.h15 #define POINTER_TO_INT(x) ((intptr_t) (x))
16 #define INT_TO_POINTER(x) ((void *) (intptr_t) (x))
/bsp/ti/c28x/libraries/tms320f28379d/common/include/
A Dstdint.h196 typedef long intptr_t; typedef
200 typedef int intptr_t; typedef
204 typedef short intptr_t; typedef
207 typedef long intptr_t; typedef
/bsp/k230/drivers/interdrv/pdma/
A Ddrv_pdma.c669 … 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()
/bsp/ft2004/libraries/bsp/standlone/
A Dft_types.h57 typedef intptr_t INTPTR;
/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/
A Dxil_types.h57 typedef intptr_t INTPTR;
/bsp/cvitek/drivers/libraries/eth/
A Deth_phy_cvitek.c259 mmio_write_32((intptr_t)(addr + 0xb0), 0x11111111); in cv181x_config()
261 mmio_write_32((intptr_t)(addr + 0xb4), 0x11111111); in cv181x_config()
/bsp/simulator/SDL2/include/
A DSDL_opengles2_khrplatform.h253 typedef intptr_t khronos_intptr_t;
A DSDL_egl.h291 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;
A DSDL_opengl_glext.h294 typedef intptr_t khronos_intptr_t;
/bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/cmsis/Device/RENESAS/Source/
A Dsystem.c768 intptr_t count; in bsp_static_constructor_init()
769 intptr_t i; in bsp_static_constructor_init()
/bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/cmsis/Device/RENESAS/Source/
A Dsystem.c768 intptr_t count; in bsp_static_constructor_init()
769 intptr_t i; in bsp_static_constructor_init()
/bsp/simulator/pcap/Include/pcap/
A Dpcap.h287 pcap_t *pcap_hopen_offline(intptr_t, char *);
/bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/cmsis/Device/RENESAS/Source/
A Dsystem.c1108 intptr_t count; in bsp_static_constructor_init()
1109 intptr_t i; in bsp_static_constructor_init()
/bsp/simulator/drivers/
A Ddfs_win32.c248 if (_findclose((intptr_t)wdirp->handle) == 0) { in dfs_win32_close()
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_adc.c570 …else if ((ret = _nu_adc_control((rt_device_t)device, SWITCH_CH, (void *)(intptr_t)channel)) != RT_… in nu_adc_convert()
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_adc.c570 …else if ((ret = _nu_adc_control((rt_device_t)device, SWITCH_CH, (void *)(intptr_t)channel)) != RT_… in nu_adc_convert()
/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_adc.c569 …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