HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 1026 - 1050 of 1865) sorted by null

<<41424344454647484950>>

  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 394 xdpy->configs = CALLOC(num_visuals * 2, sizeof(*xdpy->configs));
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 86 vldecoder = CALLOC(1,sizeof(vlVdpDecoder));
output.c 67 vlsurface = CALLOC(1, sizeof(vlVdpOutputSurface));
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 225 subpicture_priv = CALLOC(1, sizeof(XvMCSubpicturePrivate));
surface.c 172 surface_priv = CALLOC(1, sizeof(XvMCSurfacePrivate));
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 327 configs = calloc(1, (num_modes + 1) * sizeof *configs);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c 227 query = calloc(1, sizeof(struct brw_query_object));
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.c 175 region = calloc(sizeof(*region), 1);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 238 rmesa = (r200ContextPtr) CALLOC( sizeof(*rmesa) );
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 385 dibInfo = (BITMAPINFO *) calloc(sizeof(BITMAPINFO) + sizeof(RGBQUAD), 1);
  /external/mesa3d/src/mesa/swrast/
s_zoom.c 146 swrast->ZoomedArrays = (SWspanarrays *) CALLOC(sizeof(SWspanarrays));
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 517 stage->privatePtr = CALLOC(sizeof(*store));
t_vb_texgen.c 565 stage->privatePtr = CALLOC(sizeof(*store));
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 355 sdl_check_funcs malloc calloc realloc free alloc
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 168 #define SDL_calloc calloc
  /external/skia/include/core/
SkTypes.h 62 /** Much like calloc: returns a pointer to at least size zero bytes, or NULL on failure.
  /external/srec/srec/cfront/
spec_anl.c 431 tmpbuf = (fftdata *) CALLOC(ns, sizeof(fftdata), "cfront.tmpbuf");
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 155 #define calloc(n,sz) VG_(arena_calloc) (VG_AR_CORE, "gdbsrv", n, sz) macro
  /external/valgrind/main/docs/internals/
3_3_BUGSTATUS.txt 46 149878 LOW pend (proper) check for calloc integer overflow
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 416 block = calloc(200,1);
  /external/webp/src/utils/
huffman_encode.c 46 good_for_rle = (uint8_t*)calloc(length, 1);
  /frameworks/native/cmds/installd/
installd.c 299 android_system_dirs.dirs = calloc(android_system_dirs.count, sizeof(dir_rec_t));
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 349 if ((list = (hwc_display_contents_1_t *) calloc(1, size)) == NULL) {
  /frameworks/wilhelm/src/
sles.c 491 thiz = (IObject *) calloc(1, clazz->mSize);
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 33 rbsp_buf = (OMX_U8 *) calloc(1,100);

Completed in 587 milliseconds

<<41424344454647484950>>