/external/iproute2/netem/ |
maketable.c | 34 x = calloc(limit, sizeof(double)); 99 table = calloc(DISTTABLESIZE, sizeof(int));
|
/external/libsepol/src/ |
avrule_block.c | 47 if ((block = calloc(1, sizeof(*block))) == NULL) { 57 if ((decl = calloc(1, sizeof(*decl))) == NULL) {
|
/external/libvpx/libvpx/vp8/encoder/ |
lookahead.c | 84 ctx = calloc(1, sizeof(*ctx)); 88 ctx->buf = calloc(depth, sizeof(*ctx->buf));
|
/external/llvm/lib/Support/Windows/ |
RWMutex.inc | 80 data_ = calloc(1, sizeof(SRWLOCK)); 83 data_ = calloc(1, sizeof(CRITICAL_SECTION));
|
/external/llvm/test/Transforms/InstCombine/ |
malloc-free-delete.ll | 14 declare noalias i8* @calloc(i32, i32) nounwind 45 %alloc2 = call noalias i8* @calloc(i32 5, i32 7) nounwind
|
/external/qemu/android/ |
framebuffer.c | 103 qfbuff->extra = calloc( 1, sizeof(QFrameBufferExtra) ); 107 qfbuff->pixels = calloc( pitch, height );
|
/external/srec/srec/cfront/ |
wav_acc.c | 51 wave->income = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.income"); 52 wave->outgo = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.outgo");
|
/external/valgrind/main/coregrind/m_gdbserver/ |
regcache.c | 101 regcache->registers = calloc (1, register_bytes); 105 regcache->register_supplied = calloc (1, num_registers);
|
/frameworks/wilhelm/tests/sandbox/ |
engine.c | 35 SLInterfaceID *engine_ids = calloc(numSupportedInterfaces+1, sizeof(SLInterfaceID)); 37 SLboolean *engine_req = calloc(numSupportedInterfaces+1, sizeof(SLboolean));
|
/hardware/libhardware/modules/audio/ |
audio_policy.c | 246 dap = (struct default_audio_policy *)calloc(1, sizeof(*dap)); 311 dev = (struct default_ap_device *)calloc(1, sizeof(*dev));
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
cstdlib | 48 void* calloc(size_t nmemb, size_t size); 122 using ::calloc;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cstdlib | 78 #undef calloc 112 using ::calloc;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cstdlib | 76 #undef calloc 112 using ::calloc;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cstdlib | 76 #undef calloc 112 using ::calloc;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
liblog.so | |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
liblog.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
liblog.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
liblog.so | |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
liblog.so | |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdlib | 78 #undef calloc 112 using ::calloc;
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/ |
liblog.so | |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdlib | 78 #undef calloc 112 using ::calloc;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cstdlib | 78 #undef calloc 112 using ::calloc;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cstdlib | 78 #undef calloc 112 using ::calloc;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstdlib | 76 #undef calloc 112 using ::calloc;
|