search for: dcpd

Displaying 3 results from an estimated 3 matches for "dcpd".

Did you mean: dcd
2011 Nov 17
3
merging corpora and metadata
...WCPD-2003-01-13-Pg39.scrb 3 0 1 14 2109 2577 WCPD-2003-01-13-Pg39.scrb .... .... 17 0 1 114 17863 18256 WCPD-2007-04-30-Pg515.scrb > meta(corpus.2) MetaID cid fid selfirst selend fname 1 0 2 2 11016 11600 DCPD-200900595.scrb 2 0 2 6 19510 20098 DCPD-201000636.scrb 3 0 2 6 23935 24573 DCPD-201000636.scrb .... .... 94 0 2 127 16225 17128 WCPD-2009-01-12-Pg22-3.scrb > tot.corpus <- c(corpus.1, corpus.2) > meta(tot.corpus) MetaID...
2023 Feb 04
1
[PATCH] drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes
More arrays (and arguments) for dcpd were set to 16, when it looks like DP_RECEIVER_CAP_SIZE (15) should be used. Fix the remaining cases, seen with GCC 13: ../drivers/gpu/drm/nouveau/nvif/outp.c: In function 'nvif_outp_acquire_dp': ../include/linux/fortify-string.h:57:33: warning: array subscript 'unsigned char[16][0]...
2023 May 22
0
[PATCH 6.3 004/364] drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes
From: Kees Cook <keescook at chromium.org> [ Upstream commit 25feda6fbd0cfefcb69308fb20d4d4815a107c5e ] More arrays (and arguments) for dcpd were set to 16, when it looks like DP_RECEIVER_CAP_SIZE (15) should be used. Fix the remaining cases, seen with GCC 13: ../drivers/gpu/drm/nouveau/nvif/outp.c: In function 'nvif_outp_acquire_dp': ../include/linux/fortify-string.h:57:33: warning: array subscript 'unsigned char[16][0]...