/AliOS-Things-master/components/minilibc/include/ |
A D | mm.h | 395 void *caller; member 410 uint64_t magic = (uint64_t)hdr->caller; in mdbg_calc_magic() 454 void *mm_malloc(struct mm_heap_s *heap, size_t size, void *caller); 469 void mm_free(struct mm_heap_s *heap, void *mem, void *caller);
|
/AliOS-Things-master/hardware/board/c906/adapter/ |
A D | csi_kernel.h | 586 void *csi_kernel_malloc(size_t size, void *caller); 592 void csi_kernel_free(void *ptr, void *caller); 599 void *csi_kernel_realloc(void *ptr, size_t size, void *caller);
|
A D | csi_rhino.c | 1259 void *csi_kernel_malloc(size_t size, void *caller) in csi_kernel_malloc() argument 1262 (void)caller; in csi_kernel_malloc() 1274 void csi_kernel_free(void *ptr, void *caller) in csi_kernel_free() argument 1276 (void)caller; in csi_kernel_free() 1282 void *csi_kernel_realloc(void *ptr, size_t size, void *caller) in csi_kernel_realloc() argument 1285 (void)caller; in csi_kernel_realloc()
|
/AliOS-Things-master/components/csi/csi2/include/ |
A D | csi_kernel.h | 581 void *csi_kernel_malloc(int32_t size, void *caller); 587 void csi_kernel_free(void *ptr, void *caller); 594 void *csi_kernel_realloc(void *ptr, int32_t size, void *caller);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | test262.conf | 63 caller 177 test262/test/built-ins/Function/prototype/restricted-property-caller.js
|
A D | quickjs-atom.h | 112 DEF(caller, "caller")
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_mutex.h | 67 osMutexId osMutexCreateEx (osMutexDef_t *mutex_def,uint32 caller) ;
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | DownloadProject.cmake | 18 # and unpacked contents are used is up to the caller, but the motivating case is 136 # Ensure the caller can know where to find the source and build directories
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/ |
A D | DownloadProject.cmake | 18 # and unpacked contents are used is up to the caller, but the motivating case is 136 # Ensure the caller can know where to find the source and build directories
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | osal_debug.h | 443 void aos_except_process(int errno, const char *file, int line, const char *func_name, void *caller);
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-dynapi.md | 105 if it's smaller, we know we can provide the entire API that the caller needs.
|
A D | doxyfile | 1470 # doxygen will generate a caller dependency graph for every global function 1472 # the time of a run. So in most cases it will be better to enable caller
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1952.txt | 164 clarity and to eliminate the requirement for the caller to do pre- 642 function so it shouldn't be done by the caller. Usage example:
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration.proto | 344 // This is useful in naive production usecases where the caller would prefer
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | FAQ | 264 gzbuffer()), other than the caller of gzprintf() assuring that the output
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 157 callees but not for its caller.
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 1549 # doxygen will generate a caller dependency graph for every global function 1551 # the time of a run. So in most cases it will be better to enable caller
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 2297 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2301 # So in most cases it will be better to enable caller graphs for selected 2302 # functions only using the \callergraph command. Disabling a caller graph can be
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 2625 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2629 # So in most cases it will be better to enable caller graphs for selected 2630 # functions only using the \callergraph command. Disabling a caller graph can be
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 1734 # doxygen will generate a caller dependency graph for every global function 1736 # the time of a run. So in most cases it will be better to enable caller
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 1408 output_message to display it. Control must NOT return to the caller; 1642 operation and returns to its caller. The surrounding application is 1650 compressor to return to the caller of jpeg_write_scanlines(), with the return 1699 This will cause the decompressor to return to its caller with an indication
|
A D | structure.txt | 829 available to the caller. If this flag is not set, never-written sections
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 2175 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2179 # So in most cases it will be better to enable caller graphs for selected
|
A D | web_doxyfile.in | 2163 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2167 # So in most cases it will be better to enable caller graphs for selected
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 2869 properly handled by the caller. 3213 caller. Register a private error callback to accomplish that. 5536 field. The caller should supply a count when setting this field. As
|