HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 1926 - 1950 of 3375) sorted by null

<<71727374757677787980>>

  /external/quake/quake/src/QW/client/
gl_draw.c 418 dest = cb->data + 320 + 320*186 - 11 - 8*strlen(ver);
419 for (x=0 ; x< (int) strlen(ver) ; x++)
820 x = vid.conwidth - (strlen(ver)*8 + 11) - (vid.conwidth*8/320)*7;
821 for (i=0 ; i< (int) strlen(ver) ; i++)
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 275 ClientReliableWrite_Begin (cl, svc_centerprint, 2 + strlen(s));
700 ClientReliableWrite_Begin (cl, svc_stufftext, 2+strlen(str));
1065 ClientReliableWrite_Begin (client, svc_lightstyle, strlen(val)+3);
1419 ClientReliableCheckBlock(cl, 1+strlen(G_STRING(OFS_PARM1)));
  /external/quake/quake/src/WinQuake/
common.cpp 883 end = start + strlen(start);
909 src = path + strlen(path) - 1;
1469 if ((strlen(netpath) < 2) || (netpath[1] != ':'))
    [all...]
  /external/skia/bench/
benchmain.cpp 339 } else if (strlen(*argv) > 2 && strncmp(*argv, "-D", 2) == 0) {
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 134 new SkMemoryStream(&psInvert, strlen(psInvert), true);
  /external/sonivox/arm-fm-22k/bin/
arm-fm-22k 
  /external/srec/srec/ca/
pat_basi.c 93 if (imelda && strlen(imelda) > 0)
  /external/srec/tools/grxmlcompile/
fst-io.h 305 if (p < s + strlen(s) || n < 0) {
sub_base.cpp 31 int count= strlen(baseG->title);
sub_grph.h 107 int count= strlen(name);
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 209 if(strlen(allotree->hmm_infos[i].name)>0){
  /external/tcpdump/
print-snmp.c 688 size_t a_len = strlen(a->oid);
693 i -= strlen(a->oid);
694 p += strlen(a->oid);
764 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4;
    [all...]
  /external/tinyxml/docs/
tutorial0.html 204 static const unsigned int LENGTH = strlen( pINDENT );
  /external/tinyxml/
tinyxmlparser.cpp 500 assert( strlen( entity[i].str ) == entity[i].strLength );
613 return p + strlen( endTag );
1312 p += strlen( startTag );
1455 p += strlen( startTag );
    [all...]
  /external/v8/src/
d8-debug.cc 108 if (strlen(command) == 0) continue;
log-utils.cc 246 size_t name_len = strlen(name);
v8utils.h 228 // Add an entire string to the builder. Uses strlen() internally to
  /external/valgrind/main/coregrind/m_debuginfo/
readxcoff.c 168 res.len = VG_(strlen)(res.vec);
186 res.len = VG_(strlen)(res.vec);
197 res.len = VG_(strlen)(bogus);
217 res.len = VG_(strlen)(res.vec);
233 res.len = VG_(strlen)(bogus);
242 res.len = VG_(strlen)(res.vec);
    [all...]
  /external/valgrind/main/docs/internals/
3_1_BUGSTATUS.txt 18 v5847 fixed 123210 New: strlen from ld-linux on amd64
  /external/valgrind/main/drd/
drd_vc.c 270 if (VG_(strlen)(str) + 32 > reserved)
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 329 mov $16, %edx # strlen
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 256 mov $16, %edx # strlen
  /external/valgrind/tsan/
ts_valgrind_intercepts.c     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
tokens.c 74 len = strlen(fstr);
  /external/webkit/Source/WebCore/bridge/
npruntime.h 170 NPString str = { _val, uint32_t(strlen(_val)) }; \

Completed in 636 milliseconds

<<71727374757677787980>>