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:kmask
(Results
1 - 8
of
8
) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/
H
A
D
gethex.c
189
if (nbits &
kmask
)
197
b->x[j] = ULbits >> (ULbits - (nbits &
kmask
));
240
if (x[k>>kshift] & 1 << (k &
kmask
)) {
304
if (x[k>>kshift] & 1 << (k &
kmask
))
332
&& x[nbits >> kshift] & 1 << (nbits &
kmask
))
336
|| ((n = nbits &
kmask
) !=0
H
A
D
strtodg.c
138
if (n &=
kmask
)
159
if (n &=
kmask
)
223
if (b->x[k>>kshift] & ((ULong)1 << (k &
kmask
)))
238
if ( (j = nb &
kmask
) !=0)
264
carry = b->x[k1>>kshift] & (1 << (k1 &
kmask
));
850
j =
kmask
& (ULbits - (rvbits &
kmask
));
H
A
D
gmisc.c
49
if (k &=
kmask
) {
H
A
D
hexnan.c
68
if (nbits &
kmask
)
H
A
D
smisc.c
178
else if (n < nwds && (k &=
kmask
)) {
H
A
D
gdtoaimp.h
465
#define
kmask
31
macro
470
#define
kmask
15
macro
H
A
D
misc.c
456
if (k &=
kmask
) {
/third_party/python/Python/
H
A
D
dtoa.c
1147
#define
kmask
31
macro
1156
return rv &
kmask
;
in dshift()
Completed in 9 milliseconds