HomeSort by: relevance | last modified time | path
    Searched refs:dend (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interface_java.cpp 135 RawShadow *dend = MemToShadow(dst + size); local
136 internal_memset(d, 0, (dend - d) * sizeof(*d));
  /src/external/gpl2/diffutils/dist/lib/
regex.c 5403 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5408 while (d == dend) \
5411 if (dend == end_match_2) \
5415 dend = end_match_2; \
5715 const CHAR_T *d, *dend;
6078 `dend' is the end of the input string that `d' points within. `d'
6088 dend = end_match_1;
6094 dend = end_match_2;
6106 dend = end_match_1;
6111 dend = end_match_2
5698 const CHAR_T *d, *dend; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 5294 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5299 while (d == dend) \
5302 if (dend == end_match_2) \
5306 dend = end_match_2; \
5598 const CHAR_T *d, *dend;
5961 `dend' is the end of the input string that `d' points within. `d'
5971 dend = end_match_1;
5977 dend = end_match_2;
5989 dend = end_match_1;
5994 dend = end_match_2
5581 const CHAR_T *d, *dend; local
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 5129 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5134 while (d == dend) \
5137 if (dend == end_match_2) \
5141 dend = end_match_2; \
5388 const CHAR_TYPE *d, *dend;
5657 `dend' is the end of the input string that `d' points within. `d'
5667 dend = end_match_1;
5673 dend = end_match_2;
5685 dend = end_match_1;
5690 dend = end_match_2
5368 const CHAR_TYPE *d, *dend; local
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 5295 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5300 while (d == dend) \
5303 if (dend == end_match_2) \
5307 dend = end_match_2; \
5591 const CHAR_T *d, *dend;
5872 `dend' is the end of the input string that `d' points within. `d'
5882 dend = end_match_1;
5888 dend = end_match_2;
5900 dend = end_match_1;
5905 dend = end_match_2
5574 const CHAR_T *d, *dend; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 5295 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5300 while (d == dend) \
5303 if (dend == end_match_2) \
5307 dend = end_match_2; \
5591 const CHAR_T *d, *dend;
5872 `dend' is the end of the input string that `d' points within. `d'
5882 dend = end_match_1;
5888 dend = end_match_2;
5900 dend = end_match_1;
5905 dend = end_match_2
5574 const CHAR_T *d, *dend; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 5295 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5300 while (d == dend) \
5303 if (dend == end_match_2) \
5307 dend = end_match_2; \
5591 const CHAR_T *d, *dend;
5872 `dend' is the end of the input string that `d' points within. `d'
5882 dend = end_match_1;
5888 dend = end_match_2;
5900 dend = end_match_1;
5905 dend = end_match_2
5574 const CHAR_T *d, *dend; local
    [all...]
  /src/sys/dev/raidframe/
rf_dagutils.c 1037 RF_SectorNum_t dend = rf_StripeUnitOffset(layoutPtr, dest->startSector + dest->numSector - 1); local
1038 return ((RF_MAX(soffs, doffs) <= RF_MIN(send, dend)) ? 1 : 0);
1198 RF_SectorNum_t dend = rf_StripeUnitOffset(layoutPtr, dest->startSector + dest->numSector - 1); local
1202 dest->numSector = subAddr + RF_MIN(send, dend) + 1 - dest->startSector;
  /src/external/gpl3/binutils/dist/include/
hp-symtab.h 1332 struct dntt_type_end dend; member in union:dnttentry
  /src/external/gpl3/binutils.old/dist/include/
hp-symtab.h 1332 struct dntt_type_end dend; member in union:dnttentry
  /src/usr.sbin/sysinst/
disklabel.c 1106 daddr_t dend = data.start+data.size; local
1109 if (space.start + space.size < dend)

Completed in 190 milliseconds