Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1029535 // compressed30BitUint_lengthForValue

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (31L/1K).

static int compressed30BitUint_lengthForValue(int i) {
  if (i < 0x40) ret 1;
  if (i < 0x4000) ret 2;
  if (i < 0x400000) ret 3;
  ret 4;
}

Author comment

Began life as a copy of #1029534

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029535
Snippet name: compressed30BitUint_lengthForValue
Eternal ID of this version: #1029535/3
Text MD5: 9a18fc803b76239135dc6d1ac7875158
Transpilation MD5: 6d5263c53111e539d204fc1d4ec9cc11
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-18 12:41:14
Source code size: 145 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 134 / 190
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)