Home
last modified time | relevance | path

Searched defs:HLOAD (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/cdt/
H A Ddthdr.h35 #define HLOAD(s) ((s) << 1) macro
/dports/shells/ksh93/ast-93u/src/cmd/mailx/port/
H A Ddthdr.h99 #define HLOAD(s) ((s) << 1) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/port/
H A Ddthdr.h99 #define HLOAD(s) ((s) << 1) macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/port/
H A Ddthdr.h99 #define HLOAD(s) ((s) << 1) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/cdt/
H A Ddthash.c33 #define HLOAD(n) (n) /* load one-to-one */ macro
/dports/shells/ksh93/ast-93u/src/lib/libast/cdt/
H A Ddthash.c33 #define HLOAD(n) (n) /* load one-to-one */ macro
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/cdt/
H A Ddthash.c42 #define HLOAD(n) (n) /* load one-to-one */ macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/cdt/
H A Ddthash.c33 #define HLOAD(n) (n) /* load one-to-one */ macro
/dports/lang/ghc/ghc-8.10.7/rts/
H A DHash.c37 #define HLOAD 5 /* Maximum average load of a single hash bucket */ macro