Home
last modified time | relevance | path

Searched refs:G (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb10-ipu3.rst50 - G\ :sub:`0003high`
62 - G\ :sub:`0007high`
74 - G\ :sub:`0011high`
86 - G\ :sub:`0015high`
99 - G\ :sub:`0019high`
115 - G\ :sub:`0100low`
127 - G\ :sub:`0104low`
139 - G\ :sub:`0108low`
151 - G\ :sub:`0112low`
164 - G\ :sub:`0116low`
[all …]
H A Dpixfmt-srggb16.rst39 - G\ :sub:`01low`
40 - G\ :sub:`01high`
43 - G\ :sub:`03low`
44 - G\ :sub:`03high`
46 - G\ :sub:`10low`
47 - G\ :sub:`10high`
50 - G\ :sub:`12low`
57 - G\ :sub:`21low`
61 - G\ :sub:`23low`
64 - G\ :sub:`30low`
[all …]
H A Dpixfmt-srggb10.rst44 - G\ :sub:`01low`
45 - G\ :sub:`01high`
48 - G\ :sub:`03low`
49 - G\ :sub:`03high`
51 - G\ :sub:`10low`
52 - G\ :sub:`10high`
55 - G\ :sub:`12low`
62 - G\ :sub:`21low`
66 - G\ :sub:`23low`
69 - G\ :sub:`30low`
[all …]
H A Dpixfmt-srggb12.rst45 - G\ :sub:`01low`
46 - G\ :sub:`01high`
49 - G\ :sub:`03low`
50 - G\ :sub:`03high`
52 - G\ :sub:`10low`
53 - G\ :sub:`10high`
56 - G\ :sub:`12low`
63 - G\ :sub:`21low`
67 - G\ :sub:`23low`
70 - G\ :sub:`30low`
[all …]
H A Dpixfmt-srggb14.rst45 - G\ :sub:`01low`
46 - G\ :sub:`01high`
49 - G\ :sub:`03low`
50 - G\ :sub:`03high`
52 - G\ :sub:`10low`
53 - G\ :sub:`10high`
56 - G\ :sub:`12low`
63 - G\ :sub:`21low`
67 - G\ :sub:`23low`
70 - G\ :sub:`30low`
[all …]
H A Dpixfmt-srggb14p.rst57 - G\ :sub:`01high`
61 - G\ :sub:`03high`
69 G\ :sub:`01low bits 5--2`\ (bits 3--0)
79 - G\ :sub:`10high`
83 - G\ :sub:`12high`
89 G\ :sub:`10low bits 5--0`\ (bits 5--0)
97 G\ :sub:`12low bits 5--4`\ (bits 1--0)
105 - G\ :sub:`21high`
109 - G\ :sub:`23high`
127 - G\ :sub:`30high`
[all …]
H A Dpixfmt-srggb10p.rst45 - G\ :sub:`01high`
47 - G\ :sub:`03high`
50 G\ :sub:`01low`\ (bits 3--2) B\ :sub:`00low`\ (bits 1--0)
52 - G\ :sub:`10high`
54 - G\ :sub:`12high`
58 R\ :sub:`11low`\ (bits 3--2) G\ :sub:`10low`\ (bits 1--0)
61 - G\ :sub:`21high`
63 - G\ :sub:`23high`
66 G\ :sub:`21low`\ (bits 3--2) B\ :sub:`20low`\ (bits 1--0)
68 - G\ :sub:`30high`
[all …]
H A Dpixfmt-srggb12p.rst45 - G\ :sub:`01high`
46 - G\ :sub:`01low`\ (bits 7--4)
50 - G\ :sub:`03high`
51 - G\ :sub:`03low`\ (bits 7--4)
56 - G\ :sub:`10high`
60 G\ :sub:`10low`\ (bits 3--0)
61 - G\ :sub:`12high`
68 - G\ :sub:`21high`
73 - G\ :sub:`23high`
78 - G\ :sub:`30high`
[all …]
H A Dmetafmt-vsp1-hgo.rst62 - G/Y/S max [7:0]
64 - G/Y/S min [7:0]
73 - :cspan:`4` G/Y/S sum [31:0]
83 - :cspan:`4` G/Y/S bin 0 [31:0]
87 - :cspan:`4` G/Y/S bin 63 [31:0]
108 - max(R,G,B) max [7:0]
110 - max(R,G,B) min [7:0]
112 - :cspan:`4` max(R,G,B) sum [31:0]
158 - max(R,G,B) max [7:0]
160 - max(R,G,B) min [7:0]
[all …]
H A Dpixfmt-srggb8.rst38 - G\ :sub:`01`
40 - G\ :sub:`03`
42 - G\ :sub:`10`
44 - G\ :sub:`12`
48 - G\ :sub:`21`
50 - G\ :sub:`23`
52 - G\ :sub:`30`
54 - G\ :sub:`32`
/openbmc/u-boot/lib/
H A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
111 G = ctx->state[6]; in sha256_process()
114 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process()
115 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process()
116 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process()
117 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process()
118 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process()
119 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process()
120 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process()
121 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p3.patch41 if (G.cover == NULL) {
43 if (G.cover == NULL) {
49 - cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) ||
52 G.extra_bytes + G.ecrec.offset_start_central_directory,
54 + G.extra_bytes + G.ecrec.offset_start_central_directory +
61 + cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) ||
63 + cover_add((cover_t *)G.cover, G.ecrec.ec64_start,
65 + cover_add((cover_t *)G.cover, G.ecrec.ec_start,
81 G.ecrec.have_ecr64 = 1;
93 + G.ecrec.ec_start = G.real_ecrec_offset;
[all …]
H A D11-cve-2014-8141-getzip64data.patch36 G.unipath_filename = NULL;
37 if (G.UzO.U_flag < 2) {
91 - if (G.crec.ucsize == 0xffffffff || G.lrec.ucsize == 0xffffffff){
92 - G.lrec.ucsize = G.crec.ucsize = makeint64(offset + ef_buf);
94 + if ((G.crec.ucsize == Z64FLGL) || (G.lrec.ucsize == Z64FLGL))
99 + G.crec.ucsize = G.lrec.ucsize = makeint64(offset + ef_buf);
102 - if (G.crec.csize == 0xffffffff || G.lrec.csize == 0xffffffff){
103 - G.csize = G.lrec.csize = G.crec.csize = makeint64(offset + ef_buf);
104 - offset += sizeof(G.crec.csize);
106 + if ((G.crec.csize == Z64FLGL) || (G.lrec.csize == Z64FLGL))
[all …]
H A DCVE-2019-13232_p1.patch21 * This condition was checked when G.incnt_leftover was set > 0 in
22 * defer_leftover_input(), and it is NOT allowed to touch G.csize
23 * before calling undefer_input() when (G.incnt_leftover > 0)
24 - * (single exception: see read_byte()'s "G.csize <= 0" handling) !!
25 + * (single exception: see readbyte()'s "G.csize <= 0" handling) !!
27 + if (G.csize < 0L)
28 + G.csize = 0L;
29 G.incnt = G.incnt_leftover + (int)G.csize;
30 G.inptr = G.inptr_leftover - (int)G.csize;
31 G.incnt_leftover = 0;
H A DCVE-2021-4217.patch33 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes +
34 (G.inptr-G.inbuf) + length);
36 - if (readbuf(__G__ (char *)G.extra_field, length) == 0)
37 + unsigned bytes_read = readbuf(__G__ (char *)G.extra_field, length);
43 if (getZip64Data(__G__ G.extra_field, length) != PK_COOL)
50 G.unipath_checksum = makelong(offset + ef_buf);
53 + if (!G.filename_full) {
62 chksum = crc32(chksum, (uch *)(G.filename_full),
63 strlen(G.filename_full));
H A DCVE-2019-13232_p2.patch176 + if (G.cover == NULL) {
188 + cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) ||
190 + G.extra_bytes + G.ecrec.offset_start_central_directory,
213 request = G.pInfo->offset + G.extra_bytes;
227 + G.cur_zipfile_bufstart + (G.inptr - G.inbuf));
262 + (G.zip64 ? G.lrec.csize >> 32 : G.lrec.ucsize) != SIG
267 + if (G.zip64)
318 + free(*(G.cover));
319 + free(G.cover);
320 + G.cover = NULL;
[all …]
H A D18-cve-2014-9913-unzip-buffer-overflow.patch15 G.crec.compression_method == ENHDEFLATED) {
16 methbuf[5] = dtype[(G.crec.general_purpose_bit_flag>>1) & 3];
18 - sprintf(&methbuf[4], "%03u", G.crec.compression_method);
26 + if (G.crec.compression_method <= 999) {
27 + sprintf( &methbuf[ 4], "%03u", G.crec.compression_method);
29 + sprintf( &methbuf[ 3], "%04X", G.crec.compression_method);
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/
H A Dde-Primacom12 [PrimaCom A.G.]
20 [PrimaCom A.G.]
28 [PrimaCom A.G.]
36 [PrimaCom A.G.]
44 [PrimaCom A.G.]
52 [PrimaCom A.G.]
60 [PrimaCom A.G.]
68 [PrimaCom A.G.]
76 [PrimaCom A.G.]
84 [PrimaCom A.G.]
[all …]
/openbmc/linux/Documentation/driver-api/gpio/
H A Dbt8xxgpio.rst27 G G G G G G G G G G G G G G G G G G
/openbmc/linux/lib/crypto/
H A Dblake2s-generic.c67 #define G(r, i, a, b, c, d) do { \ in blake2s_compress_generic() macro
79 G(r, 0, v[0], v[ 4], v[ 8], v[12]); \ in blake2s_compress_generic()
80 G(r, 1, v[1], v[ 5], v[ 9], v[13]); \ in blake2s_compress_generic()
81 G(r, 2, v[2], v[ 6], v[10], v[14]); \ in blake2s_compress_generic()
82 G(r, 3, v[3], v[ 7], v[11], v[15]); \ in blake2s_compress_generic()
83 G(r, 4, v[0], v[ 5], v[10], v[15]); \ in blake2s_compress_generic()
84 G(r, 5, v[1], v[ 6], v[11], v[12]); \ in blake2s_compress_generic()
85 G(r, 6, v[2], v[ 7], v[ 8], v[13]); \ in blake2s_compress_generic()
86 G(r, 7, v[3], v[ 4], v[ 9], v[14]); \ in blake2s_compress_generic()
99 #undef G in blake2s_compress_generic()
/openbmc/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sun50i-h616.c192 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 0),
197 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 1),
202 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 2),
207 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 3),
212 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 4),
217 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 5),
222 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 6),
228 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 7),
234 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 8),
241 SUNXI_PIN(SUNXI_PINCTRL_PIN(G, 9),
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Darmada-8040-mcbin.dts92 * [49] 10G port 1 interrupt
94 * [51] 2.5G SFP TX fault
96 * [53] 2.5G SFP mode
97 * [54] 2.5G SFP LOS
170 * Lane 4: SFI (10G)
221 * [8] CP1 10G SFP LOS
222 * [9] CP1 10G PHY RESET
224 * [11] CP1 10G SFP Mode
232 * [27] CP0 10G SFP Mode
233 * [28] CP0 10G SFP LOS
[all …]
/openbmc/linux/crypto/
H A Dblake2b_generic.c46 #define G(r,i,a,b,c,d) \ macro
60 G(r,0,v[ 0],v[ 4],v[ 8],v[12]); \
61 G(r,1,v[ 1],v[ 5],v[ 9],v[13]); \
62 G(r,2,v[ 2],v[ 6],v[10],v[14]); \
63 G(r,3,v[ 3],v[ 7],v[11],v[15]); \
64 G(r,4,v[ 0],v[ 5],v[10],v[15]); \
65 G(r,5,v[ 1],v[ 6],v[11],v[12]); \
66 G(r,6,v[ 2],v[ 7],v[ 8],v[13]); \
67 G(r,7,v[ 3],v[ 4],v[ 9],v[14]); \
111 #undef G
/openbmc/qemu/tests/qemu-iotests/sample_images/
H A Dtest-disk2vhd.vhdx.bz21vhdxfiled�2�
H A Diotest-dynamic-1G.vhdx.bz21vhdxfileM�i�c�r�o�s�o�f�t� �W�i�n�d�o�w�s� �6�.� ...

12345678910>>...39