Searched defs:six (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/BlocksRuntime/tests/
H A Dvarargs-bad-assign.c19 int six = 0; local
35 six = sumn(3, 1, 2, 3);
37 if ( six != 6 ) {
38 printf("%s: Expected 6 but got %d\n", argv[0], six);
H A Dvarargs.c30 int six = sumn(3, 1, 2, 3); local
32 if ( six != 6 ) {
33 printf("%s: Expected 6 but got %d\n", argv[0], six);
/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp65 int fix, six, fnxt, snxt, tof, tos, count; local
69 six= FindFromIndex (secondId);
70 if (fix < 0 || six < 0)
85 while (six < numArc && arc[forwardList[six]]->GetFromId() == secondId
86 && arc[forwardList[six]]->GetToId() == DISCARD_LABEL)
87 six++;
88 if (six < numArc && arc[forwardList[six]]->GetFromId() == secondId)
89 snxt= arc[forwardList[six]]
184 int fix, six, firstId, secondId, vertEnd; local
260 int fix, six, fmiss, smiss, nmatch, symTst, newId; local
359 int fix, six, symTst, numStart; local
[all...]
/external/libogg/src/
H A Dbitwise.c644 static int six[7]={17,177,170,242,169,19,148}; local
691 cliptest(testbuffer3,test3size,1,six,sixsize);
/external/tremolo/Tremolo/
H A Dbitwise.c581 static int six[7]={17,177,170,242,169,19,148}; local
636 cliptest(testbuffer3,test3size,1,six,sixsize);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java609 public static final Integer six = new Integer(6); field in class:JSR166TestCase
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1063 int six; member in struct:CppStructNonStandardByProt

Completed in 1875 milliseconds