Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SBASE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ucd.cc
56
#define
SBASE
0xAC00u
macro
69
unsigned si = ab -
SBASE
;
in _hb_ucd_decompose_hangul()
77
*a =
SBASE
+ (si / TCOUNT) * TCOUNT;
in _hb_ucd_decompose_hangul()
91
if (a >=
SBASE
&& a < (
SBASE
+ SCOUNT) && b > TBASE && b < (TBASE + TCOUNT) &&
in _hb_ucd_compose_hangul()
92
!((a -
SBASE
) % TCOUNT))
in _hb_ucd_compose_hangul()
103
*ab =
SBASE
+ li * NCOUNT + vi * TCOUNT;
in _hb_ucd_compose_hangul()
/third_party/mksh/
H
A
D
lex.c
31
#define
SBASE
0 /* outside any lexical constructs */
macro
44
#define SADELIM 13 /* like
SBASE
, looking for delimiter */
229
state = (cf & HEREDELIM) ? SHEREDELIM :
SBASE
;
in yylex()
250
/* Initial state: one of SWORD SLETPAREN SHEREDELIM
SBASE
*/
in yylex()
256
((state ==
SBASE
|| state == SHEREDELIM) && ctype(c, C_LEX1)))) {
in yylex()
257
if (state ==
SBASE
&&
in yylex()
282
case
SBASE
:
in yylex()
721
/* Same as
SBASE
, except (,|,) treated specially */
in yylex()
906
/* This done to avoid tests for SHEREDELIM wherever
SBASE
tested */
in yylex()
908
state =
SBASE
;
in yylex()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
SILoadStoreOptimizer.cpp
107
SBASE
= 0x1,
enumerator
454
return
SBASE
;
in getRegs()
526
if (Regs &
SBASE
) {
in setMI()
Completed in 5 milliseconds