| /third_party/ffmpeg/libavcodec/ |
| H A D | av1_frame_merge_bsf.c | 27 CodedBitstreamContext *input; member
|
| H A D | cbs_bsf.h | 57 CodedBitstreamContext *input; member
|
| /third_party/elfutils/tests/ |
| H A D | asm-tst9.c | 35 static int32_t input[] = variable [all...] |
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_native_layer_mathunary.c | 57 const DnnOperand *input = &operands[input_operand_indexes[0]]; in ff_dnn_execute_layer_math_unary() local
|
| H A D | dnn_backend_native_layer_maximum.c | 54 const DnnOperand *input = &operands[input_operand_indexes[0]]; in ff_dnn_execute_layer_maximum() local
|
| /third_party/ffmpeg/libavfilter/tests/ |
| H A D | dnn-layer-mathbinary.c | 56 float input[1*1*2*3] = { in test_broadcast_input0() local 96 float input[1*1*2*3] = { in test_broadcast_input1() local
|
| /third_party/curl/tests/unit/ |
| H A D | unit1652.c | 39 static char input[4096]; variable [all...] |
| /third_party/glslang/glslang/OSDependent/Web/ |
| H A D | glslang.js.cpp | 283 const char* input = R"(#version 310 es in main() local
|
| /third_party/glslang/gtests/ |
| H A D | Config.FromFile.cpp | 42 std::string input; member
|
| /third_party/ffmpeg/tests/dnn/ |
| H A D | dnn-layer-mathbinary-test.c | 56 float input[1*1*2*3] = { in test_broadcast_input0() local 96 float input[1*1*2*3] = { in test_broadcast_input1() local
|
| /third_party/ffmpeg/tools/ |
| H A D | aviocat.c | 41 AVIOContext *input, *output; in main() local
|
| /third_party/alsa-utils/bat/ |
| H A D | latencytest.c | 62 short int *input; in play_and_listen() local
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | testcmyk.c | 88 unsigned char input[7000]; /* Line to separate */ in test_gray() local 270 unsigned char input[7000]; /* Line to separate */ in test_rgb() local
|
| /third_party/alsa-utils/topology/nhlt/intel/ |
| H A D | intel-nhlt.c | 10 static int get_int_val(snd_config_t *input, long *int_val, snd_config_t *top) in get_int_val() argument 32 static int get_string_val(snd_config_t *input, const char **string_val, snd_config_t *top) in get_string_val() argument
|
| /third_party/gn/src/gn/ |
| H A D | tokenizer_unittest.cc | 20 bool CheckTokenizer(const char* input, const TokenExpectation (&expect)[len]) { in CheckTokenizer() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | NumberFormatJavaCompatilityTest.java | 78 private void assertParseError(String pattern, String input) { in assertParseError() argument 82 private void assertParsed(String pattern, String input, Number expected) { in assertParsed() argument 93 private void assertParsedICU4J(String pattern, String input, Number expected) { in assertParsedICU4J() argument 102 private void assertParsedOpenJDK(String pattern, String input, Numbe argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | NumberFormatJavaCompatilityTest.java | 81 private void assertParseError(String pattern, String input) { in assertParseError() argument 85 private void assertParsed(String pattern, String input, Number expected) { in assertParsed() argument 96 private void assertParsedICU4J(String pattern, String input, Number expected) { in assertParsedICU4J() argument 105 private void assertParsedOpenJDK(String pattern, String input, Numbe argument [all...] |
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_hash.c | 261 mbedtls_psa_hash_update( mbedtls_psa_hash_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_psa_hash_update() argument 433 mbedtls_psa_hash_compute( psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *hash, size_t hash_size, size_t *hash_length) mbedtls_psa_hash_compute() argument [all...] |
| H A D | padlock.c | 57 mbedtls_padlock_xcryptecb(mbedtls_aes_context *ctx, int mode, const unsigned char input[16], unsigned char output[16]) mbedtls_padlock_xcryptecb() argument 103 mbedtls_padlock_xcryptcbc(mbedtls_aes_context *ctx, int mode, size_t length, unsigned char iv[16], const unsigned char *input, unsigned char *output) mbedtls_padlock_xcryptcbc() argument
|
| /third_party/mesa3d/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.y | 220 input: label
|
| /third_party/node/lib/ |
| H A D | punycode.js | [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_spkac.cc | 19 bool VerifySpkac(const ArrayBufferOrViewContents<char>& input) { in VerifySpkac() argument 51 ExportPublicKey(Environment* env, const ArrayBufferOrViewContents<char>& input) ExportPublicKey() argument 90 ExportChallenge(const ArrayBufferOrViewContents<char>& input) ExportChallenge() argument [all...] |
| /third_party/node/deps/v8/third_party/zlib/google/ |
| H A D | compression_utils.cc | 16 bool GzipCompress(base::span<const char> input, in GzipCompress() argument 37 bool GzipCompress(base::span<const char> input, std::string* output) { in GzipCompress() argument 41 bool GzipCompress(base::span<const uint8_t> input, std::string* output) { in GzipCompress() argument 76 bool GzipUncompress(const std::string& input, std::string* output) { in GzipUncompress() argument 93 GzipUncompress(base::span<const char> input, base::span<const char> output) GzipUncompress() argument 98 GzipUncompress(base::span<const uint8_t> input, base::span<const uint8_t> output) GzipUncompress() argument 109 GzipUncompress(base::span<const char> input, std::string* output) GzipUncompress() argument 113 GzipUncompress(base::span<const uint8_t> input, std::string* output) GzipUncompress() argument [all...] |
| /third_party/node/deps/zlib/google/ |
| H A D | compression_utils.cc | 15 bool GzipCompress(base::span<const char> input, in GzipCompress() argument 36 bool GzipCompress(base::span<const char> input, std::string* output) { in GzipCompress() argument 40 bool GzipCompress(base::span<const uint8_t> input, std::string* output) { in GzipCompress() argument 76 bool GzipUncompress(const std::string& input, std::string* output) { in GzipUncompress() argument 93 GzipUncompress(base::span<const char> input, base::span<const char> output) GzipUncompress() argument 98 GzipUncompress(base::span<const uint8_t> input, base::span<const uint8_t> output) GzipUncompress() argument 109 GzipUncompress(base::span<const char> input, std::string* output) GzipUncompress() argument 113 GzipUncompress(base::span<const uint8_t> input, std::string* output) GzipUncompress() argument [all...] |
| /third_party/node/test/addons/async-hello-world/ |
| H A D | binding.cc | 7 int input; member
|