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

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DBuffer.c69 char typegroup; /* _R_eal, _C_omplex, Signed _I_nt, _U_nsigned int, _S_truct, _P_ointer, _O_bject, c_H_ar */ member in struct:__anon11731
241 while (type->typegroup == 'S') {
514 if (type->size != size || type->typegroup != group) {
515 if (type->typegroup == 'C' && type->fields != NULL) {
524 if ((type->typegroup == 'H' || group == 'H') && type->size == size) {
561 } else if (field->type->typegroup == 'S') {
843 if (a->size != b->size || a->typegroup != b->typegroup ||
845 if (a->typegroup == 'H' || b->typegroup
[all...]
H A DMemoryView.pyx1393 char typegroup
1422 if type.typegroup == 'S':
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DBuffer.py691 typegroup = "'H'"
694 typegroup = "%s ? 'U' : 'I'" % is_unsigned
696 typegroup = "'C'"
698 typegroup = "'R'"
700 typegroup = "'S'"
704 typegroup = "'O'"
712 typegroup, is_unsigned, flags)

Completed in 112 milliseconds