/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | macho-dumpx | 166 strsize = f.read32() 167 print " ('strsize', %r)" % strsize 172 string_data = f.read(strsize)
|
/external/openssh/ |
D | dh.c | 49 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/ |
D | print.c | 426 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()
|
D | str.c | 135 StrSize ( in StrSize() function 152 Size = StrSize(Src); in StrDuplicate()
|
/external/svox/pico/lib/ |
D | picodata.c | 969 /* 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/ |
D | load_commands.yaml | 75 strsize: 1096 201 #CHECK: strsize: 1096
|
D | rebase_opcode.yaml | 42 strsize: 1096
|
D | bind_opcode.yaml | 42 strsize: 1096
|
D | weak_bind_opcode.yaml | 42 strsize: 1096
|
D | export_trie.yaml | 75 strsize: 1096
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader.cc | 380 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/ |
D | efilib.h | 248 StrSize ( 404 IN UINTN StrSize, 412 IN UINTN StrSize,
|
/external/syslinux/efi64/include/efi/ |
D | efilib.h | 248 StrSize ( 404 IN UINTN StrSize, 412 IN UINTN StrSize,
|
/external/syslinux/efi32/include/efi/ |
D | efilib.h | 248 StrSize ( 404 IN UINTN StrSize, 412 IN UINTN StrSize,
|
/external/tcpdump/ |
D | smbutil.c | 348 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/ |
D | macho-private-headers.test | 100 CHECK: strsize 44 297 EXE: strsize 56 520 NON_VERBOSE: strsize 44
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 57 CHECK: strsize 36 241 EXE: strsize 56
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 104 CHECK: strsize 16 275 EXE: strsize 68
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVUtil.h | 377 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/ |
D | temp-labels.s | 9 // CHECK: ('strsize', 8)
|
D | section-align-1.s | 50 // CHECK: ('strsize', 8)
|
/external/strace/ |
D | strace.1 | 53 [\fB-s\fIstrsize\fR] 175 .I strsize 247 .BI "\-s " strsize
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 65 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/ |
D | multiboot.h | 89 uint32_t strsize; member
|
/external/libcups/cups/ |
D | snmp.c | 48 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()
|