Lines Matching full:terminalsize
96 // Size of the whole node (including the terminalSize and the outgoing edges.) in updateOffset()
97 // In contrast, terminalSize only records the size of the other data in the in updateOffset()
101 uint32_t terminalSize = in updateOffset() local
105 nodeSize = terminalSize + getULEB128Size(terminalSize); in updateOffset()
107 nodeSize = 1; // Size of terminalSize (which has a value of 0) in updateOffset()
127 uint32_t terminalSize = in writeTo() local
129 buf += encodeULEB128(terminalSize, buf); in writeTo()
134 *buf++ = 0; // terminalSize in writeTo()
270 uint64_t terminalSize = decodeULEB128(buf, &ulebSize); in parse() local
274 if (terminalSize != 0) { in parse()
278 buf += terminalSize; in parse()