Home
last modified time | relevance | path

Searched defs:vol (Results 26 - 50 of 101) sorted by relevance

12345

/third_party/alsa-lib/modules/mixer/simple/
H A Dsbase.h74 long vol[MAX_CHANNEL]; member
/third_party/ntfs-3g/libntfs-3g/
H A Ddevice.c433 s64 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn, const s64 count, in ntfs_cluster_read() argument
469 ntfs_cluster_write(const ntfs_volume *vol, const s64 lcn, const s64 count, const void *b) ntfs_cluster_write() argument
[all...]
H A Dlogfile.c496 ntfs_volume *vol = log_na->ni->vol; in ntfs_check_logfile() local
H A Dlcnalloc.c74 static void ntfs_cluster_update_zone_pos(ntfs_volume *vol, u8 zone, LCN tc) in ntfs_cluster_update_zone_pos() argument
95 static void update_full_status(ntfs_volume *vol, LC argument
171 bitmap_writeback(ntfs_volume *vol, s64 pos, s64 size, void *b, u8 *writeback) bitmap_writeback() argument
235 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) ntfs_cluster_alloc() argument
578 ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl) ntfs_cluster_free_from_rl() argument
620 ntfs_cluster_free_basic(ntfs_volume *vol, s64 lcn, s64 count) ntfs_cluster_free_basic() argument
667 ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count) ntfs_cluster_free() argument
[all...]
H A Dioctl.c89 static int fstrim_clusters(ntfs_volume *vol, LCN lcn, s64 length) in fstrim_clusters() argument
138 static int fstrim_limits(ntfs_volume *vol, in fstrim_limits() argument
229 static inline LCN align_up(ntfs_volume *vol, LCN lcn, u64 granularity) in align_up() argument
238 align_down(ntfs_volume *vol, u64 count, u64 granularity) align_down() argument
255 fstrim(ntfs_volume *vol, void *data, u64 *trimmed) fstrim() argument
[all...]
H A Dobject_id.c187 static ntfs_index_context *open_object_id_index(ntfs_volume *vol) in open_object_id_index() argument
H A Dinode.c91 static ntfs_inode *__ntfs_inode_allocate(ntfs_volume *vol) in __ntfs_inode_allocate() argument
109 ntfs_inode *ntfs_inode_allocate(ntfs_volume *vol) in ntfs_inode_allocate() argument
157 static ntfs_inode *ntfs_inode_real_open(ntfs_volume *vol, cons argument
441 ntfs_inode_invalidate(ntfs_volume *vol, const MFT_REF mref) ntfs_inode_invalidate() argument
465 ntfs_inode_open(ntfs_volume *vol, const MFT_REF mref) ntfs_inode_open() argument
582 ntfs_volume *vol; ntfs_extent_inode_open() local
[all...]
H A Dmft.c82 int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref, in ntfs_mft_records_read() argument
144 ntfs_mft_records_write(const ntfs_volume *vol, const MFT_REF mref, const s64 count, MFT_RECORD *b) ntfs_mft_records_write() argument
234 ntfs_mft_record_check(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *m) ntfs_mft_record_check() argument
348 ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD **mrec, ATTR_RECORD **attr) ntfs_file_record_read() argument
401 ntfs_mft_record_layout(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *mrec) ntfs_mft_record_layout() argument
478 ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref) ntfs_mft_record_format() argument
548 ntfs_mft_bitmap_find_free_rec(ntfs_volume *vol, ntfs_inode *base_ni) ntfs_mft_bitmap_find_free_rec() argument
715 ntfs_mft_bitmap_extend_allocation_i(ntfs_volume *vol) ntfs_mft_bitmap_extend_allocation_i() argument
920 ntfs_mft_bitmap_extend_allocation(ntfs_volume *vol) ntfs_mft_bitmap_extend_allocation() argument
941 ntfs_mft_bitmap_extend_initialized(ntfs_volume *vol) ntfs_mft_bitmap_extend_initialized() argument
1036 ntfs_mft_data_extend_allocation(ntfs_volume *vol) ntfs_mft_data_extend_allocation() argument
1261 ntfs_mft_record_init(ntfs_volume *vol, s64 size) ntfs_mft_record_init() argument
1365 ntfs_mft_rec_init(ntfs_volume *vol, s64 size) ntfs_mft_rec_init() argument
1426 ntfs_mft_rec_alloc(ntfs_volume *vol, BOOL mft_data) ntfs_mft_rec_alloc() argument
1711 ntfs_mft_record_alloc(ntfs_volume *vol, ntfs_inode *base_ni) ntfs_mft_record_alloc() argument
1965 ntfs_mft_record_free(ntfs_volume *vol, ntfs_inode *ni) global() argument
[all...]
H A Dxattrs.c406 struct XATTRMAPPING *ntfs_xattr_build_mapping(ntfs_volume *vol, in ntfs_xattr_build_mapping() argument
202 ntfs_xattr_system_type(const char *name, ntfs_volume *vol) ntfs_xattr_system_type() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c279 static int info(ntfs_volume *vol) in info() argument
387 dump_file(ntfs_volume *vol, ntfs_inode *ino) dump_file() argument
484 ntfs_volume *vol; main() local
[all...]
H A Dntfsdump_logfile.c81 ntfs_volume *vol; member
124 static void device_err_exit(ntfs_volume *vol, ntfs_inode *ni, in device_err_exit() argument
196 ntfs_volume *vol; in logfile_open() local
[all...]
H A Dntfsmove.c387 static runlist * find_unused(ntfs_volume *vol, s64 size, u64 loc in find_unused() argument
512 static int bitmap_alloc(ntfs_volume *vol, runlist_element *rl) in bitmap_alloc() argument
530 static int bitmap_free(ntfs_volume *vol, runlist_element *rl) in bitmap_free() argument
548 data_copy(ntfs_volume *vol, runlist_element *from, runlist_element *to) data_copy() argument
601 move_runlist(ntfs_volume *vol, runlist_element *from, runlist_element *to) move_runlist() argument
667 move_datarun(ntfs_volume *vol, ntfs_inode *ino, ATTR_RECORD *rec, runlist_element *run, u64 loc, int flags) move_datarun() argument
759 move_attribute(ntfs_volume *vol, ntfs_inode *ino, ATTR_RECORD *rec, u64 loc, int flags) move_attribute() argument
805 move_file(ntfs_volume *vol, ntfs_inode *ino, u64 loc, int flags) move_file() argument
868 ntfs_volume *vol; main() local
[all...]
H A Dntfslabel.c238 static int change_serial(ntfs_volume *vol, u64 sector, le64 serial_number, in change_serial() argument
279 set_new_serial(ntfs_volume *vol) set_new_serial() argument
320 print_serial(ntfs_volume *vol) print_serial() argument
348 print_label(ntfs_volume *vol, unsigned long mnt_flags) print_label() argument
375 change_label(ntfs_volume *vol, char *label) change_label() argument
415 ntfs_volume *vol; main() local
[all...]
H A Dntfstruncate.c83 ntfs_volume *vol; variable
H A Dntfsck.c670 static void verify_mft_record(ntfs_volume *vol, s64 mft_num) in verify_mft_record() argument
766 check_volume(ntfs_volume *vol) check_volume() argument
791 reset_dirty(ntfs_volume *vol) reset_dirty() argument
818 ntfs_volume *vol; main() local
[all...]
H A Dntfsfallocate.c123 static void err_exit(ntfs_volume *vol, const char *fmt, ...) in err_exit() argument
426 static void free_common(ntfs_volume *vol, runlist_element *brl, s64 blth, in free_common() argument
456 ntfs_volume *vol; in ntfs_restore_rl() local
492 ntfs_volume *vol; ntfs_inner_zero() local
543 ntfs_volume *vol; ntfs_merge_allocation() local
591 ntfs_volume *vol; ntfs_inner_allocation() local
820 ntfs_volume *vol; main() local
[all...]
H A Dntfsls.c124 ntfs_volume *vol; member
640 ntfs_volume *vol; in main() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dremap.c275 int32_t vol = m->map_table_i[oc][ic]; in remap_channels_matrix_s16ne_c() local
305 int32_t vol = m->map_table_i[oc][ic]; in remap_channels_matrix_s32ne_c() local
335 float vol = m->map_table_f[oc][ic]; in remap_channels_matrix_float32ne_c() local
366 int32_t vol = m->map_table_i[oc][ic]; pa_setup_remap_arrange() local
[all...]
H A Dtagstruct.c307 void pa_tagstruct_put_volume(pa_tagstruct *t, pa_volume_t vol) { in pa_tagstruct_put_volume() argument
592 int pa_tagstruct_get_volume(pa_tagstruct*t, pa_volume_t *vol) { in pa_tagstruct_get_volume() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.cpp117 const size_t vol = type.getArraySizeProduct(); in MetalLayoutOf() local
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_policy_service_unit_test/src/
H A Daudio_policy_service_second_unit_test.cpp665 Volume vol; in HWTEST_F() local
/third_party/ntfs-3g/include/ntfs-3g/
H A Dinode.h109 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */ member
/third_party/pulseaudio/src/modules/
H A Dmodule-waveout.c414 DWORD vol; in sink_get_volume_cb() local
443 DWORD vol; in sink_set_volume_cb() local
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_adapter_manager.h334 float vol = audioAdapterManager_->IsAbsVolumeMute() ? 0.0f : 0.63957f; // 0.63957 = -4dB in OnGetVolumeDbCb() local
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp233 Volume vol = {true, 1.0f, 0}; in Config() local
619 int32_t vol = srcDataList[i].volumeStart; // change to modify volume of each channel in ProcessData() local

Completed in 20 milliseconds

12345