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

  /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/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c 95 int taglen; member in struct:__anon14310
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...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 689 const uint32_t taglen = tag.GetLength(); local
692 bool bCheckRight = !PDFCharIsDelimiter(tag[taglen - 1]) &&
693 !PDFCharIsWhitespace(tag[taglen - 1]);
696 if (bCheckRight && startpos + (int32_t)taglen <= limit &&
697 GetCharAt(startpos + (int32_t)taglen, ch)) {
715 int32_t taglen = tag.GetLength(); local
716 if (taglen == 0)
720 int32_t offset = taglen - 1;
740 offset = byte == tag[taglen - 1] ? taglen - 2 : taglen - 1
749 int32_t taglen = tag.GetLength(); local
    [all...]
  /system/core/liblog/
properties.c 96 const size_t taglen = tag ? len : 0; local
98 char key[sizeof(log_namespace) + taglen];
148 if (taglen) {
  /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/ImageMagick/coders/
meta.c 1843 taglen; local
1977 taglen; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
ieee.c 2539 unsigned long taglen; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 294 milliseconds