OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldi
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
punycode.c
99
* let
oldi
= i
110
* let bias = adapt(i -
oldi
, length(output) + 1, test
oldi
is 0?)
150
unsigned int
oldi
= i;
local
179
bias = adapt(i -
oldi
, written_out + 1, (
oldi
== 0));
/src/crypto/external/bsd/openssl/dist/crypto/
punycode.c
98
* let
oldi
= i
109
* let bias = adapt(i -
oldi
, length(output) + 1, test
oldi
is 0?)
149
unsigned int
oldi
= i;
local
177
bias = adapt(i -
oldi
, written_out + 1, (
oldi
== 0));
/src/crypto/external/apache2/openssl/dist/crypto/hashtable/
hashtable.c
427
uint64_t
oldi
, oldj, newi, newj;
local
453
for (
oldi
= 0;
oldi
< h->wpd.neighborhood_len;
oldi
++) {
454
PREFETCH_NEIGHBORHOOD(oldmd->neighborhoods[
oldi
+ 1]);
456
oldv = oldmd->neighborhoods[
oldi
].entries[oldj].value;
459
oldhash = oldmd->neighborhoods[
oldi
].entries[oldj].hash;
/src/external/bsd/unbound/dist/services/
authzone.c
773
size_t
oldi
;
local
774
if(i < index)
oldi
= i;
775
else
oldi
= i+1;
776
memmove(d->rr_data[i], old->rr_data[
oldi
], d->rr_len[i]);
/src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc
3910
tree
oldi
, oldn;
local
3911
for (
oldi
= old;
oldi
;
oldi
= oldn)
3913
if (TREE_CODE (
oldi
) == TREE_LIST)
3918
oldn = TREE_CHAIN (
oldi
);
3919
oldi
= TREE_VALUE (
oldi
);
3923
for (ovl_iterator iter (
oldi
); iter; ++iter)
3952
tree head = iter.reveal_node (
oldi
);
[
all
...]
Completed in 26 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026