Home
last modified time | relevance | path

Searched refs:tmp_p (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemvideo.c246 Uint16 *tmp_p; in VDI_ReadExtInfo() local
248 tmp_p = (Uint16 *)&work_out[16]; in VDI_ReadExtInfo()
251 vdi_index[*tmp_p++] = i; in VDI_ReadExtInfo()
259 unsigned short *tmp_p; in VDI_ReadExtInfo() local
262 tmp_p = (unsigned short *) &work_out[16]; in VDI_ReadExtInfo()
267 valeur = *tmp_p++; in VDI_ReadExtInfo()
/external/openssl/apps/
Dapps.c410 char **tmp_p; in chopup_args() local
412 tmp_p = (char **)OPENSSL_realloc(arg->data, in chopup_args()
414 if (tmp_p == NULL) in chopup_args()
416 arg->data = tmp_p; in chopup_args()