Home
last modified time | relevance | path

Searched refs:rodd (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/mmix/mmix-20160804_1/
H A Dalpha.mms11 rodd GREG #4020100804020101
16 MOR z,rodd,t
26 MOR z,t,rodd
36 MOR z,t,rodd
46 MOR z,t,rodd
56 MOR z,t,rodd
66 MOR z,t,rodd
76 MOR z,t,rodd
86 MOR z,t,rodd
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/utils/tex2rtf/docs/
H A Dfancyhea.sty132 \def\@oddhead{\@fancyhead\@lodd\@olhead\@ochead\@orhead\@rodd}%
133 \def\@oddfoot{\@fancyfoot\@lodd\@olfoot\@ocfoot\@orfoot\@rodd}%
134 \def\@evenhead{\@fancyhead\@rodd\@elhead\@echead\@erhead\@lodd}%
135 \def\@evenfoot{\@fancyfoot\@rodd\@elfoot\@ecfoot\@erfoot\@lodd}%
138 \def\@rodd{\if@reversemargin\relax\else\hss\fi}
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/utils/tex2rtf/docs/
H A Dfancyhea.sty132 \def\@oddhead{\@fancyhead\@lodd\@olhead\@ochead\@orhead\@rodd}%
133 \def\@oddfoot{\@fancyfoot\@lodd\@olfoot\@ocfoot\@orfoot\@rodd}%
134 \def\@evenhead{\@fancyhead\@rodd\@elhead\@echead\@erhead\@lodd}%
135 \def\@evenfoot{\@fancyfoot\@rodd\@elfoot\@ecfoot\@erfoot\@lodd}%
138 \def\@rodd{\if@reversemargin\relax\else\hss\fi}
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/utils/tex2rtf/docs/
H A Dfancyhea.sty132 \def\@oddhead{\@fancyhead\@lodd\@olhead\@ochead\@orhead\@rodd}%
133 \def\@oddfoot{\@fancyfoot\@lodd\@olfoot\@ocfoot\@orfoot\@rodd}%
134 \def\@evenhead{\@fancyhead\@rodd\@elhead\@echead\@erhead\@lodd}%
135 \def\@evenfoot{\@fancyfoot\@rodd\@elfoot\@ecfoot\@erfoot\@lodd}%
138 \def\@rodd{\if@reversemargin\relax\else\hss\fi}
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/utils/tex2rtf/docs/
H A Dfancyhea.sty132 \def\@oddhead{\@fancyhead\@lodd\@olhead\@ochead\@orhead\@rodd}%
133 \def\@oddfoot{\@fancyfoot\@lodd\@olfoot\@ocfoot\@orfoot\@rodd}%
134 \def\@evenhead{\@fancyhead\@rodd\@elhead\@echead\@erhead\@lodd}%
135 \def\@evenfoot{\@fancyfoot\@rodd\@elfoot\@ecfoot\@erfoot\@lodd}%
138 \def\@rodd{\if@reversemargin\relax\else\hss\fi}
/dports/dns/firedns/firedns/
H A DCREDITS1 Joshua Rodd <joshua@rodd.us> -- fix alignment issues
/dports/lang/swi-pl/swipl-8.2.3/man/
H A Dfancyheadings.sty190 \def\@oddhead{\@fancyhead\@lodd\@olhead\@ochead\@orhead\@rodd}%
191 \def\@oddfoot{\@fancyfoot\@lodd\@olfoot\@ocfoot\@orfoot\@rodd}%
192 \def\@evenhead{\@fancyhead\@rodd\@elhead\@echead\@erhead\@lodd}%
193 \def\@evenfoot{\@fancyfoot\@rodd\@elfoot\@ecfoot\@erfoot\@lodd}%
196 \def\@rodd{\if@reversemargin\relax\else\hss\fi}
/dports/math/4ti2/4ti2-Release_1_6_9/doc/
H A Dmyfancyheadings.sty189 \def\@oddhead{\@fancyhead\@lodd\@olhead\@ochead\@orhead\@rodd}%
190 \def\@oddfoot{\@fancyfoot\@lodd\@olfoot\@ocfoot\@orfoot\@rodd}%
191 \def\@evenhead{\@fancyhead\@rodd\@elhead\@echead\@erhead\@lodd}%
192 \def\@evenfoot{\@fancyfoot\@rodd\@elfoot\@ecfoot\@erfoot\@lodd}%
195 \def\@rodd{\if@reversemargin\relax\else\hss\fi}
/dports/devel/codeworker/CodeWorker4_5_3/Documentation/
H A Dfancyhdr.sty245 % 1. \@lodd or \@rodd % This determines at which side the header will stick
250 % 5. \@lodd or \@rodd % This determines at which side the header will stick
312 \def\@oddhead{\@fancyhead\@lodd\f@ncyolh\f@ncyoch\f@ncyorh\@rodd}%
313 \def\@oddfoot{\@fancyfoot\@lodd\f@ncyolf\f@ncyocf\f@ncyorf\@rodd}%
314 \def\@evenhead{\@fancyhead\@rodd\f@ncyelh\f@ncyech\f@ncyerh\@lodd}%
315 \def\@evenfoot{\@fancyfoot\@rodd\f@ncyelf\f@ncyecf\f@ncyerf\@lodd}%
318 \def\@rodd{\if@reversemargin\relax\else\hss\fi}
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dbignumc.c617 int skips, rodd; in unsafe_square_bn() local
638 rodd = (U16)(((bnlength<<1)-rlength)>>1) & 0x0001; in unsafe_square_bn()
681 steps -= rodd; /* rodd is 1 or 0 */ in unsafe_square_bn()
682 doublesteps -= rodd+1; in unsafe_square_bn()
683 rp1 += (rodd+1)<<1; in unsafe_square_bn()
/dports/science/PETSc/petsc-3.14.1/src/mat/tests/
H A Dex23.c21 IS is,is2,reven,rodd,ceven,codd; in main() local
269 ierr = ISCreateStride(PETSC_COMM_WORLD,m/2,1,2,&rodd);CHKERRQ(ierr); in main()
274 ierr = MatGetLocalSubMatrix(A2,rodd,ceven,&Aoe);CHKERRQ(ierr); in main()
275 ierr = MatGetLocalSubMatrix(A2,rodd,codd,&Aoo);CHKERRQ(ierr); in main()
309 ierr = MatRestoreLocalSubMatrix(A2,rodd,ceven,&Aoe);CHKERRQ(ierr); in main()
310 ierr = MatRestoreLocalSubMatrix(A2,rodd,codd,&Aoo);CHKERRQ(ierr); in main()
313 ierr = ISDestroy(&rodd);CHKERRQ(ierr); in main()
/dports/lang/perl5.30/perl-5.30.3/Porting/
H A DcheckAUTHORS.pl695 joshua\100rodd.us jrodd\100pbs.org
/dports/lang/perl5.32/perl-5.32.1/Porting/
H A DcheckAUTHORS.pl967 joshua\100rodd.us jrodd\100pbs.org
/dports/lang/perl5.34/perl-5.34.0/Porting/
H A DcheckAUTHORS.pl969 joshua\100rodd.us jrodd\100pbs.org
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Porting/
H A DcheckAUTHORS.pl969 joshua\100rodd.us jrodd\100pbs.org
/dports/mail/thunderbird-dictionaries/dictionaries/spell-cy-GB.xpi/
H A Dcy-GB.aff741 SFX C ro rodd ro
782 SFX C ri rodd ri
825 SFX C ru rodd ru
868 SFX C ryd rodd ryd
/dports/lang/perl5.32/perl-5.32.1/
H A DAUTHORS688 Joshua Rodd <joshua@rodd.us>
/dports/lang/perl5.30/perl-5.30.3/
H A DAUTHORS680 Joshua Rodd <joshua@rodd.us>
/dports/lang/perl5.34/perl-5.34.0/
H A DAUTHORS702 Joshua Rodd <joshua@rodd.us>
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A DAUTHORS707 Joshua Rodd <joshua@rodd.us>
/dports/emulators/gngeo/gngeo-gngeo_0.8/
H A Dromrc8115 game rodd MVS "Rage of the dragons (decrypted)"
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dfo_FO-Faroese.dic34696 rodd/4,355
113771rodd
/dports/security/hashcat/hashcat-6.2.5/
H A Dexample.dict106316 rodd
/dports/textproc/sv-hunspell/sv-hunspell-2.40/dictionaries/
H A Dsv_FI.dic104002 rodd/ADHY
104003 rodd-
104016 roddövning/ADGv
H A Dsv_SE.dic104182 rodd/ADHY
104183 rodd-
104196 roddövning/ADGv

12