Home
last modified time | relevance | path

Searched defs:bitsof (Results 1 – 6 of 6) sorted by relevance

/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/testing/
H A Dchecksum_test.cc53 usize_t bitsof<unsigned int>() { in bitsof() function
58 usize_t bitsof<unsigned long>() { in bitsof() function
63 usize_t bitsof<unsigned long long>() { in bitsof() function
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/testing/
H A Dchecksum_test.cc67 usize_t bitsof<unsigned int>() { in bitsof() function
72 usize_t bitsof<unsigned long>() { in bitsof() function
77 usize_t bitsof<unsigned long long>() { in bitsof() function
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/include/
H A Ddiutils.h292 #define bitsof(expr) (sizeof(expr) << 3) macro
/dports/graphics/grx/grx249/src/include/
H A Darith.h129 #define bitsof(s) (sizeof(s) * 8) macro
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/include/dcmtk/dcmimgle/
H A Ddiutils.h377 #define bitsof(expr) (sizeof(expr) << 3) macro
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/c_code/
H A Dtopk_common.cuh274 #define bitsof(T) (sizeof(T)*8) macro