Home
last modified time | relevance | path

Searched defs:rex (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/log/expressions/predicates/
Dmatches.hpp55 …attribute_matches(attribute_name const& name, RegexT const& rex) : base_type(name, boost::log::aux… in attribute_matches()
67 …attribute_matches(attribute_name const& name, RegexT const& rex, U const& arg) : base_type(name, b… in attribute_matches()
86 matches(attribute_actor< T, FallbackPolicyT, TagT, ActorT > const& attr, RegexT const& rex) in matches()
99 matches(attribute_keyword< DescriptorT, ActorT > const&, RegexT const& rex) in matches()
112 matches(attribute_name const& name, RegexT const& rex) in matches()
/third_party/openssl/crypto/aes/asm/
Daesni-mb-x86_64.pl1420 sub rex { subroutine
Daesni-sha256-x86_64.pl1768 sub rex { subroutine
Daesni-x86_64.pl5096 sub rex { subroutine
Daesni-sha1-x86_64.pl2078 sub rex { subroutine
/third_party/openssl/crypto/sha/asm/
Dsha256-mb-x86_64.pl1571 sub rex { subroutine
Dsha1-mb-x86_64.pl1571 sub rex { subroutine
/third_party/boost/libs/xpressive/test/
Dtest_non_char.cpp19 basic_regex<int const *> rex = imbue(nul)(1 >> +((set= 2,3) | 4) >> 5); in test_static() local
/third_party/openssl/crypto/perlasm/
Dx86_64-xlate.pl952 sub rex { subroutine
/third_party/boost/libs/xpressive/example/
Dmain.cpp61 sregex rex = sregex::compile( "(\\w+) (\\w+)!" ); in example1() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h34 #define wFromREX(rex) (((rex) & 0x8) >> 3) argument
35 #define rFromREX(rex) (((rex) & 0x4) >> 2) argument
36 #define xFromREX(rex) (((rex) & 0x2) >> 1) argument
37 #define bFromREX(rex) ((rex) & 0x1) argument
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_64.c378 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
401 sljit_u8 rex = 0; in emit_x86_instruction() local
/third_party/boost/boost/xpressive/
Dregex_compiler.hpp386 basic_regex<BidiIter> &rex = this->rules_[name]; in parse_group() local
Dregex_primitives.hpp644 by_ref(basic_regex<BidiIter> const &rex) in by_ref()
/third_party/boost/libs/log/test/run/
Dfilt_attr.cpp352 boost::regex rex("hello"); in BOOST_AUTO_TEST_CASE() local
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfacedetect.cpp650 guint rex = 0, rey = 0, rew, reh; in gst_face_detect_transform_ip() local
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c657 uint8_t rex = 0x40; in x86_mov() local
694 uint8_t rex = 0x48; in x64_mov64() local
/third_party/flutter/skia/src/core/
DSkVM.cpp260 static uint8_t rex(bool W, // If set, operation is 64-bit, otherwise default, usually 32-bit. in rex() function
/third_party/skia/src/core/
DSkVM.cpp1838 static uint8_t rex(bool W, // If set, operation is 64-bit, otherwise default, usually 32-bit. in rex() function
/third_party/typescript/tests/baselines/reference/
DresolvingClassDeclarationWhenInBaseTypeResolution.js3991 leptoceros.prototype.rex = function () { method in leptoceros