OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newCount
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
StringBuilder.cc
152
int
newcount
= count + len;
local
153
if (
newcount
> maxCapacity)
154
expandCapacity (
newcount
);
156
count =
newcount
;
164
int
newCount
= count + len;
165
if (
newCount
> maxCapacity)
166
expandCapacity (
newCount
);
168
count =
newCount
;
175
int
newCount
= count + len;
176
if (
newCount
> maxCapacity
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/src/
StringBuilder.cc
152
int
newcount
= count + len;
local
153
if (
newcount
> maxCapacity)
154
expandCapacity (
newcount
);
156
count =
newcount
;
164
int
newCount
= count + len;
165
if (
newCount
> maxCapacity)
166
expandCapacity (
newCount
);
168
count =
newCount
;
175
int
newCount
= count + len;
176
if (
newCount
> maxCapacity
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
am_edit
1998
my $
newCount
= ($new =~ tr/\034//) + ($new =~ tr/\n//) + 1;
2000
$MakefileData =~ s/\n$lookup/\n#>- $old\n#>\+ $
newCount
\n$new/;
2012
my $
newCount
= ($new =~ tr/\034//) + ($new =~ tr/\n//) + 1;
2014
$MakefileData .= "\n#>\+ $
newCount
\n$new";
2028
my $
newCount
= $1;
2030
while ($
newCount
--) {
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
9826
size_t
newCount
;
9829
newCount
= me->ignoredQTypeCount + 1;
9830
require_return_value(
newCount
<= SIZE_MAX / sizeof( int ), kSizeErr );
9832
mem = realloc( me->ignoredQTypes,
newCount
* sizeof( int ) );
[
all
...]
Completed in 55 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026