OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offset_a
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
path_offset_aliases.c
22
int offset,
offset_a
;
local
25
offset_a
= fdt_path_offset(fdt, alias_path);
27
if (offset !=
offset_a
)
29
full_path, offset, alias_path,
offset_a
);
/src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc
417
compute_dot_product (gfc_expr *matrix_a, int stride_a, int
offset_a
,
432
a = gfc_constructor_lookup_expr (matrix_a->value.constructor,
offset_a
);
460
offset_a
+= stride_a;
461
a = gfc_constructor_lookup_expr (matrix_a->value.constructor,
offset_a
);
4878
int stride_a,
offset_a
, stride_b, offset_b;
local
4942
offset_a
= 0;
4946
gfc_expr *e = compute_dot_product (matrix_a, stride_a,
offset_a
,
4951
offset_a
+= 1;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc
391
compute_dot_product (gfc_expr *matrix_a, int stride_a, int
offset_a
,
406
a = gfc_constructor_lookup_expr (matrix_a->value.constructor,
offset_a
);
434
offset_a
+= stride_a;
435
a = gfc_constructor_lookup_expr (matrix_a->value.constructor,
offset_a
);
4823
int stride_a,
offset_a
, stride_b, offset_b;
local
4887
offset_a
= 0;
4891
gfc_expr *e = compute_dot_product (matrix_a, stride_a,
offset_a
,
4896
offset_a
+= 1;
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026