Searched defs:Small (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dthiscall-struct-return.cpp21 struct S __attribute__((thiscall)) Small() const { function in class:C
38 (void)c.Small();
H A Dthunks.cpp184 struct Small { short s; }; struct in namespace:Test7
201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
209 void baz(X, X&, _Complex float, Small, Small&, Large);
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { }
/external/llvm/include/llvm/Support/
H A DCodeGen.h27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator in enum:llvm::CodeModel::Model
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DEnumMapTest.java34 Small, Middle, Big {}; enum constant in enum:EnumMapTest.Size
131 Size.Small, 1));
133 enumSizeMap.get(Size.Small));
240 enumSizeMap.put(Size.Small, 1);
242 assertNull("Failed to clear all elements", enumSizeMap.get(Size.Small)); //$NON-NLS-1$
252 .containsKey(Size.Small));
253 enumSizeMap.put(Size.Small, 1);
255 .containsKey(Size.Small));
276 enumSizeMap.put(Size.Small, integer);
282 assertSame("Should be same", enumSizeMap.get(Size.Small), //
[all...]
/external/dropbear/libtommath/
H A Dbn.tex640 \section{Small Constants}
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1942 Case &Small = *CR.Range.first; local
1945 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) {
1946 const APInt& SmallValue = cast<ConstantInt>(Small.Low)->getValue();
1968 // Both Small and Big will jump to Small.BB, so we sum up the weights.
1969 addSuccessorWithWeight(SwitchBB, Small.BB,
1970 Small.ExtraWeight + Big.ExtraWeight);
1978 DAG.getBasicBlock(Small
[all...]

Completed in 245 milliseconds