Searched defs:limit (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DLeb128.cpp28 * any but the low-order four bits set. Additionally, if the limit is
29 * passed as non-NULL and bytes would need to be read past the limit,
32 int readAndVerifyUnsignedLeb128(const u1** pStream, const u1* limit, argument
37 if (((limit != NULL) && (*pStream > limit))
50 * any but the low-order four bits set. Additionally, if the limit is
51 * passed as non-NULL and bytes would need to be read past the limit,
54 int readAndVerifySignedLeb128(const u1** pStream, const u1* limit, argument
59 if (((limit != NULL) && (*pStream > limit))
[all...]

Completed in 38 milliseconds