Searched refs:number (Results 201 - 225 of 423) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc323 * The number of value profile sites. It is guaranteed to be non-zero;
328 * The first element of the array that stores the number of profiled
348 * Return the number of value sites.
376 *The number of value profile kinds that has value profile data.
378 * have profile data if the number of value profile sites for the
387 * of each record is defined by ValueProfRecord type. The number of
531 * Return the total number of value data for \c This record.
651 /* Magic number to detect file format and endianness.
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c281 uint64_t rdev; /* Device number. */
285 int64_t number; member in struct:file_info
1298 if (file->number != -1 &&
1299 file->number == iso9660->previous_number) {
1343 (intmax_t)file->number,
1371 iso9660->previous_number = file->number;
1386 /* Overwrite nlinks by proper link number which is
1387 * calculated from number of sub directories. */
1897 * Use a location for the file number, which is treated as an inode
1898 * number t
2731 int64_t number; local
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.hist.c68 static unsigned histCount = 0; /* number elements on history list */
443 Char *number = xmalloc((nChars+nWords)*sizeof(Char)); local
446 word[0].word = number, word[0].next = &base, word[0].prev = &base;
447 unsigned w = 0; /* word number */
459 number[i+w] = '!'; /* 0x21 = 33 */
463 number[i+w] = 0; /* terminate */
464 word[w].word = &number[i+w+1];
470 number[nChars + w] = 0; /* terminate last word */
477 /* increment 4 digit base 255 number; last characters vary fastest */
480 if (++number[
[all...]
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c204 * Put a NUL-terminated ASCII number (base <= 36) in a buffer in reverse
392 goto number;
458 goto number;
476 number:
/freebsd-current/stand/libsa/
H A Dprintf.c195 * Put a NUL-terminated ASCII number (base <= 36) in a buffer in reverse
228 * the first of which gives the bit number to be inspected (origin 1), and
427 goto number;
497 goto number;
515 number:
/freebsd-current/libexec/rtld-elf/
H A Drtld_printf.c288 goto number;
355 goto number;
373 number:
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_builders.c107 "bad %s pair number [<minilabel> <miniperc>]", opt->name);
307 exit_error(true, "%s bad arguments items number", opt->name);
604 exit_error(true, "--form bad number of arguments items");
687 exit_error(true, "--mixedform bad number of arguments items");
774 exit_error(true, "--passwordform bad arguments items number");
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py37 information about the property -- if it's readonly, a number vs
42 __slots__ = "name", "number", "type", "default", "attr", "validtypes", \
52 self.number = t[1]
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c248 "number",
273 char number[32]; local
303 (void) snprintf(number, sizeof (number), "%llu",
305 show_str = number;
/freebsd-current/include/
H A Dmalloc_np.h102 void * __calloc(size_t number, size_t size) __malloc_like;
/freebsd-current/bin/sh/
H A Dmain.c344 exitshell(number(argv[1]));
/freebsd-current/stand/kboot/include/
H A Dhost_syscall.h15 long host_syscall(int number, ...);
140 uint64_t d_ino; /* 64-bit inode number */
/freebsd-current/contrib/xz/src/liblzma/api/lzma/
H A Dindex.h62 * \brief Stream number in the lzma_index
66 lzma_vli number; member in struct:__anon18::__anon19
130 * \brief Block number in the file
162 * \brief Block number in this Stream
307 * On disk, the size of the Index field depends on both the number of Records
310 * depends only on the number of Records/Blocks stored in the Index(es), and
311 * in case of concatenated lzma_indexes, the number of Streams. The size in
315 * the given number of Streams and Blocks in lzma_index structure. This
463 * \brief Get the number of Streams
474 * \brief Get the number o
[all...]
/freebsd-current/sbin/ipf/iplang/
H A Diplang_y.y160 %type <num> number digits optnumber
227 | IL_MTU number { set_ifmtu($2); }
413 IL_ICMP_SEQ number { set_icmpseq($2); }
414 | IL_ICMP_ID number { set_icmpid($2); }
421 icmpts: IL_ICMP_OTIME number { set_icmpotime($2); }
422 | IL_ICMP_RTIME number { set_icmprtime($2); }
423 | IL_ICMP_TTIME number { set_icmpttime($2); }
436 | IL_ICMP_UNREACH_NEEDFRAG number ';' { set_icmpmtu($2); }
472 '{' number '}' ';' { set_icmppprob($2); }
540 number label
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc18 // respectively. Due to number of significant bits being roughly doubled
85 // normal number. Renormalize one or both of a and b, and set scale to
103 // Align the significand of b as a UQ1.(n-1) fixed-point number in the range
120 // Let b_hw be an infinitely precise number obtained from the highest (HW-1)
161 // * C_hw being some (irrational) number **truncated** to W0 bits
191 // obtaining an UQ1.(HW-1) number and proving its highest bit could be
205 // any number of iterations, so just subtract 2 from the reciprocal
257 // the total number of iterations should be at least 3 even for float32.
331 #error Invalid number of iterations
/freebsd-current/crypto/openssl/crypto/evp/
H A Devp_local.h41 int buf_len; /* number we have left */
243 /* number saved in a partial encode/decode */
253 /* number read on current line */
373 int evp_is_a(OSSL_PROVIDER *prov, int number,
375 int evp_names_do_all(OSSL_PROVIDER *prov, int number,
/freebsd-current/sys/crypto/skein/amd64/
H A Dskein_block_asm.S93 BCNT = 8 + HASH_BITS #number of bytes in BUFFER[]
295 StackVar blkCnt ,8 #number of full blocks to process
398 pushq %rdx #save rdx, so we can use it for round "number"
401 .else #compute round number using edi
684 Skein_Debug_Round_256: #here with rdx == round "number" from macro
750 .macro R_512_FourRounds _RR_ #RR = base round number (0 % 8)
783 addReg r15, rdi #inject the round number
916 # call here with rdx = "round number"
1013 .macro r1024_FourRounds _RR_ #RR = base round number (0 mod 4)
1221 # call here with rdx = "round number",
[all...]
/freebsd-current/usr.bin/dc/
H A Dstack.c54 /* Clear number or string, but leave value itself */
73 /* Copy number or string content into already allocated target */
147 stack_pushnumber(struct stack *stack, struct number *b)
218 struct number *
227 warnx("not a number"); /* XXX remove */
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h281 GCOVBlock(uint32_t N) : number(N) {}
309 uint32_t number; member in class:llvm::GCOVBlock
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dfunctional.inc71 // M is the implementation-defined number of placeholders
/freebsd-current/usr.bin/xargs/
H A Dxargs.c127 * the number of arguments is limited to:
131 * We arbitrarily limit the number of arguments to 5000. This is
506 * the number of replacements we are allowed to do, and
800 " [-J replstr] [-L number] [-n number [-x]] [-P maxprocs]\n"
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_ca.in254 --serial-number="deadbeaf" \
264 --serial-number="deadbeaf22" \
312 --serial-number="deadbeaf" \
/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c102 * adjusted for average computation overhead. The magic number is the length
234 float number = 0.0; local
238 number = number * 10 + (float) (*cp - '0');
240 number *= (float) affcnt;
242 number += (float) ((*cp - '0') / 10.0);
248 cum_cost += number * 10;
1312 * estimate computed from the number of transmits and the baud
/freebsd-current/lib/libc/resolv/
H A Dres_mkupdate.c81 *\li -1 if error in reading a word/number in rdata
86 *\li -4 on a number overflow
841 * Get a whitespace delimited base 16 number from a string (not file) into buf
842 * update the start pointer to point after the number in the string.
889 * Get a whitespace delimited base 10 number from a string (not file) into buf
890 * update the start pointer to point after the number in the string.
1088 * Convert service name or (ascii) number to int.
1101 * Convert protocol name or (ascii) number to int.
1167 static char number[8]; local
1174 (void) sprintf(number, "
1182 static char number[8]; local
[all...]
/freebsd-current/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, an even number of backslashes before a newline in a

Completed in 422 milliseconds

1234567891011>>