HomeSort by: relevance | last modified time | path
    Searched defs:_pow (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libcbor/dist/src/
cbor.c 234 static int _pow(int b, int ex) { function
246 fprintf(out, "Width: %dB, ", _pow(2, cbor_int_get_width(item)));
252 fprintf(out, "Width: %dB, ", _pow(2, cbor_int_get_width(item)));
335 fprintf(out, "Width: %dB, ", _pow(2, cbor_float_get_width(item)));

Completed in 24 milliseconds