Searched refs:Forward (Results 1 - 25 of 40) sorted by relevance

12

/external/webrtc/webrtc/common_audio/
H A Dreal_fourier_ooura.h25 void Forward(const float* src, std::complex<float>* dest) const override;
H A Dreal_fourier_openmax.h25 void Forward(const float* src, std::complex<float>* dest) const override;
H A Dreal_fourier.h63 virtual void Forward(const float* src, std::complex<float>* dest) const = 0;
H A Dreal_fourier_openmax.cc53 void RealFourierOpenmax::Forward(const float* src, complex<float>* dest) const { function in class:webrtc::RealFourierOpenmax
H A Dreal_fourier_ooura.cc48 void RealFourierOoura::Forward(const float* src, complex<float>* dest) const { function in class:webrtc::RealFourierOoura
H A Dlapped_transform.cc34 parent_->fft_->Forward(parent_->real_buf_.Row(i),
H A Dreal_fourier_unittest.cc86 this->rf_.Forward(this->real_buffer_.get(), this->cplx_buffer_.get());
/external/openssh/
H A Dreadconf.h32 int forward_agent; /* Forward authentication agent. */
33 int forward_x11; /* Forward X11 display. */
35 int forward_x11_trusted; /* Trust Forward X11 display. */
108 struct Forward *local_forwards;
112 struct Forward *remote_forwards;
205 int parse_forward(struct Forward *, const char *, int, int);
211 void add_local_forward(Options *, const struct Forward *);
212 void add_remote_forward(Options *, const struct Forward *);
H A Dchannels.h267 struct Forward;
285 int channel_request_remote_forwarding(struct Forward *);
286 int channel_setup_local_fwd_listener(struct Forward *, struct ForwardOptions *);
287 int channel_request_rforward_cancel(struct Forward *);
288 int channel_setup_remote_fwd_listener(struct Forward *, int *, struct ForwardOptions *);
289 int channel_cancel_rport_listener(struct Forward *);
290 int channel_cancel_lport_listener(struct Forward *, int, struct ForwardOptions *);
H A Dmisc.h21 struct Forward { struct
32 int forward_equals(const struct Forward *, const struct Forward *);
H A Dserverloop.c723 struct Forward fwd;
751 struct Forward fwd;
762 struct Forward fwd;
783 struct Forward fwd;
H A Dreadconf.c321 add_local_forward(Options *options, const struct Forward *newfwd)
323 struct Forward *fwd;
354 add_remote_forward(Options *options, const struct Forward *newfwd)
356 struct Forward *fwd;
835 struct Forward fwd;
2175 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd)
2463 dump_cfg_forwards(OpCodes code, u_int count, const struct Forward *fwds)
2465 const struct Forward *fwd;
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h19 Forward, enumerator in enum:Eigen::NumericalDiffMode
33 * Currently only "Forward" and "Central" scheme are implemented.
35 template<typename _Functor, NumericalDiffMode mode=Forward>
81 case Forward:
99 case Forward:
/external/libchrome/base/
H A Dcancelable_callback.h107 void Forward(A... args) const { function in class:base::CancelableCallback
114 forwarder_ = base::Bind(&CancelableCallback<void(A...)>::Forward,
124 // Used to ensure Forward() is not run when this object is destroyed.
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasSetTracker.h85 if (AS->Forward) {
111 AliasSet *Forward; // Forwarding pointer. member in class:llvm::AliasSet
168 bool isForwardingAliasSet() const { return Forward; }
225 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0),
240 if (!Forward) return this;
242 AliasSet *Dest = Forward->getForwardedTarget(AST);
243 if (Dest != Forward) {
245 Forward->dropRef(AST);
246 Forward = Dest;
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp32 assert(!AS.Forward && "Alias set is already forwarding!");
33 assert(!Forward && "This set is a forwarding set!!");
66 AS.Forward = this; // Forward across AS now...
84 if (AliasSet *Fwd = AS->Forward) {
86 AS->Forward = nullptr;
220 if (Cur->Forward || !Cur->aliasesPointer(Ptr, Size, AAInfo, AA)) continue;
238 if (!AS.Forward && AS.aliasesPointer(Ptr, Size, AAInfo, AA))
245 if (!AS.Forward && AS.aliasesUnknownInst(Inst, AA))
254 if (Cur->Forward || !Cu
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DAliasSetTracker.cpp32 assert(!AS.Forward && "Alias set is already forwarding!");
33 assert(!Forward && "This set is a forwarding set!!");
67 AS.Forward = this; // Forward across AS now...
83 if (AliasSet *Fwd = AS->Forward) {
85 AS->Forward = 0;
221 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue;
239 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA))
249 if (I->Forward || !I->aliasesUnknownInst(Inst, AA))
254 else if (!I->Forward) // Otherwis
[all...]
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h93 if (AS->Forward) {
119 AliasSet *Forward; // Forwarding pointer. member in class:llvm::AliasSet
180 bool isForwardingAliasSet() const { return Forward; }
233 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
248 if (!Forward) return this;
250 AliasSet *Dest = Forward->getForwardedTarget(AST);
251 if (Dest != Forward) {
253 Forward->dropRef(AST);
254 Forward = Dest;
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVFunction.h120 void takeExecutionModes(SPIRVForward *Forward) { argument
121 ExecModes = std::move(Forward->ExecModes);
H A DSPIRVOpCodeEnum.h297 _SPIRV_OP(Forward, 1024)
/external/v8/src/compiler/
H A Djump-threading.cc30 void Forward(RpoNumber to) { function in struct:v8::internal::compiler::JumpThreadingState
117 state.Forward(fw);
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper_devicetest.py87 self._adb.Forward(0, 0)
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dadb_wrapper_devicetest.py84 self._adb.Forward(0, 0)
/external/trappy/tests/trappy/stats/
H A Dgrammar.py22 alphas, alphanums, Forward, Word, opAssoc, operatorPrecedence, Combine, Group namespace
169 # Forward declaration for an Arithmetic Expression
170 arith_expr = Forward()
/external/trappy/trappy/stats/
H A Dgrammar.py22 alphas, alphanums, Forward, Word, opAssoc, operatorPrecedence, Combine, Group namespace
169 # Forward declaration for an Arithmetic Expression
170 arith_expr = Forward()

Completed in 919 milliseconds

12