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:one_bit
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/
H
A
D
gethex.c
272
goto
one_bit
;
276
goto
one_bit
;
280
one_bit
:
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
constants-arm.h
633
// bit specifier.
one_bit
is the position of the additional single bit
635
inline int VFPGlueRegValue(VFPRegPrecision pre, int four_bit, int
one_bit
) {
in VFPGlueRegValue()
argument
637
return (Bits(four_bit + 3, four_bit) << 1) | Bit(
one_bit
);
in VFPGlueRegValue()
639
int reg_num = (Bit(
one_bit
) << 4) | Bits(four_bit + 3, four_bit);
in VFPGlueRegValue()
/third_party/rust/crates/bindgen/bindgen-integration/cpp/
H
A
D
Test.h
87
bool
one_bit
: 1;
member
H
A
D
Test.cc
60
return thirty_one_bits == first &&
one_bit
== second;
in assert()
Completed in 7 milliseconds