Home
last modified time | relevance | path

Searched defs:bitLength (Results 1 – 11 of 11) sorted by relevance

/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DBitBuffer.java39 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/
DBitBuffer.java37 int bitLength; // Always non-negative. field in BitBuffer
DQrSegment.java232 final int bitLength; field in QrSegment
/third_party/node/lib/internal/
Dwebidl.js76 function convertToInt(name, value, bitLength, options = kEmptyObject) { argument
/third_party/qrcodegen/c/
Dqrcodegen.h125 int bitLength; member
Dqrcodegen.c993 int bitLength = segs[i].bitLength; in getTotalBits() local
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
Drole.js293 bitLength: bit_length, property
/third_party/node/deps/undici/src/lib/fetch/
Dwebidl.js82 webidl.util.ConvertToInt = function (V, bitLength, signedness, opts = {}) { argument
/third_party/node/lib/internal/crypto/
Dwebidl.js109 function createIntegerConversion(bitLength) { argument
/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py173 def __init__(self, *, alphabetSize=None, bitLength=None, **args): argument
/third_party/node/deps/undici/
Dundici.js1492 webidl.util.ConvertToInt = function(V, bitLength, signedness, opts = {}) { argument