Home
last modified time | relevance | path

Searched +defs:free +defs:d (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Support/
DMD5.cpp57 #define STEP(f, a, b, c, d, x, t, s) \ argument
77 MD5_u32plus a, b, c, d; in body() local
189 unsigned long used, free; in update() local
233 unsigned long used, free; in final() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_md5.cc22 #define STEP(f, a, b, c, d, x, t, s) \ argument
37 MD5_u32plus a, b, c, d; member
44 MD5_u32plus a, b, c, d; in body() local
154 ulong_t used, free; in MD5_Update() local
186 ulong_t used, free; in MD5_Final() local
/external/freetype/src/raster/
Dftmisc.h77 FT_Free_Func free; member
104 FT_Long d; in FT_MulDiv() local
125 FT_Long d; in FT_MulDiv_No_Round() local
/external/pdfium/third_party/freetype/src/raster/
Dftmisc.h77 FT_Free_Func free; member
104 FT_Long d; in FT_MulDiv() local
125 FT_Long d; in FT_MulDiv_No_Round() local
/external/valgrind/drd/tests/
Dcircular_buffer.c38 sem_t* free; member
102 static void buffer_recv(buffer_t* b, data_t* d) in buffer_recv()
125 static void buffer_send(buffer_t* b, data_t* d) in buffer_send()
169 int d; in consumer() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program.c86 struct get_used_temporaries_data * d = userdata; in get_used_temporaries_cb() local
110 struct get_used_temporaries_data d; in rc_get_used_temporaries() local
153 int free; in rc_find_free_temporary() local
/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h105 #define __nvvm_memcpy(s, d, n, a) __builtin_memcpy(s, d, n) argument
106 #define __nvvm_memset(d, c, n, a) __builtin_memset(d, c, n) argument
264 __device__ static inline void free(void *__ptr) { ::free(__ptr); } in free() function
/external/valgrind/memcheck/
Dmc_leakcheck.c419 VG_(free)(mallocs); in find_active_chunks() local
420 VG_(free)(malloc_chunk_holds_a_pool_chunk); in find_active_chunks() local
1252 VG_(free)(lr_array); in get_lr_array_from_lr_table() local
1350 for (int d = 0; d < 3; d++) { in MC_() local
1400 for (UInt d = XT_Value; d <= XT_Decrease; d++) { in MC_() local
1551 VG_(free) (lr_array); in print_results() local
1969 VG_(free)(seg_starts); in scan_memory_root_set() local
2016 VG_(free)(lc_chunks); in MC_() local
2148 VG_(free)(lc_extras); in MC_() local
2223 VG_(free) ( lc_markstack ); in MC_() local
[all …]
/external/e2fsprogs/e2fsck/
Dmtrace.h88 #define memcpy(d, s, n) bcopy ((s), (d), (n)) argument
144 } free; member
/external/valgrind/callgrind/
Dmain.c1097 IRDirty* d = st->Ist.Dirty.details; in CLG_() local
1492 VG_(free)(mcost); in dump_state_of_thread_togdb() local
1514 VG_(free)(mcost); in dump_state_of_thread_togdb() local
1543 VG_(free)(evmap); in dump_state_togdb() local
1905 VG_(free)(evmap); in finish() local
1908 VG_(free)(mcost); in finish() local
/external/valgrind/coregrind/m_debuginfo/
Dtinfl.c192 #define TINFL_MEMCPY(d, s, l) VG_(memcpy)(d, s, l) argument
548 VG_(free)(pBuf); *pOut_len = 0; return NULL; in tinfl_decompress_mem_to_heap() local
557 VG_(free)(pBuf); *pOut_len = 0; return NULL; in tinfl_decompress_mem_to_heap() local
594 VG_(free)(pDict); in tinfl_decompress_mem_to_callback() local
/external/wpa_supplicant_8/src/utils/
Dos.h503 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument
506 #define os_memmove(d, s, n) memmove((d), (s), (n)) argument
630 #define free OS_DO_NOT_USE_free macro
/external/valgrind/helgrind/
Dhg_main.c247 HG_(free)(lk); in del_LockN() local
420 static void pp_Thread ( Int d, Thread* t ) in pp_Thread()
432 static void pp_admin_threads ( Int d ) in pp_admin_threads()
450 static void pp_map_threads ( Int d ) in pp_map_threads()
482 static void pp_Lock ( Int d, Lock* lk, in pp_Lock()
535 static void pp_admin_locks ( Int d ) in pp_admin_locks()
555 static void pp_map_locks ( Int d) in pp_map_locks()
573 Int d = 0; in pp_everything() local
2329 HG_(free)(cvi); in map_cond_to_CVInfo_delete() local
2962 HG_(free)(bar); in delete_Bar() local
[all …]
/external/valgrind/coregrind/
Dm_libcfile.c568 VG_(free)(startup_wd); in VG_() local
687 struct vki_dirent64 d; in VG_() member
824 VG_(free)(groups); in VG_() local
/external/valgrind/drd/
Ddrd_load_store.c124 VG_(free)(vc); in DRD_() local
698 IRDirty* d = st->Ist.Dirty.details; in DRD_() local
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c768 OpenDoor *d = VG_(malloc)("syswrap.door_record_create.1", sizeof(OpenDoor)); in door_record_create() local
782 OpenDoor *d = doors_recorded; in door_record_server() local
809 OpenDoor *d = doors_recorded; in door_record_client() local
830 OpenDoor *d = doors_recorded; in door_record_revoke() local
843 VG_(free)(d); in door_record_revoke() local
854 OpenDoor *d = doors_recorded; in door_record_server_fattach() local
872 OpenDoor *d = doors_recorded; in door_find_by_proc() local
886 OpenDoor *d = doors_recorded; in door_find_by_fd() local
1412 VG_(free)(child_argv); in PRE() local
1460 VG_(free)(child_envp); in PRE() local
[all …]
Dsyswrap-generic.c182 Bool d; in notify_core_of_mmap() local
243 Bool d; in ML_() local
260 Bool d; in ML_() local
284 Bool ok, d; in do_mremap() local
572 VG_(free) (i); in ML_() local
896 struct vki_dirent64 d; in VG_() local
2025 Bool d; in ML_() local
2069 Bool d; in ML_() local
/external/icu/icu4c/source/i18n/
DdecNumber.c297 #define decFinish(a,b,c,d) decFinalize(a,b,c,d) argument
310 #define free(a) uprv_free(a) macro
318 #define free(a) decFree(a) macro
411 Int d; /* work */ in uprv_decNumberToInt32() local
447 Int d; /* work */ in uprv_decNumberToUInt32() local
520 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() local
3401 Unit *d; /* .. */ in uprv_decNumberCopy() local
5296 decNumber *d=bufd; /* divisor */ in decExpOp() local
6637 Int d, exp; /* work */ local
7860 uInt u, d; /* .. */ local
[all …]
Dsmpdtfmt.cpp239 void SimpleDateFormat::NSOverride::free() { in free() function in SimpleDateFormat::NSOverride
2847 SimpleDateFormat::set2DigitYearStart(UDate d, UErrorCode& status) in set2DigitYearStart()
/external/valgrind/cachegrind/
Dcg_main.c1174 IRDirty* d = st->Ist.Dirty.details; in cg_instrument() local
1397 VG_(free)(cachegrind_out_file); in fprint_CC_table_and_calc_totals() local
1400 VG_(free)(cachegrind_out_file); in fprint_CC_table_and_calc_totals() local
/external/valgrind/exp-dhat/
Ddh_main.c533 VG_(free)( bk ); in die_block() local
944 IRDirty* d = st->Ist.Dirty.details; in dh_instrument() local
/external/valgrind/exp-sgcheck/
Dsg_main.c81 VG_(free)(p); in sg_free() local
1935 { Word d = callee->depth; in shadowStack_new_frame() local
2020 Word d = innermost->depth; in shadowStack_unwind() local
2274 IRDirty* d = st->Ist.Dirty.details; in sg_instrument_IRStmt() local
/external/pcre/dist2/src/
Dpcre2_internal.h187 #define memcpy(d,s,n) _memcpy(d,s,n) argument
188 #define memmove(d,s,n) _memmove(d,s,n) argument
203 pcre2_memmove(void *d, const void *s, size_t n) in pcre2_memmove()
1758 void (*free)(void *, void *); member
/external/protobuf/php/ext/google/protobuf/
Dupb.h1185 void (*free)(upb_refcounted *r); member
3739 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d)) argument
3758 #define UpbBindT(f, d) upb::MatchFunc(f).template GetFunc<f>((d)) argument
/external/toybox/generated/
Dglobals.h1205 char *d; member
1243 long d; member
1260 char *d; member
1424 struct free_data free; member

12