| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | bitmap.c | 773 static inline void new_hashed_relocation(reiserfs_blocknr_hint_t * hint) in new_hashed_relocation() argument 777 if (hint->formatted_node) { in new_hashed_relocation() 778 hash_in = (char *)&hint->key.k_dir_id; in new_hashed_relocation() 780 if (!hint->inode) { in new_hashed_relocation() 782 hash_in = (char *)&hint->key.k_dir_id; in new_hashed_relocation() 784 if (TEST_OPTION(displace_based_on_dirid, hint->th->t_super)) in new_hashed_relocation() 785 hash_in = (char *)(&INODE_PKEY(hint->inode)->k_dir_id); in new_hashed_relocation() 788 (char *)(&INODE_PKEY(hint->inode)->k_objectid); in new_hashed_relocation() 791 hint->search_start = in new_hashed_relocation() 792 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); in new_hashed_relocation() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | sbitmap.c | 108 unsigned int hint, bool wrap) in __sbitmap_get_word() argument 110 unsigned int orig_hint = hint; in __sbitmap_get_word() 114 nr = find_next_zero_bit(word, depth, hint); in __sbitmap_get_word() 121 if (orig_hint && hint && wrap) { in __sbitmap_get_word() 122 hint = orig_hint = 0; in __sbitmap_get_word() 131 hint = nr + 1; in __sbitmap_get_word() 132 if (hint >= depth - 1) in __sbitmap_get_word() 133 hint = 0; in __sbitmap_get_word() 426 unsigned int hint, depth; in __sbitmap_queue_get() local 429 hint = this_cpu_read(*sbq->alloc_hint); in __sbitmap_queue_get() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_executor.h | 80 MALI_STATIC_INLINE void mali_executor_hint_enable(mali_executor_hint hint) in mali_executor_hint_enable() argument 82 MALI_DEBUG_ASSERT(hint < MALI_EXECUTOR_HINT_MAX); in mali_executor_hint_enable() 83 mali_executor_hints[hint] = MALI_TRUE; in mali_executor_hint_enable() 86 MALI_STATIC_INLINE void mali_executor_hint_disable(mali_executor_hint hint) in mali_executor_hint_disable() argument 88 MALI_DEBUG_ASSERT(hint < MALI_EXECUTOR_HINT_MAX); in mali_executor_hint_disable() 89 mali_executor_hints[hint] = MALI_FALSE; in mali_executor_hint_disable() 92 MALI_STATIC_INLINE mali_bool mali_executor_hint_is_enabled(mali_executor_hint hint) in mali_executor_hint_is_enabled() argument 94 MALI_DEBUG_ASSERT(hint < MALI_EXECUTOR_HINT_MAX); in mali_executor_hint_is_enabled() 95 return mali_executor_hints[hint]; in mali_executor_hint_is_enabled()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_sysfs.c | 271 const struct hda_hint *hint; in hints_show() local 274 snd_array_for_each(&codec->hints, i, hint) { in hints_show() 276 "%s = %s\n", hint->key, hint->val); in hints_show() 284 struct hda_hint *hint; in get_hint() local 287 snd_array_for_each(&codec->hints, i, hint) { in get_hint() 288 if (!strcmp(hint->key, key)) in get_hint() 289 return hint; in get_hint() 312 struct hda_hint *hint; in parse_hints() local 334 hint = get_hint(codec, key); in parse_hints() 335 if (hint) { in parse_hints() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | addbookmarkdialog.ui | 71 <hint type="sourcelabel" > 74 </hint> 75 <hint type="destinationlabel" > 78 </hint> 87 <hint type="sourcelabel" > 90 </hint> 91 <hint type="destinationlabel" > 94 </hint>
|
| H A D | proxy.ui | 77 <hint type="sourcelabel" > 80 </hint> 81 <hint type="destinationlabel" > 84 </hint> 93 <hint type="sourcelabel" > 96 </hint> 97 <hint type="destinationlabel" > 100 </hint>
|
| H A D | passworddialog.ui | 84 <hint type="sourcelabel" > 87 </hint> 88 <hint type="destinationlabel" > 91 </hint> 100 <hint type="sourcelabel" > 103 </hint> 104 <hint type="destinationlabel" > 107 </hint>
|
| H A D | cookies.ui | 95 <hint type="sourcelabel" > 98 </hint> 99 <hint type="destinationlabel" > 102 </hint>
|
| H A D | bookmarks.ui | 95 <hint type="sourcelabel" > 98 </hint> 99 <hint type="destinationlabel" > 102 </hint>
|
| H A D | history.ui | 95 <hint type="sourcelabel" > 98 </hint> 99 <hint type="destinationlabel" > 102 </hint>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | arm_arch.h | 196 #define AARCH64_VALID_CALL_TARGET hint #34 // BTI 'c' 206 #define AARCH64_SIGN_LINK_REGISTER hint #25 // PACIASP 207 #define AARCH64_VALIDATE_LINK_REGISTER hint #29 // AUTIASP 212 #define AARCH64_SIGN_LINK_REGISTER hint #27 // PACIBSP 213 #define AARCH64_VALIDATE_LINK_REGISTER hint #31 // AUTIBSP
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | arm_arch.h | 196 #define AARCH64_VALID_CALL_TARGET hint #34 // BTI 'c' 206 #define AARCH64_SIGN_LINK_REGISTER hint #25 // PACIASP 207 #define AARCH64_VALIDATE_LINK_REGISTER hint #29 // AUTIASP 212 #define AARCH64_SIGN_LINK_REGISTER hint #27 // PACIBSP 213 #define AARCH64_VALIDATE_LINK_REGISTER hint #31 // AUTIBSP
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | arm_arch.h | 196 #define AARCH64_VALID_CALL_TARGET hint #34 // BTI 'c' 206 #define AARCH64_SIGN_LINK_REGISTER hint #25 // PACIASP 207 #define AARCH64_VALIDATE_LINK_REGISTER hint #29 // AUTIASP 212 #define AARCH64_SIGN_LINK_REGISTER hint #27 // PACIBSP 213 #define AARCH64_VALIDATE_LINK_REGISTER hint #31 // AUTIBSP
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | arm_arch.h | 196 #define AARCH64_VALID_CALL_TARGET hint #34 // BTI 'c' 206 #define AARCH64_SIGN_LINK_REGISTER hint #25 // PACIASP 207 #define AARCH64_VALIDATE_LINK_REGISTER hint #29 // AUTIASP 212 #define AARCH64_SIGN_LINK_REGISTER hint #27 // PACIBSP 213 #define AARCH64_VALIDATE_LINK_REGISTER hint #31 // AUTIBSP
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | asm-eva.h | 18 #define kernel_pref(hint, base) "pref " hint ", " base "\n" argument 55 #define user_pref(hint, base) __BUILD_EVA_INSN("prefe", hint, base) argument 77 #define user_pref(hint, base) kernel_pref(hint, base) argument 105 #define kernel_pref(hint, base) pref hint, base argument 142 #define user_pref(hint, base) __BUILD_EVA_INSN(prefe, hint, base) argument 163 #define user_pref(hint, base) kernel_pref(hint, base) argument
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowwm.c | 1662 unsigned long hint = 0, maxmin = 0; in winApplyHints() local 1692 hint |= HINT_SKIPTASKBAR; in winApplyHints() 1716 hint |= (HINT_NOFRAME | HINT_NOSYSMENU | HINT_NOMINIMIZE | HINT_NOMAXIMIZE); in winApplyHints() 1719 hint |= HINT_BORDER; in winApplyHints() 1721 hint |= HINT_SIZEBOX; in winApplyHints() 1723 hint |= HINT_CAPTION; in winApplyHints() 1725 hint |= HINT_NOSYSMENU; in winApplyHints() 1727 hint |= HINT_NOMINIMIZE; in winApplyHints() 1729 hint |= HINT_NOMAXIMIZE; in winApplyHints() 1749 hint = (hint & ~HINT_NOFRAME) | HINT_SKIPTASKBAR | HINT_SIZEBOX; in winApplyHints() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | rk_sftl_arm_v8.S | 12 hint 25 // paciasp 38 hint 29 // autiasp 44 hint 25 // paciasp 70 hint 29 // autiasp 80 hint 25 // paciasp 94 hint 29 // autiasp 106 hint 25 // paciasp 126 hint 29 // autiasp 141 hint 25 // paciasp 153 hint 29 // autiasp [all …]
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | asm.h | 152 #define PREF(hint, addr) \ argument 155 pref hint, addr; \ 158 #define PREFE(hint, addr) \ argument 162 prefe hint, addr; \ 165 #define PREFX(hint, addr) \ argument 168 prefx hint, addr; \ 173 #define PREF(hint, addr) argument 174 #define PREFE(hint, addr) argument 175 #define PREFX(hint, addr) argument
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | iommu-common.c | 84 iommu->pools[i].hint = start; in iommu_tbl_pool_init() 93 p->hint = p->start; in iommu_tbl_pool_init() 140 start = pool->hint; in iommu_tbl_range_alloc() 186 pool->hint = pool->start; in iommu_tbl_range_alloc() 195 pool->hint = pool->start; in iommu_tbl_range_alloc() 206 (n < pool->hint || need_flush(iommu))) { in iommu_tbl_range_alloc() 212 pool->hint = end; in iommu_tbl_range_alloc()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | strbuf.c | 20 int strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init() argument 24 if (hint) in strbuf_init() 25 return strbuf_grow(sb, hint); in strbuf_init() 139 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read() argument 145 ret = strbuf_grow(sb, hint ? hint : 8192); in strbuf_read()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | mwait.h | 14 #define MWAIT_HINT2CSTATE(hint) (((hint) >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK) argument 15 #define MWAIT_HINT2SUBSTATE(hint) ((hint) & MWAIT_CSTATE_MASK) argument
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bedbug.c | 253 if (opr->hint & OH_SILENT) { in print_operands() 264 if (opr->hint & OH_ADDR) { in print_operands() 269 if (ctx->op->hint & H_RELATIVE) in print_operands() 294 else if (opr->hint & OH_REG) { in print_operands() 296 (opr->field == O_rA) && (ctx->op->hint & H_RA0_IS_0)) { in print_operands() 308 else if (opr->hint & OH_SPR) { in print_operands() 312 else if (opr->hint & OH_TBR) { in print_operands() 316 else if (opr->hint & OH_LITERAL) { in print_operands() 337 else if (opr->hint & OH_OFFSET) { in print_operands() 803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/ |
| H A D | CVE-2022-28321-0002.patch | 35 struct addrinfo hint; 37 memset (&hint, '\0', sizeof (hint)); 115 struct addrinfo hint; 118 memset (&hint, '\0', sizeof (hint)); 119 hint.ai_flags = AI_CANONNAME; 120 hint.ai_family = AF_UNSPEC; 128 (item->gai_rv = getaddrinfo (string, NULL, &hint, &item->res)) != 0)
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_input.c | 306 const struct sk_buff *hint) in ip_can_use_hint() argument 308 return hint && !skb_dst(skb) && ip_hdr(hint)->daddr == iph->daddr && in ip_can_use_hint() 309 ip_hdr(hint)->tos == iph->tos; in ip_can_use_hint() 316 const struct sk_buff *hint) in ip_rcv_finish_core() argument 322 if (ip_can_use_hint(skb, iph, hint)) { in ip_rcv_finish_core() 324 dev, hint); in ip_rcv_finish_core() 573 struct sk_buff *skb, *next, *hint = NULL; in ip_list_rcv_finish() local 589 if (ip_rcv_finish_core(net, sk, skb, dev, hint) == NET_RX_DROP) in ip_list_rcv_finish() 594 hint = ip_extract_route_hint(net, skb, in ip_list_rcv_finish()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_extent.c | 76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 94 if ((hint = addressXAD(xp))) { in extAlloc() 108 xaddr = hint + nxlen; in extAlloc() 111 hint += (nxlen - 1); in extAlloc() 125 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 496 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc() argument 518 while ((rc = dbAlloc(ip, hint, nb, &daddr)) != 0) { in extBalloc()
|