| /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/share/i18n/locales/ |
| H A D | gez_ER@abegede | 63 <S12A0> % ETHIOPIC SYLLABLE GLOTTAL A old glibc collation-symbol: <ALEF> 64 <S12A1> % ETHIOPIC SYLLABLE GLOTTAL U old glibc collation-symbol: <ALEF> 65 <S12A2> % ETHIOPIC SYLLABLE GLOTTAL I old glibc collation-symbol: <ALEF> 66 <S12A3> % ETHIOPIC SYLLABLE GLOTTAL AA old glibc collation-symbol: <ALEF> 67 <S12A4> % ETHIOPIC SYLLABLE GLOTTAL EE old glibc collation-symbol: <ALEF> 68 <S12A5> % ETHIOPIC SYLLABLE GLOTTAL E old glibc collation-symbol: <ALEF> 69 <S12A6> % ETHIOPIC SYLLABLE GLOTTAL O old glibc collation-symbol: <ALEF> 70 <S12A7> % ETHIOPIC SYLLABLE GLOTTAL WA old glibc collation-symbol: <ALEF> 71 <S1260> % ETHIOPIC SYLLABLE BA old glibc collation-symbol: <BET> 72 <S1261> % ETHIOPIC SYLLABLE BU old glibc collation-symbol: <BET> [all …]
|
| /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/share/i18n/locales/ |
| H A D | gez_ER@abegede | 63 <S12A0> % ETHIOPIC SYLLABLE GLOTTAL A old glibc collation-symbol: <ALEF> 64 <S12A1> % ETHIOPIC SYLLABLE GLOTTAL U old glibc collation-symbol: <ALEF> 65 <S12A2> % ETHIOPIC SYLLABLE GLOTTAL I old glibc collation-symbol: <ALEF> 66 <S12A3> % ETHIOPIC SYLLABLE GLOTTAL AA old glibc collation-symbol: <ALEF> 67 <S12A4> % ETHIOPIC SYLLABLE GLOTTAL EE old glibc collation-symbol: <ALEF> 68 <S12A5> % ETHIOPIC SYLLABLE GLOTTAL E old glibc collation-symbol: <ALEF> 69 <S12A6> % ETHIOPIC SYLLABLE GLOTTAL O old glibc collation-symbol: <ALEF> 70 <S12A7> % ETHIOPIC SYLLABLE GLOTTAL WA old glibc collation-symbol: <ALEF> 71 <S1260> % ETHIOPIC SYLLABLE BA old glibc collation-symbol: <BET> 72 <S1261> % ETHIOPIC SYLLABLE BU old glibc collation-symbol: <BET> [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | bitops-cas.h | 5 static inline unsigned __bo_cas(volatile unsigned *p, unsigned old, unsigned new) in __bo_cas() argument 9 : "r"(old), "z"(p) in __bo_cas() 16 unsigned mask, old; in set_bit() local 22 do old = *a; in set_bit() 23 while (__bo_cas(a, old, old|mask) != old); in set_bit() 28 unsigned mask, old; in clear_bit() local 34 do old = *a; in clear_bit() 35 while (__bo_cas(a, old, old&~mask) != old); in clear_bit() 40 unsigned mask, old; in change_bit() local 46 do old = *a; in change_bit() [all …]
|
| H A D | spinlock-cas.h | 13 static inline unsigned __sl_cas(volatile unsigned *p, unsigned old, unsigned new) in __sl_cas() argument 17 : "r"(old), "z"(p) in __sl_cas() 54 unsigned old; in arch_read_lock() local 55 do old = rw->lock; in arch_read_lock() 56 while (!old || __sl_cas(&rw->lock, old, old-1) != old); in arch_read_lock() 61 unsigned old; in arch_read_unlock() local 62 do old = rw->lock; in arch_read_unlock() 63 while (__sl_cas(&rw->lock, old, old+1) != old); in arch_read_unlock() 78 unsigned old; in arch_read_trylock() local 79 do old = rw->lock; in arch_read_trylock() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/simplediff/ |
| H A D | __init__.py | 17 def diff(old, new): argument 25 old the old list of immutable, comparable values (ie. a list 32 the original old and/or new lists. The first part of the pair 55 # Create a map from old values to their indices 57 for i, val in enumerate(old): 60 # Find the largest substring common to old and new. 65 # length of the largest suffix of `old[:i]` equal to a suffix 66 # of `new[:inew]` (or unset when `old[i]` != `new[inew]`). 70 # is built from the old one. 78 # substring in the old list. `sub_start_new` is the index of the beginning [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | bitops.h | 42 __u32 bit, old, new; in set_bit() local 50 old = *m; in set_bit() 51 new = old | bit; in set_bit() 52 } while (cmpxchg_acq(m, old, new) != old); in set_bit() 83 __u32 mask, old, new; in clear_bit() local 91 old = *m; in clear_bit() 92 new = old & mask; in clear_bit() 93 } while (cmpxchg_acq(m, old, new) != old); in clear_bit() 107 __u32 mask, old, new; in clear_bit_unlock() local 115 old = *m; in clear_bit_unlock() [all …]
|
| H A D | atomic.h | 34 __s32 old, new; \ 39 old = atomic_read(v); \ 40 new = old c_op i; \ 41 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic_t)) != old); \ 49 __s32 old, new; \ 54 old = atomic_read(v); \ 55 new = old c_op i; \ 56 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic_t)) != old); \ 57 return old; \ 129 s64 old, new; \ [all …]
|
| H A D | acenv.h | 22 unsigned int old, new, val; in ia64_acpi_acquire_global_lock() local 24 old = *lock; in ia64_acpi_acquire_global_lock() 25 new = (((old & ~0x3) + 2) + ((old >> 1) & 0x1)); in ia64_acpi_acquire_global_lock() 26 val = ia64_cmpxchg4_acq(lock, new, old); in ia64_acpi_acquire_global_lock() 27 } while (unlikely (val != old)); in ia64_acpi_acquire_global_lock() 34 unsigned int old, new, val; in ia64_acpi_release_global_lock() local 36 old = *lock; in ia64_acpi_release_global_lock() 37 new = old & ~0x3; in ia64_acpi_release_global_lock() 38 val = ia64_cmpxchg4_acq(lock, new, old); in ia64_acpi_release_global_lock() 39 } while (unlikely (val != old)); in ia64_acpi_release_global_lock() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | atomic_ops.h | 16 op_type old; \ 19 op_string " %[old],%[val],%[ptr]\n" \ 21 : [old] "=d" (old), [ptr] "+Q" (*ptr) \ 23 return old; \ 67 int old, new; \ 70 "0: lr %[new],%[old]\n" \ 72 " cs %[old],%[new],%[ptr]\n" \ 74 : [old] "=d" (old), [new] "=&d" (new), [ptr] "+Q" (*ptr)\ 76 return old; \ 93 long old, new; \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/ |
| H A D | iforce-ff.c | 182 struct ff_effect *old, in need_condition_modifier() argument 195 ret |= old->u.condition[i].right_saturation != new->u.condition[i].right_saturation in need_condition_modifier() 196 || old->u.condition[i].left_saturation != new->u.condition[i].left_saturation in need_condition_modifier() 197 || old->u.condition[i].right_coeff != new->u.condition[i].right_coeff in need_condition_modifier() 198 || old->u.condition[i].left_coeff != new->u.condition[i].left_coeff in need_condition_modifier() 199 || old->u.condition[i].deadband != new->u.condition[i].deadband in need_condition_modifier() 200 || old->u.condition[i].center != new->u.condition[i].center; in need_condition_modifier() 210 struct ff_effect *old, in need_magnitude_modifier() argument 219 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier() 226 static int need_envelope_modifier(struct iforce *iforce, struct ff_effect *old, in need_envelope_modifier() argument [all …]
|
| /OK3568_Linux_fs/kernel/security/safesetid/ |
| H A D | lsm.c | 153 * Check whether a caller with old credentials @old is allowed to switch to 156 static bool id_permitted_for_cred(const struct cred *old, kid_t new_id, enum setid_type new_type) in id_permitted_for_cred() argument 160 /* If our old creds already had this ID in it, it's fine. */ in id_permitted_for_cred() 162 if (uid_eq(new_id.uid, old->uid) || uid_eq(new_id.uid, old->euid) || in id_permitted_for_cred() 163 uid_eq(new_id.uid, old->suid)) in id_permitted_for_cred() 166 if (gid_eq(new_id.gid, old->gid) || gid_eq(new_id.gid, old->egid) || in id_permitted_for_cred() 167 gid_eq(new_id.gid, old->sgid)) in id_permitted_for_cred() 173 * Transitions to new UIDs require a check against the policy of the old in id_permitted_for_cred() 177 setid_policy_lookup((kid_t){.uid = old->uid}, new_id, new_type) != SIDPOL_CONSTRAINED; in id_permitted_for_cred() 182 __kuid_val(old->uid), __kuid_val(old->euid), in id_permitted_for_cred() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | cmpxchg.h | 42 u32 __cmpxchg_##type##sfx(volatile void *p, u32 old, u32 new) \ 49 old <<= bitoff; \ 67 : "r" (p), "r" (old), "r" (new), "r" (prev_mask) \ 202 * Compare and exchange - if *p == old, set it to new, 203 * and return the old value of *p. 216 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) in __cmpxchg_u32() argument 231 : "r" (p), "r" (old), "r" (new) in __cmpxchg_u32() 238 __cmpxchg_u32_local(volatile unsigned int *p, unsigned long old, in __cmpxchg_u32_local() argument 252 : "r" (p), "r" (old), "r" (new) in __cmpxchg_u32_local() 259 __cmpxchg_u32_relaxed(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_relaxed() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | ftrace.c | 26 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) in ftrace_modify_code() argument 32 "1: cas [%[ip]], %[old], %[new]\n" in ftrace_modify_code() 47 : [new] "0" (new), [old] "r" (old), [ip] "r" (ip) in ftrace_modify_code() 50 if (replaced != old && replaced != new) in ftrace_modify_code() 59 u32 old, new; in ftrace_make_nop() local 61 old = ftrace_call_replace(ip, addr); in ftrace_make_nop() 63 return ftrace_modify_code(ip, old, new); in ftrace_make_nop() 69 u32 old, new; in ftrace_make_call() local 71 old = ftrace_nop; in ftrace_make_call() 73 return ftrace_modify_code(ip, old, new); in ftrace_make_call() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | emulation.hpp | 159 int old = *address_as_i, assumed; in atomicAdd() 161 assumed = old; in atomicAdd() 162 old = ::atomicCAS(address_as_i, assumed, in atomicAdd() 164 } while (assumed != old); in atomicAdd() 165 return __int_as_float(old); in atomicAdd() 172 unsigned long long int old = *address_as_ull, assumed; in atomicAdd() local 174 assumed = old; in atomicAdd() 175 old = ::atomicCAS(address_as_ull, assumed, in atomicAdd() 177 } while (assumed != old); in atomicAdd() 178 return __longlong_as_double(old); in atomicAdd() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | emulation.hpp | 159 int old = *address_as_i, assumed; in atomicAdd() 161 assumed = old; in atomicAdd() 162 old = ::atomicCAS(address_as_i, assumed, in atomicAdd() 164 } while (assumed != old); in atomicAdd() 165 return __int_as_float(old); in atomicAdd() 172 unsigned long long int old = *address_as_ull, assumed; in atomicAdd() local 174 assumed = old; in atomicAdd() 175 old = ::atomicCAS(address_as_ull, assumed, in atomicAdd() 177 } while (assumed != old); in atomicAdd() 178 return __longlong_as_double(old); in atomicAdd() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | emulation.hpp | 159 int old = *address_as_i, assumed; in atomicAdd() 161 assumed = old; in atomicAdd() 162 old = ::atomicCAS(address_as_i, assumed, in atomicAdd() 164 } while (assumed != old); in atomicAdd() 165 return __int_as_float(old); in atomicAdd() 172 unsigned long long int old = *address_as_ull, assumed; in atomicAdd() local 174 assumed = old; in atomicAdd() 175 old = ::atomicCAS(address_as_ull, assumed, in atomicAdd() 177 } while (assumed != old); in atomicAdd() 178 return __longlong_as_double(old); in atomicAdd() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/lib/ |
| H A D | spinlock.c | 84 static inline int arch_cmpxchg_niai8(int *lock, int old, int new) in arch_cmpxchg_niai8() argument 86 int expected = old; in arch_cmpxchg_niai8() 91 : "=d" (old), "=Q" (*lock) in arch_cmpxchg_niai8() 92 : "0" (old), "d" (new), "Q" (*lock) in arch_cmpxchg_niai8() 94 return expected == old; in arch_cmpxchg_niai8() 120 int lockval, ix, node_id, tail_id, old, new, owner, count; in arch_spin_lock_queued() local 131 old = READ_ONCE(lp->lock); in arch_spin_lock_queued() 132 if ((old & _Q_LOCK_CPU_MASK) == 0 && in arch_spin_lock_queued() 133 (old & _Q_LOCK_STEAL_MASK) != _Q_LOCK_STEAL_MASK) { in arch_spin_lock_queued() 141 new = (old ? (old + _Q_LOCK_STEAL_ADD) : 0) | lockval; in arch_spin_lock_queued() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | tracepoint.c | 142 static inline void release_probes(struct tracepoint_func *old) in release_probes() argument 144 if (old) { in release_probes() 145 struct tp_probes *tp_probes = container_of(old, in release_probes() 183 struct tracepoint_func *old, *new; in func_add() local 192 old = *funcs; in func_add() 193 if (old) { in func_add() 195 for (nr_probes = 0; old[nr_probes].func; nr_probes++) { in func_add() 197 if (pos < 0 && old[nr_probes].prio < prio) in func_add() 199 if (old[nr_probes].func == tp_func->func && in func_add() 200 old[nr_probes].data == tp_func->data) in func_add() [all …]
|
| H A D | cred.c | 256 const struct cred *old; in prepare_creds() local 267 old = task->cred; in prepare_creds() 268 memcpy(new, old, sizeof(struct cred)); in prepare_creds() 288 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0) in prepare_creds() 431 * the old set. Both the objective and the subjective credentials pointers are 443 const struct cred *old = task->real_cred; in commit_creds() local 449 BUG_ON(task->cred != old); in commit_creds() 451 BUG_ON(read_cred_subscribers(old) < 2); in commit_creds() 452 validate_creds(old); in commit_creds() 460 if (!uid_eq(old->euid, new->euid) || in commit_creds() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | ftrace.c | 77 static int ftrace_modify_code(unsigned long pc, unsigned long old, in ftrace_modify_code() argument 83 old = __opcode_to_mem_thumb32(old); in ftrace_modify_code() 85 old = __opcode_to_mem_arm(old); in ftrace_modify_code() 92 if (replaced != old) in ftrace_modify_code() 126 unsigned long new, old; in ftrace_make_call() local 135 old = ftrace_nop_replace(rec); in ftrace_make_call() 145 return ftrace_modify_code(rec->ip, old, new, true); in ftrace_make_call() 153 unsigned long new, old; in ftrace_modify_call() local 156 old = ftrace_call_replace(ip, adjust_address(rec, old_addr), true); in ftrace_modify_call() 160 return ftrace_modify_code(rec->ip, old, new, true); in ftrace_modify_call() [all …]
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_cdc.h | 146 /* calculate cursor difference between old and new, where old <= new and 150 union smc_host_cursor *old, in smc_curs_diff() argument 153 if (old->wrap != new->wrap) in smc_curs_diff() 155 ((size - old->count) + new->count)); in smc_curs_diff() 157 return max_t(int, 0, (new->count - old->count)); in smc_curs_diff() 160 /* calculate cursor difference between old and new - returns negative 161 * value in case old > new 164 union smc_host_cursor *old, in smc_curs_comp() argument 167 if (old->wrap > new->wrap || in smc_curs_comp() 168 (old->wrap == new->wrap && old->count > new->count)) in smc_curs_comp() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | atomic64_32.h | 71 * the old value. 86 * the old value. 274 s64 old, c = 0; in arch_atomic64_and() local 276 while ((old = arch_atomic64_cmpxchg(v, c, c & i)) != c) in arch_atomic64_and() 277 c = old; in arch_atomic64_and() 282 s64 old, c = 0; in arch_atomic64_fetch_and() local 284 while ((old = arch_atomic64_cmpxchg(v, c, c & i)) != c) in arch_atomic64_fetch_and() 285 c = old; in arch_atomic64_fetch_and() 287 return old; in arch_atomic64_fetch_and() 293 s64 old, c = 0; in arch_atomic64_or() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | atomic.h | 201 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() argument 204 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() argument 214 * Returns the old value of @v. in ATOMIC_OPS() 218 int c, new, old; in ATOMIC_OPS() local 221 "1: ldl_l %[old],%[mem]\n" in ATOMIC_OPS() 222 " cmpeq %[old],%[u],%[c]\n" in ATOMIC_OPS() 223 " addl %[old],%[a],%[new]\n" in ATOMIC_OPS() 231 : [old] "=&r"(old), [new] "=&r"(new), [c] "=&r"(c) in ATOMIC_OPS() 235 return old; in ATOMIC_OPS() 246 * Returns the old value of @v. [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/lib/ |
| H A D | atomic32.c | 83 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() argument 90 if (likely(ret == old)) in atomic_cmpxchg() 125 unsigned long old, flags; in ___set_bit() local 128 old = *addr; in ___set_bit() 129 *addr = old | mask; in ___set_bit() 132 return old & mask; in ___set_bit() 138 unsigned long old, flags; in ___clear_bit() local 141 old = *addr; in ___clear_bit() 142 *addr = old & ~mask; in ___clear_bit() 145 return old & mask; in ___clear_bit() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | pgtable.c | 91 pte_t old; in ptep_flush_direct() local 93 old = *ptep; in ptep_flush_direct() 94 if (unlikely(pte_val(old) & _PAGE_INVALID)) in ptep_flush_direct() 95 return old; in ptep_flush_direct() 103 return old; in ptep_flush_direct() 110 pte_t old; in ptep_flush_lazy() local 112 old = *ptep; in ptep_flush_lazy() 113 if (unlikely(pte_val(old) & _PAGE_INVALID)) in ptep_flush_lazy() 114 return old; in ptep_flush_lazy() 123 return old; in ptep_flush_lazy() [all …]
|