HomeSort by relevance Sort by last modified time
    Searched refs:calloc (Results 201 - 225 of 572) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/base/
file_version_info_win.cc 53 void* data = calloc(length, 1);
  /external/chromium/crypto/
cssm_init.cc 36 return calloc(num, size);
  /external/e2fsprogs/lib/blkid/
cache.c 95 if (!(cache = (blkid_cache) calloc(1, sizeof(struct blkid_struct_cache))))
dev.c 22 if (!(dev = (blkid_dev) calloc(1, sizeof(struct blkid_struct_dev))))
  /external/elfutils/libdw/
dwarf_begin_elf.c 252 Dwarf *result = (Dwarf *) calloc (1, sizeof (Dwarf) + mem_default_size);
  /external/elfutils/libdwfl/
dwfl_module.c 171 Dwfl_Module *mod = calloc (1, sizeof *mod);
  /external/elfutils/libelf/
elf_getdata_rawchunk.c 183 Elf_Data_Chunk *chunk = calloc (1, sizeof *chunk);
nlist.c 75 #define xcalloc(n, m) calloc (n, m)
  /external/libselinux/src/
mapping.c 55 current_mapping = (struct selinux_mapping *)calloc(++i, size);
  /external/libsepol/src/
policydb_public.c 11 *pf = calloc(1, sizeof(sepol_policy_file_t));
  /external/libsepol/tests/
test-expander.c 76 filename[i] = calloc(PATH_MAX, sizeof(char));
  /external/libvpx/
example_xma.c 187 mmap.priv = calloc(1, mmap.sz + align);
  /external/libvpx/vpx_mem/
vpx_mem.h 116 # define calloc vpx_calloc macro
  /external/libyuv/files/unit_test/
scale_test.cc 21 var##_mem = reinterpret_cast<uint8*>(calloc(size+15, sizeof(uint8))); \
  /external/llvm/include/llvm/ADT/
SparseSet.h 130 Sparse = reinterpret_cast<SparseT*>(calloc(U, sizeof(SparseT)));
  /external/mesa3d/src/glsl/
opt_constant_variable.cpp 68 entry = (struct assignment_entry *)calloc(1, sizeof(*entry));
  /external/qemu/telephony/
simulator.c 36 Client client = calloc( sizeof(*client), 1 );
test2.c 52 Client client = calloc( sizeof(*client), 1 );
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 90 // alloocate space for delay line use calloc to avoid uninitialized memory
92 pFIR->z = calloc(nTaps * sizeof(typeSample), 1);
  /external/valgrind/main/memcheck/tests/
sh-mem.c 117 undefA = calloc(1, 256); // one for each possible undefinedness value
  /external/valgrind/main/none/tests/x86/
bt_everything.c 153 block = calloc(200,1);
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 112 buffer = calloc(pixelsHigh, rowBytes);
211 void *flipBuffer = calloc(pixelsHigh, rowBytes);
  /external/webkit/Tools/WebKitLauncher/
main.m 112 char **argv = (char **)calloc(sizeof(char *), [args count] + 1);
113 char **env = (char **)calloc(sizeof(char *), [environment count] + 1);
  /external/webkit/Tools/WebKitTestRunner/cg/
TestInvocationCG.cpp 54 void* buffer = calloc(pixelsHigh, rowBytes);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_win32.c 196 return calloc(1, size);

Completed in 593 milliseconds

1 2 3 4 5 6 7 891011>>