Home
last modified time | relevance | path

Searched refs:to_free (Results 1 - 7 of 7) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dlcnalloc.c670 s64 delta, to_free, nr_freed = 0; in ntfs_cluster_free() local
702 to_free = rl->length - delta; in ntfs_cluster_free()
703 if (count >= 0 && to_free > count) in ntfs_cluster_free()
704 to_free = count; in ntfs_cluster_free()
710 to_free)) in ntfs_cluster_free()
712 nr_freed = to_free; in ntfs_cluster_free()
718 count -= to_free; in ntfs_cluster_free()
736 to_free = rl->length; in ntfs_cluster_free()
737 if (count >= 0 && to_free > count) in ntfs_cluster_free()
738 to_free in ntfs_cluster_free()
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Doptions.hh77 to_free (g_ptr_array_new ()) in option_parser_t()
85 g_ptr_array_foreach (to_free, _g_free_g_func, nullptr); in ~option_parser_t()
86 g_ptr_array_free (to_free, TRUE); in ~option_parser_t()
146 g_ptr_array_add (to_free, p); in free_later()
153 GPtrArray *to_free; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c1352 struct exec_list to_free; in nir_instr_free_and_dce() local
1353 exec_list_make_empty(&to_free); in nir_instr_free_and_dce()
1368 exec_list_push_tail(&to_free, &dce_instr->node); in nir_instr_free_and_dce()
1371 nir_instr_free_list(&to_free); in nir_instr_free_and_dce()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c402 CONF *to_free = NULL; in app_load_modules() local
405 config = to_free = app_load_config_quiet(default_config_file); in app_load_modules()
412 NCONF_free(to_free); in app_load_modules()
415 NCONF_free(to_free); in app_load_modules()
/third_party/openssl/apps/lib/
H A Dapps.c402 CONF *to_free = NULL; in app_load_modules() local
405 config = to_free = app_load_config_quiet(default_config_file); in app_load_modules()
412 NCONF_free(to_free); in app_load_modules()
415 NCONF_free(to_free); in app_load_modules()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c7794 int to_free = 0; in snd_pcm_slave_conf() local
7805 to_free = 1; in snd_pcm_slave_conf()
7907 if (to_free) in snd_pcm_slave_conf()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs7610 let mut to_free: *mut Droppable = core::ptr::null_mut(); in test_from_iter_specialization_panic_during_drop_leaks() variables
7615 to_free = v.as_mut_ptr(); in test_from_iter_specialization_panic_during_drop_leaks()
7623 drop(Vec::from_raw_parts(to_free, 0, cap)); in test_from_iter_specialization_panic_during_drop_leaks()
[all...]

Completed in 68 milliseconds