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

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
2008-05-08-StrLenSink.ll 16 ; CHECK-NEXT: strlen
18 %tmp7 = call i32 @strlen( i8* %tmp1 ) nounwind readonly ; <i32> [#uses=1]
30 declare i32 @strlen(i8*) nounwind readonly
  /external/llvm/test/Transforms/InstSimplify/
call-callconv.ll 32 %call = tail call arm_aapcscc i32 @strlen(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i32 0, i32 0))
37 declare arm_aapcscc i32 @strlen(i8*)
41 %call = tail call arm_aapcscc i32 @strlen(i8* %str)
  /external/protobuf/src/google/protobuf/stubs/
substitute.h 90 : text_(value), size_(strlen(text_)) {}
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {}
117 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {}
119 : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
123 : text_(FloatToBuffer(value, scratch_)), size_(strlen(text_)) {
    [all...]
  /external/selinux/libselinux/src/
compute_user.c 40 ret = write(fd, buf, strlen(buf));
60 ptr = buf + strlen(buf) + 1;
68 ptr += strlen(ptr) + 1;
disable.c 30 ret = write(fd, buf, strlen(buf));
setenforce.c 29 ret = write(fd, buf, strlen(buf));
  /external/skia/tools/skiaserve/urlhandlers/
InfoHandler.cpp 20 0 == strncmp(url, kBaseName, strlen(kBaseName));
57 // We don't want the null terminator so strlen is correct
58 SkAutoTUnref<SkData> data(SkData::NewWithCopy(json.c_str(), strlen(json.c_str())));
  /external/tlsdate/src/
conf-unittest.c 24 /* strlen(str) instead of strlen(str) + 1 because files shouldn't appear
27 return fmemopen ( (char *) str, strlen (str), "r");
  /external/valgrind/none/tests/darwin/
access_extended.c 18 strlen(name1) + 1 +
19 strlen(name2) + 1;
22 char* string2 = string1 + strlen(name1) + 1;
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 86 if (!strncmp(event_data->event_name, "thread_exit", strlen("thread_exit"))) {
113 if (!strncmp(event_name, "vsync_event", strlen("vsync_event"))) {
115 } else if (!strncmp(event_name, "show_blank_event", strlen("show_blank_event"))) {
117 } else if (!strncmp(event_name, "idle_notify", strlen("idle_notify"))) {
119 } else if (!strncmp(event_name, "msm_fb_thermal_level", strlen("msm_fb_thermal_level"))) {
121 } else if (!strncmp(event_name, "cec/rd_msg", strlen("cec/rd_msg"))) {
123 } else if (!strncmp(event_name, "thread_exit", strlen("thread_exit"))) {
209 if (!strncmp(event_list_->at(event), "thread_exit", strlen("thread_exit"))) {
229 if (!strncmp(data, "VSYNC=", strlen("VSYNC="))) {
230 timestamp = strtoll(data + strlen("VSYNC="), NULL, 0)
    [all...]
  /external/compiler-rt/test/msan/
backtrace.cc 20 printf("%d\n", (int)strlen(s[i]));
strerror_r-non-gnu.c 16 volatile int z = strlen(buf);
unpoison_string.cc 14 assert(__msan_test_shadow(s, sizeof(s)) == strlen("string") + 1);
  /external/iproute2/tc/
emp_ematch.l 21 if (max_size <= strlen(*ematch_argv) + 1) { \
26 result = strlen(*ematch_argv) + 1; \
60 memcpy(strbuf + strbuf_index, s, strlen(s));
61 strbuf_index += strlen(s);
  /external/libchrome/sandbox/win/src/
sandbox_nt_types.h 32 strlenFunction strlen; member in struct:sandbox::NtExports
  /external/libselinux/src/
check_context.c 27 ret = write(fd, con, strlen(con) + 1);
disable.c 30 ret = write(fd, buf, strlen(buf));
setenforce.c 29 ret = write(fd, buf, strlen(buf));
  /external/skia/src/svg/parser/
SkSVGUse.cpp 28 parser._addAttributeLen("use", start, strlen(start) - 1);
  /external/srtp/crypto/test/
aes_calc.c 57 if (strlen(argv[1]) > AES_KEY_LEN*2) {
61 AES_KEY_LEN*2, (unsigned)strlen(argv[1]));
75 if (strlen(argv[2]) > 16*2) {
79 16*2, (unsigned)strlen(argv[2]));
  /external/svox/pico/tts/
svox_ssml_parser.cpp 83 int doclen = (int)strlen(ssmldoc) + 1;
112 if (strlen(m_data) > 0)
133 m_docLanguage = new char[strlen(attributes[i+1])+1];
142 if (strlen(m_data) + 4 > (size_t)m_datasize)
154 if (strlen(m_data) + 4 > (size_t)m_datasize)
209 xsampasize = strlen(xsampastr);
216 char* phonstr = createPhonemeString(xsampastr, strlen(xsampastr) + 1);
219 xsampastr = (char*)malloc(strlen(phonstr) + 1);
228 if (strlen(m_data) + strlen(xsampastr) + 1 > (size_t)m_datasize
    [all...]
  /external/toybox/toys/lsb/
hostname.c 25 if (sethostname(hostname, strlen(hostname)))
  /external/valgrind/memcheck/tests/amd64/
insn-pcmpistri.c 34 /* Compute strlen(s). Arrange for result to be valid or invalid
39 const size_t len = strlen(s) + 1;
71 printf("strlen(\"%s\")=%d\n", s, test_strlen(s, 1));
73 fprintf(stderr, "strlen(\"%s\")=%s\n", s,
  /external/valgrind/none/tests/
procfs-cmdline-exe.c 59 if (strncmp(buf, cwd, strlen(cwd)) == 0)
60 p += strlen(cwd);
79 if (strncmp(buf, cwd, strlen(cwd)) == 0)
80 p += strlen(cwd);
  /frameworks/native/libs/binder/
TextOutput.cpp 51 to.print(buf, strlen(buf));
59 to.print(buf, strlen(buf));
67 to.print(buf, strlen(buf));
75 to.print(buf, strlen(buf));
83 to.print(buf, strlen(buf));
91 to.print(buf, strlen(buf));
103 to.print(buf, strlen(buf));
121 to.print(buf, strlen(buf));
139 ((TextOutput*)cookie)->print(txt, strlen(txt));

Completed in 654 milliseconds

1 2 3 45 6 7 8 91011>>