Searched refs:cmp_data_start (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcoding.c685 coding->cmp_data_start = cmp_data->used; \
697 int *data = cmp_data->data + coding->cmp_data_start; \
698 data[0] = cmp_data->used - coding->cmp_data_start; \
707 if (coding->cmp_data->used - coding->cmp_data_start \
1076 starting by 0x80. Update CODING->cmp_data_start and maybe
1116 coding->cmp_data_start += data[0]; \
1117 if (coding->cmp_data_start == coding->cmp_data->used \
1121 coding->cmp_data_start = 0; \
1157 data = coding->cmp_data->data + coding->cmp_data_start;
1164 if (coding->cmp_data_start < codin
[all...]
H A Dcoding.h384 int cmp_data_start; member in struct:coding_system

Completed in 79 milliseconds