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
defs:high_bit
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/codegen/x64/
H
A
D
register-x64.h
66
int
high_bit
() const { return code() >> 3; }
in high_bit()
function in v8::internal::Register
189
int
high_bit
() const { return code() >> 3; }
in high_bit()
function in v8::internal::XMMRegister
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_instr_mem.cpp
833
auto
high_bit
= vf.temp_register();
in emit_image_size()
local
/third_party/mbedtls/library/
H
A
D
ecp.c
3088
int mbedtls_ecp_gen_privkey_mx(size_t
high_bit
,
in mbedtls_ecp_gen_privkey_mx()
argument
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
assembler-arm64.cc
3893
unsigned
high_bit
= (8 << (extend & 0x3)) - 1;
in EmitExtendShift()
local
/third_party/protobuf/php/ext/google/protobuf/
H
A
D
php-upb.c
3615
const uint32_t
high_bit
= 1 << 30;
in field_rank()
local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
3170
const uint32_t
high_bit
= 1 << 30;
in field_rank()
local
H
A
D
upb.h
6344
int
high_bit
= 63 - __builtin_clzll(val); /* 0-based, undef if val == 0. */
in upb_value_size()
local
Completed in 64 milliseconds