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:breg
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
umax_pp_low.c
1501
unsigned char
breg
= 0;
in waitAck()
local
1507
breg
= Inb (STATUS) & 0xF8;
in waitAck()
1508
while ((i < 1024) && ((
breg
& 0x04) == 0))
in waitAck()
1513
breg
= Inb (STATUS) & 0xF8;
in waitAck()
1533
unsigned char
breg
;
in waitFifoEmpty()
local
1535
breg
= Inb (ECR);
in waitFifoEmpty()
1537
while ((i < FIFO_WAIT) && ((
breg
& 0x01) == 0))
in waitFifoEmpty()
1539
breg
= Inb (ECR);
in waitFifoEmpty()
1555
unsigned char
breg
;
in waitFifoNotEmpty()
local
1557
breg
in waitFifoNotEmpty()
1579
unsigned char
breg
;
waitFifoFull()
local
1619
unsigned char
breg
, low, high = 0;
PS2Something()
local
2392
unsigned char
breg
, value;
ECPregisterRead()
local
2486
unsigned char
breg
, bval;
EPPregisterRead()
local
2572
unsigned char
breg
;
ECPregisterWrite()
local
2633
unsigned char
breg
, bval;
EPPregisterWrite()
local
3008
unsigned char
breg
;
ECPbufferWrite()
local
6580
unsigned char
breg
;
probeECP()
local
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.h
1022
uint8_t
breg
(unsigned code) const { return vreg<uint8_t>(code); }
in breg()
function in v8::internal::Simulator
H
A
D
simulator-arm64.cc
2086
MemoryWrite<uint8_t>(address,
breg
(srcdst));
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.h
1778
VIXL_DEPRECATED("ReadBRegister", int8_t
breg
(unsigned code) const) {
Completed in 22 milliseconds