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:FRAC
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_time.c
78
#define
FRAC
10
macro
96
tmp = SHR_FP(tv.tv_nsec * Q(
FRAC
, (COAP_TICKS_PER_SECOND/1000000000.0)),
FRAC
);
in coap_ticks()
108
tmp = SHR_FP(tv.tv_usec * Q(
FRAC
, (COAP_TICKS_PER_SECOND/1000000.0)),
FRAC
);
in coap_ticks()
132
#undef
FRAC
macro
/third_party/skia/third_party/externals/freetype/src/raster/
H
A
D
ftraster.c
433
#define
FRAC
( x ) ( (x) & ( ras.precision - 1 ) )
macro
1013
f1 = (Int)
FRAC
( y1 );
in Line_Up()
1025
f2 = (Int)
FRAC
( y2 );
in Line_Up()
1211
f1 = (Short)(
FRAC
( y1 ) );
in Bezier_Up()
2007
if (
FRAC
( ras.lastY ) == 0 &&
in Convert_Glyph()
Completed in 5 milliseconds