| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-jdcal_1.4.1.bb | 1 SUMMARY = "This module contains functions for converting between Julian dates and calendar dates" 2 DESCRIPTION = "A function for converting Gregorian calendar dates to Julian dates, \ 3 and another function for converting Julian calendar dates to Julian dates are defined. \
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/dlm/ |
| H A D | dlmconvert.c | 120 /* already converting? */ in __dlmconvert_master() 140 mlog(0, "will set lvb: converting %s->%s\n", in __dlmconvert_master() 150 "lvb: converting %s->%s\n", in __dlmconvert_master() 156 "into lvb: converting %s->%s\n", in __dlmconvert_master() 179 list_for_each_entry(tmplock, &res->converting, list) { in __dlmconvert_master() 223 list_move_tail(&lock->list, &res->converting); in __dlmconvert_master() 273 mlog(ML_ERROR, "converting a remote lock that is already " in dlmconvert_remote() 274 "converting! (cookie=%u:%llu, conv=%d)\n", in dlmconvert_remote() 297 list_move_tail(&lock->list, &res->converting); in dlmconvert_remote()
|
| H A D | dlmthread.c | 66 list_empty(&res->converting) && in __dlm_lockres_has_locks() 360 converting: in dlm_shuffle_lists() 361 if (list_empty(&res->converting)) in dlm_shuffle_lists() 366 target = list_entry(res->converting.next, struct dlm_lock, list); in dlm_shuffle_lists() 368 mlog(ML_ERROR, "%s: res %.*s converting lock to invalid mode\n", in dlm_shuffle_lists() 390 list_for_each_entry(lock, &res->converting, list) { in dlm_shuffle_lists() 411 mlog(0, "%s: res %.*s, AST for Converting lock %u:%llu, type " in dlm_shuffle_lists() 431 goto converting; in dlm_shuffle_lists() 453 list_for_each_entry(lock, &res->converting, list) { in dlm_shuffle_lists() 468 * possible if converting list empty) */ in dlm_shuffle_lists() [all …]
|
| H A D | dlmunlock.c | 66 * flags & LKM_CANCEL != 0: must be converting or blocked 69 * So to unlock a converting lock, you must first cancel the 228 if (!dlm_lock_on_list(&res->converting, lock)) in dlmunlock_common() 476 /* scan granted -> converting -> blocked queues */ in dlm_unlock_lock_handler() 541 } else if (dlm_lock_on_list(&res->converting, lock)) { in dlm_get_cancel_actions()
|
| H A D | dlmcommon.h | 286 * Please keep granted, converting, and blocked in this order, 292 struct list_head converting; member 331 u8 list; // 0=granted, 1=converting, 2=blocked 385 return "converting"; in dlm_list_in_text() 399 ret = &res->converting; in dlm_list_idx_to_ptr()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libfakekey/ |
| H A D | libfakekey_git.bb | 1 SUMMARY = "Library for converting characters to X key-presses" 2 DESCRIPTION = "libfakekey is a simple library for converting UTF-8 characters into 'fake' X \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/xmlto/ |
| H A D | xmlto_0.0.28.bb | 1 SUMMARY = "A shell-script tool for converting XML files to various formats" 3 DESCRIPTION = "Utility xmlto is a simple shell-script tool for converting XML files to various form…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | dlmconstants.h | 51 * Used to cancel a pending lock request or conversion. A converting lock is 79 * granted mode of a converting lock to NL. The DLM_SBF_DEMOTED flag is 132 * Unlock the lock even if it is converting or waiting or has sublocks.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | dlmconstants.h | 51 * Used to cancel a pending lock request or conversion. A converting lock is 79 * granted mode of a converting lock to NL. The DLM_SBF_DEMOTED flag is 132 * Unlock the lock even if it is converting or waiting or has sublocks.
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | dlmconstants.h | 51 * Used to cancel a pending lock request or conversion. A converting lock is 79 * granted mode of a converting lock to NL. The DLM_SBF_DEMOTED flag is 132 * Unlock the lock even if it is converting or waiting or has sublocks.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | old_optional_implementation.hpp | 193 // This is used for both converting and in-place constructions. 494 // Converting constructions of optional<T> from optional<U> uses this function with 495 // 'Expr' being of type 'U' and relying on a converting constructor of T from U. 505 // Converting assignments of optional<T> from optional<U> uses this function with 506 // 'Expr' being of type 'U' and relying on a converting assignment of T from U. 515 // Converting constructions of optional<T> from optional<U> uses this function with 516 // 'Expr' being of type 'U' and relying on a converting constructor of T from U. 526 // Converting assignments of optional<T> from optional<U> uses this function with 527 // 'Expr' being of type 'U' and relying on a converting assignment of T from U.
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | Makefile | 38 # Pattern rule for converting SVG to PDF 42 # Pattern rule for converting SVG to PNG
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/ |
| H A D | optional.hpp | 188 // This is used for both converting and in-place constructions. 613 // Converting constructions of optional<T> from optional<U> uses this function with 614 // 'Expr' being of type 'U' and relying on a converting constructor of T from U. 624 // Converting assignments of optional<T> from optional<U> uses this function with 625 // 'Expr' being of type 'U' and relying on a converting assignment of T from U. 634 // Converting constructions of optional<T> from optional<U> uses this function with 635 // 'Expr' being of type 'U' and relying on a converting constructor of T from U. 645 // Converting assignments of optional<T> from optional<U> uses this function with 646 // 'Expr' being of type 'U' and relying on a converting assignment of T from U.
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/uv/ |
| H A D | uv_hub.h | 138 * Macros for converting between kernel virtual addresses, socket local physical 140 * Note: use the standard __pa() & __va() macros for converting 244 * Structures and definitions for converting between cpu, node, pnode, and blade
|
| /OK3568_Linux_fs/kernel/arch/arm/nwfpe/ |
| H A D | softfloat-specialize | 104 Returns the result of converting the single-precision floating-point NaN 123 Returns the result of converting the canonical NaN `a' to the single- 198 Returns the result of converting the double-precision floating-point NaN 217 Returns the result of converting the canonical NaN `a' to the double- 306 Returns the result of converting the extended double-precision floating- 325 Returns the result of converting the canonical NaN `a' to the extended
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | positioning.hpp | 76 // be calculated as the difference between the result of converting the 77 // std::fpos to a std::streamoff and the result of converting the member _Fpos
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowclass.h | 46 * after it is marshalled by libX11, converting the flags field from an 79 * after it is marshalled by libX11, converting the flags field from an
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/ |
| H A D | Arphic-Public-License | 16 … through any modification including modifying glyph, reordering glyph, converting format, changing… 30 … of this Font in any way, including modifying glyph, reordering glyph, converting format, changing…
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | cache_v7.c | 77 /* Converting from words to bytes */ in v7_dcache_maint_range() 79 /* converting from log2(linelen) to linelen */ in v7_dcache_maint_range()
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | fdi2iclass.py | 31 # dict converting <match> tags to Match* entries 43 # dict converting info.capabilities list to Match* entries
|
| /OK3568_Linux_fs/buildroot/package/fbgrab/ |
| H A D | Config.in | 6 linux frambuffer and converting it to a png-picture.
|
| /OK3568_Linux_fs/buildroot/package/python-piexif/ |
| H A D | Config.in | 7 manipulating, converting and writing EXIF data to JPEG, WebP
|
| /OK3568_Linux_fs/buildroot/package/lua-lyaml/ |
| H A D | Config.in | 6 converting between `%YAML 1.1` and Lua tables, with a
|
| /OK3568_Linux_fs/buildroot/package/libsamplerate/ |
| H A D | Config.in | 6 be useful is converting audio from the CD sample rate of
|
| /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 | internal-fn.h | 144 converting the return type and all argument types to vectors of the 164 converting the return type and all argument types to vectors of the same
|