Lines Matching full:arr2
593 UInt32* arr2;
597 /* aliases for arr1 and arr2 */
3056 arr2 exists for [0 .. nblock-1 +N_OVERSHOOT]
3057 ((UChar*)arr2) [0 .. nblock-1] holds block
3061 ((UChar*)arr2) [0 .. nblock-1] holds block
3080 fallbackSort ( s->arr1, s->arr2, ftab, nblock, verb );
3085 the first section of arr2.
3114 fallbackSort ( s->arr1, s->arr2, ftab, nblock, verb );
3548 ((UChar*)s->arr2) [ 0 .. s->nblock-1 ]
3560 (UChar*) (&((UChar*)s->arr2)[s->nblock])
4035 s->zbits = (UChar*) (&((UChar*)s->arr2)[s->nblock]);
4537 s->arr2 = NULL;
4542 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );
4545 if (s->arr1 == NULL || s->arr2 == NULL || s->ftab == NULL) {
4547 if (s->arr2 != NULL) BZFREE(s->arr2);
4562 s->block = (UChar*)s->arr2;
4841 if (s->arr2 != NULL) BZFREE(s->arr2);