OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accumulator
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/drm2/linux/
linux_list_sort.c
56
* Array of sorted sublists, counting in binary:
accumulator
[i]
59
struct list_head *
accumulator
[64];
local in function:list_sort
61
/* Indices into
accumulator
. */
73
for (logn = 0; logn < __arraycount(
accumulator
); logn++)
74
accumulator
[logn] = NULL;
81
for (logn = 0;
accumulator
[logn] != NULL; logn++) {
86
sorted = list_sort_merge(
accumulator
[logn], sorted,
88
accumulator
[logn] = NULL;
89
KASSERT((logn + 1) < __arraycount(
accumulator
));
97
* logn = log_2(length(sorted)), and
accumulator
[logn
[
all
...]
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
keystone-k2e-netcp.dtsi
72
accumulator
{
75
accumulator
= <0 47 16 2 50>;
keystone-k2hk-netcp.dtsi
89
accumulator
{
92
accumulator
= <0 47 16 2 50>;
keystone-k2l-netcp.dtsi
72
accumulator
{
75
accumulator
= <0 47 16 2 50>;
/src/sys/dev/microcode/aic7xxx/
aicasm_gram.y
76
static symbol_ref_t
accumulator
;
353
|
accumulator
521
accumulator
:
label
524
if (
accumulator
.symbol != NULL) {
525
stop("Only one
accumulator
definition allowed",
529
accumulator
.symbol = cur_symbol;
890
if (
accumulator
.symbol == NULL) {
891
stop("No
accumulator
has been defined", EX_DATAERR);
894
$$.symbol =
accumulator
.symbol;
918
"references the
accumulator
.\n
[
all
...]
aic7xxx.reg
611
*
Accumulator
612
* We cheat by passing arguments in the
Accumulator
up to the kernel driver
617
accumulator
aic79xx.reg
3281
*
Accumulator
3286
accumulator
/src/sys/arch/m68k/060sp/dist/
pfpsp.s
13062
# (*) d1:
accumulator
for binary exponent
13075
clr.l %d1 # zero d1 for
accumulator
13110
# (*) fp0: mantissa
accumulator
13116
fmov.s &0x00000000,%fp0 #
accumulator
13327
# (*) fp1: power-of-ten
accumulator
13400
# (*) fp0: mantissa
accumulator
fpsp.s
23101
# (*) d1:
accumulator
for binary exponent
23114
clr.l %d1 # zero d1 for
accumulator
23149
# (*) fp0: mantissa
accumulator
23155
fmov.s &0x00000000,%fp0 #
accumulator
23366
# (*) fp1: power-of-ten
accumulator
23439
# (*) fp0: mantissa
accumulator
Completed in 42 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025