Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/contrib/fb303/
DTClientInfo.h109 uint32_t upper = n >> kInitialSizePowOf2; in which() local
110 *vno = CHAR_BIT*sizeof(upper) - __builtin_clz(upper); in which()
/thrift-3.4.0/lib/swift/Sources/
DTMemoryBufferTransport.swift60 …let ret = readBuffer.subdata(in: Range(uncheckedBounds: (lower: position, upper: position + amount… in read()