Home
last modified time | relevance | path

Searched defs:source (Results 1401 - 1425 of 2638) sorted by relevance

1...<<51525354555657585960>>...106

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm0010.c758 static int wm0010_set_sysclk(struct snd_soc_component *component, int source, in wm0010_set_sysclk() argument
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dvfio_ccw_cp.c213 static void convert_ccw0_to_ccw1(struct ccw1 *source, unsigned long len) in convert_ccw0_to_ccw1() argument
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_compress.c176 LZ4_compress_generic( LZ4_stream_t_internal * const dictPtr, const char * const source, char * const dest, const int inputSize, const int maxOutputSize, const limitedOutput_directive outputLimited, const tableType_t tableType, const dict_directive dict, const dictIssue_directive dictIssue, const U32 acceleration) LZ4_compress_generic() argument
458 LZ4_compress_fast_extState( void *state, const char *source, char *dest, int inputSize, int maxOutputSize, int acceleration) LZ4_compress_fast_extState() argument
503 LZ4_compress_fast(const char *source, char *dest, int inputSize, int maxOutputSize, int acceleration, void *wrkmem) LZ4_compress_fast() argument
511 LZ4_compress_default(const char *source, char *dest, int inputSize, int maxOutputSize, void *wrkmem) LZ4_compress_default() argument
857 LZ4_compress_fast_continue(LZ4_stream_t *LZ4_stream, const char *source, char *dest, int inputSize, int maxOutputSize, int acceleration) LZ4_compress_fast_continue() argument
[all...]
H A Dlz4hc_compress.c338 LZ4HC_compress_generic( LZ4HC_CCtx_internal *const ctx, const char * const source, char * const dest, int const inputSize, int const maxOutputSize, int compressionLevel, limitedOutput_directive limit ) LZ4HC_compress_generic() argument
667 LZ4_compressHC_continue_generic( LZ4_streamHC_t *LZ4_streamHCPtr, const char *source, char *dest, int inputSize, int maxOutputSize, limitedOutput_directive limit) LZ4_compressHC_continue_generic() argument
716 LZ4_compress_HC_continue( LZ4_streamHC_t *LZ4_streamHCPtr, const char *source, char *dest, int inputSize, int maxOutputSize) LZ4_compress_HC_continue() argument
[all...]
/kernel/linux/linux-6.6/net/ieee802154/
H A Dnl-mac.c589 u32 source = nla_get_u32(info->attrs[IEEE802154_ATTR_LLSEC_KEY_SOURCE_SHORT]); in ieee802154_llsec_parse_key_id() local
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-adda.c537 static int mtk_afe_dac_hires_connect(struct snd_soc_dapm_widget *source, in mtk_afe_dac_hires_connect() argument
555 static int mtk_afe_adc_hires_connect(struct snd_soc_dapm_widget *source, in mtk_afe_adc_hires_connect() argument
H A Dmt8186-dai-tdm.c198 static int mtk_afe_tdm_mclk_connect(struct snd_soc_dapm_widget *source, in mtk_afe_tdm_mclk_connect() argument
211 static int mtk_afe_tdm_mclk_apll_connect(struct snd_soc_dapm_widget *source, in mtk_afe_tdm_mclk_apll_connect() argument
228 static int mtk_afe_tdm_hd_connect(struct snd_soc_dapm_widget *source, in mtk_afe_tdm_hd_connect() argument
241 static int mtk_afe_tdm_apll_connect(struct snd_soc_dapm_widget *source, in mtk_afe_tdm_apll_connect() argument
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/
H A Dmt8192-dai-tdm.c377 static int mtk_afe_tdm_apll_connect(struct snd_soc_dapm_widget *source, in mtk_afe_tdm_apll_connect() argument
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-tdm.c330 static int mtk_afe_tdm_apll_connect(struct snd_soc_dapm_widget *source, in mtk_afe_tdm_apll_connect() argument
/kernel/linux/linux-6.6/tools/firewire/
H A Dnosy-dump.h88 uint32_t source:16; member
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpath.c667 struct avs_path_module *source, *sink; in avs_path_pipeline_arm() local
913 struct avs_path_module *source = binding->source; in avs_path_bind_prepare() local
949 struct avs_path_module *source, *sink; avs_path_bind() local
982 struct avs_path_module *source, *sink; avs_path_unbind() local
[all...]
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8195/
H A Dmt8195-dai-adda.c372 static int mtk_afe_adda_hires_connect(struct snd_soc_dapm_widget *source, in mtk_afe_adda_hires_connect() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_colormatrix.c65 int source, dest; ///< ColorMode member
424 enum ColorMode source; in filter_frame() local
[all...]
H A Dvf_colormap.c50 float source[MAX_SIZE][4]; member
427 AVFrame *in, *out, *source, *target; process_frame() local
488 AVFilterLink *source = ctx->inputs[1]; config_output() local
[all...]
/third_party/curl/lib/vauth/
H A Ddigest.c145 static void auth_digest_md5_to_ascii(unsigned char *source, /* 16 bytes */ in auth_digest_md5_to_ascii() argument
154 static void auth_digest_sha256_to_ascii(unsigned char *source, /* 32 bytes */ in auth_digest_sha256_to_ascii() argument
163 static char *auth_digest_string_quoted(const char *source) in auth_digest_string_quoted() argument
/third_party/glslang/gtests/
H A DTestFixture.h460 loadFileCompileAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string& entryPointName=�, const std::string& baseDir=�, const bool enableOptimizer = false, const bool enableDebug = false, const bool enableNonSemanticShaderDebugInfo = false) loadFileCompileAndCheck() argument
499 loadFileCompileAndCheckWithOptions(const std::string &testDir, const std::string &testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string &entryPointName = �, const std::string &baseDir = �, const EShMessages additionalOptions = EShMessages::EShMsgDefault) loadFileCompileAndCheckWithOptions() argument
528 loadFileCompileFlattenUniformsAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�) loadFileCompileFlattenUniformsAndCheck() argument
555 loadFileCompileIoMapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName, int baseSamplerBinding, int baseTextureBinding, int baseImageBinding, int baseUboBinding, int baseSsboBinding, bool autoMapBindings, bool flattenUniformArrays) loadFileCompileIoMapAndCheck() argument
592 loadFileCompileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileCompileRemapAndCheck() argument
619 loadFileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileRemapAndCheck() argument
649 preprocess( const std::string& source) preprocess() argument
699 loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName = �) loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck() argument
[all...]
/third_party/benchmark/test/
H A Doutput_test_helper.cc81 std::string PerformSubstitutions(std::string source) { in PerformSubstitutions() argument
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java69 static void doTest(TestFmwk test, RuleBasedCollator col, String source, in doTest() argument
209 doTestVariant(TestFmwk test, RuleBasedCollator myCollation, String source, String target, int result) doTestVariant() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java236 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() argument
290 private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in fastSingle() argument
356 singleByteMode(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType) singleByteMode() argument
582 endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets) endLoop() argument
645 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
767 loop(CharBuffer source, ByteBuffer target, IntBuffer offsets) loop() argument
1052 getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets) getTrail() argument
1077 getTrailUnicode(CharBuffer source, ByteBuffer target, IntBuffer offsets) getTrailUnicode() argument
1150 endLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets) endLoop() argument
1159 outputBytes(CharBuffer source, ByteBuffer target, IntBuffer offsets) outputBytes() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUtility.java33 public final static boolean arrayEquals(Object[] source, Object target) { in arrayEquals() argument
45 public final static boolean arrayEquals(int[] source, Object target) { in arrayEquals() argument
57 arrayEquals(double[] source, Object target) arrayEquals() argument
64 arrayEquals(byte[] source, Object target) arrayEquals() argument
76 arrayEquals(Object source, Object target) arrayEquals() argument
97 arrayRegionMatches(Object[] source, int sourceStart, Object[] target, int targetStart, int len) arrayRegionMatches() argument
116 arrayRegionMatches(char[] source, int sourceStart, char[] target, int targetStart, int len) arrayRegionMatches() argument
135 arrayRegionMatches(int[] source, int sourceStart, int[] target, int targetStart, int len) arrayRegionMatches() argument
154 arrayRegionMatches(double[] source, int sourceStart, double[] target, int targetStart, int len) arrayRegionMatches() argument
166 arrayRegionMatches(byte[] source, int sourceStart, byte[] target, int targetStart, int len) arrayRegionMatches() argument
1169 lookup(String source, String[] target) lookup() argument
1775 compareUnsigned(int source, int target) compareUnsigned() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java349 public Measure parseObject(String source, ParsePosition pos) { in parseObject() argument
H A DUTF16.java219 public static int charAt(String source, int offset16) { in charAt() argument
227 private static int _charAt(String source, int offset16, char single) { in _charAt() argument
273 public static int charAt(CharSequence source, in argument
281 _charAt(CharSequence source, int offset16, char single) _charAt() argument
329 charAt(StringBuffer source, int offset16) charAt() argument
381 charAt(char source[], int start, int limit, int offset16) charAt() argument
432 charAt(Replaceable source, int offset16) charAt() argument
500 bounds(String source, int offset16) bounds() argument
536 bounds(StringBuffer source, int offset16) bounds() argument
576 bounds(char source[], int start, int limit, int offset16) bounds() argument
698 valueOf(String source, int offset16) valueOf() argument
722 valueOf(StringBuffer source, int offset16) valueOf() argument
750 valueOf(char source[], int start, int limit, int offset16) valueOf() argument
770 findOffsetFromCodePoint(String source, int offset32) findOffsetFromCodePoint() argument
802 findOffsetFromCodePoint(StringBuffer source, int offset32) findOffsetFromCodePoint() argument
836 findOffsetFromCodePoint(char source[], int start, int limit, int offset32) findOffsetFromCodePoint() argument
877 findCodePointOffset(String source, int offset16) findCodePointOffset() argument
928 findCodePointOffset(StringBuffer source, int offset16) findCodePointOffset() argument
981 findCodePointOffset(char source[], int start, int limit, int offset16) findCodePointOffset() argument
1088 countCodePoint(String source) countCodePoint() argument
1102 countCodePoint(StringBuffer source) countCodePoint() argument
1119 countCodePoint(char source[], int start, int limit) countCodePoint() argument
1234 moveCodePointOffset(String source, int offset16, int shift32) moveCodePointOffset() argument
1288 moveCodePointOffset(StringBuffer source, int offset16, int shift32) moveCodePointOffset() argument
1345 moveCodePointOffset(char source[], int start, int limit, int offset16, int shift32) moveCodePointOffset() argument
1538 indexOf(String source, int char32) indexOf() argument
1592 indexOf(String source, String str) indexOf() argument
1639 indexOf(String source, int char32, int fromIndex) indexOf() argument
1695 indexOf(String source, String str, int fromIndex) indexOf() argument
1741 lastIndexOf(String source, int char32) lastIndexOf() argument
1795 lastIndexOf(String source, String str) lastIndexOf() argument
1852 lastIndexOf(String source, int char32, int fromIndex) lastIndexOf() argument
1918 lastIndexOf(String source, String str, int fromIndex) lastIndexOf() argument
1969 replace(String source, int oldChar32, int newChar32) replace() argument
2030 replace(String source, String oldStr, String newStr) replace() argument
2062 reverse(StringBuffer source) reverse() argument
2095 hasMoreCodePointsThan(String source, int number) hasMoreCodePointsThan() argument
2160 hasMoreCodePointsThan(char source[], int start, int limit, int number) hasMoreCodePointsThan() argument
2225 hasMoreCodePointsThan(StringBuffer source, int number) hasMoreCodePointsThan() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp146 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length) in extractBytes() argument
H A Dunits_test.cpp31 const StringPiece source; member
127 const char *const source; in testExtractConvertibility() member
151 MeasureUnitImpl source = MeasureUnitImpl::forIdentifier(testCase.source, status); in testExtractConvertibility() local
182 const char *source; testConversionInfo() member
271 const char *source; testConverter() member
346 MeasureUnitImpl source = MeasureUnitImpl::forIdentifier(testCase.source, status); testConverter() local
[all...]
H A Duts46test.cpp1072 UnicodeString source = s16FromField(fields[0]); in idnaTestOneLine() local
[all...]

Completed in 29 milliseconds

1...<<51525354555657585960>>...106