Searched
full:calloc (Results
401 -
425 of
1367) sorted by null
<<11121314151617181920>>
/external/libsepol/src/ |
interfaces.c | 20 tmp_iface = (ocontext_t *) calloc(1, sizeof(ocontext_t));
|
user_record.c | 226 tmp_roles = (char **)calloc(1, sizeof(char *) * num_roles);
|
/external/libsepol/tests/ |
test-expander.c | 76 filename[i] = calloc(PATH_MAX, sizeof(char));
|
/external/libusb_aah/libusb/os/ |
poll_windows.c | 169 OVERLAPPED *overlapped = (OVERLAPPED*) calloc(1, sizeof(OVERLAPPED)); 256 overlapped = (OVERLAPPED*) calloc(1, sizeof(OVERLAPPED)); 532 handles_to_wait_on = (HANDLE*) calloc(nfds+1, sizeof(HANDLE)); // +1 for fd_update 533 handle_to_index = (int*) calloc(nfds, sizeof(int));
|
threads_windows.c | 145 pos = (struct usbi_cond_perthread*) calloc(1, sizeof(struct usbi_cond_perthread));
|
/external/libvpx/libvpx/ |
example_xma.c | 187 mmap.priv = calloc(1, mmap.sz + align);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
c_mac.php | 105 'div', 'ldiv', 'atof', 'atoi', 'atol', 'strtod', 'strtol', 'strtoul', 'calloc',
|
/external/libvpx/libvpx/nestegg/halloc/src/ |
halloc.c | 69 /* calloc */
|
/external/libvpx/libvpx/vpx_mem/ |
vpx_mem.h | 116 # define calloc vpx_calloc macro
|
/external/linux-tools-perf/util/ |
util.h | 215 return calloc(1, size);
|
/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);
|
/external/webkit/Source/JavaScriptCore/wtf/wince/ |
FastMallocWinCE.h | 53 #define calloc(n_elements, element_size) fastCalloc(n_elements, element_size) macro
|
/external/webkit/Tools/WebKitTestRunner/cg/ |
TestInvocationCG.cpp | 54 void* buffer = calloc(pixelsHigh, rowBytes);
|
/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));
|
Completed in 875 milliseconds
<<11121314151617181920>>