/kernel/linux/linux-6.6/drivers/pinctrl/qcom/ |
H A D | pinctrl-sc8280xp.c | 53 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \ 64 .pull_bit = pull, \
|
H A D | pinctrl-sc8180x.c | 84 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \ 96 .pull_bit = pull, \
|
H A D | pinctrl-sc7280.c | 53 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \ 64 .pull_bit = pull, \
|
H A D | pinctrl-sa8775p.c | 57 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \ 68 .pull_bit = pull, \
|
H A D | pinctrl-sm8550.c | 58 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \ 69 .pull_bit = pull, \
|
H A D | pinctrl-msm8996.c | 53 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \ 64 .pull_bit = pull, \
|
H A D | pinctrl-msm8998.c | 55 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \ 66 .pull_bit = pull, \
|
H A D | pinctrl-msm8994.c | 53 #define SDC_PINGROUP(pg_name, ctl, pull, drv) \ 64 .pull_bit = pull, \
|
H A D | pinctrl-sm8450.c | 56 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \ 67 .pull_bit = pull, \
|
H A D | pinctrl-sm8350.c | 54 #define SDC_PINGROUP(pg_name, ctl, pull, drv) \ 65 .pull_bit = pull, \
|
H A D | pinctrl-sm8150.c | 64 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \ 76 .pull_bit = pull, \
|
H A D | pinctrl-sm8250.c | 65 #define SDC_PINGROUP(pg_name, ctl, pull, drv) \ 77 .pull_bit = pull, \
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_local.c | 650 goto pull; in seg6_pop_srh() 668 pull: in seg6_pop_srh() 670 * 1) first of all, we pull out everything from IPv6 header up to SRH in seg6_pop_srh()
|
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 47 static unsigned pull(void *desc, unsigned char **buf)
in pull() function 1355 err = inflateBack(&strm, pull, nullptr, push, &strm);
in HWTEST_F()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 719 ld [$n0p+0], $t0 ! pull n0[0..1] value 972 ld [$n0p+0], $t0 ! pull n0[0..1] value
|
H A D | armv8-mont.pl | 415 ld1 {$Bi.2s},[sp] // pull smashed b[8*i+0] 447 ld1 {$Ni.2s},[$bnptr],#8 // pull smashed m[8*i+0] 461 ld1 {$Bi.2s},[$bnptr],#8 // pull smashed b[8*i+$i] 477 ld1 {$Ni.2s},[$bnptr],#8 // pull smashed m[8*i+$i] 494 ld1 {$Bi.2s},[sp] // pull smashed b[8*i+0] 1085 ldp $np,$n0,[x29,#104] // pull np and n0 1259 ldr $n0,[x29,#112] // pull n0 1295 ldr $rp,[x29,#96] // pull rp 1344 ldr x30,[x29,#8] // pull return address 1384 ldr x30,[x29,#8] // pull retur [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 719 ld [$n0p+0], $t0 ! pull n0[0..1] value 972 ld [$n0p+0], $t0 ! pull n0[0..1] value
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | rt.c | 337 /* Try to pull RT tasks here if we lower this rq's prio */ in need_pull_rt_task() 2253 static int push_rt_task(struct rq *rq, bool pull) in push_rt_task() argument 2281 if (!pull || rq->push_busy) in push_rt_task() 2343 * other CPUs will pull from us when ready. in push_rt_task() 2606 * We can pull only a task, which is pushable in pull_rt_task() 2623 * had a chance to schedule. We only pull in pull_rt_task() 2703 * that we might want to pull RT tasks from other runqueues. 2765 * us to initiate a push or pull. 2777 * may need to pull tasks to this runqueue. in prio_changed_rt()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/ |
H A D | chacha-armv4.S | 39 ldr r12,[sp,#0] @ pull pointer to counter and nonce 805 ldr r12,[sp,#0] @ pull pointer to counter and nonce
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/ |
H A D | chacha-armv4.S | 39 ldr r12,[sp,#0] @ pull pointer to counter and nonce 805 ldr r12,[sp,#0] @ pull pointer to counter and nonce
|
/third_party/json/tests/src/ |
H A D | unit-regression1.cpp | 171 SECTION("pull request #71 - handle enum type")
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-ppc64.pl | 570 $POP r0,`$LOCALS+4*$SIZE_T`($sp) ; pull iotas[24]
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | index.js | 1813 async pull (controller) {
|
/third_party/openssl/crypto/sha/asm/ |
H A D | keccak1600-ppc64.pl | 570 $POP r0,`$LOCALS+4*$SIZE_T`($sp) ; pull iotas[24]
|
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
H A D | zlibndk.cpp | 974 static unsigned pull(void *desc, unsigned char **buf)
in pull() function 1008 err = inflateBack(&strm, pull, nullptr, push, &strm);
in InflateBack()
|