| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
| H A D | CVE-2022-38725-0005.patch | 77 -_rfc3164_timestamp_eq(const gchar *ts, const gchar *expected, gchar converted[32]) 78 +_rfc3164_timestamp_eq(const gchar *ts, gint len, const gchar *expected, gchar converted[32]) 80 - cr_assert(_parse_rfc3164(ts, converted)); 81 + cr_assert(_parse_rfc3164(ts, len, converted)); 82 return strcmp(converted, expected) == 0; 86 -_rfc5424_timestamp_eq(const gchar *ts, const gchar *expected, gchar converted[32]) 87 +_rfc5424_timestamp_eq(const gchar *ts, gint len, const gchar *expected, gchar converted[32]) 89 - cr_assert(_parse_rfc5424(ts, converted)); 90 + cr_assert(_parse_rfc5424(ts, len, converted)); 91 return strcmp(converted, expected) == 0; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | constant.cpp | 8 optional<bool> converted = toBool(value); in operator ()() local 9 if (!converted) { in operator ()() 13 return *converted; in operator ()() 17 optional<float> converted = toNumber(value); in operator ()() local 18 if (!converted) { in operator ()() 22 return *converted; in operator ()() 26 optional<std::string> converted = toString(value); in operator ()() local 27 if (!converted) { in operator ()() 31 return *converted; in operator ()()
|
| H A D | layer.cpp | 155 optional<std::unique_ptr<Layer>> converted; in operator ()() local 158 converted = convertVectorLayer<FillLayer>(*id, value, error); in operator ()() 160 converted = convertVectorLayer<FillExtrusionLayer>(*id, value, error); in operator ()() 162 converted = convertVectorLayer<LineLayer>(*id, value, error); in operator ()() 164 converted = convertVectorLayer<CircleLayer>(*id, value, error); in operator ()() 166 converted = convertVectorLayer<SymbolLayer>(*id, value, error); in operator ()() 168 converted = convertRasterLayer(*id, value, error); in operator ()() 170 converted = convertVectorLayer<HeatmapLayer>(*id, value, error); in operator ()() 172 converted = convertHillshadeLayer(*id, value, error); in operator ()() 174 converted = convertBackgroundLayer(*id, value, error); in operator ()() [all …]
|
| H A D | function.cpp | 79 auto converted = convert<float>(value, error); in operator ()() local 80 if (!converted) { in operator ()() 83 return *converted; in operator ()() 90 auto converted = convert<float>(value, error); in operator ()() local 91 if (!converted) { in operator ()() 94 return *converted; in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | parser.cpp | 130 optional<TransitionOptions> converted = conversion::convert<TransitionOptions>(value, error); in parseTransition() local 131 if (!converted) { in parseTransition() 136 transition = std::move(*converted); in parseTransition() 141 optional<Light> converted = conversion::convert<Light>(value, error); in parseLight() local 142 if (!converted) { in parseLight() 147 light = std::move(*converted); in parseLight() 267 …optional<std::unique_ptr<Layer>> converted = conversion::convert<std::unique_ptr<Layer>>(value, er… in parseLayer() local 268 if (!converted) { in parseLayer() 272 layer = std::move(*converted); in parseLayer()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | batch-example.bat | 7 rem In this example, the converted files end up in a folder called `converted', 12 mkdir converted 13 FOR %%A IN (%*) DO sox %%A "converted/%%~nxA" rate -v 44100
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | value.cpp | 131 std::vector<mbgl::Value> converted; in fromExpressionValue() local 132 converted.reserve(values.size()); in fromExpressionValue() 134 converted.emplace_back(fromExpressionValue(v)); in fromExpressionValue() 136 return converted; in fromExpressionValue() 139 std::unordered_map<std::string, mbgl::Value> converted; in fromExpressionValue() local 140 converted.reserve(values.size()); in fromExpressionValue() 142 converted.emplace(entry.first, fromExpressionValue(entry.second)); in fromExpressionValue() 144 return converted; in fromExpressionValue()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_open_test.c | 24 static int safe_int(const char *numstr, int *converted) in safe_int() argument 43 *converted = (int)sli; in safe_int()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | speakup_soft.c | 322 int converted; in softsynth_write() local 324 converted = kstrtoul_from_user(buf, count, 0, &supplied_index); in softsynth_write() 326 if (converted < 0) in softsynth_write() 327 return converted; in softsynth_write()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.13.0 | 24 - GeoJSON returned in Nominatim queries is now converted into the corresponding 26 - GeoJSON returned in Nominatim queries is now converted into the corresponding
|
| /OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/ |
| H A D | notes.rst | 16 f4 had been converted to an extended value in the emulator. 19 converted to extended, then stored. If an lfm/sfm combination had been used,
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | power_supply.txt | 1 This binding has been converted to yaml please see power-supply.yaml in this
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-g-topology.rst | 75 stored, converted to a 64-bits integer. It can be zero. if zero, 90 stored, converted to a 64-bits integer. It can be zero. if zero, 105 converted to a 64-bits integer. It can be zero. if zero, the ioctl 119 converted to a 64-bits integer. It can be zero. if zero, the ioctl
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 11 this patch shold be converted to follow that pattern. We're not going 15 Upstream-Status: Inappropriate [needs to be converted to in-recipe fixups]
|
| /OK3568_Linux_fs/buildroot/package/cups/ |
| H A D | 70-usb-printers.rules | 2 # Match rules converted from usblp.c driver's usblp_ids
|
| /OK3568_Linux_fs/buildroot/package/python-jsonmodels/ |
| H A D | Config.in | 7 converted to, or read from JSON.
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | TODO | 115 - Look over and identify any remaining easily converted drivers and 172 - Look over and identify any remaining easily converted drivers and 176 have been converted to the above infrastructure. 182 have been converted to the above infrastructure.
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | MIGRATION.txt | 16 time for inclusion in the 2018.05 release. Boards not converted by this
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | xilinx.txt | 38 and all underscores '_' converted to dashes '-'. 41 dropped from the parameter name, the name is converted 43 converted to dashes '-'.
|
| /OK3568_Linux_fs/kernel/drivers/staging/olpc_dcon/ |
| H A D | TODO | 3 1. The underlying fbdev drivers need to be converted into drm kernel
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-27664.patch | 57 -// fashion. However, header field names MUST be converted to 62 +// fashion. However, header field names MUST be converted to
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/ |
| H A D | sossi.c | 317 t->converted = 0; in sossi_convert_timings() 331 t->converted = 1; in sossi_convert_timings() 338 BUG_ON(!t->converted); in sossi_set_timings()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/ |
| H A D | geojsonvt.hpp | 96 auto converted = detail::convert(features_, (options.tolerance / options.extent) / z2); in GeoJSONVT() local 97 auto features = detail::wrap(converted, double(options.buffer) / options.extent); in GeoJSONVT()
|
| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A D | convert_drivers_to_kernel_api.rst | 160 static variables. Those have to be converted to use the members in 162 use signed int, so this has to be converted, too. 177 used. This needs to be converted by initializing the status variable of the
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-help.txt | 27 former is internally converted into the latter.
|