Home
last modified time | relevance | path

Searched refs:reuse (Results 51 - 75 of 108) sorted by relevance

12345

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java73 /* 1998.07.01 improve byteaddsub to allow array reuse, etc. */
1046 // [we could reuse the new LHS for result in this case] in add()
1210 // [reuse possible only after chop; accounting makes not worthwhile] in add()
1572 // [we could reuse the new LHS for result in this case] in multiply()
3472 // 1998.07.01 -- changed to allow destructive reuse of LHS
3477 private static final byte[] byteaddsub(byte a[], int avlen, byte b[], int bvlen, int m, boolean reuse) { in byteaddsub() argument
3500 if (reuse) in byteaddsub()
3502 reb = a; // OK to reuse A in byteaddsub()
3555 if (reuse) in byteaddsub()
3557 newarr = a; // OK to reuse in byteaddsub()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A DBigDecimal.java74 /* 1998.07.01 improve byteaddsub to allow array reuse, etc. */
1022 // [we could reuse the new LHS for result in this case] in add()
1186 // [reuse possible only after chop; accounting makes not worthwhile] in add()
1534 // [we could reuse the new LHS for result in this case] in multiply()
3397 // 1998.07.01 -- changed to allow destructive reuse of LHS
3402 private static final byte[] byteaddsub(byte a[], int avlen, byte b[], int bvlen, int m, boolean reuse) { in byteaddsub() argument
3425 if (reuse) in byteaddsub()
3427 reb = a; // OK to reuse A in byteaddsub()
3480 if (reuse) in byteaddsub()
3482 newarr = a; // OK to reuse in byteaddsub()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9mc_16bpp.asm234 ; FIXME maybe reuse loads from previous rows, or just
336 ; FIXME maybe reuse loads from previous rows, or just
H A Dvp9mc.asm350 ; FIXME maybe reuse loads from previous rows, or just
443 ; FIXME maybe reuse loads from previous rows, or just more generally
509 ; FIXME maybe reuse loads from previous rows, or just
H A Dmlpdsp.asm82 movzx noised, byte [blsbs_ptrq] ; load *bypassed_lsbs (reuse tmp noise register)
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h312 u8 reuse; member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h294 u8 reuse; member
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_stats.h191 SMC_STAT_RMB(smc, reuse, is_smcd, is_rx)
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_convolution.asm119 ; reuse r to hold sum, init with zero
/third_party/ffmpeg/libavformat/
H A Dlibsrt.c239 int reuse = 1; in libsrt_listen() local
243 if (srt_setsockopt(fd, SOL_SOCKET, SRTO_REUSEADDR, &reuse, sizeof(reuse))) { in libsrt_listen()
/third_party/curl/lib/
H A Durl.c745 'maxlifetime_conn' ago, to be subject for reuse. */
818 /* For reuse, we want a "clean" connection state. The includes in extract_if_dead()
975 return FALSE; /* no reuse */ in ConnectionExists()
1013 completed yet and until then we don't reuse this connection */ in ConnectionExists()
1036 " isn't open enough, can't reuse", check->connection_id); in ConnectionExists()
1102 " has different SSL proxy parameters, can't reuse", in ConnectionExists()
1117 return FALSE; /* no reuse */ in ConnectionExists()
1125 reuse a random other one, although if we didn't ask for a in ConnectionExists()
1126 particular one we can reuse one that was bound. in ConnectionExists()
1132 will most likely also reuse th in ConnectionExists()
3423 bool reuse; global() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_gen.h863 bool deleted = false, forceadd = false, reuse = false; in mtype_add() local
910 deleted = reuse = true; in mtype_add()
928 reuse = true; in mtype_add()
931 if (reuse || forceadd) { in mtype_add()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_gen.h848 bool deleted = false, forceadd = false, reuse = false; in mtype_add() local
895 deleted = reuse = true; in mtype_add()
913 reuse = true; in mtype_add()
916 if (reuse || forceadd) { in mtype_add()
/third_party/openssl/test/
H A Dssl_old_test.c630 fprintf(stderr, " -reuse - use session-id reuse\n"); in sv_usage()
898 int number = 1, reuse = 0; in main() local
989 else if (strcmp(*argv, "-reuse") == 0) in main()
990 reuse = 1; in main()
1295 && !reuse && !force) { in main()
1298 "or add one of -ssl3, -tls1, -tls1_1, -tls1_2, -dtls, -dtls1, -dtls12, -reuse\n" in main()
1787 if (!reuse) { in main()
1846 BIO_printf(bio_err, "Unexpected session reuse state. " in main()
/kernel/linux/linux-5.10/include/sound/
H A Dwavefront.h275 u8 reuse:1; member
/kernel/linux/linux-6.6/include/sound/
H A Dwavefront.h275 u8 reuse:1; member
/kernel/linux/linux-5.10/net/sctp/
H A Dsocket.c4256 sctp_sk(sk)->reuse = !!*val; in sctp_setsockopt_reuse_port()
7613 val = sctp_sk(sk)->reuse; in sctp_getsockopt_reuse_port()
8088 bool reuse = (sk->sk_reuse || sp->reuse); in sctp_get_port_local() local
8165 if ((pp->fastreuse && reuse && in sctp_get_port_local()
8186 (reuse && (sk2->sk_reuse || sp2->reuse) && in sctp_get_port_local()
8212 if (reuse && sk->sk_state != SCTP_SS_LISTENING) in sctp_get_port_local()
8225 (!reuse || sk->sk_state == SCTP_SS_LISTENING)) in sctp_get_port_local()
8357 if (sk->sk_reuse || sctp_sk(sk)->reuse) in sctp_inet_listen()
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c4262 sctp_sk(sk)->reuse = !!*val; in sctp_setsockopt_reuse_port()
7737 val = sctp_sk(sk)->reuse; in sctp_getsockopt_reuse_port()
8337 bool reuse = (sk->sk_reuse || sp->reuse); in sctp_get_port_local() local
8414 if ((pp->fastreuse && reuse && in sctp_get_port_local()
8436 (reuse && (sk2->sk_reuse || sp2->reuse) && in sctp_get_port_local()
8464 if (reuse && sk->sk_state != SCTP_SS_LISTENING) in sctp_get_port_local()
8477 (!reuse || sk->sk_state == SCTP_SS_LISTENING)) in sctp_get_port_local()
8609 if (sk->sk_reuse || sctp_sk(sk)->reuse) in sctp_inet_listen()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_ipv4.c111 int reuse = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_tw_reuse); in tcp_twsk_unique() local
116 if (reuse == 2) { in tcp_twsk_unique()
139 reuse = 0; in tcp_twsk_unique()
154 (!twp || (reuse && time_after32(ktime_get_seconds(), in tcp_twsk_unique()
/third_party/python/Lib/test/
H A Dtest_httplib.py1760 # Should reuse or reconnect depending on header from server
1769 for version, header, reuse in tests:
1782 self.assertEqual(conn.sock is None, not reuse)
1784 self.assertEqual(conn.sock is None, not reuse)
1787 self.assertEqual(conn.connections, 1 if reuse else 2)
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsuper.c556 goto reuse; /* already attached checkpoint */ in nilfs_attach_checkpoint()
584 reuse: in nilfs_attach_checkpoint()
/kernel/linux/linux-5.10/include/linux/
H A Dfilter.h984 struct sock *bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk,
989 bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk, in bpf_run_sk_reuseport() argument
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsuper.c557 goto reuse; /* already attached checkpoint */ in nilfs_attach_checkpoint()
585 reuse: in nilfs_attach_checkpoint()
/kernel/linux/linux-6.6/include/linux/
H A Dfilter.h996 struct sock *bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk,
1002 bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk, in bpf_run_sk_reuseport() argument
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js38 // them with unit tests and reuse them across mixins
901 // reuse virtual root if we already have one, but don't
1101 #virtualRoot (node, reuse = false) {
1102 if (reuse && this.#virtualRoots.has(node)) {

Completed in 81 milliseconds

12345