/aosp_15_r20/external/crosvm/devices/src/virtio/fs/ |
H A D | mod.rs | 118 pub struct Fs { struct 121 fs: Option<PassthroughFs>, argument 130 impl Fs { argument 137 ) -> Result<Fs> { in new() 169 impl VirtioDevice for Fs { implementation
|
/aosp_15_r20/external/mtools/ |
H A 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
|
H A 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()
|
H A 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
|
H A 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
|
H A D | mdoctorfat.c | 41 Fs_t *Fs; member 46 Fs_t *Fs = getFs(mp->File); in dos_doctorfat() local
|
H A 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()
|
/aosp_15_r20/external/libopus/src/ |
H A 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
|
H A D | opus_encoder.c | 90 opus_int32 Fs; member 202 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application) in opus_encoder_init() 371 …t32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs, int arch) in hp_cutoff() 409 …n, opus_int32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs) in dc_reject() 430 …n, opus_int32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs) in dc_reject() 472 int overlap48, int frame_size, int channels, const opus_val16 *window, opus_int32 Fs) in stereo_fade() 504 int overlap48, int frame_size, int channels, const opus_val16 *window, opus_int32 Fs) in gain_fade() 542 OpusEncoder *opus_encoder_create(opus_int32 Fs, int channels, int application, int *error) in opus_encoder_create() 704 opus_int32 frame_size_select(opus_int32 frame_size, int variable_duration, opus_int32 Fs) in frame_size_select() 729 opus_val16 compute_stereo_width(const opus_val16 *pcm, int frame_size, opus_int32 Fs, StereoWidthSt… in compute_stereo_width()
|
H A 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
|
H A D | opus_decoder.c | 68 opus_int32 Fs; /** Sampling rate (at the API level) */ member 129 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels) in opus_decoder_init() 176 OpusDecoder *opus_decoder_create(opus_int32 Fs, int channels, int *error) in opus_decoder_create() 207 const opus_val16 *window, opus_int32 Fs) in smooth_fade() 1123 opus_int32 Fs) in opus_packet_get_nb_samples()
|
H A 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()
|
H A 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()
|
H A D | opus_projection_encoder.c | 216 int opus_projection_ambisonics_encoder_init(OpusProjectionEncoder *st, opus_int32 Fs, in opus_projection_ambisonics_encoder_init() 351 opus_int32 Fs, int channels, int mapping_family, int *streams, in opus_projection_ambisonics_encoder_create()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
H A 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()
|
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
H A D | LVPSA_Control.cpp | 368 LVM_Fs_en Fs = pParams->Fs; in LVPSA_SetQPFCoefficients() local 415 LVPSA_RETURN LVPSA_BPSinglePrecCoefs(LVM_UINT16 Fs, LVPSA_FilterParam_t* pFilterParams, in LVPSA_BPSinglePrecCoefs() 525 LVPSA_RETURN LVPSA_BPDoublePrecCoefs(LVM_UINT16 Fs, LVPSA_FilterParam_t* pFilterParams, in LVPSA_BPDoublePrecCoefs()
|
/aosp_15_r20/external/libopus/celt/ |
H A 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()
|
/aosp_15_r20/external/libopus/tests/ |
H A 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
|
/aosp_15_r20/external/skia/src/shaders/gradients/ |
H A D | SkGradientBaseShader.cpp | 307 SkPMColor4f Fs, in add_stop_color() 332 SkPMColor4f Fs = { in init_stop_evenly() local 356 SkPMColor4f Fs = { in init_stop_pos() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerMIPS32.cpp | 298 const IValueT Fs = encodeFPRegister(OpFs, "Fs", InsnName); in emitCOP1Fcmp() local 313 const IValueT Fs = encodeFPRegister(OpFs, "Fs", InsnName); in emitCOP1FmtFsFd() local 328 const IValueT Fs = encodeFPRegister(OpFs, "Fs", InsnName); in emitCOP1FmtFtFsFd() local 345 const IValueT Fs = encodeFPRegister(OpFs, "Fs", InsnName); in emitCOP1FmtRtFsFd() local 360 const IValueT Fs = encodeFPRegister(OpFs, "Fs", InsnName); in emitCOP1MovRtFs() local
|
/aosp_15_r20/external/crosvm/docs/book/src/devices/ |
H A D | fs.md | 1 # Fs chapter
|
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/parser/fs/ |
H A D | tests.py | 22 class Fs(TestSuite): class
|
/aosp_15_r20/build/blueprint/ |
H A D | singleton_ctx.go | 165 Fs() pathtools.FileSystem methodSpec 395 func (s *singletonContext) Fs() pathtools.FileSystem { func
|
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
H A D | LVC_Mixer_SetTimeConstant.cpp | 47 void LVC_Mixer_SetTimeConstant(LVMixer3_FLOAT_st* pStream, LVM_INT32 Tc_millisec, LVM_Fs_en Fs, in LVC_Mixer_SetTimeConstant()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 3253 Register Fs = MI.getOperand(3).getReg(); in emitINSERT_FW() local 3289 Register Fs = MI.getOperand(3).getReg(); in emitINSERT_FD() local 3447 Register Fs = MI.getOperand(1).getReg(); in emitFILL_FW() local 3482 Register Fs = MI.getOperand(1).getReg(); in emitFILL_FD() local 3665 Register Fs = MI.getOperand(1).getReg(); in emitFPROUND_PSEUDO() local
|