Home
last modified time | relevance | path

Searched refs:BYTEOFF (Results 1 – 23 of 23) sorted by relevance

/dports/lang/pcc/pcc-1.1.0/arch/nova/
H A Dmacdefs.h113 #define BYTEOFF(x) ((x)&01) macro
114 #define wdal(k) (BYTEOFF(k)==0)
/dports/lang/pcc/pcc-1.1.0/arch/pdp11/
H A Dmacdefs.h122 #define BYTEOFF(x) ((x)&01) macro
123 #define wdal(k) (BYTEOFF(k)==0)
/dports/devel/p5-Sort-Key/Sort-Key-1.33/
H A Dsort.h66 #define BYTEOFF(P, Q) (((char *)(Q)) - ((char *)(P))) macro
73 #define PNELEM(P, Q) (BYTEOFF(P,Q) >> (PSHIFT))
84 #define POTHER(P, THIS, OTHER) GPTP(((char *)(OTHER)) + BYTEOFF(THIS,P))
/dports/devel/p5-Sort-Key-Top/Sort-Key-Top-0.08/
H A Dsort.h66 #define BYTEOFF(P, Q) (((char *)(Q)) - ((char *)(P))) macro
73 #define PNELEM(P, Q) (BYTEOFF(P,Q) >> (PSHIFT))
84 #define POTHER(P, THIS, OTHER) GPTP(((char *)(OTHER)) + BYTEOFF(THIS,P))
/dports/lang/pcc/pcc-1.1.0/arch/vax/
H A Dmacdefs.h167 # define BYTEOFF(x) ((x)&03) macro
168 # define wdal(k) (BYTEOFF(k)==0)
/dports/lang/pcc/pcc-1.1.0/arch/arm/
H A Dmacdefs.h105 #define BYTEOFF(x) ((x)&03) macro
106 #define wdal(k) (BYTEOFF(k)==0)
/dports/lang/pcc/pcc-1.1.0/arch/pdp10/
H A Dmacdefs.h118 #define BYTEOFF(x) ((x)&03) macro
119 #define wdal(k) (BYTEOFF(k)==0)
/dports/lang/pcc/pcc-1.1.0/arch/m68k/
H A Dmacdefs.h115 #define BYTEOFF(x) ((x)&03) macro
116 #define wdal(k) (BYTEOFF(k)==0)
/dports/lang/pcc/pcc-1.1.0/arch/amd64/
H A Dmacdefs.h132 #define BYTEOFF(x) ((x)&07) macro
133 #define wdal(k) (BYTEOFF(k)==0)
/dports/lang/pcc/pcc-1.1.0/arch/i86/
H A Dmacdefs.h126 #define BYTEOFF(x) ((x)&03) macro
127 #define wdal(k) (BYTEOFF(k)==0)
/dports/lang/pcc/pcc-1.1.0/arch/i386/
H A Dmacdefs.h144 #define BYTEOFF(x) ((x)&03) macro
145 #define wdal(k) (BYTEOFF(k)==0)
/dports/lang/pcc/pcc-1.1.0/arch/m16c/
H A Dmacdefs.h112 #define BYTEOFF(x) 1 macro
/dports/lang/huc/huc-3.21/src/huc/
H A Ddefs.h16 #define BYTEOFF 0 macro
H A Dfunction.c171 address = address + BYTEOFF; in getarg()
/dports/lang/pcc/pcc-1.1.0/arch/hppa/
H A Dmacdefs.h106 #define BYTEOFF(x) ((x)&03) macro
107 #define wdal(k) (BYTEOFF(k)==0)
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_sort.c88 #define BYTEOFF(P, Q) (APTR(Q) - APTR(P)) macro
95 #define PNELEM(P, Q) (BYTEOFF(P,Q) >> (PSHIFT))
106 #define POTHER(P, THIS, OTHER) GPTP(APTR(OTHER) + BYTEOFF(THIS,P))
/dports/lang/pcc/pcc-1.1.0/arch/sparc64/
H A Dmacdefs.h107 #define BYTEOFF(x) ((x)&03) macro
/dports/lang/pcc/pcc-1.1.0/arch/powerpc/
H A Dmacdefs.h132 #define BYTEOFF(x) ((x)&03) macro
/dports/lang/pcc/pcc-1.1.0/arch/mips/
H A Dmacdefs.h129 #define BYTEOFF(x) ((x)&03) macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_sort.c79 #define BYTEOFF(P, Q) (APTR(Q) - APTR(P)) macro
86 #define PNELEM(P, Q) (BYTEOFF(P,Q) >> (PSHIFT))
97 #define POTHER(P, THIS, OTHER) GPTP(APTR(OTHER) + BYTEOFF(THIS,P))
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_sort.c75 #define BYTEOFF(P, Q) (APTR(Q) - APTR(P)) macro
82 #define PNELEM(P, Q) (BYTEOFF(P,Q) >> (PSHIFT))
93 #define POTHER(P, THIS, OTHER) GPTP(APTR(OTHER) + BYTEOFF(THIS,P))
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_sort.c79 #define BYTEOFF(P, Q) (APTR(Q) - APTR(P)) macro
86 #define PNELEM(P, Q) (BYTEOFF(P,Q) >> (PSHIFT))
97 #define POTHER(P, THIS, OTHER) GPTP(APTR(OTHER) + BYTEOFF(THIS,P))
/dports/lang/pcc/pcc-1.1.0/mip/
H A Dmatch.c137 if (BYTEOFF(p->n_lval)) in tshape()
335 val = BYTEOFF(val); in expand()