OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dest_offset
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
canonicalize.c
223
ptrdiff_t
dest_offset
= dest - rname;
local
233
dest = rname +
dest_offset
;
/src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
canonicalize.c
195
ptrdiff_t
dest_offset
= dest - rpath;
local
217
dest = rpath +
dest_offset
;
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
canonicalize.c
195
ptrdiff_t
dest_offset
= dest - rpath;
local
217
dest = rpath +
dest_offset
;
/src/external/gpl2/gettext/dist/gnulib-local/lib/
canonicalize.c
195
ptrdiff_t
dest_offset
= dest - rpath;
local
217
dest = rpath +
dest_offset
;
/src/external/gpl3/gdb/dist/gnulib/import/
canonicalize-lgpl.c
309
idx_t
dest_offset
= dest - rname;
local
313
dest = rname +
dest_offset
;
/src/external/gpl3/gdb.old/dist/gnulib/import/
canonicalize-lgpl.c
309
idx_t
dest_offset
= dest - rname;
local
313
dest = rname +
dest_offset
;
/src/external/gpl3/gdb.old/dist/gdb/
utils.c
3626
copy_bitwise (gdb_byte *dest, ULONGEST
dest_offset
,
3638
dest_offset
+= nbits - 1;
3639
dest +=
dest_offset
/ 8;
3640
dest_offset
= 7 -
dest_offset
% 8;
3647
dest +=
dest_offset
/ 8;
local
3648
dest_offset
%= 8;
3653
/* Fill BUF with
DEST_OFFSET
bits from the destination and 8 -
3656
buf <<=
dest_offset
;
3657
buf |= *dest & ((1 <<
dest_offset
) - 1)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
utils.c
3599
copy_bitwise (gdb_byte *dest, ULONGEST
dest_offset
,
3611
dest_offset
+= nbits - 1;
3612
dest +=
dest_offset
/ 8;
3613
dest_offset
= 7 -
dest_offset
% 8;
3620
dest +=
dest_offset
/ 8;
local
3621
dest_offset
%= 8;
3626
/* Fill BUF with
DEST_OFFSET
bits from the destination and 8 -
3629
buf <<=
dest_offset
;
3630
buf |= *dest & ((1 <<
dest_offset
) - 1)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc
1088
poly_int64 src_offset = 0,
dest_offset
= 0;
local
1097
&
dest_offset
);
1107
dest_offset
, maxsize))
1119
= mem_ref_offset (dest_base) +
dest_offset
;
/src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc
1088
poly_int64 src_offset = 0,
dest_offset
= 0;
local
1097
&
dest_offset
);
1107
dest_offset
, maxsize))
1119
= mem_ref_offset (dest_base) +
dest_offset
;
Completed in 41 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026