Searched defs:SET (Results 1 - 20 of 20) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERTags.java15 public static final int SET = 0x11; field in interface:BERTags
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cc27 #define SET(n) \ macro
30 SET(n)
60 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
61 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
62 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
63 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
64 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
65 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
66 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
67 STEP(F, b, c, d, a, SET(
[all...]
/external/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp35 const unsigned *SET):
37 DFAStateEntryTable(SET) {}
34 DFAPacketizer(const InstrItineraryData *I, const int (*SIT)[2], const unsigned *SET) argument
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4176 On top of the basic data types are the SEQUENCE and SET data types which are collections of other ASN.1 types. They are provided
4243 \hline LTC\_ASN1\_SET & SET \\
4244 \hline LTC\_ASN1\_SETOF & SET OF \\
4271 verbatim to the dependent encoder. The list can contain other SEQUENCE or SET types which enables you to have nested SEQUENCE and SET definitions. In these cases
4357 \subsection{SET and SET OF}
4359 \index{SET} \index{SET OF}
4360 SET an
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLabel.java53 public static final int SET = -3; field in class:Label
120 /** A set of token types or character codes if label==SET */
131 this.label = SET;
141 this.label = SET;
162 label=SET;
206 return label==SET;
218 if ( label!=SET ) {
226 label=SET;
267 if (label==SET) {
287 if ( label==SET ) {
[all...]
/external/chromium/chrome/browser/sync/protocol/
H A Dproto_value_conversions.cc70 #define SET(field, fn) value->Set(#field, fn(proto.field())) macro
76 #define SET_BOOL(field) SET(field, Value::CreateBooleanValue)
77 #define SET_BYTES(field) SET(field, MakeBytesValue)
78 #define SET_INT32(field) SET(field, MakeInt64Value)
80 #define SET_INT64(field) SET(field, MakeInt64Value)
82 #define SET_STR(field) SET(field, Value::CreateStringValue)
166 SET(extension, ExtensionSpecificsToValue);
176 SET(profile, AutofillProfileSpecificsToValue);
178 SET(credit_card, AutofillCreditCardSpecificsToValue);
244 SET(encrypte
312 #undef SET macro
[all...]
/external/ping/
H A Dping_common.h34 #define SET(bit) (A(bit) |= B(bit)) macro
/external/v8/tools/oom_dump/
H A Doom_dump.cc52 #define SET(type) names[type] = #type; macro
53 INSTANCE_TYPE_LIST(SET)
54 #undef SET macro
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest.java133 static final Set<String> SET = new HashSet<String>(Arrays.asList(new String[] { "one", field in class:SerializationStressTest
/external/llvm/utils/TableGen/
H A DEDEmitter.cpp248 #define SET(flag) { type->set(flag); return 0; } macro
250 #define REG(str) if (name == str) SET("kOperandTypeRegister");
251 #define MEM(str) if (name == str) SET("kOperandTypeX86Memory");
252 #define LEA(str) if (name == str) SET("kOperandTypeX86EffectiveAddress");
253 #define IMM(str) if (name == str) SET("kOperandTypeImmediate");
254 #define PCR(str) if (name == str) SET("kOperandTypeX86PCRelative");
356 #undef SET macro
560 #define SET(flag) { type->set(flag); return 0; } macro
562 #define REG(str) if (name == str) SET("kOperandTypeRegister");
563 #define IMM(str) if (name == str) SET("kOperandTypeImmediat
748 #undef SET macro
[all...]
/external/dbus/dbus/
H A Ddbus-md5.c210 #define SET(a, b, c, d, k, s, Ti) \ macro
214 SET(a, b, c, d, 0, 7, T1);
215 SET(d, a, b, c, 1, 12, T2);
216 SET(c, d, a, b, 2, 17, T3);
217 SET(b, c, d, a, 3, 22, T4);
218 SET(a, b, c, d, 4, 7, T5);
219 SET(d, a, b, c, 5, 12, T6);
220 SET(c, d, a, b, 6, 17, T7);
221 SET(b, c, d, a, 7, 22, T8);
222 SET(
230 #undef SET macro
236 #define SET macro
256 #undef SET macro
262 #define SET macro
282 #undef SET macro
288 #define SET macro
308 #undef SET macro
[all...]
/external/ping6/
H A Dping6.c170 #define SET(bit) (A(bit) |= B(bit)) macro
1505 SET(seq % mx_dup_ck);
1554 SET(seq % mx_dup_ck);
/external/icu4c/test/intltest/
H A Dtranstst.cpp1669 const char* SET = "set"; local
1679 SET,
1683 SET,
1687 SET,
1691 SET,
1695 SET,
1699 SET,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 417 milliseconds