Home | History | Annotate | Download | only in runtime

Lines Matching refs:Repeat

981 		endp  *byte   // final ptrmask byte to read (then repeat)
1405 // repeat(1, elemSize-progSize-1) // zeros to fill element size
1406 // repeat(elemSize, count-1) // repeat that element for count
1418 // repeat(1, n-1)
1430 // repeat(elemSize/ptrSize, count-1)
1489 // 10000000 n c: repeat the previous n bits c times; n, c are varints
1490 // 1nnnnnnn c: repeat the previous n bits c times; c is a varint
1574 // Repeat. If n == 0, it is encoded in a varint in the next bytes.
1704 // Repeat; n too large to fit in a register.
1819 print("\t", nptr, " repeat ", nbit, " × ", count, "\n")