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

<<11121314151617181920

/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y162 %type <num> number digits optnumber
229 | IL_MTU number { set_ifmtu($2); }
415 IL_ICMP_SEQ number { set_icmpseq($2); }
416 | IL_ICMP_ID number { set_icmpid($2); }
423 icmpts: IL_ICMP_OTIME number { set_icmpotime($2); }
424 | IL_ICMP_RTIME number { set_icmprtime($2); }
425 | IL_ICMP_TTIME number { set_icmpttime($2); }
438 | IL_ICMP_UNREACH_NEEDFRAG number ';' { set_icmpmtu($2); }
474 '{' number '}' ';' { set_icmppprob($2); }
542 number label
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffdump.c338 printf ("Symbol %s, tag %d, number %d", p->name, p->tag, p->number);
420 printf ("section %s %d %d address %x size %x number %d nrelocs %d",
422 ptr->number, ptr->nrelocs);
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat14 Rem where XYZ is the version number. If the argument includes leading
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk22 # We repeat the mkdir -p a number of times to try and work around this.
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s90 BCNT = 8 + HASH_BITS #number of bytes in BUFFER[]
293 StackVar blkCnt ,8 #number of full blocks to process
396 pushq %rdx #save rdx, so we can use it for round "number"
399 .else #compute round number using edi
682 Skein_Debug_Round_256: #here with rdx == round "number" from macro
748 .macro R_512_FourRounds _RR_ #RR = base round number (0 % 8)
781 addReg r15, rdi #inject the round number
914 # call here with rdx = "round number"
1011 .macro r1024_FourRounds _RR_ #RR = base round number (0 mod 4)
1219 # call here with rdx = "round number",
[all...]
/freebsd-11-stable/usr.bin/dc/
H A Dstack.c56 /* Clear number or string, but leave value itself */
75 /* Copy number or string content into already allocated target */
149 stack_pushnumber(struct stack *stack, struct number *b)
220 struct number *
229 warnx("not a number"); /* XXX remove */
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dblame-cmd.c78 "line-number",
192 /* The standard column width for the revision number is 6 characters.
193 If the revision number can potentially be larger (i.e. if the end_revnum
276 opt_state->start_revision.value.number = 1;
285 opt_state->start_revision.value.number = 1;
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c101 * adjusted for average computation overhead. The magic number is the length
233 float number = 0.0; local
237 number = number * 10 + (float) (*cp - '0');
239 number *= (float) affcnt;
241 number += (float) ((*cp - '0') / 10.0);
247 cum_cost += number * 10;
1304 * estimate computed from the number of transmits and the baud
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dlex.c428 /* See if the characters of a number token are valid in a name (no
484 cpp_error (pfile, CPP_DL_PEDWARN, "'$' in identifier or number");
566 /* Lex a number to NUMBER starting at BUFFER->CUR - 1. */
568 lex_number (cpp_reader *pfile, cpp_string *number, argument
591 number->len = cur - base;
592 dest = _cpp_unaligned_alloc (pfile, number->len + 1);
593 memcpy (dest, base, number->len);
594 dest[number->len] = '\0';
595 number->text = dest;
925 /* Tell the compiler the line number o
[all...]
H A Dmacro.c118 unsigned int number = 1; local
192 number = pfile->line_table->depth - 1;
201 number = pfile->line_table->highest_line;
203 number = pfile->cur_token[-1].src_loc;
204 number = SOURCE_LINE (map, number);
214 number = 0;
216 number = 1;
230 /* (time_t) -1 is a legitimate value for "number of seconds
271 number
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.mk8 # Comments start with a <number-sign> ( '#' ) and continue until an
35 # Also, our practice is that an even number of backslashes before a
38 # Similarly, ann even number of backslashes before a newline in a
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y103 int number;
111 %token <number> NUMBER
112 %type <number> opt_base opt_ordinal
113 %type <number> attr attr_list opt_number exp_opt_list exp_opt
989 yylval.number = strtoul (buffer, 0, 0);
991 printf ("lex: `%s' returns NUMBER %d\n", buffer, yylval.number);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkupdate.c85 *\li -1 if error in reading a word/number in rdata
90 *\li -4 on a number overflow
845 * Get a whitespace delimited base 16 number from a string (not file) into buf
846 * update the start pointer to point after the number in the string.
893 * Get a whitespace delimited base 10 number from a string (not file) into buf
894 * update the start pointer to point after the number in the string.
1092 * Convert service name or (ascii) number to int.
1105 * Convert protocol name or (ascii) number to int.
1171 static char number[8]; local
1178 (void) sprintf(number, "
1186 static char number[8]; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_ca.in254 --serial-number="deadbeaf" \
264 --serial-number="deadbeaf22" \
312 --serial-number="deadbeaf" \
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h418 void UnityPrintMask(const _U_UINT mask, const _U_UINT number);
419 void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style);
420 void UnityPrintNumber(const _U_SINT number);
421 void UnityPrintNumberUnsigned(const _U_UINT number);
422 void UnityPrintNumberHex(const _U_UINT number, const char nibbles);
425 void UnityPrintFloat(const _UF number);
551 //If we can't do the tricky version, we'll just have to require them to always include the line number
/freebsd-11-stable/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c100 uint32_t number; member in struct:nandfs_block
216 if (block->number == block_nr)
226 new_block->number = block_nr;
509 if (block->number < NANDFS_FIRST_BLOCK)
511 if (block->number == NANDFS_FIRST_BLOCK)
876 lseek(fda, block->number * blocksize, SEEK_SET);
1009 /* Calculate number of segments */
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dindex.c112 uint32_t number; member in struct:__anon30
114 /// Total number of Blocks before this Stream
120 /// This keeps the number of memory allocations reasonable
157 /// Total number of Records in all Streams in this lzma_index
354 s->number = stream_number;
477 // Maximum number of Streams is "only" UINT32_MAX, because
755 this->number += info->stream_number_add;
873 src->node.uncompressed_base, src->number,
1015 // NOTE: lzma_index_iter.stream.number is lzma_vli but we use uint32_t
1017 iter->stream.number
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c786 if (noderev->noderev_id.number != SVN_FS_X__ITEM_INDEX_ROOT_NODE)
905 p = svn__encode_uint(p, dirent->id.number);
925 /* Write the number of entries. */
1119 The number of changes to process may be >> 1000.
1194 SVN_ERR_ASSERT( noderev->node_id.number == 0
1195 && noderev->copy_id.number == 0);
1235 /* Parse the txn number, stopping at the next non-digit.
1296 number, from the txn-current file, and write an
1298 number the transaction is based off into the transaction id. */
1327 /* Valid revision number
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c125 /* The number of characters in the PARTIALLY_MANGLED_NAME. */
1158 <source-name> ::= </length/ number> <identifier> */
1176 into which to store the characters. Returns the number of
1181 hwint_to_ascii (unsigned HOST_WIDE_INT number, const unsigned int base, argument
1187 while (number)
1189 unsigned HOST_WIDE_INT d = number / base;
1191 *--buffer = base_digits[number - d * base];
1193 number = d;
1203 /* Non-terminal <number>.
1205 <number>
1208 write_number(unsigned HOST_WIDE_INT number, const int unsigned_p, const unsigned int base) argument
[all...]
/freebsd-11-stable/sys/dev/pccard/
H A Dpccard.c300 pf->number, pf->pf_ccr_window, pf->pf_ccr_offset,
500 if (entry != -1 && cfe->number != entry)
576 cfe->number));
712 reg = (pf->cfe->number & PCCARD_CCR_OPTION_CFINDEX);
739 tmp->number, tmp->pf_ccr_window,
915 retval += printf(" function %d config %d", devi->pf->number,
916 devi->pf->cfe->number);
1009 pf->function, pf->number);
1024 snprintf(buf, buflen, "function=%d", pf->number);
1077 *(uint32_t *)result = pf->number;
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenrecog.c29 recog returns a nonnegative number which is the insn code number
31 machine description of the entry that matched. This number can be
38 pointed to by the optional pointer will be set to the number of
112 int opno; /* Operand number matched. */
115 int code_number; /* Insn number matched. */
116 int lineno; /* Line number of the insn. */
136 int number; /* Node number, used for labels */ member in struct:decision
155 /* Next available node number fo
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c196 /* In MRI mode, after a dc.b pseudo-op with an odd number of bytes, we
969 /* Read the whole number. */
1144 Take the sign of the number from X_unsigned rather than X_add_number. */
1225 the maximum number of characters to skip when doing the alignment,
1726 /* The given number is that of the next line. */
1739 Besides, it's silly. GCC however will generate a line number of
1747 as_warn (_("line numbers must be positive; line number %d rejected"),
1989 /* The magic number BSD_FILL_SIZE_CROCK_4 is from BSD 4.2 VAX
3230 /* In MRI mode, after an odd number of bytes, we must align to an
3242 /* This is like s_space, but the value is a floating point number wit
5140 long number; local
5158 long number; local
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c1011 /* Determine port number and PF number*/
1181 * i40e_read_pba_string - Reads part number string from EEPROM
1183 * @pba_num: stores the part number string from the EEPROM
1184 * @pba_num_size: part number string buffer length
1186 * Reads the part number string from the EEPROM.
1427 /* get number of interrupts, queues, and vfs */
2232 * @seid: vsi number
2260 * @seid: vsi number
2288 * @seid: vsi number
3673 u32 number, logical_id, phys_id; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dutils.c1007 mcalloc (void *md, size_t number, size_t size)
1009 return calloc (number, size); /* NOTE: GDB's only call to calloc() */
1025 /* Called when a memory allocation fails, with the number of bytes of
1091 xmcalloc (void *md, size_t number, size_t size)
1097 if (number == 0 || size == 0)
1099 number = 1;
1103 mem = mcalloc (md, number, size);
1105 nomem (number * size);
1141 xcalloc (size_t number, size_t size)
1143 return xmcalloc (NULL, number, siz
1004 mcalloc(void *md, size_t number, size_t size) argument
1088 xmcalloc(void *md, size_t number, size_t size) argument
1138 xcalloc(size_t number, size_t size) argument
[all...]
/freebsd-11-stable/sys/contrib/libnv/
H A Dnvlist.c1434 NVLIST_EXISTS(number, NUMBER)
1569 NVLIST_ADD(uint64_t, number)
1600 NVLIST_ADD_ARRAY(const uint64_t *, number)
1631 NVLIST_APPEND_ARRAY(const uint64_t, number, NUMBER)
1893 NVLIST_GET(uint64_t, number, NUMBER)
1928 NVLIST_GET_ARRAY(const uint64_t *, number, NUMBER)
1954 NVLIST_TAKE(uint64_t, number, NUMBER)
1997 NVLIST_TAKE_ARRAY(uint64_t *, number, NUMBER)
2032 NVLIST_FREE(number, NUMBER)

Completed in 257 milliseconds

<<11121314151617181920