Searched refs:number (Results 251 - 275 of 423) sorted by relevance

<<11121314151617

/freebsd-current/contrib/ee/
H A Dnew_curse.h161 int number; member in struct:_line
173 int Num_lines; /* number of lines */
174 int Num_cols; /* number of columns */
175 int scroll_up; /* number of lines moved */
/freebsd-current/contrib/ncurses/
H A Ddist.mk33 # configure mines the current version number out of here. To move
34 # to a new version number, just edit this file and run configure.
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S106 and r2,r2,#7 @ Leave the count remaining as the number after the double words have been done
/freebsd-current/contrib/arm-optimized-routines/math/test/rtest/
H A Dmain.c17 void gencases(Testable *fn, int number);
/freebsd-current/include/xlocale/
H A D_ctype.h130 XLOCALE_ISCTYPE(number, _CTYPE_D|_CTYPE_N)
/freebsd-current/stand/i386/mbr/
H A Dmbr.S73 # is a valid hard drive number.
78 addb $0x80,%dh # drive number available
155 .word MAGIC # Magic number
/freebsd-current/usr.bin/truss/
H A Dsetup.c302 err(1, "Unable to fetch number of LWPs");
431 assert(t->cs.number == 0);
437 t->cs.number = pl->pl_syscall_code;
467 sc = get_syscall(t, t->cs.number, narg);
470 t->proc->abi->type, t->cs.number);
/freebsd-current/crypto/openssl/crypto/store/
H A Dstore_lib.c327 BIGNUM *number = NULL; local
353 && (number = ASN1_INTEGER_to_BN(search->serial, NULL)) != NULL
358 number))
386 BN_free(number);
/freebsd-current/usr.bin/tip/tip/
H A Dtip.h72 EXTERN char *PN; /* phone number(s) */
76 EXTERN char *PH; /* phone number file */
155 #define number(v) ((long)(intptr_t)(v)) macro
/freebsd-current/lib/libc/amd64/string/
H A Dmemrchr.S131 sub %edx, %ecx # number of bytes to be masked out
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h165 int fmt_scaled(long long number, char *result);
/freebsd-current/contrib/xz/src/xz/
H A Dlist.c97 /// Field widths to use with printf to pad the strings to use the same number
117 /// number of columns on a terminal. This is calculated in
203 /// the file number.
228 // Maximum number of columns needed by a translated string.
297 // the string uses .columns number of columns on a terminal.
316 /// Convert XZ Utils version number to a string.
492 // NOTE: If you add new characters here, update the minimum number of
493 // columns in headings[HEADING_HEADERFLAGS] to match the number of
828 uint64_to_str(iter.stream.number, 0),
936 uint64_to_str(iter.stream.number,
[all...]
/freebsd-current/usr.bin/
H A DMakefile206 SUBDIR.${MK_GAMES}+= number
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in315 # #$ number : the NTP date of the last update
316 # #@ number : the NTP date that the file expires
412 -i Specify number of minutes between retries
419 -r Specify number of attempts to retrieve file
/freebsd-current/sys/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in152 # Format: { 'test-name': ['expected result', 'issue-number | reason'] }
155 # setting the reason to the issue number. Alternately, one of the generic
204 # Format: { 'test-name': ['expected result', 'issue-number | reason'] }
207 # setting the reason to the issue number. Alternately, one of the generic
/freebsd-current/sys/fs/ext2fs/
H A Dext2_alloc.c469 * Set up a new generation number for this inode.
587 * and data. Restrict the number of directories which may be
660 * Limit number of dirs in one cg and reserve space for
701 * of the above. Then, blocknr tells us the number of the block
745 * 2) quadratically rehash on the cylinder group number.
840 int number; local
842 number = ext2_cg_has_sb(fs, cg);
847 if (number) {
848 number += ext2_cg_number_gdb(fs, cg);
849 number
[all...]
/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c199 int number; member in struct:cpu_type
1964 the_cpu.number = SANDY_BRIDGE_COUNT;
1973 the_cpu.number = IVY_BRIDGE_COUNT;
1983 the_cpu.number = HASWELL_COUNT;
1993 the_cpu.number = BROADWELL_COUNT;
2003 for(i=0 ; i< the_cpu.number; i++) {
2041 for(i=0 ; i< the_cpu.number; i++) {
2070 * the CPU number.
2558 for(i=0; i<the_cpu.number; i++){
2907 if (test_at >= the_cpu.number) {
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp159 errs() << "unexpected block number: " << srcNo << " (in "
180 errs() << "unexpected block number: " << srcNo << " (in "
355 /// getEntryCount - Get the number of times the function was called by
443 OS << "Block : " << number << " Counter : " << count << "\n";
447 OS << Edge->src.number << " (" << Edge->count << "), ";
455 OS << Edge->dst.number << " (" << Edge->count << "), ";
565 // - Round to closest whole number
726 if (b->number == 0) {
954 if (b.number != 0 && &b != &exitBlock && b.getCount())
/freebsd-current/libexec/nuageinit/
H A Dyaml.lua28 if type(key) == "number" then
188 token[1] = "number"
336 elseif c.token[1] == "number" then
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-ifelse.mk156 NUMBER= no # not really a number
166 NUMBER= # empty, not really a number either
174 # CondParser_LeafToken handles [0-9-+] specially, treating them as a number.
H A Ddeptgt-posix.mk109 # <number-sign> ('#') as the first character".
/freebsd-current/sys/netpfil/pf/
H A Dpf_nl.c1113 nlattr_add_counters(struct nl_writer *nw, int attr, size_t number, char **names, argument
1116 for (int i = 0; i < number; i++) {
1128 nlattr_add_fcounters(struct nl_writer *nw, int attr, size_t number, char **names, argument
1131 for (int i = 0; i < number; i++) {
1143 nlattr_add_u64_array(struct nl_writer *nw, int attr, size_t number, uint64_t *array) argument
1147 for (size_t i = 0; i < number; i++)
/freebsd-current/contrib/nvi/vi/
H A Dvs_refresh.c432 goto number;
593 * for the number option offset.
711 number: if (O_ISSET(sp, O_NUMBER) &&
840 * a zero-based number.
/freebsd-current/contrib/unbound/contrib/
H A Dunbound.spec105 - Bump version number to latest
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp190 uint32_t number) const override {
191 return m_ctx.GetRegisterInfo(kind, number);

Completed in 499 milliseconds

<<11121314151617