HomeSort by relevance Sort by last modified time
    Searched defs:code16 (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/regexp/syntax/
perl_groups.go 92 var code16 = []rune{ /* [:word:] */ var
130 `[:word:]`: {+1, code16},
131 `[:^word:]`: {-1, code16},
  /prebuilts/go/linux-x86/src/regexp/syntax/
perl_groups.go 92 var code16 = []rune{ /* [:word:] */ var
130 `[:word:]`: {+1, code16},
131 `[:^word:]`: {-1, code16},
  /external/v8/src/builtins/
builtins-string.cc 518 Node* code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); local
519 Node* result = StringFromCharCode(code16);
523 Node* code16 = nullptr; local
537 arguments.ForEach(vars, [this, context, &two_byte, &max_index, &code16,
540 code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit));
543 Int32GreaterThan(code16, Int32Constant(String::kMaxOneByteCharCode)),
546 // The {code16} fits into the SeqOneByteString {one_byte_result}.
552 offset, code16);
578 max_index_offset, code16);
588 Node* code16
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386.c 675 #define CODE16 1
677 #define SMALL16 (SMALL | CODE16)
679 #define BIG16 (BIG | CODE16)
6826 int code16; local
6932 int code16; local
6994 int code16; local
    [all...]

Completed in 303 milliseconds