HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 476 - 500 of 5780) sorted by null

<<11121314151617181920>>

  /external/libutf/
utfutf.c 37 n2 = strlen(s2);
  /external/libxml2/doc/tutorial/
includeconvert.c 13 size = (int)strlen(in)+1;
  /external/llvm/test/CodeGen/Thumb/
dyn-stackalloc.ll 56 %tmp1 = call i32 @strlen( i8* %tag )
57 %tmp3 = call i32 @strlen( i8* %contents )
62 %tmp6.len = call i32 @strlen( i8* %tmp6 )
70 declare i32 @strlen(i8*)
  /external/llvm/test/CodeGen/X86/
2008-07-07-DanglingDeadInsts.ll 7 declare i32 @strlen(i8*) nounwind readonly
91 %strlen = call i32 @strlen( i8* null ) ; <i32> [#uses=1]
92 %endptr = getelementptr i8, i8* null, i32 %strlen ; <i8*> [#uses=0]
  /external/llvm/test/Transforms/InstCombine/
strchr-1.ll 68 ; Check transformation strchr(p, 0) -> p + strlen(p)
70 ; CHECK: %strlen = call i32 @strlen(i8* %str)
72 ; CHECK: %strchr = getelementptr i8, i8* %str, i32 %strlen
  /external/mesa3d/src/egl/main/
eglstring.c 44 size_t l = strlen(s);
  /external/mesa3d/src/mesa/main/
remap.c 98 spec += strlen(spec) + 1;
106 spec += strlen(spec) + 1;
149 const char *name = spec + strlen(spec) + 1;
154 const char *name = spec + strlen(spec) + 1;
  /external/minijail/
util.c 120 *endptr = constant_str + strlen(constant_str);
134 end = s + strlen(s) - 1;
177 *stringp = found + strlen(delim);
185 *stringp += strlen(delim);
  /external/selinux/libselinux/src/
canonicalize_context.c 38 ret = write(fd, buf, strlen(buf) + 1);
compute_member.c 41 ret = write(fd, buf, strlen(buf));
compute_relabel.c 41 ret = write(fd, buf, strlen(buf));
fgetfilecon.c 69 return strlen(*context) + 1;
getfilecon.c 68 return strlen(*context) + 1;
is_customizable_type.c 40 buf[strlen(buf) - 1] = 0;
lgetfilecon.c 69 return strlen(*context) + 1;
  /external/selinux/libsepol/src/
context_record.c 287 const int user_sz = strlen(con->user);
288 const int role_sz = strlen(con->role);
289 const int type_sz = strlen(con->type);
290 const int mls_sz = (con->mls) ? strlen(con->mls) : 0;
symtab.c 22 size = strlen(keyp);
  /external/skia/gm/
annotated_text.cpp 15 size_t byteLength = strlen(static_cast<const char*>(text));
getpostextpath.cpp 25 int len = SkToInt(strlen(text));
imageblur.cpp 31 canvas->drawText(str, strlen(str), SkIntToScalar(x),
imagemagnifier.cpp 34 canvas->drawText(str, strlen(str), SkIntToScalar(x),
imageresizetiled.cpp 47 canvas->drawText(str[i], strlen(str[i]), SkIntToScalar(0),
largeglyphblur.cpp 40 size_t len = strlen(text);
linepaths.cpp 85 canvas->drawText(title, strlen(title),
128 strlen(gStyles[style].fName),
132 strlen(gFills[fill].fName),
136 strlen(gCaps[cap].fName),
textblobmixedsizes.cpp 49 paint.measureText(text, strlen(text), &bounds);
56 paint.measureText(text, strlen(text), &bounds);
63 paint.measureText(text, strlen(text), &bounds);
70 paint.measureText(text, strlen(text), &bounds);

Completed in 624 milliseconds

<<11121314151617181920>>