Home | History | Annotate | Download | only in dist

Lines Matching refs:total

887     int total;
941 total = 7 + (pCorrection->pRedTbl->nEntries *
943 pCard8 = pCard8Array = calloc(total, sizeof(unsigned char));
962 (unsigned char *) pCard8Array, total);
966 total = 5 + (pCorrection->pRedTbl->nEntries *
968 pCard16 = pCard16Array = calloc(total, sizeof (unsigned short));
985 (unsigned char *) pCard16Array, total);
989 total = 4 + (pCorrection->pRedTbl->nEntries *
991 pCard32 = pCard32Array = calloc(total, sizeof(unsigned long));
1007 (unsigned char *) pCard32Array, total);
1040 total = 9 + /* visualID, type, and 3 lengths */
1047 pCard8 = pCard8Array = calloc(total, sizeof(unsigned char));
1070 (unsigned char *) pCard8Array, total);
1074 total = 7 + /* visualID, type, and 3 lengths */
1081 pCard16 = pCard16Array = calloc(total, sizeof(unsigned short));
1102 (unsigned char *) pCard16Array, total);
1106 total = 6 + /* visualID, type, and 3 lengths */
1113 pCard32 = pCard32Array = calloc(total, sizeof(unsigned long));
1133 (unsigned char *) pCard32Array, total);
1171 int total;
1209 total = 6 /* visualID, type, length */
1211 pCard8 = pCard8Array = calloc(total, sizeof(unsigned char));
1228 PropModeReplace, (unsigned char *) pCard8Array, total);
1232 total = 4 /* visualID, type, length */
1234 pCard16 = pCard16Array = calloc(total, sizeof(unsigned short));
1249 PropModeReplace, (unsigned char *) pCard16Array, total);
1253 total = 3 /* visualID, type, length */
1255 pCard32 = pCard32Array = calloc(total, sizeof(unsigned long));
1269 PropModeReplace, (unsigned char *) pCard32Array, total);