| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/ |
| H A D | utf.hpp | 198 unsigned char lead = *p++; in decode() local 201 int trail_size = trail_length(lead); in decode() 211 return lead; in decode() 213 code_point c = lead & ((1<<(6-trail_size))-1); in decode() 257 unsigned char lead = *p++; in decode_valid() local 258 if(lead < 192) in decode_valid() 259 return lead; in decode_valid() 263 if(lead < 224) in decode_valid() 265 else if(BOOST_LOCALE_LIKELY(lead < 240)) // non-BMP rare in decode_valid() 270 code_point c = lead & ((1<<(6-trail_size))-1); in decode_valid()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | debian.bbclass | 96 lead = d.getVar('LEAD_SONAME') 97 if lead: 98 r = re.compile(lead) 106 … bb.note("Multiple matches (%s) for LEAD_SONAME '%s'" % (", ".join(filtered), lead)) 108 …libraries (%s) found, but LEAD_SONAME '%s' doesn't match any of them" % (", ".join(sonames), lead))
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtvfb.c | 379 u16 lead = 0, tail = 0; in ivtvfb_write() local 414 lead = 4 - ((unsigned long)dst & 3); in ivtvfb_write() 415 if (copy_from_user(dst, buf, lead)) in ivtvfb_write() 417 buf += lead; in ivtvfb_write() 418 dst += lead; in ivtvfb_write() 421 if ((count - lead) & 3) in ivtvfb_write() 422 tail = (count - lead) & 3; in ivtvfb_write() 424 dma_size = count - lead - tail; in ivtvfb_write() 426 p + lead + dma_offset, (void __user *)buf, dma_size); in ivtvfb_write()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | writer.h | 385 unsigned lead = (s >> 10) + 0xD800; in WriteString() local 387 PutUnsafe(*os_, hexDigits[(lead >> 12) & 15]); in WriteString() 388 PutUnsafe(*os_, hexDigits[(lead >> 8) & 15]); in WriteString() 389 PutUnsafe(*os_, hexDigits[(lead >> 4) & 15]); in WriteString() 390 PutUnsafe(*os_, hexDigits[(lead ) & 15]); in WriteString()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | default.css | 111 /* Set the font size for icons inside headings, lead paragraphs and definition lists */ 113 p.lead .glyphicon { font-size: 16px; } 141 #freq-build-list.lead > li { line-height: 25px; } 150 ul.lead { margin-top: 20px; } 151 ul.lead > li { line-height: 38px; } 152 ul.lead .glyphicon-trash, 153 ul.lead .glyphicon-trash { font-size: 16px; margin-left: 7px; }
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | deprecated.rst | 58 risk of them overflowing. This could lead to values wrapping around and a 60 allocations could lead to linear overflows of heap memory and other 101 explicitly ignore overflows, which may lead to unexpected results 122 be NUL terminated. This can lead to various linear read overflows and 142 size limit. This is both inefficient and can lead to linear read overflows 149 Traditionally, using "%p" in format strings would lead to regular address 176 lead to a crash, possible overwriting sensitive contents at the end of the
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-firmware-acpi | 7 the offline failure might lead to memory corruption and crashes)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/ |
| H A D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch | 8 and if interpreted as options could lead to remote 27 that some options may lead fo RCE, like `--exc`, `--upload-pack`,
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | warm-plug-howto.rst | 18 results may be unpredictable and lead to data loss if you're unlucky
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64-pinephone-1.1.dts | 17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight
|
| H A D | sun50i-a64-pinephone-1.2.dts | 17 * and the lowest PWM duty cycle that doesn't lead to backlight being off
|
| /OK3568_Linux_fs/buildroot/package/tvheadend/ |
| H A D | 0001-no-check_config.patch | 7 files may be created in the same second, and so would lead
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0076-HACK-compositor-Allow-mapping-bufferless-subsurfaces.patch | 30 * That would lead to inconsistent state, where the window could never
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0076-HACK-compositor-Allow-mapping-bufferless-subsurfaces.patch | 29 * which might not be mapped yet. That would lead to
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0075-HACK-compositor-Allow-mapping-bufferless-subsurfaces.patch | 30 * That would lead to inconsistent state, where the window could never
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libxcb/ |
| H A D | disable-check.patch | 2 which can lead to non-deterministic build issues with both check and libxslt.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | fix-client-gfx_state-initialisation.patch | 13 extended Graphics State object is not initialised, which can lead to
|
| /OK3568_Linux_fs/buildroot/package/directfb/ |
| H A D | 0006-fix-client-gfx_state-initialisation.patch | 13 extended Graphics State object is not initialised, which can lead to
|
| /OK3568_Linux_fs/buildroot/package/prelink-cross/ |
| H A D | 0001-src-rtld-dl-tls.c-Fix-TLS-offsets-computation-for-s3.patch | 16 This lead to the following error:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/cifs/files/ |
| H A D | CVE-2022-29869.patch | 7 dumped to stderr. This may lead to information disclosure in particular
|
| /OK3568_Linux_fs/buildroot/package/ipmitool/ |
| H A D | 0011-channel-Fix-buffer-overflow.patch | 13 the final response’s `data_len`, which can lead to stack buffer overflow
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | adm1026.rst | 96 voltage from the power lead rather than on the ground lead.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.displaying-bmps | 5 perform one will lead to a data abort. On such architectures it is necessary to
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0027-HACK-qmake-Workaround-installation-race-of-qtdeclara.patch | 11 That would cause a parallel installation race which might lead to:
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/ |
| H A D | adv7343.txt | 3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP
|