| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | fix-security-format.patch | 17 Info(slide, 0x401, ((char *)slide, 19 Info(slide, 0x401, ((char *)slide, 29 - Info(slide, 0x401, ((char *)slide, LoadFarString(EndSigMsg))); 30 - Info(slide, 0x401, ((char *)slide, LoadFarString(ReportMsg))); 31 + Info(slide, 0x401, ((char *)slide, "%s", LoadFarString(EndSigMsg))); 32 + Info(slide, 0x401, ((char *)slide, "%s", LoadFarString(ReportMsg))); 41 Info(slide, 0x401, 42 ((char *)slide, LoadFarString(CentSigMsg), j)); 43 Info(slide, 0x401, 44 - ((char *)slide, LoadFarString(ReportMsg))); [all …]
|
| H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 239 + Info(slide, 0x401, ((char *)slide, 246 + Info(slide, 0x401, ((char *)slide, 254 + Info(slide, 0x401, ((char *)slide, 275 + Info(slide, 0x401, ((char *)slide, 282 + Info(slide, 0x401, ((char *)slide, 290 + Info(slide, 0x401, ((char *)slide, 339 + Info(slide, 0x401, ((char *)slide, 346 + Info(slide, 0x401, ((char *)slide, 354 + Info(slide, 0x401, ((char *)slide, 375 + Info(slide, 0x401, ((char *)slide, [all …]
|
| H A D | 09-cve-2014-8139-crc-overflow.patch | 32 Info(slide, 1, ((char *)slide, "%-22s ", 40 + Info(slide, 1, 41 + ((char *)slide, LoadFarString(TooSmallEBlength), 48 Info(slide, 1, ((char *)slide,
|
| H A D | CVE-2018-18384.patch | 26 Info(slide, 0, ((char *)slide, LoadFarString(LongHdrStats), 38 Info(slide, 0, ((char *)slide, LoadFarString(LongFileTrailer),
|
| H A D | CVE-2019-13232_p2.patch | 179 + Info(slide, 0x401, ((char *)slide, 192 + Info(slide, 0x401, ((char *)slide, 215 + Info(slide, 0x401, ((char *)slide, 229 + Info(slide, 0x401, ((char *)slide, 234 + Info(slide, 0x401, ((char *)slide,
|
| H A D | CVE-2019-13232_p3.patch | 56 Info(slide, 0x401, ((char *)slide, 67 + Info(slide, 0x401, ((char *)slide,
|
| H A D | 11-cve-2014-8141-getzip64data.patch | 31 + Info(slide, 0x401, ((char *)slide,
|
| /OK3568_Linux_fs/buildroot/docs/website/ |
| H A D | index.html | 99 <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> 114 <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> 115 <li data-target="#carousel-example-generic" data-slide-to="1"></li> 116 <li data-target="#carousel-example-generic" data-slide-to="2"></li>
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | max77650-onkey.yaml | 29 maxim,onkey-slide: 32 The system's button is a slide switch, not the default push button.
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-tivo.c | 3 * HID driver for TiVo Slide Bluetooth remote 61 /* TiVo Slide Bluetooth remote, pairs with a Broadcom dongle */
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | inflate.c | 130 #define slide window macro 166 to be usable as if it were declared "uch slide[32768];" or as just 167 "uch *slide;" and then malloc'ed in the latter case. The definition 169 /* unsigned wp; current position in slide */ 629 slide[w++] = (uch)t->v.n; in inflate_codes() 630 Tracevv((stderr, "%c", slide[w-1])); in inflate_codes() 670 memcpy(slide + w, slide + d, e); in inflate_codes() 677 slide[w++] = slide[d++]; in inflate_codes() 678 Tracevv((stderr, "%c", slide[w-1])); in inflate_codes() 739 slide[w++] = (uch)b; in inflate_stored() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | gdc_v2_defs.h | 159 #define HRT_GDC_SCAN_IDX 25 // 0 = STB (Slide To Bottom) ; 1 = STR (Slide To Right)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | gk20a.c | 343 /* just do NDIV slide if there is no change to M and PL */ in gk20a_pllg_program_mnp_slide() 347 /* slide down to current NDIV_LO */ in gk20a_pllg_program_mnp_slide() 361 /* slide up to new NDIV */ in gk20a_pllg_program_mnp_slide() 548 /* slide to VCO min */ in gk20a_clk_fini()
|
| H A D | gm20b.c | 441 /* just do NDIV slide if there is no change to M and PL */ in gm20b_pllg_program_mnp_slide() 445 /* slide down to current NDIV_LO */ in gm20b_pllg_program_mnp_slide() 459 /* slide up to new NDIV */ in gm20b_pllg_program_mnp_slide() 725 /* slide to VCO min */ in gm20b_clk_fini()
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | nokia_rx51.h | 218 "slide=gpio input " __stringify(GPIO_SLIDE) "\0" \ 304 "if run slide; then true; else " \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | bootstrap.min.js | 6 …slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.p… method in c
|
| H A D | bootstrap.js | 385 return this.slide(pos > activeIndex ? 'next' : 'prev', this.$items.eq(pos)) 403 return this.slide('next') 408 return this.slide('prev') 411 Carousel.prototype.slide = function (type, next) { method in Carousel 421 var slideEvent = $.Event('slide.bs.carousel', { 439 if ($.support.transition && this.$element.hasClass('slide')) { 475 var action = typeof option == 'string' ? option : options.slide 508 var slideIndex = $this.attr('data-slide-to') 521 .on('click.bs.carousel.data-api', '[data-slide]', clickHandler) 522 .on('click.bs.carousel.data-api', '[data-slide-to]', clickHandler) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hash-table.h | 482 void slide (); 499 iter.slide (); in begin() 1105 /* Slide down the iterator slots until an active entry is found. */ 1110 hash_table<Descriptor, Lazy, Allocator>::iterator::slide () in slide() function 1130 slide ();
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hash-table.h | 482 void slide (); 499 iter.slide (); in begin() 1105 /* Slide down the iterator slots until an active entry is found. */ 1110 hash_table<Descriptor, Lazy, Allocator>::iterator::slide () in slide() function 1130 slide ();
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | board-htcherald.c | 46 /* GPIO definitions for the power button and keyboard slide switch */ 248 /* GPIO buttons for keyboard slide and power button */ 251 {SW_LID, HTCHERALD_GPIO_SLIDE, 0, "SLIDE", EV_SW, 1, 20},
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | max77650-onkey.c | 68 if (device_property_read_bool(dev, "maxim,onkey-slide")) { in max77650_onkey_probe()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | max77650.yaml | 148 maxim,onkey-slide;
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/keymaps/ |
| H A D | rc-rc6-mce.c | 63 { 0x800f0433, KEY_PRESENTATION }, /* Slide Show */
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | Kconfig | 20 "slide" the window around the PMC551's memory. This was
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deflate.c | 770 /* Slide the hash table (could be avoided with 32 bit values in fill_window() 771 at the expense of memory usage). We slide even when level == 0 in fill_window() 878 s->block_start >= (long)s->w_size, "slide too late"); in deflate_stored() 898 /* Flush if we may have to slide, otherwise block_start may become in deflate_stored()
|