Home
last modified time | relevance | path

Searched refs:ENOUGH (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dupdate-results-script.patch27 -ENOUGH=`../bin/$OS/enough`
29 +ENOUGH=`enough`
30 export ENOUGH
31 echo "OK, it looks like you can time stuff down to $ENOUGH usec resolution."
/openbmc/linux/lib/zlib_inflate/
H A Dinftrees.h46 #define ENOUGH 2048 macro
H A Dinftrees.c198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
H A Dinflate.h111 code codes[ENOUGH]; /* space for code tables */
/openbmc/u-boot/lib/zlib/
H A Dinftrees.h43 #define ENOUGH 2048 macro
H A Dinftrees.c208 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
276 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
H A Dinflate.h114 code codes[ENOUGH]; /* space for code tables */
/openbmc/linux/drivers/ata/
H A Dlibata-pata-timings.c57 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) macro
58 #define EZ(v, unit) ((v)?ENOUGH(((v) * 1000), unit):0)