Searched refs:PREV (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/package/
H A DMakefile31 PREV := set -e; cd ..; macro
46 $(PREV) ln -sf $(srctree) $(KERNELPATH)
48 $(PREV) tar -cz $(RCS_TAR_IGNORE) -f $(KERNELPATH).tar.gz $(KERNELPATH)/.
49 $(PREV) rm $(KERNELPATH)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap.c669 #define PREV r[2] macro
677 xfs_bmbt_get_all(ep, &PREV);
679 ASSERT(PREV.br_startoff <= new->br_startoff);
680 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
686 if (PREV.br_startoff == new->br_startoff)
688 if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
750 LEFT.br_blockcount + PREV.br_blockcount +
775 PREV
1134 #undef PREV macro
1164 #define PREV macro
1622 #undef PREV macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_lut3d.c104 #define PREV(x) ((int)(x)) macro
123 const int prev[] = {PREV(s->r), PREV(s->g), PREV(s->b)};
151 const int prev[] = {PREV(s->r), PREV(s->g), PREV(s->b)};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_template.c2719 #define PREV\ macro
2766 PREV //0
2770 PREV //1
2776 PREV //2
2782 PREV //3
2788 PREV //4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_template.c2643 #define PREV\ macro
2690 PREV //0
2694 PREV //1
2700 PREV //2
2706 PREV //3
2712 PREV //4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c58 * Need PREV to check on a '-' within a Character Group. May only be used
61 #define PREV (ctxt->cur[-1]) macro
4956 * the start of ctxt->string, and PREV should be safe
4958 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlregexp.c58 * Need PREV to check on a '-' within a Character Group. May only be used
61 #define PREV (ctxt->cur[-1]) macro
4956 * the start of ctxt->string, and PREV should be safe
4958 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {

Completed in 191 milliseconds