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_safe_to_multiply
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mit/libcbor/dist/src/cbor/internal/
memory_utils.c
25
bool
_cbor_safe_to_multiply
(size_t a, size_t b) {
function
30
if (
_cbor_safe_to_multiply
(item_size, item_count)) {
39
if (
_cbor_safe_to_multiply
(item_size, item_count)) {
memory_utils.h
15
bool
_cbor_safe_to_multiply
(size_t a, size_t b);
/src/external/mit/libcbor/dist/docs/doxygen/search/
all_0.js
41
['_5fcbor_5fsafe_5fto_5fmultiply',['
_cbor_safe_to_multiply
',['../memory__utils_8c.html#abdee08be3f4cff35a94279fda66c4778',1,'
_cbor_safe_to_multiply
(size_t a, size_t b): memory_utils.c'],['../memory__utils_8h.html#abdee08be3f4cff35a94279fda66c4778',1,'
_cbor_safe_to_multiply
(size_t a, size_t b): memory_utils.c']]],
functions_0.js
23
['_5fcbor_5fsafe_5fto_5fmultiply',['
_cbor_safe_to_multiply
',['../memory__utils_8c.html#abdee08be3f4cff35a94279fda66c4778',1,'
_cbor_safe_to_multiply
(size_t a, size_t b): memory_utils.c'],['../memory__utils_8h.html#abdee08be3f4cff35a94279fda66c4778',1,'
_cbor_safe_to_multiply
(size_t a, size_t b): memory_utils.c']]],
/src/external/mit/libcbor/dist/src/cbor/
bytestrings.c
98
if (!
_cbor_safe_to_multiply
(CBOR_BUFFER_GROWTH, data->chunk_capacity)) {
maps.c
70
if (!
_cbor_safe_to_multiply
(CBOR_BUFFER_GROWTH, metadata->allocated)) {
arrays.c
63
if (!
_cbor_safe_to_multiply
(CBOR_BUFFER_GROWTH, metadata->allocated)) {
strings.c
90
if (!
_cbor_safe_to_multiply
(CBOR_BUFFER_GROWTH, data->chunk_capacity)) {
serialization.c
56
if (!
_cbor_safe_to_multiply
(CBOR_BUFFER_GROWTH, bfr_size)) {
Completed in 78 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026