Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 25 of 230) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/libc/src/__support/wchar/
H A Dcharacter_converter.cpp37 state->partial = 0; in clear()
56 state->partial <= max_utf32_value; in isValidState()
80 state->partial = static_cast<char32_t>(0); in push()
83 state->partial = static_cast<char32_t>(utf8_byte); in push()
91 state->partial = state->partial << ENCODED_BITS_PER_UTF8; in push()
92 state->partial |= byte; in push()
107 state->partial = utf32; in push()
111 if (state->partial <= MAX_VALUE_PER_UTF8_LEN[i]) { in push()
129 char32_t utf32 = state->partial; in pop_utf32()
159 (state->partial >> shift_amount); in pop_utf8()
[all …]
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_oid_to_str.c84 size_t i, partial = (size_t)-1; in gss_name_to_oid() local
90 if (partial != (size_t)-1) in gss_name_to_oid()
92 partial = i; in gss_name_to_oid()
95 if (partial != (size_t)-1) in gss_name_to_oid()
96 return _gss_ont_mech[partial].oid; in gss_name_to_oid()
/freebsd/lib/libc/gen/
H A Dpututxline.c73 off_t partial; in utx_active_add() local
76 partial = -1; in utx_active_add()
106 if (partial == -1) { in utx_active_add()
107 partial = ftello(fp); in utx_active_add()
112 if (partial != -1) in utx_active_add()
113 partial -= (off_t)sizeof(fe); in utx_active_add()
123 if (partial != -1) in utx_active_add()
124 ret = fseeko(fp, partial, SEEK_SET); in utx_active_add()
/freebsd/contrib/kyua/utils/format/
H A Dformatter.cpp132 std::string partial = format.substr(1, format.length() - 2); in new_ostringstream() local
133 if (partial[0] == '0') { in new_ostringstream()
135 partial.erase(0, 1); in new_ostringstream()
137 if (!partial.empty()) { in new_ostringstream()
138 const std::string::size_type dot = partial.find('.'); in new_ostringstream()
140 output->width(to_int(format, partial.substr(0, dot), "width")); in new_ostringstream()
143 output->precision(to_int(format, partial.substr(dot + 1), in new_ostringstream()
/freebsd/contrib/libfido2/man/
H A DNOTES1 To generate .partial files for https://developers.yubico.com/:
4 $ (cd build/man && pax -p p -r -w *.partial /tmp/partial)
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_wire_pkt.c187 int partial, in ossl_quic_wire_decode_pkt_hdr() argument
211 hdr->partial = partial; in ossl_quic_wire_decode_pkt_hdr()
227 if (partial) { in ossl_quic_wire_decode_pkt_hdr()
251 if (partial) { in ossl_quic_wire_decode_pkt_hdr()
326 hdr->partial = 0; in ossl_quic_wire_decode_pkt_hdr()
395 hdr->partial = 0; in ossl_quic_wire_decode_pkt_hdr()
409 hdr->pn_len = partial ? 0 : ((b0 & 0x03) + 1); in ossl_quic_wire_decode_pkt_hdr()
410 hdr->reserved = partial ? 0 : ((b0 & 0x0C) >> 2); in ossl_quic_wire_decode_pkt_hdr()
427 if (partial) { in ossl_quic_wire_decode_pkt_hdr()
492 if (hdr->partial in ossl_quic_wire_encode_pkt_hdr()
[all …]
/freebsd/crypto/openssl/test/
H A Dbio_readbuffer_test.c28 int ret = 0, len, partial; in test_readbuffer_file_bio() local
56 partial = 4; in test_readbuffer_file_bio()
74 if (tstid == 1 && --partial == 0) in test_readbuffer_file_bio()
H A Dquic_record_test_util.h28 || !TEST_int_eq(a->partial, b->partial) in cmp_pkt_hdr()
/freebsd/contrib/openbsm/bin/praudit/
H A Dpraudit.c67 static int partial = 0; variable
91 if (partial) { in print_tokens()
149 partial = 1; in main()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h172 case codecvt_base::partial: in __getchar()
190 } while (__r == std::codecvt_base::partial); in __getchar()
225 case codecvt_base::partial: in pbackfail()
329 } else if (__r == codecvt_base::ok || __r == codecvt_base::partial) { in overflow()
333 if (__r == codecvt_base::partial) { in overflow()
338 } while (__r == codecvt_base::partial); in overflow()
368 } while (__r == codecvt_base::partial); in sync()
H A Dlocale.cpp1302 return partial; in do_out()
1314 return partial; in do_out()
1324 return frm_nxt == frm_end ? ok : partial; in do_out()
1360 return partial; in do_in()
1367 return frm_nxt == frm_end ? ok : partial; in do_in()
1388 return frm_nxt == frm_end ? ok : partial; in do_in()
1400 return partial; in do_unshift()
1473 return codecvt_base::partial; in utf16_to_utf8()
1484 return codecvt_base::partial; in utf16_to_utf8()
1488 return codecvt_base::partial; in utf16_to_utf8()
[all …]
/freebsd/contrib/bc/tests/bc/
H A Dstdin.txt5 "String /* with partial comment"
7 1 /* Comment with partial "string */ + 2
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h158 } else if (__r == codecvt_base::partial) { in from_bytes()
165 } while (__r == codecvt_base::partial && __frm_nxt < __frm_end); in from_bytes()
206 } else if (__r == codecvt_base::partial) { in to_bytes()
213 } while (__r == codecvt_base::partial && __frm_nxt < __frm_end); in to_bytes()
228 } else if (__r == codecvt_base::partial) { in to_bytes()
234 } while (__r == codecvt_base::partial); in to_bytes()
/freebsd/tests/sys/common/
H A Dsender.py31 from functools import partial
99 send_cb = partial(send_packet, args, pkt)
135 send_cb = partial(send_packet, args, pkt)
178 send_cb = partial(send_packet, args, pkt)
/freebsd/contrib/tcsh/
H A Dsh.lex.c1567 size_t partial; in wide_read() local
1575 partial = 0; in wide_read()
1578 size_t len = nchars > partial ? nchars - partial : 1; in wide_read()
1580 if (partial + len >= sizeof(cbuf) / sizeof(*cbuf)) in wide_read()
1583 r = xread(fildes, cbuf + partial, len); in wide_read()
1585 if (partial == 0 && r <= 0) in wide_read()
1587 partial += r; in wide_read()
1589 while (i < partial && nchars != 0) { in wide_read()
1592 tlen = normal_mbtowc(buf + res, cbuf + i, partial - i); in wide_read()
1595 if ((partial - i) < MB_LEN_MAX && r > 0) in wide_read()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dparse_units.c77 unsigned partial; in parse_something() local
108 partial = 0; in parse_something()
121 ++partial; in parse_something()
127 if (partial == 1) { in parse_something()
/freebsd/contrib/dialog/
H A Dfselect.c625 char *partial = 0; in dlg_fselect() local
839 if (partial != 0) { in dlg_fselect()
840 free(partial); in dlg_fselect()
841 partial = 0; in dlg_fselect()
848 if (complete(input, &d_list, &f_list, &partial)) { in dlg_fselect()
849 completed = partial; in dlg_fselect()
859 if (partial != NULL) { in dlg_fselect()
860 free(partial); in dlg_fselect()
861 partial = 0; in dlg_fselect()
941 if (partial != 0) in dlg_fselect()
[all …]
/freebsd/usr.sbin/etcupdate/tests/
H A Dtests_test.sh475 mkdir $i/adddir/partial
477 echo "foo" > $NEW/adddir/partial/file
478 mkfifo $TEST/adddir/partial/fifo
501 mkdir -p $i/rmdir/partial/subdir
502 mkfifo $i/rmdir/partial/subdir/fifo
504 echo "foo" > $OLD/rmdir/partial/subdir/file
881 file /adddir/partial/file "foo"
882 fifo /adddir/partial/fifo
893 missing /rmdir/partial
952 D /rmdir/partial/subdir/fifo
[all …]
/freebsd/sys/dev/dpaa/
H A Ddpaa_common.h133 struct pfx##_entry *partial = ring->cursor + 1; \
134 ring->cursor = pfx##_CARRYCLEAR(partial); \
135 if (partial != ring->cursor) \
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.txt18 FPGA Regions represent FPGA's and partial reconfiguration regions of FPGA's in
51 * Also called a "partial bit stream"
79 * A base image may set up a set of partial reconfiguration regions that may
150 For partial reconfiguration (PR), each PR region will have an FPGA Region.
185 - partial-fpga-config : boolean, set if partial reconfiguration is to be done,
301 region while the buses are enabled for other sections. Before any partial
340 * "partial-fpga-config"
341 This binding is a boolean and should be present if partial reconfiguration
439 "partial
[all...]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.cppm
/freebsd/sys/crypto/openssl/powerpc64/
H A Daes-gcm-ppc.S432 # Process a normal partial block when we come here.
433 # Compute partial mask, Load and store partial block to stack.
441 # create partial mask
447 vslo 16, 16, 17 # partial block mask
449 lxvb16x 11, 0, 14 # load partial block
452 # AES crypt partial
471 # Write partial
476 mtctr 5 # partial block len
/freebsd/sys/crypto/openssl/powerpc64le/
H A Daes-gcm-ppc.S432 # Process a normal partial block when we come here.
433 # Compute partial mask, Load and store partial block to stack.
441 # create partial mask
447 vslo 16, 16, 17 # partial block mask
449 lxvb16x 11, 0, 14 # load partial block
452 # AES crypt partial
471 # Write partial
476 mtctr 5 # partial block len
/freebsd/sys/crypto/openssl/powerpc/
H A Daes-gcm-ppc.S432 # Process a normal partial block when we come here.
433 # Compute partial mask, Load and store partial block to stack.
441 # create partial mask
447 vslo 16, 16, 17 # partial block mask
449 lxvb16x 11, 0, 14 # load partial block
452 # AES crypt partial
471 # Write partial
476 mtctr 5 # partial block len
/freebsd/crypto/openssh/
H A Dauth2.c368 int r, partial = 0; in userauth_finish()
395 partial = 1; in userauth_finish()
400 auth_log(ssh, authenticated, partial, method, submethod); in userauth_finish()
403 if (authenticated || partial) in userauth_finish()
444 if (!partial && !authctxt->server_caused_failure && in userauth_finish()
454 debug3_f("failure partial=%d next methods=\"%s\"", in userauth_finish()
455 partial, methods); in userauth_finish()
458 (r = sshpkt_put_u8(ssh, partial)) != 0 || in userauth_finish()
369 int r, partial = 0; userauth_finish() local

12345678910