Home
last modified time | relevance | path

Searched refs:SEED (Results 1 – 3 of 3) sorted by relevance

/scripts/
A Dgen-randstruct-seed.sh4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')
5 echo "$SEED" > "$1"
6 HASH=$(echo -n "$SEED" | sha256sum | cut -d" " -f1)
/scripts/gcc-plugins/
A DMakefile6 SEED=$$(cat $(filter-out FORCE,$^) </dev/null); \
11 echo "const char *randstruct_seed = \"$$SEED\";" >> $@
/scripts/bash-completion/
A Dmake324 KCONFIG_{SEED,PROBABILITY}=

Completed in 13 milliseconds