Return Type | Function name | Arguments |
---|---|---|
unsigned int | xnumlen64 | (unsigned long,) |
Declared and defined in file: hzChain.cpp
Function Logic:
Function body:
unsigned int xnumlen64 (unsigned long v) { return v>&eq;0x1000000000000000?16:v>&eq;0x100000000000000?15:v>&eq;0x10000000000000?14:v>&eq;0x1000000000000?13:v>&eq;0x100000000000?12:v>&eq;0x10000000000?11:v>&eq;0x1000000000?10\ :v>&eq;0x100000000?9:v>&eq;0x10000000?8:v>&eq;0x1000000?7:v>&eq;0x100000?6:v>&eq;0x10000?5:v>&eq;0x1000?4:v>&eq;0x100?3:v>&eq;0x10?2:1; }