| /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/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/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/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 | ipa-param-manipulation.h | 31 old parameter can be an outright copy or an IPA-SRA replacement. If an old 84 replacement representing s.b. Function bar would see its parameter split into 85 one replacement representing z.s.a and another representing z.s.b which would 87 replacement, one which is passed in a call as an actual argument to another 88 IPA-SRA replacement in another function. 180 only need to specify it if they use replacement lookup provided by 344 /* Register a replacement decl for the transformation done in APM. */ 345 void register_replacement (ipa_adjusted_param *apm, tree replacement, 347 /* Lookup a replacement for a given offset within a given parameter. */ 349 /* Lookup a replacement for an expression, if there is one. */
|
| /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 | ipa-param-manipulation.h | 31 old parameter can be an outright copy or an IPA-SRA replacement. If an old 84 replacement representing s.b. Function bar would see its parameter split into 85 one replacement representing z.s.a and another representing z.s.b which would 87 replacement, one which is passed in a call as an actual argument to another 88 IPA-SRA replacement in another function. 180 only need to specify it if they use replacement lookup provided by 344 /* Register a replacement decl for the transformation done in APM. */ 345 void register_replacement (ipa_adjusted_param *apm, tree replacement, 347 /* Lookup a replacement for a given offset within a given parameter. */ 349 /* Lookup a replacement for an expression, if there is one. */
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | alternative.h | 33 * separate table which is a pure address list without replacement ptr 64 s32 repl_offset; /* offset to replacement instruction */ 65 u16 cpuid; /* cpuid bit set for replacement */ 128 * Pad the second replacement alternative with additional NOPs if it is 129 * additionally longer than the first replacement alternative. 154 " .byte " alt_rlen(num) "\n" /* replacement len */ 156 #define ALTINSTR_REPLACEMENT(newinstr, feature, num) /* replacement */ \ 157 "# ALT: replacement " #num "\n" \
|
| /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/kernel/drivers/md/ |
| H A D | raid10.c | 443 rdev = conf->mirrors[dev].replacement; in raid10_end_write_request() 454 /* Never record new bad blocks to 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() 1229 /* Replacement just got moved to main 'rdev' */ 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() [all …]
|
| H A D | raid10.h | 19 struct md_rdev *rdev, *replacement; member 92 * replacement device. 144 * We sometimes need an extra bio to write to the replacement.
|
| /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/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Xmethods-In-Python.html | 78 For such cases, one can define an xmethod to serve as a replacement 85 is better to use its replacement xmethod if one is defined. 106 method, then the xmethod worker is treated as a replacement for 112 <p>If one wants to implement an xmethod as a replacement for an 116 invoke the C<tt>++</tt> method even though a replacement xmethod is
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Xmethods-In-Python.html | 78 For such cases, one can define an xmethod to serve as a replacement 85 is better to use its replacement xmethod if one is defined. 106 method, then the xmethod worker is treated as a replacement for 112 <p>If one wants to implement an xmethod as a replacement for an 116 invoke the C<tt>++</tt> method even though a replacement xmethod is
|
| /OK3568_Linux_fs/kernel/include/linux/crush/ |
| H A D | crush.h | 144 * Replacement weights for each item in a bucket. The size of the 157 * Replacement weights and ids for a given straw2 bucket, for 161 * replacement weights found at __weight_set[N]__ are used instead of 185 * Replacement weights and ids for each bucket in the crushmap. The 199 struct crush_choose_arg *args; /*!< replacement for each bucket
|
| /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/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/arch/arm64/include/asm/ |
| H A D | alternative.h | 15 s32 alt_offset; /* offset to replacement instruction */ 16 u16 cpufeature; /* cpufeature bit set for replacement */
|
| /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/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/kernel/arch/sparc/include/asm/ |
| H A D | contregs.h | 21 #define AC_M_TSUTRCR 0x1000 /* s TLB Replacement Ctrl Reg */ 25 #define AC_M_TRCR 0x1400 /* hv TLB Replacement Control Reg */
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | alternative.h | 13 s32 repl_offset; /* offset to replacement instruction */ 14 u16 facility; /* facility bit set for replacement */ 104 #define ALTINSTR_REPLACEMENT(altinstr, num) /* replacement */ \
|