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

  /external/valgrind/callgrind/
sim.c 357 UWord *set, tmp_tag; local
372 tmp_tag = set[i] | ref; // update dirty flag
376 set[0] = tmp_tag;
382 tmp_tag = set[c->assoc - 1];
388 return (tmp_tag & CACHELINE_DIRTY) ? MissDirty : Miss;
694 UWord *set, tmp_tag; \
723 tmp_tag = set[i]; \
727 set[0] = tmp_tag; \
728 idx = (set1 * L.assoc) + (tmp_tag & ~L.tag_mask); \
739 tmp_tag = set[L.assoc - 1] & ~L.tag_mask;
890 UWord tmp_tag; local
    [all...]
  /system/core/liblog/
logd_write_kern.c 148 char tmp_tag[32]; local
166 snprintf(tmp_tag, sizeof(tmp_tag), "use-Rlog/RLOG-%s", tag);
167 tag = tmp_tag;
logd_write.c 366 char tmp_tag[32]; local
384 snprintf(tmp_tag, sizeof(tmp_tag), "use-Rlog/RLOG-%s", tag);
385 tag = tmp_tag;
  /external/srtp/crypto/ae_xfm/
xfm.c 108 unsigned char tmp_tag[TAG_LEN]; local
164 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag);
169 if (tmp_tag[i] != tag[i])
305 unsigned char tmp_tag[TAG_LEN]; local
374 status = hmac_compute(&hmac_ctx, opaque, ciphertext_len, TAG_LEN, tmp_tag);
390 printf("tmp_tag: %s\n", octet_string_hex_string(tmp_tag, TAG_LEN));
393 if (tmp_tag[i] != auth_tag[i])
  /external/srtp/srtp/
srtp.c 851 uint8_t tmp_tag[SRTP_MAX_TAG_LEN]; local
1004 status = cipher_output(stream->rtp_cipher, tmp_tag, prefix_len);
1006 octet_string_hex_string(tmp_tag, prefix_len));
1020 status = auth_compute(stream->rtp_auth, (uint8_t *)&est, 4, tmp_tag);
1023 octet_string_hex_string(tmp_tag, tag_len));
1029 if (octet_string_is_eq(tmp_tag, auth_tag, tag_len))
1636 uint8_t tmp_tag[SRTP_MAX_TAG_LEN]; local
    [all...]
  /external/boringssl/src/crypto/x509/
asn1_gen.c 296 int tmp_tag, tmp_class; local
352 if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class))
354 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0))

Completed in 128 milliseconds