| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | CVE-2019-13232_p2.patch | 70 + * Return the index of the first span in cover whose beg is greater than val. 71 + * If there is no such span, then cover->num is returned. 73 +static size_t cover_find(cover, val) 74 + cover_t *cover; 77 + size_t lo = 0, hi = cover->num; 80 + if (val < cover->span[mid].beg) 88 +/* Return true if val lies within any one of the spans in cover. */ 89 +static int cover_within(cover, val) 90 + cover_t *cover; 93 + size_t pos = cover_find(cover, val); [all …]
|
| H A D | CVE-2019-13232_p3.patch | 34 - /* One more: initialize cover structure for bomb detection. Start with a 36 + /* One more: initialize cover structure for bomb detection. Start with 37 + spans that cover any extra bytes at the start, the central directory, 41 if (G.cover == NULL) { 42 G.cover = malloc(sizeof(cover_t)); 43 if (G.cover == NULL) { 45 ((cover_t *)G.cover)->max = 0; 47 ((cover_t *)G.cover)->num = 0; 49 - cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) || 50 - cover_add((cover_t *)G.cover, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kcov.rst | 65 unsigned long *cover, n, i; 77 cover = (unsigned long*)mmap(NULL, COVER_SIZE * sizeof(unsigned long), 79 if ((void*)cover == MAP_FAILED) 85 __atomic_store_n(&cover[0], 0, __ATOMIC_RELAXED); 89 n = __atomic_load_n(&cover[0], __ATOMIC_RELAXED); 91 printf("0x%lx\n", cover[i + 1]); 98 if (munmap(cover, COVER_SIZE * sizeof(unsigned long))) 156 uint64_t *cover, type, arg1, arg2, is_const, size; 168 cover = (uint64_t *)mmap(NULL, COVER_SIZE * sizeof(unsigned long), 170 if ((void*)cover == MAP_FAILED) [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | send-pull-request | 28 -a Send the cover letter to every recipient listed in Cc and 29 Signed-off-by lines found in the cover letter and the patches. 104 if [ -e $PDIR/0000-cover-letter.patch ]; then
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | gemini-rut1xx.dts | 83 * gpio0bgrp cover line 7 used by GSM LED 84 * gpio0fgrp cover line 17 used by power LED 94 * gpio1dgrp cover line 28-31 otherwise used
|
| H A D | gemini-sq201.dts | 144 * gpio0fgrp cover line 18 used by reset button 145 * gpio0ggrp cover line 20 used by info LED 146 * gpio0hgrp cover line 21, 22 used by MDIO for Marvell PHY 147 * gpio0kgrp cover line 31 used by USB LED 157 * gpio0dgrp cover lines used by the SPI
|
| H A D | gemini-sl93512r.dts | 156 * gpio0agrp cover line 0, used by WPS button 157 * gpio0fgrp cover line 16 used by HD LED 158 * gpio0ggrp cover line 17, 18 used by wireless LAN LED and 161 * gpio0igrp cover line 21, 22 used by MDIO for Marvell PHY 173 * gpio1dgrp cover lines used by SPI for
|
| H A D | gemini-dlink-dir-685.dts | 351 * gpio0bgrp cover line 5, 6 used by TK I2C 352 * gpio0bgrp cover line 7 used by WPS LED 353 * gpio0cgrp cover line 8, 13 used by keys 357 * gpio0egrp cover line 16 used by VDISP 358 * gpio0fgrp cover line 17 used by TK IRQ 359 * gpio0ggrp cover line 20 used by panel CS 360 * gpio0hgrp cover line 21,22 used by RTL8366RB MDIO 373 * gpio1bgrp cover line 5,8,7 used by panel SPI
|
| H A D | gemini-wbd111.dts | 123 * gpio0agrp cover line 0-4 124 * gpio0bgrp cover line 5
|
| H A D | gemini-wbd222.dts | 127 * gpio0agrp cover line 0-4 128 * gpio0bgrp cover line 5
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | fdl-appendix.rst | 81 .. _fdl-cover-texts: 149 :ref:`Cover Texts <fdl-cover-texts>`, you must enclose the copies in 151 Front-Cover Texts on the front cover, and Back-Cover Texts on the back 152 cover. Both covers must also clearly and legibly identify you as the 153 publisher of these copies. The front cover must present the full title 160 If the required texts for either cover are too voluminous to fit 162 reasonably) on the actual cover, and continue the rest onto adjacent 238 :ref:`Cover Texts <fdl-cover-texts>` given in the 300 :ref:`Front-Cover Text <fdl-cover-texts>`, and a passage of up to 25 301 words as a :ref:`Back-Cover Text <fdl-cover-texts>`, to the end of the [all …]
|
| /OK3568_Linux_fs/buildroot/docs/website/css/ |
| H A D | main.css | 145 -webkit-background-size: cover; 146 -moz-background-size: cover; 147 -o-background-size: cover; 148 background-size: cover;
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | PDDL-1.0 | 6 …cover databases called the "sui generis" database right. Both of these sets of rights, as well as … 18 …cover either or both of the database and its contents (the data). Because databases can have a wid… 20 Rightsholders can also use this document to cover any copyright or database rights claims over only… 62 …cover: the Database model or schema, which is the structure, arrangement, and organisation of the … 70 …b. This Document does not cover any patents over the Data or the Database. Please see Section 4.2 … 72 …c. This Document does not cover any trade marks associated with the Database. Please see Section 4… 76 …that may protect the factual information in the Work by Copyright, and to cover any information pr… 86 …b. The Rightsholder intends for their relinquishment to cover all present and future rights in the… 118 …e marks that the Rightsholder may own or that the Rightsholder may use to cover the Work. Users of…
|
| H A D | GPL-2.0-with-GCC-exception | 10 they cover modification of the file, and distribution when not linked into a
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-docg3 | 8 which can cover any part of it, block aligned, called DPS. 25 which can cover any part of it, block aligned, called DPS.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | fw-cfg.txt | 23 * Bytes 0x0 to 0x7 cover the data register. 24 * Bytes 0x8 to 0x9 cover the selector register.
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | series.py | 37 self.cover = None 131 if self.cover: 132 print('Cover: %d lines' % len(self.cover))
|
| H A D | README | 12 - Inserts a cover letter with change lists 42 series should be sent, cover letter, version, etc. Most of these are 196 Sets the cover letter contents for the series. The first line 197 will become the subject of the cover letter 200 Additional email addresses / aliases to send cover letter to (you 210 together and put after the cover letter. Can appear multiple 243 change list and also the whole thing is repeated in the cover 302 If you have a cover letter it will get sent to the union of the Patch-cc 308 These people will get the cover letter even if they are not on the To/Cc 389 the cover letter. Note that patman's tags are automatically removed so that [all …]
|
| H A D | patchstream.py | 119 self.series.cover = self.section 189 self.series.cover = self.section 211 self.series.cover = self.section 507 text = series.cover
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/ |
| H A D | TODO | 4 cover all intended uses cases;
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | TODO | 8 * Expand insane.bbclass documentation to cover tests
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | mca_drv_asm.S | 17 cover
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | mmc-omap.h | 57 unsigned cover:1; member
|
| /OK3568_Linux_fs/u-boot/Licenses/ |
| H A D | Exceptions | 5 this does *not* cover the so-called "standalone" applications that
|
| /OK3568_Linux_fs/buildroot/package/util-linux/ |
| H A D | 0001-libuuid-include-c-h-to-cover-restrict-keyword.patch | 4 Subject: libuuid: include c.h to cover restrict keyword
|