/* * We do not use the word_at_a_time struct on Alpha, but it needs to be * implemented to humour the generic code.
*/ struct word_at_a_time { constunsignedlong unused;
};
#define WORD_AT_A_TIME_CONSTANTS { 0 }
/* Return nonzero if val has a zero */ staticinlineunsignedlong has_zero(unsignedlong val, unsignedlong *bits, conststruct word_at_a_time *c)
{ unsignedlong zero_locations = __kernel_cmpbge(0, val);
*bits = zero_locations; return zero_locations;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.