Searched refs:number (Results 1 - 25 of 258) sorted by relevance

1234567891011

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dt_pkey.c65 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, argument
77 if (BIO_printf(bp, "%s 0\n", number) <= 0)
84 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
91 if (BIO_printf(bp,"%s%s",number,
/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/bugstate/
H A Dbdemostabs299 read number s0 s1 s2 s3 s4 s5 s6 s7
344 if [ "$number" == ALLBUGS ] ; then
351 if [ "x$number" == x ]; then
398 TSRESstat="${SUMMARY[$number]}"
466 echo "ERROR 0: report_state_of_bugs, <$number> <$Component> <$entry_of_table>"
742 line="$AllErrors|$number|$s0|$s1|$lst|$s2|$kst|$TSRESname|$s3|$s4| $tobefixed$s5"
743 SUMMARY[$number]="$line"
747 SUMMARY_I="$SUMMARY_I:$number"
749 SUMMARY_C="$SUMMARY_C:$number"
751 SUMMARY_M="$SUMMARY_M:$number"
[all...]
H A Dbdemosconc36 read number line
42 if [ "x$number" != x ]; then
43 SUMMARY[$number]=${SUMMARY[$number]}"|$line"
89 echo "The number of bdemo-tests is equal to $MAXBDEMO"
H A Dbdemossum32 number=
51 number=`echo "$s3" | awk -F" " '{ print $4}'`
53 if [[ "$number" != "$prev_num" ]]; then
61 prev_num=$number
144 echo "The number of bdemo-tests is equal to $MAXBDEMO"
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Ddef.c195 * This can be \#defined to itoa() or snprintf(result, bufsize, "%d", number) depending on your platform port.
198 lwip_itoa(char* result, size_t bufsize, int number) argument
206 tmp_value = number;
207 number /= base;
208 *ptr++ = "zyxwvutsrqponmlkjihgfedcba9876543210123456789abcdefghijklmnopqrstuvwxyz"[35 + (tmp_value - number * base)];
209 } while(number);
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_ping.c168 fprintf(stderr, " -p port_number: port number \n");
199 case 'p': /* port number */
202 "\nport number parameter expected !\n");
207 int number; local
208 number = atoi(argv[i]);
209 if ((number < 1024) ||
210 (number > 0xffff)) {
212 "\n Invalid port number !\n");
217 port_number = number;
/barrelfish-2018-10-04/lib/libc/net/
H A Dgetproto.c57 int number; local
63 number = va_arg(ap, int);
76 if (pe.p_proto == number)
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsarith.tex42 unify with a number. The evaluation of an arithmetic expression has to be
56 is an uninstantiated variable or a number.
184 which constitute a safe lower and upper bound for the real number that
192 A bounded real is a representation for a real number that definitely lies
195 This is in contrast to a floating point number, which represents
196 a real number which lies somewhere in the vicinity of the float}.
256 + E & unary plus & number & number \\
257 -- E & unary minus & number & number \\
[all...]
H A Dumscalendar.tex39 That means that every day has a unique integer number, and consecutive
50 its unique integer MJD number.
54 time of day (UTC/GMT). This can be added to an integral day number
68 the relative day number starting with 1 on every January 1st.
71 DayOfWeek is the day number within the week (1 for monday up to
72 7 for sunday), and WeekOfYear is the week number within the year
H A Dumsparallel.tex39 A parallel {\eclipse} session consists of a number of processes that jointly
42 On a multi-processor machine, the number of workers should match the
43 number of physical processors available on the machine.
60 \item[--w $<$number of workers$>$] The initial number of workers.
61 The default is 1. The space between w and the number is optional.
109 to a small number
159 In a parallel session, the number identifying the worker is greater
172 where {\tt T} is the number of seconds elapsed since the start of the parallel
197 is active. New workers can be added and the number o
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dmastermind.pl47 Bulls = N1, % correct number of bulls
49 Cows is N2 - Bulls. % correct number of cows
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ech/
H A Ddomain.pl43 % where Kind is either number or term. Default for Kind is term.
86 % for number domain, allow arithmetic expressions in the arguments
87 A lt B <=> domain(number),ground(A),not number(A) | A1 is A, A1 lt B.
88 B lt A <=> domain(number),ground(A),not number(A) | A1 is A, B lt A1.
89 A le B <=> domain(number),ground(A),not number(A) | A1 is A, A1 le B.
90 B le A <=> domain(number),ground(A),not number(
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dtidy.pl62 | <number> -- including rational numbers
115 number_check(+,+,-), % maintain number-p accum
190 number(Lhs), number(Rhs),
202 number(N2), !,
211 number(N2),
247 number(N), !.
248 number_check(_, _, no). % not a number
298 number(M),
311 number(N
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dnumbervars.pl53 where N is an integer number. The first encountered variable will be
54 coded by the number From, on exit To is instantiated to the next
55 unused number.
H A Dlinearize.pl192 number(K), !,
466 to symbolic expressions rather than number, they must be
556 "Const":"Variable or number",
604 sum_of_prods(X, [[X]|P0], P0, R, R) :- (var(X);number(X)), !.
718 ( number(X) ->
829 % Simplifies an expression, by reducing the number of variable references
835 number(C0),number(C1),C2 is C0-C1,!.
837 number(C0),number(C
[all...]
/barrelfish-2018-10-04/lib/tommath/
H A Dbn.tex391 mp_int number;
394 if ((result = mp_init(&number)) != MP_OKAY) \{
395 printf("Error initializing the number. \%s",
400 /* use the number */
422 mp_int number;
425 if ((result = mp_init(&number)) != MP_OKAY) \{
426 printf("Error initializing the number. \%s",
431 /* use the number */
434 mp_clear(&number);
515 default number o
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpty.h31 * Prefix used when generating a system-wide unique number using octopus.
68 * Unique number allocated to this pseudo-terminal master and slave pair.
70 uint32_t number; member in struct:_pty
91 * Reference count for the number of file descriptors that refer to this
H A Dpty.c46 static char *build_pathname(const char *prefix, int number);
472 /* request a system-wide unique number at octopus */
482 * number.
491 static char *build_pathname(const char *prefix, int number) argument
496 len = snprintf(NULL, 0, "%s%d", prefix, number);
501 snprintf(name, len + 1, "%s%d", prefix, number);
591 err = allocate_unique_number(&state->number);
595 state->ptsname = build_pathname(PTY_PTS_PATH_PREFIX, state->number);
630 // TODO: dealocation unique number from octopus
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dgetrpcent.c126 int number; member in union:key
211 int number; local
235 number = va_arg(ap, int);
316 rv = (rpc->r_number == number) ? NS_SUCCESS :
388 int number; local
415 number = va_arg(ap, int);
474 snprintf(buf, sizeof buf, "%d", number);
835 getrpcbynumber_r(int number, struct rpcent *rpc, char *buffer, argument
859 number, rpc, buffer, bufsize, &ret_errno);
921 return (getrpcbynumber_r(key.number, rp
983 getrpcbynumber(int number) argument
[all...]
/barrelfish-2018-10-04/doc/style/
H A Dbftn-template.tex16 \tnnumber{999} % give the number of the tech report
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Ddef.h57 /* Get the number of entries in an array ('x' must NOT be a pointer!) */
122 /* This can be #defined to itoa() or snprintf(result, bufsize, "%d", number) depending on your platform */
123 void lwip_itoa(char* result, size_t bufsize, int number);
/barrelfish-2018-10-04/usr/skb/programs/
H A Dpci_queries.pl35 % need to pass the BAR addresses in increasing BAR number/index,
37 % number transferred over the IDC msg mybe be better.
/barrelfish-2018-10-04/doc/016-serial-ports/
H A DSerial.tex12 \tnnumber{016} % give the number of the tech report
66 small number serial ports to the rest of the CPU driver.
82 The number of available serial ports is given by:
94 the port cannot be initialized, or the port number is out of range.
110 bug to call this function more than once with the same port number,
121 It is a bug to call these with a port number that is out of range
164 \texttt{serial\_getchar()} with the appropriate port number:
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_debug.c558 return (syms->number);
563 return (syms->number); /*%< The default value. */
567 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
571 if (number == syms->number) {
578 sprintf(unname, "%d", number); /*%< XXX nonreentrant */
585 sym_ntop(const struct res_sym *syms, int number, int *success) { argument
589 if (number == syms->number) {
595 sprintf(unname, "%d", number); /*
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dumsterm.tex32 Arity is the number of arguments to a term.
47 An atom, string or a number. A terms which does not contain other terms.
111 which is its number of arguments.
211 i.e. an {\it atom}, a {\it number} or a {\it string},
213 \index{number}

Completed in 194 milliseconds

1234567891011