Searched defs:BSR (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_jit_test.c129 #define BSR(x) ((x) << 16) macro
432 { 0, BSR(PCRE2_BSR_ANYCRLF), 0, 0, "\\R", "\r" },
433 { 0, BSR(PCRE2_BSR_ANYCRLF), 0, 0, "\\R", "\x85#\r\n#" },
434 { U, BSR(PCRE2_BSR_UNICODE), 0, 0, "\\R", "ab\xe2\x80\xa8#c" },
435 { U, BSR(PCRE2_BSR_UNICODE), 0, 0, "\\R", "ab\r\nc" },
436 { U, PCRE2_NEWLINE_CRLF | BSR(PCRE2_BSR_UNICODE), 0, 0, "(\\R.)+", "\xc2\x85\r\n#\xe2\x80\xa8\n\r\n\r" },
755 { 0, BSR(PCRE2_BSR_UNICODE), 0, 0 | F_NO8 | F_FORCECONV, "\\R", "ab\xe2\x80\xa8" },
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.h35 /// BSR - Bit scan reverse.
37 BSR, enumerator in enum:llvm::X86ISD::NodeType

Completed in 623 milliseconds