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

  /system/core/logd/
LogKlog.cpp 607 size_t taglen = len - (p - buf); local
612 if ((taglen >= 6) && !fast<strncmp>(p, "[INFO]", 6)) {
615 taglen -= 6;
617 for(et = bt; taglen && *et && (*et != ':') && !isspace(*et); ++et, --taglen) {
620 while (taglen && *et && *et != ']') {
622 --taglen;
626 for(cp = et; taglen && isspace(*cp); ++cp, --taglen);
634 } else if (taglen) {
    [all...]
  /external/tremolo/Tremolo/
treminfo.c 77 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
78 char *fulltag = (char *)alloca(taglen+ 1);
84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
87 return vc->user_comments[i] + taglen;
97 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
98 char *fulltag = (char *)alloca(taglen+1);
103 if(!tagcompare(vc->user_comments[i], fulltag, taglen))
  /system/core/liblog/
log_is_loggable.c 94 const size_t taglen = (tag && *tag) ? strlen(tag) : 0; local
96 char key[sizeof(log_namespace) + taglen]; /* may be > PROPERTY_KEY_MAX */
145 if (taglen) {
  /external/libvorbis/lib/
info.c 100 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
101 char *fulltag = alloca(taglen+ 1);
107 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
110 return vc->user_comments[i] + taglen;
120 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
121 char *fulltag = alloca(taglen+1);
126 if(!tagcompare(vc->user_comments[i], fulltag, taglen))
  /toolchain/binutils/binutils-2.25/gold/
script-c.h 529 int taglen,
script.cc     [all...]
  /external/boringssl/src/crypto/cipher/
e_aes.c 92 int taglen; member in struct:__anon6656
532 gctx->taglen = -1;
559 gctx->taglen = arg;
563 if (arg <= 0 || arg > 16 || !c->encrypt || gctx->taglen < 0) {
712 if (gctx->taglen < 0 ||
713 !CRYPTO_gcm128_finish(&gctx->gcm, ctx->buf, gctx->taglen)) {
720 gctx->taglen = 16;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 2542 const FX_DWORD taglen = tag.GetLength(); local
2568 int32_t taglen = tag.GetLength(); local
2690 int32_t taglen = tag.GetLength(); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 2539 unsigned long taglen; local
    [all...]

Completed in 323 milliseconds