Home
last modified time | relevance | path

Searched defs:RE (Results 1 - 25 of 35) sorted by relevance

12

/third_party/rust/crates/once_cell/examples/
H A Dregex.rs7 static RE: once_cell::sync::OnceCell<regex::Regex> = once_cell::sync::OnceCell::new(); consts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h104 RelocationEntry RE = variable
111 RelocationEntry RE = variable
117 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, variable
[all...]
H A DRuntimeDyldCOFFThumb.h127 RelocationEntry RE = RelocationEntry( variable
134 RelocationEntry RE = variable
141 RelocationEntry RE = variable
147 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, variable
153 RelocationEntry RE = RelocationEntry( global() variable
162 RelocationEntry RE = global() variable
[all...]
H A DRuntimeDyldELFMips.cpp14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() argument
29 evaluateRelocation(const RelocationEntry &RE, uint64_t Value, uint64_t Addend) evaluateRelocation() argument
41 applyRelocation(const RelocationEntry &RE, uint64_t Value) applyRelocation() argument
[all...]
H A DRuntimeDyldMachOAArch64.h442 processGOTRelocation(const RelocationEntry &RE, RelocationValueRef &Value, StubMap &Stubs) processGOTRelocation() argument
485 MachO::any_relocation_info RE = processSubtractRelocation() local
[all...]
H A DRuntimeDyldMachOI386.h151 MachO::any_relocation_info RE = processSECTDIFFRelocation() local
[all...]
H A DRuntimeDyldMachOX86_64.h129 processGOTRelocation(const RelocationEntry &RE, RelocationValueRef &Value, StubMap &Stubs) processGOTRelocation() argument
163 MachO::any_relocation_info RE = processSubtractRelocation() local
[all...]
H A DRuntimeDyldMachOARM.h305 processBranchRelocation(const RelocationEntry &RE, const RelocationValueRef &Value, StubMap &Stubs) processBranchRelocation() argument
350 MachO::any_relocation_info RE = processHALFSECTDIFFRelocation() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Davf_showspatial.c199 #define RE(y, ch) s->fft_data[ch][y].re macro
H A Davf_showfreqs.c414 #define RE(x, ch) s->fft_data[ch][x].re in plot_freqs() macro
H A Davf_showspectrum.c1311 #define RE(y, ch) s->fft_data[ch][y].re macro
H A Daf_aiir.c494 static void cmul(double re, double im, double re2, double im2, double *RE, double *IM) in cmul() argument
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dtest_util.h164 static const char* RE() { in RE() function in i18n::phonenumbers::RegionCode
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java54 static final String RE = "RE"; field in RegionCode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dsimple_ilist.h270 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dsimple_ilist.h274 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local
/third_party/toybox/toys/pending/
H A Dexpr.c132 enum { OR = 1, AND, EQ, NE, GT, GTE, LT, LTE, ADD, SUB, MUL, DIVI, MOD, RE }; enumerator
/third_party/googletest/googletest/src/
H A Dgtest-port.cc[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp61 MachO::any_relocation_info RE = in processScatteredVANILLA() local
97 getRelocationValueRef( const ObjectFile &BaseTObj, const relocation_iterator &RI, const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) getRelocationValueRef() argument
148 dumpRelocationToResolve(const RelocationEntry &RE, uint64_t Value) const dumpRelocationToResolve() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp112 AttributeSet::iterator RI = RAS.begin(), RE = RAS.end(); in cmpAttrs() local
344 const ConstantExpr *RE = cast<ConstantExpr>(R); in cmpConstants() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp407 auto RI = ResultTys.begin(), RE = ResultTys.end(); in buildFrom() local
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc[all...]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dregioncodefortesting.js
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h889 class GTEST_API_ RE { class
891 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function in testing::internal::RE
892 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function in testing::internal::RE
893 RE(const std::string& regex) : RE(abs in RE() function in testing::internal::RE
894 RE(const RE& other) : RE(other.pattern()) {} RE() function in testing::internal::RE
913 class GTEST_API_ RE { global() class
917 RE(const RE& other) { Init(other.pattern()); } RE() function in testing::internal::RE
920 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT RE() function in testing::internal::RE
922 RE(const char* regex) { Init(regex); } // NOLINT RE() function in testing::internal::RE
[all...]

Completed in 25 milliseconds

12