Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemvideo.c249 Uint16 *tmp_p; in VDI_ReadExtInfo() local
251 tmp_p = (Uint16 *)&work_out[16]; in VDI_ReadExtInfo()
254 vdi_index[*tmp_p++] = i; in VDI_ReadExtInfo()
262 unsigned short *tmp_p; in VDI_ReadExtInfo() local
265 tmp_p = (unsigned short *) &work_out[16]; in VDI_ReadExtInfo()
270 valeur = *tmp_p++; in VDI_ReadExtInfo()
/external/openssl/apps/
Dapps.c409 char **tmp_p; in chopup_args() local
411 tmp_p = (char **)OPENSSL_realloc(arg->data, in chopup_args()
413 if (tmp_p == NULL) in chopup_args()
415 arg->data = tmp_p; in chopup_args()