Searched defs:vp (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/drivers/peripheral/pwm/src/ |
A D | pwm_dev.c | 31 vfs_pwm_t *vp = (vfs_pwm_t *)f->node->i_arg; in pwm_device_ioctl() local 93 vfs_pwm_t *vp = (vfs_pwm_t *)f->node->i_arg; in pwm_device_open() local 103 vfs_pwm_t *vp = (vfs_pwm_t *)f->node->i_arg; in pwm_device_close() local 183 vfs_pwm_t *vp = malloc(sizeof(vfs_pwm_t)); in vfs_pwm_drv_init() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirread.c | 662 uint16* vp = (uint16*) v; in TIFFFetchAnyArray() local 666 int16* vp = (int16*) v; in TIFFFetchAnyArray() local 676 uint16* vp = (uint16*) v; in TIFFFetchAnyArray() local 680 int16* vp = (int16*) v; in TIFFFetchAnyArray() local 690 uint32* vp = (uint32*) v; in TIFFFetchAnyArray() local 694 int32* vp = (int32*) v; in TIFFFetchAnyArray() local 703 { float* vp = (float*) v; in TIFFFetchAnyArray() local 711 { float* vp = (float*) v; in TIFFFetchAnyArray() local
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_task.c | 207 aos_status_t aos_task_setspecific(aos_task_key_t key, void *vp) in aos_task_setspecific() 216 void *vp = NULL; in aos_task_getspecific() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_dir.c | 45 setByteArray(void** vpp, void* vp, size_t nmemb, size_t elem_size) in setByteArray() 59 void _TIFFsetByteArray(void** vpp, void* vp, uint32 n) in _TIFFsetByteArray()
|
A D | tif_luv.c | 939 uv_decode(double *up, double *vp, int c) /* decode (u',v') index */ in uv_decode()
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_system.c | 114 int aos_task_setspecific(aos_task_key_t key, void *vp) in aos_task_setspecific()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | ipcp.c | 559 parse_dotted_ip(p, vp) in parse_dotted_ip() argument
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ff.c | 4024 const char *vp; local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 269 void *vp[2]; /* used by packed duk_tval, assumes sizeof(void *) == 4 */ member
|
Completed in 251 milliseconds