Searched refs:MAX_BYTE_VALUE (Results 1 – 1 of 1) sorted by relevance
37 #define MAX_BYTE_VALUE 127 // parsing side requires that lengths fit in 7 bits macro253 if (numNodes > MAX_BYTE_VALUE) { in AStatsEvent_writeAttributionChain()285 } else if (annotationId > MAX_BYTE_VALUE) { in AStatsEvent_addBoolAnnotation()300 } else if (annotationId > MAX_BYTE_VALUE) { in AStatsEvent_addInt32Annotation()325 if (event->numElements > MAX_BYTE_VALUE) event->errors |= ERROR_TOO_MANY_FIELDS; in build_internal()