Searched defs:bitLength (Results 1 – 11 of 11) sorted by relevance
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
D | BitBuffer.java | 39 private int bitLength; // Non-negative field in BitBuffer 61 public int bitLength() { in bitLength() method in BitBuffer 62 assert bitLength >= 0; in bitLength() local
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | BitBuffer.java | 37 int bitLength; // Always non-negative. field in BitBuffer
|
D | QrSegment.java | 232 final int bitLength; field in QrSegment
|
/third_party/node/lib/internal/ |
D | webidl.js | 76 function convertToInt(name, value, bitLength, options = kEmptyObject) { argument
|
/third_party/qrcodegen/c/ |
D | qrcodegen.h | 125 int bitLength; member
|
D | qrcodegen.c | 993 int bitLength = segs[i].bitLength; in getTotalBits() local
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
D | role.js | 293 bitLength: bit_length, property
|
/third_party/node/deps/undici/src/lib/fetch/ |
D | webidl.js | 82 webidl.util.ConvertToInt = function (V, bitLength, signedness, opts = {}) { argument
|
/third_party/node/lib/internal/crypto/ |
D | webidl.js | 109 function createIntegerConversion(bitLength) { argument
|
/third_party/skia/third_party/externals/brotli/research/ |
D | brotlidump.py | 173 def __init__(self, *, alphabetSize=None, bitLength=None, **args): argument
|
/third_party/node/deps/undici/ |
D | undici.js | 1492 webidl.util.ConvertToInt = function(V, bitLength, signedness, opts = {}) { argument
|