HomeSort by relevance Sort by last modified time
    Searched refs:strsize (Results 1 - 19 of 19) sorted by null

  /external/grub/docs/
multiboot.h 65 unsigned long strsize; member in struct:aout_symbol_table
multiboot.h.texi 65 unsigned long strsize;
kernel.c 116 "strsize = 0x%x, addr = 0x%x\n",
118 (unsigned) aout_sym->strsize,
kernel.c.texi 116 "strsize = 0x%x, addr = 0x%x\n",
118 (unsigned) aout_sym->strsize,
  /external/grub/stage2/
mb_info.h 131 unsigned long strsize; member in struct:multiboot_info::__anon20274::__anon20275
boot.c 486 mbi.syms.a.strsize = 0;
561 mbi.syms.a.strsize = i;
582 mbi.syms.a.strsize = 0;
968 + mbi.syms.a.tabsize + mbi.syms.a.strsize;
1012 + mbi.syms.a.tabsize + mbi.syms.a.strsize);
  /external/openssh/
dh.c 47 char *strsize, *gen, *prime; local
84 strsize = strsep(&cp, " "); /* size */
85 if (cp == NULL || *strsize == '\0' ||
86 (dhg->size = (int)strtonum(strsize, 0, 64*1024, &errstr)) == 0 ||
  /external/qemu/
monitor.h 68 typedef int (*MonitorFakeFunc)(void* opaque, const char* str, int strsize);
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 28 static void copy_trunc_str(char *str, size_t strsize, const char *flagstr)
30 if ( (strlen(str) + strlen(flagstr)) >= (strsize - 1) )
31 strcpy(str + (strsize - 5), " ...");
37 size_t strsize, Uint32 flag,
41 copy_trunc_str(str, strsize, flagstr);
  /external/tcpdump/
smbutil.c 344 u_int32_t strsize; local
360 strsize = 0;
370 strsize = *len - 1;
379 strsize = *len - 2;
385 strsize = *len;
388 while (strsize != 0) {
401 strsize--;
404 while (strsize != 0) {
419 if (strsize == 1)
421 strsize -= 2
    [all...]
  /external/svox/pico/lib/
picodata.c     [all...]
picodata.h 613 strsize is the maximum length of 'str' in bytes */
615 picoos_char * str, picoos_uint16 strsize);
  /external/qemu/android/
console.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 850 if (ii.macho_img_szB < symcmd->stroff + symcmd->strsize
883 strs, symcmd->strsize);
888 strs, symcmd->strsize);
    [all...]
readpdb.c     [all...]
  /external/strace/
util.c 703 static int strsize = -1; local
709 if (strsize < len) {
716 strsize = len;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 469 uint32_t strsize; member in struct:llvm::MachO::symtab_command
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 2191 int32_t strsize; local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 2266 int32_t strsize; local
    [all...]

Completed in 703 milliseconds