| /src/external/gpl3/gcc/dist/gcc/ |
| gcov-dump.cc | 290 unsigned long actual_length = gcov_position () - base; local 292 if (actual_length > length) 294 filename, actual_length - length); 295 else if (length > actual_length) 297 filename, length - actual_length);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcov-dump.cc | 277 unsigned long actual_length = gcov_position () - base; local 279 if (actual_length > length) 281 filename, actual_length - length); 282 else if (length > actual_length) 284 filename, length - actual_length);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| usbif.h | 224 int32_t actual_length; /* actual transfer length */ member in struct:usbif_urb_response
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-util.c | 360 unsigned long actual_length; local 364 actual_length = gcov_position () - base; 365 if (actual_length > length) 367 filename, actual_length - length); 368 else if (length > actual_length) 370 filename, length - actual_length);
|
| /src/sys/external/bsd/dwc2/dist/ |
| dwc2_hcd.h | 181 u32 actual_length; member in struct:dwc2_hcd_iso_packet_desc 197 u32 actual_length; member in struct:dwc2_hcd_urb 613 return dwc2_urb->actual_length; 638 return dwc2_urb->iso_descs[desc_num].actual_length;
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcov-util.c | 350 unsigned long actual_length; local 354 actual_length = gcov_position () - base; 355 if (actual_length > length) 357 filename, actual_length - length); 358 else if (length > actual_length) 360 filename, length - actual_length);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-low.cc | 6121 unsigned int actual_length, copy_length; local 6136 actual_length = sizeof (struct target_loadmap) 6139 if (offset < 0 || offset > actual_length) 6142 copy_length = actual_length - offset < len ? actual_length - offset : len;
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-low.cc | 6148 unsigned int actual_length, copy_length; local 6163 actual_length = sizeof (struct target_loadmap) 6166 if (offset < 0 || offset > actual_length) 6169 copy_length = actual_length - offset < len ? actual_length - offset : len;
|