HomeSort by: relevance | last modified time | path
    Searched refs:as_uint (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libcbor/dist/docs/doxygen/search/
all_1.js 11 ['as_5fuint',['as_uint',['../union__cbor__float__helper.html#a28a0047ea6592730009da39772638a76',1,'_cbor_float_helper::as_uint()'],['../union__cbor__double__helper.html#a247647c22dd8248e513c37b0b339b856',1,'_cbor_double_helper::as_uint()']]]
variables_1.js 8 ['as_5fuint',['as_uint',['../union__cbor__float__helper.html#a28a0047ea6592730009da39772638a76',1,'_cbor_float_helper::as_uint()'],['../union__cbor__double__helper.html#a247647c22dd8248e513c37b0b339b856',1,'_cbor_double_helper::as_uint()']]]
  /src/external/mit/libcbor/dist/src/cbor/
data.h 142 uint32_t as_uint; member in union:_cbor_float_helper
148 uint64_t as_uint; member in union:_cbor_double_helper
encoding.c 130 uint32_t val = ((union _cbor_float_helper){.as_float = value}).as_uint;
174 ((union _cbor_float_helper){.as_float = value}).as_uint, buffer,
181 ((union _cbor_double_helper){.as_double = value}).as_uint, buffer,
  /src/external/mit/libcbor/dist/src/cbor/internal/
loaders.c 73 union _cbor_float_helper helper = {.as_uint = _cbor_load_uint32(source)};
78 union _cbor_double_helper helper = {.as_uint = _cbor_load_uint64(source)};
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c-base.h 502 #define as_uint(x) __builtin_astype((x), uint) macro

Completed in 19 milliseconds