Searched refs:csiz (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dyuvcmp.c41 int csiz = width * height / 4; local
57 C[0][i] = malloc(csiz);
58 C[1][i] = malloc(csiz);
68 lseek(fd[i], to_skip * (lsiz + 2*csiz), SEEK_SET);
115 v = read(fd[i], C[p][i], csiz);
116 if(v != csiz) {
123 for(c = 0; c < csiz; c++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dlist.c113 zusz_t csiz, tot_csize=0L, tot_ucsize=0L; local
321 csiz = G.crec.csize;
323 csiz -= 12; /* if encrypted, don't count encryption header */
324 if ((cfactor = ratio(G.crec.ucsize, csiz)) < 0) {
357 csiz, (unsigned)cfactor, mo, dy, yr, hh, mm,
366 csiz_lo = (unsigned long)(csiz);
369 csiz_hi = (unsigned long)(csiz >> 32);
387 FmZofft(csiz, "8", "u"), cfactorstr,
413 tot_csize += csiz;
H A Dextract.c2397 unsigned usiz, csiz; variable
2400 csiz = size - EB_IZVMS_HLEN;
2402 csiz : makeword(ebdata+EB_IZVMS_UCSIZ));
2423 ebdata+EB_IZVMS_HLEN, (ulg)csiz);
H A Dzipinfo.c2147 zusz_t csiz = G.crec.csize; local
2150 csiz -= 12; /* if encrypted, don't count encryption header */
2152 (ratio(G.crec.ucsize,csiz)+5)/10));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Duzexampl.c430 void WINAPI ReceiveDllMessage(z_uint8 ucsize, z_uint8 csiz, argument
435 void WINAPI ReceiveDllMessage(unsigned long ucsize, unsigned long csiz,
449 if (csiz > ucsize)
458 ucsize, csiz, szCompFactor, mo, dy, yr, hh, mm, c, filename);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/guisfx/
H A Dsfxwiz.c71 void WINAPI ReceiveDllMessage(z_uint8 ucsize, z_uint8 csiz,
76 void WINAPI ReceiveDllMessage(unsigned long ucsize, unsigned long csiz,
494 void WINAPI ReceiveDllMessage(z_uint8 ucsize, z_uint8 csiz, argument
501 void WINAPI ReceiveDllMessage(unsigned long ucsize, unsigned long csiz, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DUnzip.cs379 protected delegate void UZReceiveDLLMessageCallback (ulong ucsize, ulong csiz, argument
446 protected void UZReceiveDLLMessage (ulong ucsize, ulong csiz, ushort cfactor, ushort mo, argument
469 zfe.CompressedSize = unchecked(csiz);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.bas264 Dim csiz As Double variable
296 csiz = CnvI64Struct2Dbl(csiz_lo, csiz_hi)
308 ' Mid$(strout, 80, 8) = Right$(" " & CStr(csiz), 8)

Completed in 234 milliseconds