Searched
full:calloc (Results
601 -
625 of
1865) sorted by null
<<21222324252627282930>>
/external/mesa3d/src/gallium/state_trackers/gbm/ |
gbm_drm.c | 236 gdrm = calloc(1, sizeof *gdrm);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_xv.c | 644 priv = calloc(1, sizeof(struct xorg_xv_port_priv)); 674 adapt = calloc(1, sizeof(XF86VideoAdaptorRec)); 675 dev_unions = calloc(nports, sizeof(DevUnion)); 676 attrs = calloc(nattributes, sizeof(XF86AttributeRec));
|
/external/mesa3d/src/glsl/ |
opt_constant_variable.cpp | 72 entry = (struct assignment_entry *)calloc(1, sizeof(*entry));
|
/external/mesa3d/src/mapi/glapi/gen/ |
gl_gentable.py | 114 struct _glapi_table *disp = calloc(1, sizeof(struct _glapi_table));
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.c | 62 query = calloc(1, sizeof(struct radeon_query_object));
|
/external/mesa3d/src/mesa/program/ |
prog_cache.c | 145 calloc(1, cache->size * sizeof(struct cache_item));
|
/external/mesa3d/src/mesa/state_tracker/ |
st_context.h | 262 #define ST_CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T))
|
/external/mesa3d/src/mesa/tnl/ |
t_context.c | 53 ctx->swtnl_context = tnl = (TNLcontext *) CALLOC( sizeof(TNLcontext) );
|
/external/openssh/openbsd-compat/ |
setproctitle.c | 88 if ((environ = calloc(i + 1, sizeof(*environ))) == NULL) {
|
/external/oprofile/libpopt/ |
poptparse.c | 152 argstr = calloc(maxargvlen, sizeof(*argstr));
|
/external/qemu/android/utils/ |
system.h | 33 /* checked calloc, only returns NULL if size is 0 */
|
/external/qemu/telephony/ |
simulator.c | 36 Client client = calloc( sizeof(*client), 1 );
|
test2.c | 52 Client client = calloc( sizeof(*client), 1 );
|
/external/srec/srec/clib/ |
imeld_rd.c | 60 prep->offset = (imeldata *) CALLOC(matdim,
|
/external/srec/srec/crec/ |
comp_stats.c | 49 /*c = (COMP_STATS *) calloc( 1, sizeof( COMP_STATS ));*/
|
/external/stlport/stlport/stl/ |
_cstdlib.h | 72 using _STLP_VENDOR_CSTD::calloc;
|
/external/valgrind/main/include/ |
pub_tool_hashtable.h | 52 /* Make a new table. Allocates the memory with VG_(calloc)(), so can
|
pub_tool_mallocfree.h | 42 extern void* VG_(calloc) ( HChar* cc, SizeT n, SizeT bytes_per_elem );
|
/external/valgrind/main/none/tests/x86/ |
bt_everything.c | 153 block = calloc(200,1);
|
/frameworks/rs/driver/ |
rsdProgramStore.cpp | 41 DrvProgramStore *drv = (DrvProgramStore *)calloc(1, sizeof(DrvProgramStore));
|
/frameworks/rs/ |
rsObjectBase.cpp | 162 char *c = (char*)calloc(len + 1, sizeof(char));
|
/hardware/qcom/audio/legacy/alsa_sound/ |
audio_hw_hal.cpp | 528 out = (struct qcom_stream_out *)calloc(1, sizeof(*out)); 564 out = (struct qcom_stream_out *)calloc(1, sizeof(*out)); 630 in = (struct qcom_stream_in *)calloc(1, sizeof(*in)); 715 qadev = (struct qcom_audio_device *)calloc(1, sizeof(*qadev));
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 93 params = (struct snd_pcm_hw_params*) calloc(1, sizeof(struct snd_pcm_hw_params)); 133 sparams = (struct snd_pcm_sw_params*) calloc(1, sizeof(struct snd_pcm_sw_params)); 436 data = calloc(1, bufsize); 644 filename = (char*) calloc(1, 30);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 56 static_assert((std::is_same<decltype(calloc(0,0)), void*>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
cstdlib.pass.cpp | 56 static_assert((std::is_same<decltype(std::calloc(0,0)), void*>::value), "");
|
Completed in 1051 milliseconds
<<21222324252627282930>>