Searched refs:integer (Results 1 - 13 of 13) sorted by relevance

/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/suites/api/
H A Dtest_number.c14 json_t *integer, *real; local
18 integer = json_integer(5);
21 if(!integer)
22 fail("unable to create integer");
26 i = json_integer_value(integer);
28 fail("wrong integer value");
34 d = json_number_value(integer);
41 json_decref(integer);
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Dvalue.c795 /*** integer ***/
799 json_integer_t *integer = jsonp_malloc(sizeof(json_integer_t)); local
800 if(!integer)
802 json_init(&integer->json, JSON_INTEGER);
804 integer->value = value;
805 return &integer->json;
826 static void json_delete_integer(json_integer_t *integer) argument
828 jsonp_free(integer);
836 static json_t *json_integer_copy(const json_t *integer) argument
838 return json_integer(json_integer_value(integer));
[all...]
H A Djansson.h214 json_int_t json_integer_value(const json_t *integer);
222 int json_integer_set(json_t *integer, json_int_t value);
H A Dload.c70 json_int_t integer; member in union:__anon498::__anon499
521 error_set(error, lex, "too big negative integer");
523 error_set(error, lex, "too big integer");
530 lex->value.integer = intval;
831 json = json_integer(lex->value.integer);
/seL4-camkes-master/kernel/manual/parts/
H A Dapi.tex49 The API-ID of a target breakpoint. This ID will be a positive integer, with
63 \newcommand{\debugargsizeshortdesc}{A positive integer indicating the
87 '\texttt{seL4\_Word size}', integer value for the span-size of the breakpoint.
H A Dbootup.tex216 integer, a hexadecimal integer beginning with ``0x'', or an integer list where
H A Dcspace.tex336 integer. Rather than referring to a location of physical memory (as
393 is an unsigned integer variable. Capabilities are addressed in
H A Dio.tex88 and an unsigned integer~\texttt{port}, which indicates the I/O port to read from
H A Dthreads.tex538 should be set to \texttt{1} when single-stepping, or any non-zero integer value to skip that many
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_sock.tex75 On success, this call returns an integer representing the number of bytes read.
112 On success, this call returns an integer representing the number of bytes written to the socket.
157 On success, this call returns an integer representing the number of bytes written to the socket.
200 On success, this call returns an integer representing the number of bytes read from the socket. On success, if \texttt{orig}
259 On success, this call returns an integer representing the number of bytes written to the socket.
302 On success, this call returns an integer representing the number of bytes read from the socket. On success, if \texttt{orig}
348 On success, this call returns an integer representing the number of bytes written to
385 On success, this call returns an integer representing the number of bytes read
H A Dchap_api_ipv4.tex19 \item \texttt{ip} - Internet host address in integer notation.
84 \item \texttt{mask} - The netmask in integer notation.
114 \item \texttt{address} - Internet host address in integer notation.
H A Dchap_api_tftp.tex277 \item \texttt{value} - Pointer to an integer variable where to store the value.
558 \item \texttt{file$\_$size} - Pointer to an integer variable where to store the value.
/seL4-camkes-master/tools/cogent/cogent/doc/
H A Ddoc.tex131 & & | & integer\ |\ \code{'} char \code{'} \\
134 & & | & integer \\
441 8-bit integer, which corresponds to

Completed in 204 milliseconds