Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dsha3.c90 static const uint32_t pi[6] = { variable
163 uint32_t p = pi[i >> 2]; in keccak_f1600()
170 uint32_t p = pi[0]; in keccak_f1600()
173 p = pi[1]; in keccak_f1600()
176 p = pi[2]; in keccak_f1600()
179 p = pi[3]; in keccak_f1600()
182 p = pi[4]; in keccak_f1600()
185 p = pi[5]; in keccak_f1600()
/openthread-latest/tools/harness-simulation/posix/etc/
DDockerfile114 && sed -i "s/\/root/\/home\/pi/g" /etc/passwd
115 # The command above changes root home directory to /home/pi
/openthread-latest/third_party/mbedtls/repo/tests/
DMakefile238 perl -pi -e '$(libtestdriver1_rewrite)' ./libtestdriver1/library/*.[ch]
239 perl -pi -e '$(libtestdriver1_rewrite)' ./libtestdriver1/include/*/*.h