HomeSort by relevance Sort by last modified time
    Searched refs:output (Results 476 - 500 of 11134) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/platform/
snappy.h 25 bool Snappy_Compress(const char* input, size_t length, string* output);
29 bool Snappy_Uncompress(const char* input, size_t length, char* output);
  /external/v8/src/wasm/
wasm-external-refs.h 30 void int64_to_float32_wrapper(int64_t* input, float* output);
32 void uint64_to_float32_wrapper(uint64_t* input, float* output);
34 void int64_to_float64_wrapper(int64_t* input, double* output);
36 void uint64_to_float64_wrapper(uint64_t* input, double* output);
38 int32_t float32_to_int64_wrapper(float* input, int64_t* output);
40 int32_t float32_to_uint64_wrapper(float* input, uint64_t* output);
42 int32_t float64_to_int64_wrapper(double* input, int64_t* output);
44 int32_t float64_to_uint64_wrapper(double* input, uint64_t* output);
  /external/valgrind/gdbserver_tests/
nlsigvgdb.stderr.exp 6 Reset valgrind output to log (orderly_finish)
  /external/webrtc/talk/app/webrtc/
videosourceinterface.h 51 // Adds |output| to the source to receive frames.
52 virtual void AddSink(cricket::VideoRenderer* output) = 0;
53 virtual void RemoveSink(cricket::VideoRenderer* output) = 0;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
accelerate.cc 20 AudioMultiVector* output,
27 // from input to output.
28 output->PushBackInterleaved(input, input_length);
31 return TimeStretch::Process(input, input_length, fast_accelerate, output,
50 AudioMultiVector* output) const {
70 output->PushBackInterleaved(input, fs_mult_120 * num_channels_);
75 // Cross-fade |temp_vector| onto the end of |output|.
76 output->CrossFade(temp_vector, peak_index);
78 output->PushBackInterleaved(
89 output->PushBackInterleaved(input, input_length)
    [all...]
  /frameworks/base/media/mca/filterpacks/native/imageproc/
invert.c 24 char* output,
35 // Get the input and output pointers
37 char* output_ptr = output;
to_rgba.c 24 char* output,
35 // Get the input and output pointers
37 char* output_ptr = output;
55 char* output,
66 // Get the input and output pointers
68 char* output_ptr = output;
87 char* output,
98 // Get the input and output pointers
100 char* output_ptr = output;
119 char* output,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
armv8_2-a-illegal.d 3 #error-output: armv8_2-a-illegal.l
deprecated.d 3 #error-output: deprecated.l
illegal-2.d 4 #error-output: illegal-2.l
illegal-sysreg-2.d 3 #error-output: illegal-sysreg-2.l
illegal.d 4 #error-output: illegal.l
pan-illegal.d 3 #error-output: pan-illegal.l
verbose-error.d 4 #error-output: verbose-error.l
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
adr-invalid.d 2 # error-output: adr-invalid.l
arch7m-bad.d 3 #error-output: arch7m-bad.l
archv6t2-bad.d 3 #error-output: archv6t2-bad.l
arm-idiv-bad.d 3 #error-output: arm-idiv-bad.l
arm3-bad.d 3 # error-output: arm3-bad.l
arm7-bad.d 3 # error-output: arm7-bad.l
armv1-bad.d 3 #error-output: armv1-bad.l
barrier-bad.d 3 #error-output: barrier-bad.l
depr-swp.d 3 #error-output: depr-swp.l
iwmmxt-bad.d 3 #error-output: iwmmxt-bad.l
iwmmxt-bad2.d 3 #error-output: iwmmxt-bad2.l

Completed in 284 milliseconds

<<11121314151617181920>>