/AliOS-Things-master/components/mbedtls/programs/ |
A D | wince_main.c | 33 argv = ( char ** ) calloc( argc, sizeof( char * ) ); in _tmain() 38 argv[i] = ( char * ) calloc( len, sizeof( char ) ); in _tmain()
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/ |
A D | armcc_libc_uspace.c | 66 #pragma weak calloc macro 67 void *calloc(size_t len, size_t elsize) in calloc() function
|
A D | armcc_libc.c | 73 void *calloc(size_t len, size_t elsize) in calloc() function
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandmouse.c | 152 cursor = calloc(1, sizeof (*cursor)); in Wayland_CreateCursor() 156 Wayland_CursorData *data = calloc (1, sizeof (Wayland_CursorData)); in Wayland_CreateCursor() 202 cursor = calloc(1, sizeof (*cursor)); in CreateCursorFromWlCursor() 204 Wayland_CursorData *data = calloc (1, sizeof (Wayland_CursorData)); in CreateCursorFromWlCursor()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | enough.c | 297 vector = calloc(length, sizeof(char)); in beenhere() 511 code = calloc(max + 1, sizeof(int)); in main() 526 (num = calloc(size, sizeof(big_t))) == NULL) { in main() 555 (done = calloc(size, sizeof(struct tab))) == NULL) { in main()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | platform.h | 79 #define MBEDTLS_PLATFORM_STD_CALLOC calloc /**< The default \c calloc function to use. */ 152 #define mbedtls_calloc calloc
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 136 hid_device *dev = (hid_device*)calloc(1, sizeof(hid_device)); in new_hid_device() 468 IOHIDDeviceRef *device_array = (IOHIDDeviceRef*)calloc(num_devices, sizeof(IOHIDDeviceRef)); in hid_enumerate() 495 tmp = (struct hid_device_info *)calloc(1, sizeof(struct hid_device_info)); in hid_enumerate() 603 rpt = (struct input_report *)calloc(1, sizeof(struct input_report)); in hid_report_callback() 604 rpt->data = (uint8_t *)calloc(1, report_length); in hid_report_callback() 733 IOHIDDeviceRef *device_array = (IOHIDDeviceRef *)calloc(num_devices, sizeof(IOHIDDeviceRef)); in hid_open_path() 753 dev->input_report_buf = (uint8_t *)calloc(dev->max_input_report_len, sizeof(uint8_t)); in hid_open_path() 766 …struct hid_device_list_node *node = (struct hid_device_list_node *)calloc(1, sizeof(struct hid_dev… in hid_open_path() 1151 IOHIDDeviceRef *device_array = calloc(num_devices, sizeof(IOHIDDeviceRef));
|
/AliOS-Things-master/components/a2sa/src/framework/ |
A D | sound_mixer.c | 77 *mixer = (aos_mixer_t *)calloc(1, sizeof(aos_mixer_t)); in aos_mixer_open() 97 eid = calloc(elist.count, sizeof(struct audio_ctl_elem_id)); in aos_mixer_open() 107 (*mixer)->elem_info = calloc(elist.count, sizeof(struct audio_ctl_elem_info)); in aos_mixer_open()
|
A D | sound_pcm.c | 27 node = (hint_list_t *)calloc(1, sizeof(hint_list_t)); in aos_device_name_hint() 47 node = (hint_list_t *)calloc(1, sizeof(hint_list_t)); in aos_device_name_hint() 73 *pcm = (aos_pcm_t *)calloc(1, sizeof(aos_pcm_t)); in aos_pcm_open() 358 *p = (aos_pcm_hw_params_t *)calloc(1, sizeof(aos_pcm_hw_params_t)); in aos_pcm_hw_params_alloca() 422 *p = (aos_pcm_sw_params_t *)calloc(1, sizeof(aos_pcm_sw_params_t)); in aos_pcm_sw_params_alloca()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | noise_reduction_util.c | 35 state->estimate = calloc(state->num_channels, sizeof(*state->estimate)); in NoiseReductionPopulateState()
|
A D | filterbank_util.c | 163 state->weights = calloc(weight_index_start, sizeof(*state->weights)); in FilterbankPopulateState() 164 state->unweights = calloc(weight_index_start, sizeof(*state->unweights)); in FilterbankPopulateState()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zutil.c | 302 extern voidp calloc OF((uInt items, uInt size)); 313 (voidpf)calloc(items, size);
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | zutil.c | 296 extern voidp calloc OF((uInt items, uInt size)); 307 (voidpf)calloc(items, size);
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftstdlib.h | 131 #define ft_scalloc calloc
|
/AliOS-Things-master/components/minilibc/libc/ |
A D | malloc.c | 78 MALLOC_WEAK void *calloc(size_t nmemb, size_t size) in calloc() function
|
/AliOS-Things-master/components/libc_stub/compilers/iar/ |
A D | iar_libc_uspace.c | 30 __ATTRIBUTES void *calloc(size_t len, size_t elsize) in calloc() function
|
A D | iar_libc.c | 49 __ATTRIBUTES void *calloc(size_t len, size_t elsize) in calloc() function
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp_java_wrap.c | 314 *carr = (signed char*) calloc(sz, sizeof(signed char)); in SWIG_JavaArrayInSchar() 360 *carr = (unsigned char*) calloc(sz, sizeof(unsigned char)); in SWIG_JavaArrayInUchar() 406 *carr = (short*) calloc(sz, sizeof(short)); in SWIG_JavaArrayInShort() 498 *carr = (int*) calloc(sz, sizeof(int)); in SWIG_JavaArrayInInt() 544 *carr = (unsigned int*) calloc(sz, sizeof(unsigned int)); in SWIG_JavaArrayInUint() 590 *carr = (long*) calloc(sz, sizeof(long)); in SWIG_JavaArrayInLong() 636 *carr = (unsigned long*) calloc(sz, sizeof(unsigned long)); in SWIG_JavaArrayInUlong() 682 *carr = (jlong*) calloc(sz, sizeof(jlong)); in SWIG_JavaArrayInLonglong() 728 *carr = (float*) calloc(sz, sizeof(float)); in SWIG_JavaArrayInFloat() 774 *carr = (double*) calloc(sz, sizeof(double)); in SWIG_JavaArrayInDouble() [all …]
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_mem.c | 110 return mem->calloc(nmemb, size, mem->mem_user_data); in nghttp2_mem_calloc()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | main.c | 50 mpy_thread_args *temp_args = (mpy_thread_args *)calloc(1, sizeof(mpy_thread_args)); in alloc_mpy_thread_args() 64 temp_args->argv = (char **)calloc(1, sizeof(char *) * temp_args->argc); in alloc_mpy_thread_args()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | main.c | 50 mpy_thread_args *temp_args = (mpy_thread_args *)calloc(1, sizeof(mpy_thread_args)); in alloc_mpy_thread_args() 64 temp_args->argv = (char **)calloc(1, sizeof(char *) * temp_args->argc); in alloc_mpy_thread_args()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/heap/ |
A D | heap_api.h | 66 void *calloc(size_t nmemb, size_t size);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_a7/ |
A D | target.mk | 147 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc
|
/AliOS-Things-master/components/libc_stub/ |
A D | README.md | 8 - 内存申请释放:malloc/free/realloc/calloc
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/ |
A D | platform_stdlib_rtl8721d.h | 101 #define calloc rtw_calloc macro
|