| /external/crosvm/devices/src/virtio/fs/ |
| D | mod.rs | 114 pub struct Fs { struct 117 fs: Option<PassthroughFs>, argument 126 impl Fs { argument 133 ) -> Result<Fs> { in new() 165 impl VirtioDevice for Fs { implementation 311 impl Suspendable for Fs {} implementation
|
| /external/mtools/ |
| D | mformat.c | 177 static __inline__ void format_root(Fs_t *Fs, char *label, union bootsector *boot) in format_root() 231 static int calc_fat_len(Fs_t *Fs, uint32_t tot_sectors) in calc_fat_len() 322 static inline bool clusters_fit_into_fat(Fs_t *Fs) { in clusters_fit_into_fat() 331 static void check_fs_params_and_set_fat(Fs_t *Fs, uint32_t tot_sectors) in check_fs_params_and_set_fat() 363 static void fat32_specific_init(Fs_t *Fs) { in fat32_specific_init() 415 static int try_cluster_size(Fs_t *Fs, in try_cluster_size() 563 struct Fs_t *Fs, uint8_t *descr) in calc_fs_parameters() 778 void initFsForFormat(Fs_t *Fs) in initFsForFormat() 790 void setFsSectorSize(Fs_t *Fs, struct device *dev, uint16_t msize) { in setFsSectorSize() 847 Fs_t *Fs; in mformat() local
|
| D | init.c | 119 Stream_t *GetFs(Stream_t *Fs) in GetFs() 335 uint32_t calc_clus_start(Fs_t *Fs) { in calc_clus_start() 343 int calc_num_clus(Fs_t *Fs, uint32_t tot_sectors) in calc_num_clus() 618 int fsPreallocateClusters(Fs_t *Fs, uint32_t size) in fsPreallocateClusters() 635 void fsReleasePreallocateClusters(Fs_t *Fs, uint32_t size) in fsReleasePreallocateClusters()
|
| D | mbadblocks.c | 50 static void mark(Fs_t *Fs, uint32_t offset, uint32_t badClus) { in mark() 73 static int scan(Fs_t *Fs, Stream_t *dev, in scan() 119 Fs_t *Fs; in mbadblocks() local
|
| D | mdoctorfat.c | 41 Fs_t *Fs; member 46 Fs_t *Fs = getFs(mp->File); in dos_doctorfat() local
|
| D | file.c | 109 Fs_t *Fs = _getFs(This); in recalcPreallocSize() local 282 Fs_t *Fs = _getFs(This); in normal_map() local 389 Fs_t *Fs = _getFs(This); in root_map() local 566 Fs_t *Fs = _getFs(This); in free_file() local 772 Fs_t *Fs = (Fs_t *) GetFs(Dir); in OpenRoot() local
|
| D | streamcache.c | 59 Stream_t *Fs; in open_root_dir() local
|
| D | fat.c | 866 bool getSerialized(Fs_t *Fs) { in getSerialized() 870 unsigned long getSerialNumber(Fs_t *Fs) { in getSerialNumber() 874 uint32_t getClusterBytes(Fs_t *Fs) { in getClusterBytes()
|
| /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
| D | TypeInference.java | 101 List<ResolvedType> Fs = formalParameterTypes(methodDeclaration); in instantiationInference() local 641 …onal<ConstraintFormulaSet> testForApplicabilityByStrictInvocation(List<ResolvedType> Fs, List<Expr… in testForApplicabilityByStrictInvocation() 677 …ional<ConstraintFormulaSet> testForApplicabilityByLooseInvocation(List<ResolvedType> Fs, List<Expr… in testForApplicabilityByLooseInvocation() 692 …private ConstraintFormulaSet constraintSetFromArgumentsSubstitution(List<ResolvedType> Fs, List<Ex… in constraintSetFromArgumentsSubstitution() 704 …nstraintFormulaSet> testForApplicabilityByVariableArityInvocation(List<ResolvedType> Fs, List<Expr… in testForApplicabilityByVariableArityInvocation()
|
| /external/libopus/src/ |
| D | opus_multistream_encoder.c | 431 opus_int32 Fs, in opus_multistream_encoder_init_impl() 499 opus_int32 Fs, in opus_multistream_encoder_init() 514 opus_int32 Fs, in opus_multistream_surround_encoder_init() 586 opus_int32 Fs, in opus_multistream_encoder_create() 624 opus_int32 Fs, in opus_multistream_surround_encoder_create() 672 opus_int32 Fs in surround_rate_allocation() 741 opus_int32 Fs in ambisonics_rate_allocation() 779 opus_int32 Fs; in rate_allocation() local 816 opus_int32 Fs; in opus_multistream_encode_native() local
|
| D | opus_multistream_decoder.c | 68 opus_int32 Fs, in opus_multistream_decoder_init() 114 opus_int32 Fs, in opus_multistream_decoder_create() 150 opus_int32 len, int nb_streams, opus_int32 Fs) in opus_multistream_packet_validate() 190 opus_int32 Fs; in opus_multistream_decode_native() local
|
| D | opus_decoder.c | 59 opus_int32 Fs; /** Sampling rate (at the API level) */ member 116 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels) in opus_decoder_init() 159 OpusDecoder *opus_decoder_create(opus_int32 Fs, int channels, int *error) in opus_decoder_create() 190 const opus_val16 *window, opus_int32 Fs) in smooth_fade() 1021 opus_int32 Fs) in opus_packet_get_nb_samples()
|
| D | opus_encoder.c | 79 opus_int32 Fs; member 183 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application) in opus_encoder_init() 346 …t32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs, int arch) in hp_cutoff() 384 …n, opus_int32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs) in dc_reject() 405 …n, opus_int32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs) in dc_reject() 447 int overlap48, int frame_size, int channels, const opus_val16 *window, opus_int32 Fs) in stereo_fade() 479 int overlap48, int frame_size, int channels, const opus_val16 *window, opus_int32 Fs) in gain_fade() 517 OpusEncoder *opus_encoder_create(opus_int32 Fs, int channels, int application, int *error) in opus_encoder_create() 612 opus_int32 frame_size_select(opus_int32 frame_size, int variable_duration, opus_int32 Fs) in frame_size_select() 637 opus_val16 compute_stereo_width(const opus_val16 *pcm, int frame_size, opus_int32 Fs, StereoWidthSt… in compute_stereo_width()
|
| D | opus_projection_decoder.c | 125 int opus_projection_decoder_init(OpusProjectionDecoder *st, opus_int32 Fs, in opus_projection_decoder_init() 177 opus_int32 Fs, int channels, int streams, int coupled_streams, in opus_projection_decoder_create()
|
| D | analysis.c | 166 … void *_x, opus_val32 *y, opus_val32 S[3], int subframe, int offset, int c1, int c2, int C, int Fs) in downmix_and_resample() 220 void tonality_analysis_init(TonalityAnalysisState *tonal, opus_int32 Fs) in tonality_analysis_init() 959 int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs, in run_analysis()
|
| D | opus_projection_encoder.c | 202 int opus_projection_ambisonics_encoder_init(OpusProjectionEncoder *st, opus_int32 Fs, in opus_projection_ambisonics_encoder_init() 309 opus_int32 Fs, int channels, int mapping_family, int *streams, in opus_projection_ambisonics_encoder_create()
|
| D | opus.c | 174 opus_int32 Fs) in opus_packet_get_samples_per_frame()
|
| /external/libopus/celt/ |
| D | modes.c | 90 static opus_int16 *compute_ebands(opus_int32 Fs, int frame_size, int res, int *nbEBands) in compute_ebands() 227 CELTMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error) in opus_custom_mode_create()
|
| D | modes.h | 53 opus_int32 Fs; member
|
| /external/perfetto/test/trace_processor/diff_tests/fs/ |
| D | tests.py | 22 class Fs(TestSuite): class
|
| /external/libopus/tests/ |
| D | test_opus_projection.c | 198 const opus_int32 Fs = 48000; in test_creation_arguments() local 287 const opus_int32 Fs = 48000; in test_encode_decode() local
|
| /external/crosvm/src/crosvm/sys/unix/ |
| D | cmdline.rs | 24 Fs(device::FsOptions), enumerator
|
| /external/rust/cxx/gen/build/src/ |
| D | error.rs | 13 Fs(fs::Error), enumerator
|
| /external/libopus/fuzzer/ |
| D | opus_dec_fuzzer.cpp | 39 static OpusMSDecoder *ms_opus_decoder_create(opus_int32 Fs, int channels, int *error) { in ms_opus_decoder_create()
|
| /external/libopus/celt/dump_modes/ |
| D | dump_modes.c | 329 int Fs, frame; in main() local
|