/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | io.h | 67 /* Boolean set by platform if PIO accesses are suppored while _IO_BASE 68 * is not set or addresses cannot be translated to MMIO. This is typically 69 * set when the platform supports "special" PIO accesses via a non memory 236 * or CONFIG_PPC_INDIRECT_PIO are set allowing the platform to provide its 253 * When CONFIG_PPC_INDIRECT_MMIO is set, the platform can provide hooks 270 * CONFIG_PPC_INDIRECT_MMIO is set, thus be careful when you use that 752 * When CONFIG_PPC_INDIRECT_PIO is set, we use the generic iomap implementation 859 /* Clear and set bits in one shot. These macros can be used to clear and 860 * set multiple bits in a register using a single read-modify-write. These 861 * macros can also be used to set [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | srem_mod.S | 49 | 5.2 If R > Y/2, then { set Last_Subtract := true, 61 | X = 2^(j)*(Q+1)Y. set Q := 2^(j)*(Q+1), 78 .set Mod_Flag,L_SCR3 79 .set SignY,FP_SCR3+4 80 .set SignX,FP_SCR3+8 81 .set SignQ,FP_SCR3+12 82 .set Sc_Flag,FP_SCR4 84 .set Y,FP_SCR1 85 .set Y_Hi,Y+4 86 .set Y_L [all...] |
H A D | sgetem.S | 96 bsr shft |shift mantissa bits till msbit is set 104 | Shifts the mantissa bits until msbit is set. 111 tstl %d0 |if any bits set in ms mant 113 | ;else no bits set in ms mant 114 tstl %d1 |test if any bits set in ls mant 115 bnes cont |if set then continue 128 lsll %d3,%d0 |shift ms mant until j-bit is set
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | io.h | 59 /* Boolean set by platform if PIO accesses are suppored while _IO_BASE 60 * is not set or addresses cannot be translated to MMIO. This is typically 61 * set when the platform supports "special" PIO accesses via a non memory 265 * or CONFIG_PPC_INDIRECT_PIO are set allowing the platform to provide its 282 * When CONFIG_PPC_INDIRECT_MMIO is set, the platform can provide hooks 299 * CONFIG_PPC_INDIRECT_MMIO is set, thus be careful when you use that 918 * When CONFIG_PPC_INDIRECT_PIO is set, we use the generic iomap implementation 1027 /* Clear and set bits in one shot. These macros can be used to clear and 1028 * set multiple bits in a register using a single read-modify-write. These 1029 * macros can also be used to set [all...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-trace.h | 98 TP_PROTO(int set), 99 TP_ARGS(set), 101 __field(int, set) 104 __entry->set = set; 106 TP_printk("%s", __entry->set ? "enabled" : "disabled") 110 TP_PROTO(int set), 111 TP_ARGS(set) 115 TP_PROTO(int set), 116 TP_ARGS(set) [all...] |
/third_party/node/deps/npm/test/lib/commands/ |
H A D | profile.js | 8 async set () {}, 252 t.test('profile set <key> <value>', async t => { 257 profile.exec(['set']), 258 /npm profile set <prop> <value>/, 266 profile.exec(['set', 'email']), 267 /npm profile set <prop> <value>/, 272 t.test('set password', async t => { 275 profile.exec(['set', 'password', '1234']), 277 'should throw an error refusing to set password from args' 284 profile.exec(['set', 'nam [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | fixed-array-inl.h | 87 void FixedArray::set(int index, Smi value) { in set() function in v8::internal::FixedArray 96 void FixedArray::set(int index, Object value) { in set() function in v8::internal::FixedArray 105 void FixedArray::set(int index, Object value, WriteBarrierMode mode) { in set() function in v8::internal::FixedArray 134 void FixedArray::set(int index, Object value, RelaxedStoreTag, in set() function in v8::internal::FixedArray 142 void FixedArray::set(int index, Smi value, RelaxedStoreTag tag) { in set() function in v8::internal::FixedArray 144 set(index, value, tag, SKIP_WRITE_BARRIER); in set() 158 void FixedArray::set(int index, Object value, ReleaseStoreTag, in set() function in v8::internal::FixedArray 166 void FixedArray::set(int index, Smi value, ReleaseStoreTag tag) { in set() function in v8::internal::FixedArray 168 set(index, value, tag, SKIP_WRITE_BARRIER); in set() 387 void FixedDoubleArray::set(in function in v8::internal::FixedDoubleArray 569 void ByteArray::set(int index, byte value) { set() function in v8::internal::ByteArray 696 void TemplateList::set(int index, Object value) { set() function in v8::internal::TemplateList [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/ |
H A D | generate_shaders.bat | 11 set errorCount=0
12 set successCount=0
13 set debug=0
16 set debug=1
19 set debug=0
239 set input=%~1
240 set entry=%~2
241 set type=%~3
242 set output=%~4
243 set debu [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VertexArray.cpp | 43 mClientMemoryAttribsMask.set(); in VertexArrayState() 90 mCachedMappedArrayBuffers.set(attribIndex, isMapped); 91 mEnabledAttributesMask.set(attribIndex, attrib.enabled); 104 mCachedMutableOrImpersistentArrayBuffers.set(index, isMutableOrImpersistentArrayBuffer); 219 mDirtyBits.set(DIRTY_BIT_ELEMENT_ARRAY_BUFFER); in detachBuffer() 249 mDirtyBits.set(DIRTY_BIT_ATTRIB_0 + attribIndex); 250 mDirtyAttribBits[attribIndex].set(dirtyAttribBit); 256 mDirtyBits.set(DIRTY_BIT_BINDING_0 + bindingIndex); 257 mDirtyBindingBits[bindingIndex].set(dirtyBindingBit); 314 mCachedTransformFeedbackConflictedBindingsMask.set(bindingInde in updateCachedTransformFeedbackBindingValidation() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.h | 21 #include <set> 49 std::set<NodeId> disableNodes; 222 std::set<NodeId> processingNodeSkipSync_; 223 std::set<NodeId> processingNodePartialSync_; 224 std::set<NodeId> processingCardNodeSkipSync_; 240 std::set<NodeId> reuseNodes_; 241 std::set<NodeId> collectedCardNodes_;
|
/foundation/multimodalinput/input/service/subscriber/include/ |
H A D | key_subscriber_handler.h | 24 #include <set> 85 bool IsPreKeysMatch(const std::set<int32_t> &preKeys, const std::vector<int32_t> &pressedKeys) const; 103 bool IsEqualPreKeys(const std::set<int32_t> &preKeys, const std::set<int32_t> &pressedKeys); 117 bool IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, std::set<int32_t> foregroundPids); 128 void GetForegroundPids(std::set<int32_t> &pidList); 145 std::set<int32_t> foregroundPids_ {};
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/ |
H A D | reclaim_priority_manager.h | 33 #include <set> 134 using BundlePrioSet = std::set<std::shared_ptr<BundlePriorityInfo>, BundleInfoPtrCmp>; 135 using BunldeCopySet = std::set<BundlePriorityInfo, BundleInfoCmp>; 140 using ProcInfoSet = std::set<ProcessPriorityInfo, ProcInfoCmpByPriority>; 168 // when new a BundlePriorityInfo, it will be added into this set 169 // when delete a BundlePriorityInfo, it will be removed from this set 170 // when change the priority of BundlePriorityInfo, it will be removed and added from this set to re-sort it 178 std::set<std::string> allKillableSystemApps_; 190 void GetKillableSystemAppsFromAms(std::set<std::string> &killableApps); 210 void NotifyKillableSystemAppsAdded(std::set<st [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | uPD98402.c | 63 const char *set; in set_framing() local 68 set = sonet; in set_framing() 71 set = sdh; in set_framing() 77 PUT(set[0],C11T); in set_framing() 78 PUT(set[1],C12T); in set_framing() 79 PUT(set[2],C13T); in set_framing() 80 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] << in set_framing()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | signal_o32.c | 115 struct pt_regs *regs, sigset_t *set) in setup_frame_32() 125 err |= __copy_conv_sigset_to_user(&frame->sf_mask, set); in setup_frame_32() 158 sigset_t set; in sys32_rt_sigreturn() local 165 if (__copy_conv_sigset_from_user(&set, &frame->rs_uc.uc_sigmask)) in sys32_rt_sigreturn() 168 set_current_blocked(&set); in sys32_rt_sigreturn() 194 struct pt_regs *regs, sigset_t *set) in setup_rt_frame_32() 211 err |= __copy_conv_sigset_to_user(&frame->rs_uc.uc_sigmask, set); in setup_rt_frame_32() 114 setup_frame_32(void *sig_return, struct ksignal *ksig, struct pt_regs *regs, sigset_t *set) setup_frame_32() argument 193 setup_rt_frame_32(void *sig_return, struct ksignal *ksig, struct pt_regs *regs, sigset_t *set) setup_rt_frame_32() argument
|
H A D | scall64-o32.S | 29 .set noat 33 .set at 95 sd t0, PT_R7(sp) # set error flag 123 .set push 124 .set reorder 129 .set pop 162 li t0, 1 # set error flag
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | signal.c | 104 sigset_t set; in SYSCALL_DEFINE0() local 114 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set))) in SYSCALL_DEFINE0() 117 set_current_blocked(&set); in SYSCALL_DEFINE0() 177 static int setup_rt_frame(struct ksignal *ksig, sigset_t *set, in setup_rt_frame() argument 195 err |= __copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set)); in setup_rt_frame()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-anubis.c | 67 /* we could possibly compress the next set down into a set of smaller tables 193 static void anubis_nand_select(struct s3c2410_nand_set *set, int slot) in anubis_nand_select() argument 197 slot = set->nr_map[slot] & 3; in anubis_nand_select() 199 pr_debug("anubis_nand: selecting slot %d (set %p,%p)\n", in anubis_nand_select() 200 slot, set, set->nr_map); in anubis_nand_select() 295 .set = 0x3F000000, /* 24bit panel */ 299 .set = 0x010100, /* SDRAM timing */ 303 .set [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sgetem.S | 96 bsr shft |shift mantissa bits till msbit is set 104 | Shifts the mantissa bits until msbit is set. 111 tstl %d0 |if any bits set in ms mant 113 | ;else no bits set in ms mant 114 tstl %d1 |test if any bits set in ls mant 115 bnes cont |if set then continue 128 lsll %d3,%d0 |shift ms mant until j-bit is set
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | scall64-o32.S | 29 .set noat 33 .set at 95 sd t0, PT_R7(sp) # set error flag 123 .set push 124 .set reorder 129 .set pop 162 li t0, 1 # set error flag
|
H A D | signal_o32.c | 115 struct pt_regs *regs, sigset_t *set) in setup_frame_32() 125 err |= __copy_conv_sigset_to_user(&frame->sf_mask, set); in setup_frame_32() 158 sigset_t set; in sys32_rt_sigreturn() local 165 if (__copy_conv_sigset_from_user(&set, &frame->rs_uc.uc_sigmask)) in sys32_rt_sigreturn() 168 set_current_blocked(&set); in sys32_rt_sigreturn() 194 struct pt_regs *regs, sigset_t *set) in setup_rt_frame_32() 211 err |= __copy_conv_sigset_to_user(&frame->rs_uc.uc_sigmask, set); in setup_rt_frame_32() 114 setup_frame_32(void *sig_return, struct ksignal *ksig, struct pt_regs *regs, sigset_t *set) setup_frame_32() argument 193 setup_rt_frame_32(void *sig_return, struct ksignal *ksig, struct pt_regs *regs, sigset_t *set) setup_rt_frame_32() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/irq/dcn10/ |
H A D | irq_service_dcn10.c | 160 .set = NULL, 165 .set = NULL, 170 .set = NULL, 175 .set = NULL, 180 .set = NULL, 185 .set = NULL, 284 .set = dal_irq_service_dummy_set,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/irq/dcn20/ |
H A D | irq_service_dcn20.c | 163 .set = NULL, 168 .set = NULL, 173 .set = NULL, 178 .set = NULL, 183 .set = NULL, 188 .set = NULL, 291 .set = dal_irq_service_dummy_set,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/irq/dcn201/ |
H A D | irq_service_dcn201.c | 111 .set = NULL, 116 .set = NULL, 121 .set = NULL, 126 .set = NULL, 131 .set = NULL, 135 .set = NULL, 243 .set = dal_irq_service_dummy_set,
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | emu-regs.c | 252 /* If b18 is set, don't auto-increment dest addr.. and if we in emu_set_fifo_reg() 316 void (*set)(struct emu *emu, unsigned n, uint32_t val); member 322 .set = emu_set_control_reg, 328 .set = emu_set_pipe_reg, 334 .set = emu_set_gpu_reg, 363 reg->accessor->set(emu, emu_reg_offset(reg), val); in emu_set_reg32() 369 reg->accessor->set(emu, emu_reg_offset(reg), val); in emu_set_reg64() 370 reg->accessor->set(emu, emu_reg_offset(reg) + 1, val >> 32); in emu_set_reg64()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 108 lws_dll2_owner_t *o, set; in main() local 164 /* if signing, set the ciphers */ in main() 190 lwsl_err("-k <key set file> is required\n"); in main() 199 lws_dll2_owner_clear(&set); in main() 200 if (!lws_cose_key_import(&set, NULL, NULL, ks, ks_len)) { in main() 241 i.keyset = &set; in main() 274 ck = lws_cose_key_from_set(&set, kid, kid_len); in main() 311 vi.keyset = &set; in main() 390 lws_cose_key_set_destroy(&set); in main()
|