Searched refs:tmp_ptr (Results 1 - 4 of 4) sorted by relevance

/xsrc/local/programs/x11-ssh-askpass/
H A Ddynlist.c36 char **tmp_ptr; local in function:append_to_list
41 tmp_ptr = realloc(*list_ptr, (sizeof(**list_ptr) * *list_len));
42 if (NULL == tmp_ptr)
48 *list_ptr = tmp_ptr;
50 *list_ptr = tmp_ptr;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c775 LLVMValueRef tmp_ptr; local in function:lp_build_fetch_rgba_aos
816 tmp_ptr = lp_build_alloca(gallivm, i32t, "");
829 args[0] = LLVMBuildBitCast(builder, tmp_ptr, pi8t, "");
844 tmp = LLVMBuildLoad(builder, tmp_ptr, "");
880 LLVMValueRef tmp_ptr; local in function:lp_build_fetch_rgba_aos
915 tmp_ptr = lp_build_alloca(gallivm, f32x4t, "");
925 args[0] = LLVMBuildBitCast(builder, tmp_ptr, pf32t, "");
941 tmps[k] = LLVMBuildLoad(builder, tmp_ptr, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c809 LLVMValueRef tmp_ptr; local in function:lp_build_fetch_rgba_aos
852 tmp_ptr = lp_build_alloca(gallivm, i32t, "");
865 args[0] = LLVMBuildBitCast(builder, tmp_ptr, pi8t, "");
880 tmp = LLVMBuildLoad(builder, tmp_ptr, "");
918 LLVMValueRef tmp_ptr; local in function:lp_build_fetch_rgba_aos
955 tmp_ptr = lp_build_alloca(gallivm, f32x4t, "");
965 args[0] = LLVMBuildBitCast(builder, tmp_ptr, pf32t, "");
981 tmps[k] = LLVMBuildLoad(builder, tmp_ptr, "");
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.c1248 CARD16 *tmp_ptr; local in function:xf86RandR12CrtcSetGamma
1249 tmp_ptr = realloc(crtc->gamma_red, 3 * crtc->gamma_size * sizeof (CARD16));
1250 if (!tmp_ptr)
1252 crtc->gamma_red = tmp_ptr;
1286 CARD16 *tmp_ptr; local in function:xf86RandR12CrtcGetGamma
1287 tmp_ptr = realloc(randr_crtc->gammaRed, 3 * crtc->gamma_size * sizeof (CARD16));
1288 if (!tmp_ptr)
1290 randr_crtc->gammaRed = tmp_ptr;

Completed in 10 milliseconds