Searched refs:compose (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-e7000.c1130 char compose[maxstride * 2 + 50]; local
1141 compose[where++] = 'S';
1150 compose[where++] = alen - 1 + '0';
1152 check_sum += stickbyte (compose + where, alen + stride + 1);
1157 check_sum += stickbyte (compose + where, address >> (8 * (alen)));
1163 check_sum += stickbyte (compose + where, myaddr[i + j]);
1166 stickbyte (compose + where, ~check_sum);
1168 compose[where++] = '\r';
1169 compose[where++] = '\n';
1170 compose[wher
[all...]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.h71 // Returns NULL if this and Idx don't compose.
72 CodeGenSubRegIndex *compose(CodeGenSubRegIndex *Idx) const { function in class:llvm::CodeGenSubRegIndex
H A DCodeGenRegisters.cpp287 // Work backwards in the Indices vector in order to compose subregs bottom-up.
1083 CodeGenSubRegIndex *Comp = A->compose(B);
1163 " compose ambiguously as " + Prev->getQualifiedName() +

Completed in 110 milliseconds