Searched refs:len64 (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython3/Lib/email/
H A Dcharset.py373 len64 = email.base64mime.header_length(header_bytes)
375 if len64 < lenqp:
/external/dng_sdk/source/
H A Ddng_stream.cpp164 uint64 len64 = Length (); local
166 if (len64 > 0xFFFFFFFF)
171 uint32 len = (uint32) len64;
/external/tensorflow/tensorflow/c/
H A Dc_api.cc270 tensorflow::uint64 len64 = 0; local
271 const char* p = tensorflow::core::GetVarint64Ptr(src, src + src_len, &len64);
275 if (len64 > std::numeric_limits<size_t>::max()) {
276 return InvalidArgument("encoded string is ", len64,
280 *dst_len = static_cast<size_t>(len64);
/external/syslinux/gpxe/src/drivers/infiniband/
H A DMT25408_PRM.h2450 pseudo_bit_t len64[0x00001]; /* Region/Window Length[64]. This bit added to enable registering 2^64 bytes per region */ member in struct:hermonprm_mpt_st
H A Dhermon.c2513 MLX_FILL_1 ( &mpt, 10, len64, 1 );

Completed in 211 milliseconds