Searched refs:number (Results 101 - 125 of 498) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dtag.h69 @returns -1 on failure or the number of bytes in the remaining payload.
84 We encode integers by nybbles; the first nibble contains the number
88 @param evbuf evbuffer to store the encoded number
89 @param number a 32-bit integer
92 void evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number);
94 void evtag_encode_int64(struct evbuffer *evbuf, ev_uint64_t number);
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-parse.y128 z -> 'p'['0'..'3'] ; processor number
133 val -> [dec|hex] ; register/function number (integer constant)
237 The number of parms argument to the function entry
291 %type <num> number NUM ftype regtype pnum PNUM
435 number: label
H A Dhash.c55 /* The number of slots in the hash table. */
71 /* The default number of entries to use when creating a hash table.
95 /* Work out the best prime number near the hash_size.
463 int number;
473 number = 0;
485 printf ("old hash table #=%d.\n", number);
507 printf ("# show old, select new default hash table number\n");
537 h = hashtable[number] = (char *) hash_new ();
590 /* Determine number: what hash table to use.
600 sscanf (answer, "%d", &number);
462 int number; variable
[all...]
H A Dexpr.c84 as_bad (_("floating point number invalid"));
115 /* Return the file and line number for an expr symbol. Return
223 valueT number =
226 number &= 0xffffffff;
227 return number;
234 valueT number =
242 return number;
249 char *start; /* Start of number. */
252 valueT number; /* Offset or (absolute) value. */
255 int too_many_digits = 0; /* If we see >= this number o
219 valueT number = local
230 valueT number = local
248 valueT number; /* Offset or (absolute) value. */ local
[all...]
/freebsd-11-stable/sys/contrib/libnv/
H A Ddnvlist.c67 DNVLIST_GET(uint64_t, number)
104 DNVLIST_TAKE(uint64_t, number)
H A Dcnvlist.c83 CNVLIST_GET(uint64_t, number, NUMBER)
142 CNVLIST_TAKE(uint64_t, number, NUMBER)
204 CNVLIST_FREE(number)
/freebsd-11-stable/usr.bin/truss/
H A Dtruss.h56 u_int number; member in struct:extra_syscall
85 unsigned int number; member in struct:current_syscall
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S68 .byte 0 # number of FATs
74 .word 2 # number of heads (T)
79 ebpb: .byte 0 # BIOS physical drive number (W)
100 push %ax # number
271 * %dl - byte - drive number
295 movb %dh,%ch # Max head number
306 movb %ch,%bl # Max head number
307 movb %dl,%ch # Sector number
309 xorb %dl,%dl # number
311 movb %dl,%bh # Head number
[all...]
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c92 * subsequent number is encoded in a variable byte sequence.
100 * number.
106 u_int number = 0; local
109 * Find the end of this number.
115 * Read the number of of the string. Don't
119 number = 10 * number + (*p - '0');
124 * Encode the number. The first two numbers
132 *res = number * 40;
135 *res += number;
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c68 * subsequent number is encoded in a variable byte sequence.
76 * number.
82 unsigned int number = 0; local
85 * Find the end of this number.
91 * Read the number of of the string. Don't
95 number = 10 * number + (*p - '0');
100 * Encode the number. The first two numbers
108 *res = number * 40;
111 *res += number;
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot.s48 movb partnum(%si), %al # %al = real partition number
50 movw %ax, b_partn # save real parttion number
97 # %cx: cylinder number of boot partition
101 shl %cl, %ax # %ax = partition number * 32
154 movb defpartnum, %al # %al = real partition number
157 movw %bx, curpartition # Store partition number
174 b_partn: .word 0 # Real partition number
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c1076 /* ### We're throwing away half the number range here.
1081 _("Could not convert '%s' into a number"),
1125 _("Could not convert '%s' into a number"),
1204 svn__ui64toa(char * dest, apr_uint64_t number)
1213 if (number < 100)
1215 if (number < 10)
1217 dest[0] = (char)('0' + number);
1223 COPY_TWO_BYTES(dest, decimal_table[(apr_size_t)number]);
1234 while (number >= 100000000)
1239 reduced = (apr_uint32_t)(number
1199 svn__ui64toa(char * dest, apr_uint64_t number) argument
1269 svn__i64toa(char * dest, apr_int64_t number) argument
1279 ui64toa_sep(apr_uint64_t number, char separator, char *buffer) argument
1295 svn__ui64toa_sep(apr_uint64_t number, char separator, apr_pool_t *pool) argument
1304 svn__i64toa_sep(apr_int64_t number, char separator, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dcipher.c71 int number; /* for ssh1 only */ member in struct:sshcipher
150 if (c->number != SSH_CIPHER_SSH2)
208 return (c->number);
226 return cc->cipher->number;
256 if (c->number == id)
276 if (c == NULL || c->number != SSH_CIPHER_SSH2) {
286 * Parses the name of the cipher. Returns the number of the corresponding
298 return c->number;
314 if (cc->cipher->number == SSH_CIPHER_DES)
337 if (cipher->number
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dlr0.c218 return (sp->number);
237 p->number = 0;
305 p->number = (Value_t)nstates;
334 printf("state %d, number = %d, accessing symbol = %s\n",
335 k, p->number, symbol_name[p->accessing_symbol]);
391 printf("shift %d, number = %d, nshifts = %d\n", k, p->number,
411 p->number = this_state->number;
460 p->number
[all...]
H A Dmkpar.c96 temp->number = k;
148 next->action_code == REDUCE && next->number < ruleno)
157 temp->number = (Value_t)ruleno;
205 rules_used[p->number] = 1;
355 if (ruleno > 0 && p->number != ruleno)
359 ruleno = p->number;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp19 constexpr std::size_t number(BlockVerifier::State S) { function in namespace:llvm::xray::__anon3256
56 std::bitset<number(BlockVerifier::State::StateMax)> ToStates;
62 using ToSet = std::bitset<number(State::StateMax)>;
63 static constexpr std::array<const Transition, number(State::StateMax)>
122 auto &Mapping = TransitionTable[number(CurrentRecord)];
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity.c120 void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style) argument
124 UnityPrintNumber(number);
128 UnityPrintNumberUnsigned( (_U_UINT)number & UnitySizeMask[((_U_UINT)style & (_U_UINT)0x0F) - 1] );
132 UnityPrintNumberHex((_U_UINT)number, (char)((style & 0x000F) << 1));
142 _U_UINT number; local
146 //The largest representable negative number
148 number = (1ul << (UNITY_LONG_WIDTH-1));
152 //Some other negative number
154 number = (_U_UINT)(-number_to_print);
158 //Positive number
183 UnityPrintNumberUnsigned(const _U_UINT number) argument
208 UnityPrintNumberHex(const _U_UINT number, const char nibbles_to_print) argument
230 UnityPrintMask(const _U_UINT mask, const _U_UINT number) argument
259 UnityPrintFloat(_UF number) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c97 #define DATA(number) { (NCURSES_OSPEED)B##number, number }
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmemattr.c73 new->number = ++mem_number;
242 m->number,
339 /* Enable the memory region number NUM. */
347 if (m->number == num)
352 printf_unfiltered ("No memory region number %d.\n", num);
390 /* Disable the memory region number NUM. */
398 if (m->number == num)
403 printf_unfiltered ("No memory region number %d.\n", num);
453 /* Delete the memory region number NUM. */
462 printf_unfiltered ("No memory region number
[all...]
H A Dbreakpoint.c370 /* *PP is a string denoting a breakpoint. Get the number of the breakpoint.
373 Currently the string can either be a number or "$" followed by the name
377 TRAILER is a character which can be found after the number; most
417 /* There is no number here. (e.g. "cond a == b"). */
449 /* Parse a number or a range.
450 * A number will be of the form handled by get_number.
474 /* Default case: pp is pointing either to a solo number,
475 or to the first number of a range. */
482 Skip the '-', parse and remember the second number,
498 single number
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc28 int number;
29 const char *q = parse_number(p, &number);
32 *out = number;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.h52 int number; /* 0..n, .text = 0 */ member in struct:coff_section
220 int number; member in struct:coff_symbol
/freebsd-11-stable/contrib/top/
H A Dgetans4 # number
40 number)
43 echo "Invalid number. Please try again."
/freebsd-11-stable/sys/dev/pccard/
H A Dpccardvarp.h62 int number; member in struct:pccard_config_entry
97 int number; member in struct:pccard_function
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dv3451.c61 int slow = number(value(BAUDRATE)) < 1200;
94 printf("Vadic will not accept phone number\n");
96 logent(value(HOST), num, "vadic", "will not accept number");
167 timeout = number(value(DIALTIMEOUT));

Completed in 323 milliseconds

1234567891011>>