OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBOR_TYPE_NEGINT
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mit/libcbor/dist/test/
type_1_test.c
28
assert_true(cbor_typeof(number) ==
CBOR_TYPE_NEGINT
);
42
assert_true(cbor_typeof(number) ==
CBOR_TYPE_NEGINT
);
56
assert_true(cbor_typeof(number) ==
CBOR_TYPE_NEGINT
);
70
assert_true(cbor_typeof(number) ==
CBOR_TYPE_NEGINT
);
84
assert_true(cbor_typeof(number) ==
CBOR_TYPE_NEGINT
);
/src/external/mit/libcbor/dist/src/cbor/
common.c
23
return item->type ==
CBOR_TYPE_NEGINT
;
86
case
CBOR_TYPE_NEGINT
:
data.h
27
CBOR_TYPE_NEGINT
/** 1 - negative integers*/
ints.c
86
item->type =
CBOR_TYPE_NEGINT
;
serialization.c
25
case
CBOR_TYPE_NEGINT
:
/src/external/mit/libcbor/dist/docs/doxygen/search/
enumvalues_1.js
30
['cbor_5ftype_5fnegint',['
CBOR_TYPE_NEGINT
',['../data_8h.html#a3a931b40fc31b51cccfd1bc3dc5fc5d6ae140516103af792c8f2af84390acfdcd',1,'data.h']]],
all_3.js
265
['cbor_5ftype_5fnegint',['
CBOR_TYPE_NEGINT
',['../data_8h.html#a3a931b40fc31b51cccfd1bc3dc5fc5d6ae140516103af792c8f2af84390acfdcd',1,'data.h']]],
/src/external/mit/libcbor/dist/src/
cbor.c
164
case
CBOR_TYPE_NEGINT
:
250
case
CBOR_TYPE_NEGINT
: {
251
fprintf(out, "%*s[
CBOR_TYPE_NEGINT
] ", indent, " ");
/src/external/bsd/libfido2/dist/src/
cbor.c
15
if (item->type == CBOR_TYPE_UINT || item->type ==
CBOR_TYPE_NEGINT
||
43
if (curr->type == CBOR_TYPE_UINT || curr->type ==
CBOR_TYPE_NEGINT
) {
Completed in 18 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026