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

  /system/core/logd/
LogKlog.cpp 600 ssize_t taglen = len - (p - buf); local
605 if ((taglen >= infoBraceLen) &&
609 taglen -= infoBraceLen;
613 for (et = bt; (taglen > 0) && *et && (*et != ':') && !isspace(*et);
614 ++et, --taglen) {
617 while ((taglen > 0) && *et && *et != ']') {
619 --taglen;
621 if (taglen <= 0) {
627 for (cp = et; (taglen > 0) && isspace(*cp); ++cp, --taglen) {
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 791 const uint32_t taglen = tag.GetLength(); local
794 bool bCheckRight = !PDFCharIsDelimiter(tag[taglen - 1]) &&
795 !PDFCharIsWhitespace(tag[taglen - 1]);
798 if (bCheckRight && startpos + (int32_t)taglen <= limit &&
799 GetCharAt(startpos + (int32_t)taglen, ch)) {
821 int32_t taglen = tag.GetLength(); local
822 if (taglen == 0)
828 offset = taglen - 1;
851 if (offset < taglen) {
863 FX_FILESIZE startpos = bForward ? pos - taglen + 1 : pos
887 int32_t taglen = tag.GetLength(); local
    [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))
  /external/ImageMagick/coders/
meta.c 1843 taglen; local
1977 taglen; local
    [all...]
  /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))
  /system/core/liblog/
properties.c 96 const size_t taglen = tag ? len : 0; local
98 char key[sizeof(log_namespace) + taglen];
148 if (taglen) {
  /toolchain/binutils/binutils-2.25/gold/
script-c.h 529 int taglen,
script.cc     [all...]
  /external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c 95 int taglen; member in struct:__anon13385
461 gctx->taglen = -1;
488 gctx->taglen = arg;
492 if (arg <= 0 || arg > 16 || !c->encrypt || gctx->taglen < 0) {
607 if (gctx->taglen < 0 ||
608 !CRYPTO_gcm128_finish(&gctx->gcm, ctx->buf, gctx->taglen)) {
615 gctx->taglen = 16;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 2539 unsigned long taglen; local
    [all...]

Completed in 279 milliseconds