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:OUTBYTE1
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Modules/cjkcodecs/
H
A
D
_codecs_cn.c
88
OUTBYTE1
((code >> 8) | 0x80);
in ENCODER()
146
OUTBYTE1
((code >> 8) | 0x80);
in ENCODER()
210
OUTBYTE1
((unsigned char)(tc + 0x90));
in ENCODER()
242
OUTBYTE1
((unsigned char)tc + 0x81);
in ENCODER()
253
OUTBYTE1
((code >> 8) | 0x80);
in ENCODER()
H
A
D
_codecs_jp.c
41
OUTBYTE1
(0xa0);
in ENCODER()
43
OUTBYTE1
(c - 0xf8f1 + 0xfd);
in ENCODER()
53
OUTBYTE1
(code >> 8);
in ENCODER()
65
OUTBYTE1
(c1 < 0x1f ? c1 + 0x81 : c1 + 0xc1);
in ENCODER()
72
OUTBYTE1
(c1 + 0xf0);
in ENCODER()
475
OUTBYTE1
((unsigned char)code);
in ENCODER()
500
OUTBYTE1
(c1 < 0x1f ? c1 + 0x81 : c1 + 0xc1);
in ENCODER()
658
OUTBYTE1
(c1 + (c1 < 0x1f ? 0x81 : 0xc1));
in ENCODER()
H
A
D
_codecs_kr.c
57
OUTBYTE1
((code >> 8) | 0x80);
in ENCODER()
69
OUTBYTE1
(EUCKR_JAMO_FIRSTBYTE);
in ENCODER()
81
OUTBYTE1
(EUCKR_JAMO_FIRSTBYTE);
in ENCODER()
193
OUTBYTE1
((code >> 8) | 0x80);
in ENCODER()
301
OUTBYTE1
(t1 >> 1);
in ENCODER()
312
OUTBYTE1
(code >> 8);
in ENCODER()
H
A
D
_codecs_tw.c
37
OUTBYTE1
(code >> 8);
in ENCODER()
96
OUTBYTE1
(code >> 8);
in ENCODER()
H
A
D
cjkcodecs.h
158
#define
OUTBYTE1
(c) OUTBYTEI(c, 0)
macro
166
OUTBYTE1
(c1); \
171
OUTBYTE1
(c1); \
177
OUTBYTE1
(c1); \
184
OUTBYTE1
(c1); \
H
A
D
_codecs_hk.c
100
OUTBYTE1
(code >> 8);
in ENCODER()
Completed in 5 milliseconds