Home
last modified time | relevance | path

Searched full:strsize (Results 1 – 25 of 84) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/test/Scripts/
Dmacho-dumpx166 strsize = f.read32()
167 print " ('strsize', %r)" % strsize
172 string_data = f.read(strsize)
/external/openssh/
Ddh.c49 char *strsize, *gen, *prime; in parse_prime() local
93 strsize = strsep(&cp, " "); /* size */ in parse_prime()
94 if (cp == NULL || *strsize == '\0' || in parse_prime()
95 (dhg->size = (int)strtonum(strsize, 0, 64*1024, &errstr)) == 0 || in parse_prime()
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dprint.c426 IN UINTN StrSize, in VSPrint() argument
440 StrSize - Size of Str. String is truncated to this size. in VSPrint()
457 spc.maxlen = StrSize / sizeof(CHAR16) - 1; in VSPrint()
468 IN UINTN StrSize, in SPrint() argument
482 StrSize - Size of Str. String is truncated to this size. in SPrint()
497 len = VSPrint(Str, StrSize, fmt, args); in SPrint()
Dstr.c135 StrSize ( in StrSize() function
152 Size = StrSize(Src); in StrDuplicate()
/external/svox/pico/lib/
Dpicodata.c969 /* put string representation of 'itemtype' into 'str' (allocated size 'strsize')
972 picoos_char * str, picoos_uint16 strsize) in data_itemtype_to_string() argument
1019 picopal_slprintf((picopal_char *) str, strsize, (picopal_char *)"%s", in data_itemtype_to_string()
1026 picoos_char * str, picoos_uint16 strsize) in picodata_head_to_string() argument
1031 picoos_strlcpy(str,(picoos_char *)"[head is NULL]",strsize); in picodata_head_to_string()
1033 data_itemtype_to_string(head->type, str, strsize); in picodata_head_to_string()
1035 picopal_slprintf((picopal_char *) str+typelen, strsize-typelen, in picodata_head_to_string()
/external/llvm/test/ObjectYAML/MachO/
Dload_commands.yaml75 strsize: 1096
201 #CHECK: strsize: 1096
Drebase_opcode.yaml42 strsize: 1096
Dbind_opcode.yaml42 strsize: 1096
Dweak_bind_opcode.yaml42 strsize: 1096
Dexport_trie.yaml75 strsize: 1096
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc380 uint32_t symoff, nsyms, stroff, strsize; in WalkLoadCommands() local
381 cursor >> symoff >> nsyms >> stroff >> strsize; in WalkLoadCommands()
393 stroff > buffer_.Size() || strsize > buffer_.Size() - stroff) { in WalkLoadCommands()
398 ByteBuffer names(buffer_.start + stroff, strsize); in WalkLoadCommands()
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defilib.h248 StrSize (
404 IN UINTN StrSize,
412 IN UINTN StrSize,
/external/syslinux/efi64/include/efi/
Defilib.h248 StrSize (
404 IN UINTN StrSize,
412 IN UINTN StrSize,
/external/syslinux/efi32/include/efi/
Defilib.h248 StrSize (
404 IN UINTN StrSize,
412 IN UINTN StrSize,
/external/tcpdump/
Dsmbutil.c348 uint32_t strsize; in unistr() local
364 strsize = 0; in unistr()
374 strsize = *len - 1; in unistr()
383 strsize = *len - 2; in unistr()
389 strsize = *len; in unistr()
392 while (strsize != 0) { in unistr()
405 strsize--; in unistr()
408 while (strsize != 0) { in unistr()
423 if (strsize == 1) in unistr()
425 strsize -= 2; in unistr()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test100 CHECK: strsize 44
297 EXE: strsize 56
520 NON_VERBOSE: strsize 44
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test57 CHECK: strsize 36
241 EXE: strsize 56
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test104 CHECK: strsize 16
275 EXE: strsize 68
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVUtil.h377 auto StrSize = Str.size(); in getVec() local
379 for (unsigned I = 0u; I < StrSize; ++I) { in getVec()
389 if (StrSize % 4 == 0) in getVec()
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dtemp-labels.s9 // CHECK: ('strsize', 8)
Dsection-align-1.s50 // CHECK: ('strsize', 8)
/external/strace/
Dstrace.153 [\fB-s\fIstrsize\fR]
175 .I strsize
247 .BI "\-s " strsize
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c65 uint32_t strSize = (uint32_t)strlen(txt_testCasePatterns[i]) + 1; in InitStrings() local
66 testCasePatterns[i]=(UChar*)malloc(sizeof(UChar) * strSize); in InitStrings()
67 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize); in InitStrings()
70 uint32_t strSize = (uint32_t)strlen(txt_testResultStrings[i]) + 1; in InitStrings() local
71 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize); in InitStrings()
72 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize); in InitStrings()
/external/syslinux/gpxe/src/arch/i386/include/
Dmultiboot.h89 uint32_t strsize; member
/external/libcups/cups/
Dsnmp.c48 size_t strsize);
1376 size_t strsize) /* I - String buffer size */ in asn1_get_string() argument
1381 if (length < strsize) in asn1_get_string()
1398 memcpy(string, *buffer, strsize - 1); in asn1_get_string()
1399 string[strsize - 1] = '\0'; in asn1_get_string()

1234