| /src/crypto/external/bsd/openssh/dist/ |
| sftp-client.h | 54 u_int64_t read_length; member in struct:sftp_limits
|
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| qmqp-sink.c | 155 /* read_length - read over-all netstring length */ 157 static void read_length(int event, void *context) function 234 event_enable_read(fd, read_length, (void *) state);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| coverage.cc | 246 int read_length = (int)length; 247 length = read_length > 0 ? read_length : 0; 248 unsigned n_counts = GCOV_TAG_COUNTER_NUM (abs (read_length)); 277 if (read_length > 0) 244 int read_length = (int)length; local
|
| gcov-dump.cc | 242 int read_length; local 252 read_length = (int)gcov_read_unsigned (); 253 length = read_length > 0 ? read_length : 0; 283 printf ("%08x:%4u:%s", tag, abs (read_length), format->name); 285 (*format->proc) (filename, tag, read_length, depth);
|
| gcov.cc | 2181 int read_length = (int)length; 2214 length = abs (read_length); 2218 if (read_length > 0) 2229 length = abs (read_length); 2233 if (read_length > 0) 2237 if (read_length < 0) 2238 read_length = 0; 2239 gcov_sync (base, read_length); 2180 int read_length = (int)length; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| coverage.cc | 246 int read_length = (int)length; 247 length = read_length > 0 ? read_length : 0; 248 unsigned n_counts = GCOV_TAG_COUNTER_NUM (abs (read_length)); 277 if (read_length > 0) 244 int read_length = (int)length; local
|
| gcov-dump.cc | 229 int read_length; local 239 read_length = (int)gcov_read_unsigned (); 240 length = read_length > 0 ? read_length : 0; 270 printf ("%08x:%4u:%s", tag, abs (read_length), format->name); 272 (*format->proc) (filename, tag, read_length, depth);
|
| gcov.cc | 2059 int read_length = (int)length; 2092 length = abs (read_length); 2096 if (read_length > 0) 2100 if (read_length < 0) 2101 read_length = 0; 2102 gcov_sync (base, read_length); 2058 int read_length = (int)length; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tracefile.c | 254 unsigned int read_length; local 257 read_length = MAX_TRACE_UPLOAD; 259 read_length = mlen - j; 263 read_length); 264 if (t < read_length) 270 read_length); 272 j += read_length; 273 gotten += read_length;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| tracefile.c | 254 unsigned int read_length; local 257 read_length = MAX_TRACE_UPLOAD; 259 read_length = mlen - j; 263 read_length); 264 if (t < read_length) 270 read_length); 272 j += read_length; 273 gotten += read_length;
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcov-driver.c | 336 int read_length = (int)gcov_read_unsigned (); local 337 length = abs (read_length); 344 if (read_length > 0)
|
| libgcov-util.c | 318 int read_length = (int)gcov_read_unsigned (); local 319 length = read_length > 0 ? read_length : 0; 352 (*format->proc) (tag, read_length);
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-driver.c | 336 int read_length = (int)gcov_read_unsigned (); local 337 length = abs (read_length); 344 if (read_length > 0)
|
| libgcov-util.c | 328 int read_length = (int)gcov_read_unsigned (); local 329 length = read_length > 0 ? read_length : 0; 362 (*format->proc) (tag, read_length);
|