HomeSort by relevance Sort by last modified time
    Searched refs:tagBytes (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkColorSpace_ICC.cpp 289 size_t tagBytes;
297 // tagBytes = 12 + 2 * count
299 if (!safe_add(count, count, &tagBytes) ||
300 !safe_add((size_t) 12, tagBytes, &tagBytes))
306 if (len < tagBytes) {
310 *outTagBytes = tagBytes;
399 tagBytes = 12 + 4;
400 if (len < tagBytes) {
408 *outTagBytes = tagBytes;
    [all...]
  /external/skqp/src/core/
SkColorSpace_ICC.cpp 289 size_t tagBytes;
297 // tagBytes = 12 + 2 * count
299 if (!safe_add(count, count, &tagBytes) ||
300 !safe_add((size_t) 12, tagBytes, &tagBytes))
306 if (len < tagBytes) {
310 *outTagBytes = tagBytes;
399 tagBytes = 12 + 4;
400 if (len < tagBytes) {
408 *outTagBytes = tagBytes;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
Asn1Node.java 227 byte[] tagBytes = IccUtils.unsignedIntToBytes(tag);
228 return (tagBytes[0] & 0x20) != 0;

Completed in 66 milliseconds