Searched
full:calloc (Results
1176 -
1200 of
2241) sorted by null
<<41424344454647484950>>
/system/core/libcutils/ |
fs_config.c | 235 prefix = calloc(1, remainder);
|
open_memstream.c | 233 stream = (MemStream*) calloc(1, sizeof(MemStream));
|
/system/extras/showmap/ |
showmap.cpp | 74 struct mapinfo* info = reinterpret_cast<mapinfo*>(calloc(1, sizeof(mapinfo) + name_size));
|
/system/media/radio/src/ |
radio_metadata.c | 180 (radio_metadata_buffer_t *)calloc(RADIO_METADATA_DEFAULT_SIZE, sizeof(unsigned int));
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
m88k.h | 147 /* Pointer (returned by calloc) to segment. */
|
/bionic/libc/malloc_debug/ |
README.md | 14 calloc 126 Any allocation routine, other than calloc, will result in the allocation being
|
malloc_debug.cpp | 542 return g_dispatch->calloc(nmemb, bytes); 579 return g_dispatch->calloc(1, real_size);
|
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 658 // Note that we use 'calloc', so all the bytes are 0. 659 PTHIdKey *IIDMap = (PTHIdKey*)calloc(idcount, sizeof(PTHIdKey));
|
/external/compiler-rt/lib/profile/ |
InstrProfData.inc | 541 RuntimeRecord->SiteCountArray[I] = (uint8_t *)calloc(N, 1); 611 return (ValueProfData *)calloc(TotalSizeInBytes, 1);
|
/external/curl/lib/vtls/ |
vtls.c | 613 session = calloc(amount, sizeof(struct curl_ssl_session)); 675 table = calloc((size_t) num, sizeof(struct curl_slist *));
|
/external/dhcpcd-6.8.2/ |
dhcp6.c | 403 ifp->if_data[IF_DATA_DHCP6] = calloc(1, sizeof(*state)); 1334 a = calloc(1, sizeof(*a)); [all...] |
/external/fio/ |
graph.c | 121 g = calloc(1, sizeof(*g)); 659 i = calloc(1, sizeof(*i));
|
/external/flac/libFLAC/ |
bitwriter.c | 127 FLAC__BitWriter *bw = calloc(1, sizeof(FLAC__BitWriter)); 128 /* note that calloc() sets all members to 0 for us */
|
/external/iw/ |
util.c | 62 result_val = calloc(len + 2, 1); 67 result_mask = calloc(DIV_ROUND_UP(len, 8) + 2, 1);
|
/external/libdrm/nouveau/ |
pushbuf.c | 560 nvpb = calloc(1, sizeof(*nvpb) + nr * sizeof(*nvpb->bos)); 571 nvpb->krec = calloc(1, sizeof(*nvpb->krec));
|
/external/libevent/ |
http.c | [all...] |
listener.c | 828 event_warn("calloc"); 852 event_warn("calloc");
|
/external/libnl/lib/ |
nl.c | 428 msg.msg_control = calloc(1, msg.msg_controllen); 475 *creds = calloc(1, sizeof(struct ucred));
|
/external/libopus/src/ |
opus_demo.c | 598 data[0] = (unsigned char*)calloc(max_payload_bytes,sizeof(char)); 600 data[1] = (unsigned char*)calloc(max_payload_bytes,sizeof(char)); [all...] |
/external/libselinux/src/ |
label_file.c | 215 stem_map = calloc(stem_map_len, sizeof(*stem_map)); 729 specs = calloc(n+1, sizeof(struct spec *));
|
/external/llvm/include/llvm/ProfileData/ |
InstrProfData.inc | 541 RuntimeRecord->SiteCountArray[I] = (uint8_t *)calloc(N, 1); 611 return (ValueProfData *)calloc(TotalSizeInBytes, 1);
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
simple.ll | 193 declare noalias i8* @calloc(i32, i32) 290 %m = call i8* @calloc(i32 9, i32 7)
|
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_compute.c | 138 CALLOC(sizeof(struct evergreen_compute_resource), 761 CALLOC(sizeof(struct r600_resource_global), 1);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa.c | 725 priv = calloc(1, sizeof(struct exa_pixmap_priv)); 990 exa = calloc(1, sizeof(struct exa_context));
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_cs.c | 104 CALLOC(1, csc->nrelocs * sizeof(struct radeon_bo*)); 110 CALLOC(1, csc->nrelocs * sizeof(struct drm_radeon_cs_reloc));
|
Completed in 561 milliseconds
<<41424344454647484950>>