| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | alternative.c | 47 u32 *from, cond, replacement; in apply_alternatives() local 53 replacement = entry->replacement; in apply_alternatives() 61 index, cond, len, from, replacement); in apply_alternatives() 68 if (replacement == INSN_PxTLB) { in apply_alternatives() 69 replacement = *from; in apply_alternatives() 71 replacement |= (1 << 10); /* set el bit */ in apply_alternatives() 78 if (replacement == INSN_NOP && len > 1) in apply_alternatives() 79 replacement = 0xe8000002 + (len-2)*8; /* "b,n .+8" */ in apply_alternatives() 82 index, cond, len, replacement, from, from); in apply_alternatives() 88 source = (u32 *)((ulong)&entry->replacement + entry->replacement); in apply_alternatives() [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | alternative.h | 27 u32 replacement; /* replacement instruction or code */ member 36 #define ALTERNATIVE(cond, replacement) "!0:" \ argument 39 __stringify(replacement) " !" \ 45 #define ALTERNATIVE(from, to, cond, replacement)\ argument 48 .word cond, replacement ! \
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-fence-chain.c | 42 struct dma_fence *prev, *replacement, *tmp; in dma_fence_chain_walk() local 57 replacement = dma_fence_chain_get_prev(prev_chain); in dma_fence_chain_walk() 62 replacement = NULL; in dma_fence_chain_walk() 66 prev, replacement); in dma_fence_chain_walk() 70 dma_fence_put(replacement); in dma_fence_chain_walk()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/file/ |
| H A D | file_5.41.bb | 11 DEPENDS = "file-replacement-native" 12 DEPENDS:class-native = "bzip2-replacement-native" 51 PROVIDES:append:class-native = " file-replacement-native" 53 # depends on file-replacement-native.
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | alternative.c | 66 u8 *instr, *replacement; in __apply_alternatives() local 77 replacement = (u8 *)&a->repl_offset + a->repl_offset; in __apply_alternatives() 89 memcpy(insnbuf, replacement, a->replacementlen); in __apply_alternatives()
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 2288 …ON_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSON * replacement) in cJSON_ReplaceItemViaPointer() argument 2290 if ((parent == NULL) || (replacement == NULL) || (item == NULL)) in cJSON_ReplaceItemViaPointer() 2295 if (replacement == item) in cJSON_ReplaceItemViaPointer() 2300 replacement->next = item->next; in cJSON_ReplaceItemViaPointer() 2301 replacement->prev = item->prev; in cJSON_ReplaceItemViaPointer() 2303 if (replacement->next != NULL) in cJSON_ReplaceItemViaPointer() 2305 replacement->next->prev = replacement; in cJSON_ReplaceItemViaPointer() 2311 replacement->prev = replacement; in cJSON_ReplaceItemViaPointer() 2313 parent->child = replacement; in cJSON_ReplaceItemViaPointer() 2320 if (replacement->prev != NULL) in cJSON_ReplaceItemViaPointer() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON.cpp | 2297 …ON_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSON * replacement) in cJSON_ReplaceItemViaPointer() argument 2299 if ((parent == NULL) || (replacement == NULL) || (item == NULL)) in cJSON_ReplaceItemViaPointer() 2304 if (replacement == item) in cJSON_ReplaceItemViaPointer() 2309 replacement->next = item->next; in cJSON_ReplaceItemViaPointer() 2310 replacement->prev = item->prev; in cJSON_ReplaceItemViaPointer() 2312 if (replacement->next != NULL) in cJSON_ReplaceItemViaPointer() 2314 replacement->next->prev = replacement; in cJSON_ReplaceItemViaPointer() 2320 replacement->prev = replacement; in cJSON_ReplaceItemViaPointer() 2322 parent->child = replacement; in cJSON_ReplaceItemViaPointer() 2329 if (replacement->prev != NULL) in cJSON_ReplaceItemViaPointer() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-smbus2_0.4.1.bb | 1 SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python" 2 DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python"
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid10.c | 443 rdev = conf->mirrors[dev].replacement; in raid10_end_write_request() 752 rdev = rcu_dereference(conf->mirrors[disk].replacement); in read_balance() 1212 struct bio *bio, bool replacement, in raid10_write_one_disk() argument 1226 if (replacement) { in raid10_write_one_disk() 1227 rdev = conf->mirrors[devnum].replacement; in raid10_write_one_disk() 1237 if (replacement) in raid10_write_one_disk() 1247 if (!replacement && test_bit(FailFast, in raid10_write_one_disk() 1351 conf->mirrors[d].replacement); in raid10_write_request() 1441 rdev = conf->mirrors[d].replacement; in raid10_write_request() 1704 if (tmp->replacement in raid10_spare_active() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | token.hpp | 31 if (optional<std::string> replacement = lookup(key)) { in replaceTokens() local 32 result.append(*replacement); in replaceTokens()
|
| /OK3568_Linux_fs/buildroot/package/libarchive/ |
| H A D | Config.in | 19 replacement built on libarchive. 30 The 'bsdcat' program is a simple replacement tool
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | security.c | 146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 262 replacement = xpermits; in afs_cache_permit() 272 replacement = new; in afs_cache_permit() 284 rcu_assign_pointer(vnode->permit_cache, replacement); in afs_cache_permit() 286 zap = replacement; in afs_cache_permit()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | alternative.c | 423 u8 *instr, *replacement; in apply_alternatives() local 442 replacement = (u8 *)&a->repl_offset + a->repl_offset; in apply_alternatives() 460 replacement, a->replacementlen); in apply_alternatives() 463 DUMP_BYTES(replacement, a->replacementlen, "%px: rpl_insn: ", replacement); in apply_alternatives() 465 memcpy(insn_buff, replacement, a->replacementlen); in apply_alternatives() 475 *(s32 *)(insn_buff + 1) += replacement - instr; in apply_alternatives() 481 if (a->replacementlen && is_jmp(replacement[0])) in apply_alternatives() 482 recompute_jump(a, instr, replacement, insn_buff); in apply_alternatives()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
| H A D | gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch | 13 Modify patch described above to eliminate replacement of 17 which is not necessary. Retain replacement of atol().
|
| /OK3568_Linux_fs/buildroot/package/linuxptp/ |
| H A D | 0001-missing.h-drop-clock_nanosleep-replacement.patch | 4 Subject: [PATCH] missing.h: drop clock_nanosleep() replacement 14 Thanks to this, we can drop the replacement clock_nanosleep()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libmodule/ |
| H A D | libmodule-build-tiny-perl_0.039.bb | 1 SUMMARY = "Module::Build::Tiny - A tiny replacement for Module::Build" 5 build system. This module provides a simple, lightweight, drop-in replacement. \
|
| /OK3568_Linux_fs/buildroot/package/libblockdev/ |
| H A D | 0001-Provide-replacement-function-for-strerror_l.patch | 4 Subject: [PATCH] Provide replacement function for strerror_l() 7 so let's provide a simple replacement function that falls back on
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | exception | 64 /// If you write a replacement %terminate handler, it must be of this type. 67 /// If you write a replacement %unexpected handler, it must be of this type. 122 * @brief A replacement for the standard terminate_handler which
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | exception | 64 /// If you write a replacement %terminate handler, it must be of this type. 67 /// If you write a replacement %unexpected handler, it must be of this type. 122 * @brief A replacement for the standard terminate_handler which
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/flex/flex/ |
| H A D | check-funcs.patch | 47 -reallocarray dnl OpenBSD function. We have replacement if not available. 60 +# reallocarray - OpenBSD function. We have replacement if not available.
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | xgene_pmu.c | 298 XGENE_PMU_EVENT_ATTR(write-need-replacement, 0x06), 299 XGENE_PMU_EVENT_ATTR(write-not-need-replacement, 0x07), 396 XGENE_PMU_EVENT_ATTR(write-caused-replacement, 0x04), 397 XGENE_PMU_EVENT_ATTR(write-not-caused-replacement, 0x05), 419 XGENE_PMU_EVENT_ATTR(replacement, 0x1c), 420 XGENE_PMU_EVENT_ATTR(old-replacement, 0x1d), 421 XGENE_PMU_EVENT_ATTR(young-replacement, 0x1e), 422 XGENE_PMU_EVENT_ATTR(r-set-replacement, 0x1f), 423 XGENE_PMU_EVENT_ATTR(r-clear-replacement, 0x20), 424 XGENE_PMU_EVENT_ATTR(old-r-replacement, 0x21), [all …]
|
| /OK3568_Linux_fs/buildroot/package/python-versiontools/ |
| H A D | Config.in | 4 Smart replacement for plain tuple used in __version__.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | cppinternals.info | 326 The tokens forming a macro's replacement list are collected by the 446 to get the replacement list of a macro. 454 replacement of parameters with their arguments during expansion. 467 normally holds the unexpanded replacement list of the innermost macro 484 replacement list of that macro. In the case of function-like macros, 485 'enter_macro_context' also replaces any parameters in the replacement 505 Scanning the replacement list for macros to expand 509 their possibly-expanded arguments, the replacement list is scanned for 510 nested macros. Further, any identifiers in the replacement list that 522 parameter in the macro's replacement list, the subsequent token happens [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | cppinternals.info | 326 The tokens forming a macro's replacement list are collected by the 446 to get the replacement list of a macro. 454 replacement of parameters with their arguments during expansion. 467 normally holds the unexpanded replacement list of the innermost macro 484 replacement list of that macro. In the case of function-like macros, 485 'enter_macro_context' also replaces any parameters in the replacement 505 Scanning the replacement list for macros to expand 509 their possibly-expanded arguments, the replacement list is scanned for 510 nested macros. Further, any identifiers in the replacement list that 522 parameter in the macro's replacement list, the subsequent token happens [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bzip2/ |
| H A D | bzip2_1.0.8.bb | 46 #install binaries to bzip2-native under sysroot for replacement-native 69 PROVIDES:append:class-native = " bzip2-replacement-native"
|