Home
last modified time | relevance | path

Searched refs:extraLen (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrprovider.c61 unsigned int extraLen; in ProcRRGetProviders() local
94 extraLen = 0; in ProcRRGetProviders()
103 extraLen = rep.length << 2; in ProcRRGetProviders()
104 if (extraLen) { in ProcRRGetProviders()
105 extra = malloc(extraLen); in ProcRRGetProviders()
125 if (extraLen) in ProcRRGetProviders()
127 WriteToClient (client, extraLen, (char *) extra); in ProcRRGetProviders()
142 unsigned int extraLen = 0; in ProcRRGetProviderInfo() local
184 extraLen = rep.length << 2; in ProcRRGetProviderInfo()
185 if (extraLen) { in ProcRRGetProviderInfo()
[all …]
H A Drrscreen.c374 unsigned long extraLen; in rrGetMultiScreenResources() local
426 extraLen = rep.length << 2; in rrGetMultiScreenResources()
427 if (extraLen) { in rrGetMultiScreenResources()
428 extra = malloc(extraLen); in rrGetMultiScreenResources()
477 if (extraLen) { in rrGetMultiScreenResources()
478 WriteToClient(client, extraLen, extra); in rrGetMultiScreenResources()
493 unsigned long extraLen; in rrGetScreenResources() local
528 extraLen = 0; in rrGetScreenResources()
559 extraLen = rep.length << 2; in rrGetScreenResources()
560 if (extraLen) { in rrGetScreenResources()
[all …]
H A Drroutput.c456 unsigned long extraLen; in ProcRRGetOutputInfo() local
492 extraLen = bytes_to_int32(rep.nameLength) << 2; in ProcRRGetOutputInfo()
493 if (extraLen) { in ProcRRGetOutputInfo()
494 rep.length += bytes_to_int32(extraLen); in ProcRRGetOutputInfo()
495 extra = calloc(1, extraLen); in ProcRRGetOutputInfo()
521 extraLen = ((output->numCrtcs + in ProcRRGetOutputInfo()
525 if (extraLen) { in ProcRRGetOutputInfo()
526 rep.length += bytes_to_int32(extraLen); in ProcRRGetOutputInfo()
527 extra = calloc(1, extraLen); in ProcRRGetOutputInfo()
573 if (extraLen) { in ProcRRGetOutputInfo()
[all …]
H A Drrcrtc.c1107 unsigned long extraLen; in ProcRRGetCrtcInfo() local
1146 extraLen = 0; in ProcRRGetCrtcInfo()
1181 extraLen = rep.length << 2; in ProcRRGetCrtcInfo()
1182 if (extraLen) { in ProcRRGetCrtcInfo()
1183 extra = malloc(extraLen); in ProcRRGetCrtcInfo()
1225 if (extraLen) { in ProcRRGetCrtcInfo()
1226 WriteToClient(client, extraLen, extra); in ProcRRGetCrtcInfo()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c251 unsigned int fileNameLen, extraLen, commentLen, localHdrOffset; in parseZipArchive() local
266 extraLen = get2LE(ptr + CENEXT); in parseZipArchive()
391 ptr += CENHDR + fileNameLen + extraLen + commentLen; in parseZipArchive()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c251 unsigned int fileNameLen, extraLen, commentLen, localHdrOffset; in parseZipArchive() local
266 extraLen = get2LE(ptr + CENEXT); in parseZipArchive()
390 ptr += CENHDR + fileNameLen + extraLen + commentLen; in parseZipArchive()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog11894 that comes from rounding extraLen to the next 32-bit multiple).