OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:W2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/amiga/dev/
wstsc.c
475
#define
W2
(*sci_dma = *buf++)
476
W2
;
W2
;
W2
;
W2
;
W2
;
W2
;
W2
;
W2
;
477
W2
; W2; W2; W2; W2; W2; W2; W2
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp
342
uint16_t W1 = RC1.width(),
W2
= RC2.width();
343
for (uint16_t i = 0, w = std::min(W1,
W2
); i < w; ++i) {
349
if (W1 !=
W2
)
350
return W1 <
W2
;
360
uint16_t W1 = RC1.width(),
W2
= RC2.width();
369
return Bit2 <
W2
;
371
if (
W2
<= Bit2)
HexagonConstPropagation.cpp
1223
unsigned
W2
= A2.getBitWidth();
1224
unsigned MaxW = (W1 >=
W2
) ? W1 :
W2
;
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026