Searched refs:dend (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dtime.c259 unsigned int dstart, dend; local
290 dend = get_dec();
292 ppc_tb_freq = (dstart - dend) * 100 / 6;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c474 int dend, send; /* Last index into @[ds]rl. */ local
495 for (dend = 0; drl[dend].length; dend++)
497 dend++;
498 drl = ntfs_rl_realloc(drl, dend, dend + 1);
502 ntfs_rl_mm(drl, 1, 0, dend);
548 for (dend = di; drl[dend]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Drunlist.c537 int dend, send; /* Last index into @[ds]rl. */ local
562 for (dend = 0; likely(drl[dend].length); dend++)
564 dend++;
565 drl = ntfs_rl_realloc(drl, dend, dend + 1);
569 ntfs_rl_mm(drl, 1, 0, dend);
610 for (dend = di; drl[dend]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c5293 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5298 while (d == dend) \
5301 if (dend == end_match_2) \
5305 dend = end_match_2; \
5597 const CHAR_T *d, *dend;
5960 `dend' is the end of the input string that `d' points within. `d'
5970 dend = end_match_1;
5976 dend = end_match_2;
5988 dend = end_match_1;
5993 dend
5580 const CHAR_T *d, *dend; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c3731 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
3736 while (d == dend) \
3739 if (dend == end_match_2) \
3743 dend = end_match_2; \
3898 const char *d, *dend;
4091 `dend' is the end of the input string that `d' points within. `d'
4099 dend = end_match_1;
4104 dend = end_match_2;
4174 /* Restore best match. It may happen that `dend ==
4182 dend
3879 const char *d, *dend; local
[all...]

Completed in 187 milliseconds