Home
last modified time | relevance | path

Searched defs:bytelength (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dcodecs.c1061 get_standard_encoding(const char *encoding, int *bytelength) in get_standard_encoding()
1129 int bytelength; in PyCodec_SurrogatePassErrors() local
/third_party/node/deps/v8/src/objects/
Dbigint.cc1340 int bytelength = length() * kDigitSize; in GetBitfieldForSerialization() local
1354 int bytelength = length() * kDigitSize; in SerializeDigits() local
1372 int bytelength = LengthBits::decode(bitfield); in FromSerializedDigits() local
Dvalue-serializer.cc346 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in WriteBigIntContents() local
1557 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in ReadBigInt() local