OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atv
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/tc/
m_pedit.c
385
__u32
atv
=0,offmask=0x0,shift=0;
local
388
if (get_u32(&
atv
, *argv, 0))
390
tkey->at =
atv
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java
409
AttributeTypeAndValue[]
atv
= rdns[i].getTypesAndValues();
local
411
for (int j = 0; j !=
atv
.length; j++)
413
hashCodeValue ^=
atv
[j].getType().hashCode();
414
hashCodeValue ^= calcHashCode(
atv
[j].getValue());
IETFUtils.java
306
AttributeTypeAndValue[]
atv
= rdn.getTypesAndValues();
local
309
for (int j = 0; j !=
atv
.length; j++)
320
IETFUtils.appendTypeAndValue(buf,
atv
[j], oidSymbols);
RFC4519Style.java
307
AttributeTypeAndValue[]
atv
= rdns[i].getTypesAndValues();
local
309
for (int j = 0; j !=
atv
.length; j++)
311
hashCodeValue ^=
atv
[j].getType().hashCode();
312
hashCodeValue ^= calcHashCode(
atv
[j].getValue());
Completed in 66 milliseconds