OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_word
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sbitmap.cc
221
unsigned int
start_word
= start / SBITMAP_ELT_BITS;
local
228
bmap->elms[
start_word
] &= ~mask;
240
unsigned int nbits = ((
start_word
== end_word)
245
bmap->elms[
start_word
] &= ~mask;
246
start_word
++;
254
unsigned int nwords = (end_word -
start_word
);
257
memset (&bmap->elms[
start_word
], 0, nwords * sizeof (SBITMAP_ELT_TYPE));
259
start_word
+= nwords;
267
bmap->elms[
start_word
] &= ~mask;
279
unsigned int
start_word
= start / SBITMAP_ELT_BITS
local
338
unsigned int
start_word
= start \/ SBITMAP_ELT_BITS;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
sbitmap.cc
221
unsigned int
start_word
= start / SBITMAP_ELT_BITS;
local
228
bmap->elms[
start_word
] &= ~mask;
240
unsigned int nbits = ((
start_word
== end_word)
245
bmap->elms[
start_word
] &= ~mask;
246
start_word
++;
254
unsigned int nwords = (end_word -
start_word
);
257
memset (&bmap->elms[
start_word
], 0, nwords * sizeof (SBITMAP_ELT_TYPE));
259
start_word
+= nwords;
267
bmap->elms[
start_word
] &= ~mask;
279
unsigned int
start_word
= start / SBITMAP_ELT_BITS
local
338
unsigned int
start_word
= start \/ SBITMAP_ELT_BITS;
local
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
4772
my $
start_word
;
4792
$
start_word
= $space_position;
4795
my $keyword = substr ($input_line, $
start_word
, $end_word - $
start_word
+ 1);
4796
gp_message ("debugXL", $subr_name, "string search
start_word
= $
start_word
end_word = $end_word space_position = $space_position $keyword");
4797
push (@word_delimiters, [$
start_word
, $end_word]);
4814
$
start_word
= $space_position;
4816
my $keyword = substr ($input_line, $
start_word
, $end_word - $
start_word
+ 1)
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
4772
my $
start_word
;
4792
$
start_word
= $space_position;
4795
my $keyword = substr ($input_line, $
start_word
, $end_word - $
start_word
+ 1);
4796
gp_message ("debugXL", $subr_name, "string search
start_word
= $
start_word
end_word = $end_word space_position = $space_position $keyword");
4797
push (@word_delimiters, [$
start_word
, $end_word]);
4814
$
start_word
= $space_position;
4816
my $keyword = substr ($input_line, $
start_word
, $end_word - $
start_word
+ 1)
[
all
...]
Completed in 51 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026