Home | History | Annotate | Download | only in bigint

Lines Matching full:blocks

36 	// The current allocated capacity of this NumberlikeArray (in blocks)
38 // The actual length of the value stored in this NumberlikeArray (in blocks)
40 // Heap-allocated array of the blocks (can be NULL if len == 0)
75 // Constructor that copies from a given array of blocks
120 // Copy number blocks
135 // Copy blocks
151 // Copy number blocks
162 // Copy blocks
174 // Compare corresponding blocks one by one.
179 // No blocks differed, so the objects are equal.