/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi_internal.h | 537 #pragma pack(push, 1)
|
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | KvStoreResultSetKVJsTest.js | 89 entries.push(entry);
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 178 push %r12 179 push %r13 180 push %r14
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 174 push %r12 175 push %r13 176 push %r14
|
H A D | sha256-avx2-asm.S | 534 push %rbp
|
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
H A D | zlibndk.cpp | 986 static int push(void *desc, unsigned char *buf, unsigned len)
in push() function 1008 err = inflateBack(&strm, pull, nullptr, push, &strm);
in InflateBack()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | solos-pci.c | 839 vcc->push(vcc, skb); in solos_bh()
|
H A D | zatm.c | 473 vcc->push(vcc,skb); in poll_rx()
|
H A D | horizon.c | 1002 PRINTD (DBG_RX|DBG_SKB, "push %p %u", skb->data, skb->len); in rx_schedule() 1010 vcc->push (vcc, skb); in rx_schedule() 1293 // remember this so we can push it later in rx_data_av_handler()
|
H A D | ambassador.c | 486 atm_vcc->push (atm_vcc, skb); in rx_complete()
|
H A D | firestream.c | 811 atm_vcc->push (atm_vcc, skb); in process_incoming()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 302 push {r4-r12, lr};
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 1518 push {r4, lr}
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 302 push {r4-r12, lr};
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpc.c | 646 vcc->push = mpc_push; in atm_mpoa_vcc_attach()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | solos-pci.c | 839 vcc->push(vcc, skb); in solos_bh()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | mpc.c | 646 vcc->push = mpc_push; in atm_mpoa_vcc_attach()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 134 elif command_type == "push": 137 LOG.error("The push spec is invalid: {}".format(command_value)) 142 LOG.debug("Trying to push the file local {} to remote{}".format(src, dst)) 209 self.pre_push = get_config_value('pre-push', config) 210 self.push_list = get_config_value('push', config) 211 self.post_push = get_config_value('post-push', config) 212 self.teardown_push = get_config_value('teardown-push', config) 216 'abort-on-push-failure', config, is_list=False, default=True) 246 LOG.error("The push spec is invalid: {}".format(push_info)) 251 LOG.debug("Trying to push th [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbStoreResultSetJsunit.test.js | 52 valueBucketArray.push({
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | api_test.cpp | 98 signal->inIdxQueue_.push(index); in VDecNeedInputData()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreResultSetJsunit.test.js | 55 valueBucketArray.push({
|
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 3255 static void vxlan_offload_rx_ports(struct net_device *dev, bool push) in vxlan_offload_rx_ports() argument 3272 if (push) in vxlan_offload_rx_ports()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 3173 static void vxlan_offload_rx_ports(struct net_device *dev, bool push) in vxlan_offload_rx_ports() argument 3190 if (push) in vxlan_offload_rx_ports()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 122 #define Stack (1<<14) /* Stack instruction (push/pop) */ 1105 asm("push %[flags]; popf; " CALL_NOSPEC in test_cc() 1930 static int push(struct x86_emulate_ctxt *ctxt, void *data, int bytes) in push() function 1945 return push(ctxt, &ctxt->src.val, ctxt->op_bytes); in em_push() 2030 rc = push(ctxt, &rbp, stack_size(ctxt)); in em_enter() 5526 asm("push %[flags]; popf; " CALL_NOSPEC " ; pushf; pop %[flags]\n" in fastop()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 123 #define Stack (1<<14) /* Stack instruction (push/pop) */ 1070 asm("push %[flags]; popf; " CALL_NOSPEC in test_cc() 1822 static int push(struct x86_emulate_ctxt *ctxt, void *data, int bytes) in push() function 1837 return push(ctxt, &ctxt->src.val, ctxt->op_bytes); in em_push() 1922 rc = push(ctxt, &rbp, stack_size(ctxt)); in em_enter() 5111 asm("push %[flags]; popf; " CALL_NOSPEC " ; pushf; pop %[flags]\n" in fastop()
|