/toolchain/binutils/binutils-2.25/bfd/ |
archive64.c | 45 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local 89 stringsize = parsed_size - 8 * nsymz - 8; 94 amt = carsym_size + stringsize + 1; 106 || bfd_bread (stringbase, stringsize, abfd) != stringsize) 151 unsigned int stringsize = stridx; local 152 unsigned int mapsize = stringsize + ranlibsize;
|
archive.c | 971 bfd_size_type stringsize; 996 stringsize = parsed_size - (4 * nsymz) - 4; 1003 if (stringsize > 0xfffff 1009 stringsize = parsed_size - (4 * nsymz) - 4; 1022 if (carsym_size + stringsize + 1 <= carsym_size) 1026 carsym_size + stringsize + 1); 1037 || (bfd_bread (stringbase, stringsize, abfd) != stringsize)) 967 bfd_size_type stringsize; local 1159 unsigned int stringsize; local 2426 unsigned int stringsize = stridx + padit; local 2614 unsigned int stringsize = stridx; local [all...] |
pdp11.c | 1223 bfd_size_type stringsize; local [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
LiteralByteStringTest.java | 354 int stringSize = stringUnderTest.size(); 355 int nearEndIndex = stringSize * 2 / 3; 359 stringSize - skipped1, input.available()); 365 stringSize - skipped1 - 1, input.available()); 366 long skipped2 = input.skip(stringSize); 368 skipped2, stringSize - skipped1 - 1); 373 stringSize - skipped1, input.available());
|
/external/valgrind/coregrind/m_initimg/ |
initimg-darwin.c | 321 unsigned stringsize; /* total size of strings in bytes */ local 336 stringsize = 0; 344 stringsize += VG_(strlen)(info->interp_name) + 1; 348 stringsize += VG_(strlen)(info->interp_args) + 1; 352 stringsize += VG_(strlen)( VG_(args_the_exename) ) + 1; 356 stringsize += VG_(strlen)( * (HChar**) 365 stringsize += VG_(strlen)(*cpp) + 1; 371 stringsize += 1 + VG_(strlen)(info->executable_path); 386 VG_ROUNDUP(stringsize, sizeof(Word)); /* strings (aligned) */ 396 - VG_ROUNDUP(stringsize, sizeof(int)) [all...] |
initimg-solaris.c | 388 SizeT stringsize; /* total size of strings in bytes */ local 409 stringsize = 0; 416 stringsize += VG_(strlen)(info->interp_name) + 1; 420 stringsize += VG_(strlen)(info->interp_args) + 1; 425 stringsize += VG_(strlen)(VG_(args_the_exename)) + 1; 428 stringsize += VG_(strlen)(*(HChar**) 436 stringsize += VG_(strlen)(*cpp) + 1; 465 stringsize += VG_(strlen)("i86pc") + 1; 470 stringsize += VG_(strlen)(resolved_exe_name) + 1; 481 VG_ROUNDUP(stringsize, sizeof(Word)); /* strings (aligned) * [all...] |
initimg-linux.c | 403 unsigned stringsize; /* total size of strings in bytes */ local 421 stringsize = 0; 428 stringsize += VG_(strlen)(info->interp_name) + 1; 432 stringsize += VG_(strlen)(info->interp_args) + 1; 436 stringsize += VG_(strlen)( VG_(args_the_exename) ) + 1; 440 stringsize += VG_(strlen)( * (HChar**) 449 stringsize += VG_(strlen)(*cpp) + 1; 457 stringsize += VG_(strlen)(cauxv->u.a_ptr) + 1; 459 stringsize += 16; 461 stringsize += VG_(strlen)(VG_(args_the_exename)) + 1 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
rex.h | 16 #define STRINGSIZE 1024
|
rex.x | 37 const STRINGSIZE = 1024;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
rex.h | 16 #define STRINGSIZE 1024
|
rex.x | 37 const STRINGSIZE = 1024;
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.cc | 404 ::google::protobuf::internal::WireFormatLite::StringSize( 412 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( 765 ::google::protobuf::internal::WireFormatLite::StringSize( 772 ::google::protobuf::internal::WireFormatLite::StringSize( 779 ::google::protobuf::internal::WireFormatLite::StringSize( [all...] |
/frameworks/av/media/libstagefright/id3/ |
ID3.cpp | 812 static size_t StringSize(const uint8_t *start, uint8_t encoding) { 858 size_t descLen = StringSize(&data[2 + mimeLen], encoding); 891 size_t descLen = StringSize(&data[5], encoding);
|
/libcore/ojluni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 629 int appendedLength = (i < 0) ? Integer.stringSize(-i) + 1 630 : Integer.stringSize(i); 656 int appendedLength = (l < 0) ? Long.stringSize(-l) + 1 657 : Long.stringSize(l); [all...] |
Integer.java | 358 int size = negative ? stringSize(-i) + 1 : stringSize(i); 412 static int stringSize(int x) { [all...] |
Long.java | 267 int size = (i < 0) ? stringSize(-i) + 1 : stringSize(i); 331 static int stringSize(long x) { [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.pb.cc | [all...] |
wire_format_lite.h | 479 static inline int StringSize(const string& value);
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
wire_format_lite.h | 464 static inline int StringSize(const string& value);
|
wire_format_lite_inl.h | 737 inline int WireFormatLite::StringSize(const string& value) { [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
wire_format_lite.h | 464 static inline int StringSize(const string& value);
|
wire_format_lite_inl.h | 737 inline int WireFormatLite::StringSize(const string& value) { [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
wire_format_lite.h | 464 static inline int StringSize(const string& value);
|
wire_format_lite_inl.h | 737 inline int WireFormatLite::StringSize(const string& value) { [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
wire_format_lite.h | 502 static inline int StringSize(const string& value);
|