| /external/crosvm/devices/src/virtio/vhost/user/ |
| D | fs.rs | 25 pub struct Fs { struct 32 impl Fs { argument 33 pub fn new<P: AsRef<Path>>(base_features: u64, socket_path: P, tag: &str) -> Result<Fs> { in new() 80 impl VirtioDevice for Fs { implementation 181 impl Drop for Fs { implementation
|
| /external/crosvm/devices/src/virtio/fs/ |
| D | mod.rs | 128 pub struct Fs { struct 130 fs: Option<PassthroughFs>, argument 139 impl Fs { argument 146 ) -> Result<Fs> { in new() 196 impl VirtioDevice for Fs { implementation 343 impl Drop for Fs { implementation
|
| /external/mtools/ |
| D | mformat.c | 162 static int comp_fat_bits(Fs_t *Fs, int estimate, in comp_fat_bits() 230 static void calc_fat_bits2(Fs_t *Fs, unsigned long tot_sectors, int fat_bits, in calc_fat_bits2() 288 static __inline__ void format_root(Fs_t *Fs, char *label, union bootsector *boot) in format_root() 334 static void xdf_calc_fat_size(Fs_t *Fs, unsigned long tot_sectors, in xdf_calc_fat_size() 362 static void calc_fat_size(Fs_t *Fs, unsigned long tot_sectors) in calc_fat_size() 524 static void calc_cluster_size(struct Fs_t *Fs, unsigned long tot_sectors, in calc_cluster_size() 611 struct Fs_t *Fs, union bootsector *boot) in calc_fs_parameters() 671 struct Fs_t *Fs, union bootsector *boot) in calc_fs_parameters_32() 877 Fs_t Fs; in mformat() local
|
| D | mbadblocks.c | 50 static void mark(Fs_t *Fs, long offset, unsigned int badClus) { in mark() 73 static int scan(Fs_t *Fs, Stream_t *dev, in scan() 119 Fs_t *Fs; in mbadblocks() local
|
| D | file.c | 30 struct Fs_t *Fs; /* Filesystem that this fat file belongs to */ member 87 Fs_t *Fs = This->Fs; in recalcPreallocSize() local 255 Fs_t *Fs = This->Fs; in normal_map() local 359 Fs_t *Fs = This->Fs; in root_map() local 504 Fs_t *Fs = This->Fs; in free_file() local 685 Fs_t *Fs = (Fs_t *) GetFs(Dir); in OpenRoot() local
|
| D | mdoctorfat.c | 41 Fs_t *Fs; member 46 Fs_t *Fs = getFs(mp->File); in dos_doctorfat() local
|
| D | init.c | 112 Stream_t *GetFs(Stream_t *Fs) in GetFs() 433 int fsPreallocateClusters(Fs_t *Fs, long size) in fsPreallocateClusters()
|
| D | streamcache.c | 59 Stream_t *Fs; in open_root_dir() local
|
| D | mlabel.c | 127 Stream_t *Fs=0; in mlabel() local
|
| /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() 623 opus_int32 Fs, in opus_multistream_surround_encoder_create() 671 opus_int32 Fs in surround_rate_allocation() 740 opus_int32 Fs in ambisonics_rate_allocation() 778 opus_int32 Fs; in rate_allocation() local 815 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() 1012 opus_int32 Fs) in opus_packet_get_nb_samples()
|
| D | opus_encoder.c | 79 opus_int32 Fs; member 182 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application) in opus_encoder_init() 345 …t32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs, int arch) in hp_cutoff() 383 …n, opus_int32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs) in dc_reject() 404 …n, opus_int32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs) in dc_reject() 446 int overlap48, int frame_size, int channels, const opus_val16 *window, opus_int32 Fs) in stereo_fade() 478 int overlap48, int frame_size, int channels, const opus_val16 *window, opus_int32 Fs) in gain_fade() 516 OpusEncoder *opus_encoder_create(opus_int32 Fs, int channels, int application, int *error) in opus_encoder_create() 611 opus_int32 frame_size_select(opus_int32 frame_size, int variable_duration, opus_int32 Fs) in frame_size_select() 636 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 | 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 | analysis.c | 163 … 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() 217 void tonality_analysis_init(TonalityAnalysisState *tonal, opus_int32 Fs) in tonality_analysis_init() 956 int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs, in run_analysis()
|
| 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() 224 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/libopus/tests/ |
| D | test_opus_projection.c | 199 const opus_int32 Fs = 48000; in test_creation_arguments() local 288 const opus_int32 Fs = 48000; in test_encode_decode() local
|
| /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
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | modernize-raw-string-literal.cpp | 38 char const *const Fs("goink\\\034"); variable
|