Searched refs:part (Results 101 - 125 of 209) sorted by relevance

123456789

/freebsd-13-stable/contrib/dialog/
H A Dinputstr.c323 int part = dlg_count_wcbytes(cache->string, len); local
324 char save = cache->string[part];
329 cache->string[part] = '\0';
331 code = mbsrtowcs(temp, &src, (size_t) part, &state);
333 cache->string[part] = save;
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl195 fldws 4($n0),${fn0} ; only low part of n0
247 addl $ab0,$nm0,$nm0 ; low part is discarded
331 fstws,mb ${fab0}L,-8($xfer) ; save high part
334 fcpy,sgl %fr0,${fti}L ; zero high part
357 ldw 0($xfer),$hi0 ; high part
366 addl $ab0,$nm0,$nm0 ; low part is discarded
467 fstws,mb ${fab0}L,-8($xfer) ; save high part
470 fcpy,sgl %fr0,${fti}L ; zero high part
666 fstws,mb ${fab0}L,-8($xfer) ; save high part
669 fcpy,sgl %fr0,${fti}L ; zero high part
[all...]
H A Dbn-c64xplus.asm58 [B0] ZERO A19 ; high part of accumulator
88 [B0] ZERO A19 ; high part of accumulator
235 || ZERO B19 ; high part of accumulator
275 || ZERO.S B19 ; high part of accumulator
301 || ZERO B19 ; high part of accumulator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp195 multiplication may require an extra part with the excess part
197 requires two parts to hold the single-part result). So we add an
558 APFloatBase::integerPart part, boundary;
566 part = parts[count] & (~(APFloatBase::integerPart) 0 >> (APFloatBase::integerPartWidth - partBits));
574 if (part - boundary <= boundary - part)
575 return part - boundary;
577 return boundary - part;
580 if (part
[all...]
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c24 part or all of the Bison parser skeleton and distribute that work
250 /* Copy the first part of user declarations. */
330 /* Copy the second part of user declarations. */
1864 lex_error_message("Non-integer used in first part of range");
1866 lex_error_message("Non-integer in second part of range");
1877 lex_error_message("Non-integer in first part of range");
1888 lex_error_message("Non-integer in second part of range");
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dposix1.mk71 # $XD = directory part of X $XF = file part of X
H A Dvarmod-sysv.mk47 # but isn't. It is part of the replacement string.
57 # In the :from=to modifier, the "from" part is expanded exactly once.
62 # In the :from=to modifier, the "to" part is expanded exactly twice.
94 # Before 2020-07-19, an ampersand could be used in the replacement part
H A Dcond-func-empty.mk52 # And now to the surprising part. Applying the following :S modifier to the
126 # Ensure that variable expressions that appear as part of the argument are
139 # Spaces inside the parentheses are interpreted as part of the variable name.
H A Dcond-undef-lint.mk36 # TODO: Suppress the error message "Variable VAR. is undefined". That part
H A Dvarmod-defined.mk87 # TODO: Add more tests for parsing the plain text part, to cover each branch
H A Dmoderrs.mk56 # The closing brace after the ${var} is part of the replacement string.
89 # as part of a variable modifier, where it would have been interpreted
/freebsd-13-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh278 "is part of the heading."
/freebsd-13-stable/sys/geom/label/
H A Dg_label_gpt.c42 #include <geom/part/g_part.h>
47 /* XXX: Also defined in geom/part/g_part_gpt.c */
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c50 #include "part.h"
513 uint8_t part; local
528 part = 0xff;
530 part = bdev->d_kind.biosdisk.partition;
533 bdev->dd.d_unit, part);
/freebsd-13-stable/stand/
H A Dloader.mk49 CFLAGS.part.c+= -DHAVE_MEMCPY -I${SRCTOP}/sys/contrib/zlib
50 SRCS+= disk.c part.c vdisk.c
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL13 some core Perl modules. These Perl modules are part of the Perl
65 Text::Template This module is not part of the core Perl modules.
/freebsd-13-stable/stand/kshim/
H A Dkshim.mk10 # ("CTSRD"), as part of the DARPA CRASH research programme.
/freebsd-13-stable/contrib/subversion/subversion/svnfsfs/
H A Dstats-cmd.c267 get_percentage(apr_uint64_t part, argument
271 if (part >= total)
275 return (int)(part * 100.0 / total);
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_i.h144 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part,
/freebsd-13-stable/sbin/fsck/
H A Dpreen.c67 static TAILQ_HEAD(part, partentry) badh;
/freebsd-13-stable/sbin/quotacheck/
H A Dpreen.c72 TAILQ_HEAD(part, partentry) badh;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc21 * The first part of the file includes macros that defines types, names, and
53 * The second part of the file includes definitions all other entities that
/freebsd-13-stable/contrib/googletest/googletest/
H A DMakefile.am28 src/gtest-test-part.cc \
194 include/gtest/gtest-test-part.h \
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc21 * The first part of the file includes macros that defines types, names, and
53 * The second part of the file includes definitions all other entities that
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c270 /* Now write out the first part */
576 char state, part, first; local
579 part = 0;
590 part++;
597 } else if (part) {
929 * 1 : part boundary
941 /* Check for part boundary */

Completed in 396 milliseconds

123456789