Searched refs:srcLen (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | base64.d | 232 immutable srcLen = source.length; variable 233 if (srcLen == 0) 236 immutable blocks = srcLen / 3; 237 immutable remain = srcLen % 3; 315 immutable srcLen = source.length; variable 316 if (srcLen == 0) 319 immutable blocks = srcLen / 3; 320 immutable remain = srcLen % 3; 367 bufptr - buffer.ptr == encodeLength(srcLen), 402 immutable srcLen = source.length; variable [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | base64.d | 233 immutable srcLen = source.length; variable 234 if (srcLen == 0) 237 immutable blocks = srcLen / 3; 238 immutable remain = srcLen % 3; 316 immutable srcLen = source.length; variable 317 if (srcLen == 0) 320 immutable blocks = srcLen / 3; 321 immutable remain = srcLen % 3; 368 bufptr - buffer.ptr == encodeLength(srcLen), 402 immutable srcLen = source.length; variable [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | SourceFile.cc | 97 size_t srcLen = dbeFile->sbuf.st_size; in readSource() local 104 char *srcMap = (char *) malloc (srcLen + 1); in readSource() 105 int64_t sz = read_from_file (fd, srcMap, srcLen); in readSource() 106 if (sz != (int64_t) srcLen) in readSource() 108 location, (long long) sz, (long long) srcLen); in readSource()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | SourceFile.cc | 97 size_t srcLen = dbeFile->sbuf.st_size; in readSource() local 104 char *srcMap = (char *) malloc (srcLen + 1); in readSource() 105 int64_t sz = read_from_file (fd, srcMap, srcLen); in readSource() 106 if (sz != (int64_t) srcLen) in readSource() 108 location, (long long) sz, (long long) srcLen); in readSource()
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/ |
H A D | visual-basic.txt | 87 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long, 90 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long)
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/ |
H A D | visual-basic.txt | 87 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long, 90 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long)
|
/netbsd-src/external/gpl3/gdb/dist/zlib/old/ |
H A D | visual-basic.txt | 87 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long, 90 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long)
|
/netbsd-src/external/gpl3/binutils/dist/zlib/old/ |
H A D | visual-basic.txt | 87 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long, 90 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long)
|