Home
last modified time | relevance | path

Searched full:out_b (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcasttest.c89 unsigned char out_a[16], out_b[16]; in cast_test_iterations() local
92 memcpy(out_b, in_b, sizeof(in_b)); in cast_test_iterations()
95 CAST_set_key(&key_b, 16, out_b); in cast_test_iterations()
99 CAST_ecb_encrypt(&(out_b[0]), &(out_b[0]), &key, CAST_ENCRYPT); in cast_test_iterations()
100 CAST_ecb_encrypt(&(out_b[8]), &(out_b[8]), &key, CAST_ENCRYPT); in cast_test_iterations()
104 || !TEST_mem_eq(out_b, sizeof(c_b), c_b, sizeof(c_b))) in cast_test_iterations()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Damlogic,axg-sound-card.txt78 "Speaker1 Right", "SPK1 OUT_B",
79 "Speaker2 Right", "SPK2 OUT_B",
H A Damlogic,axg-sound-card.yaml129 "Speaker1 Right", "SPK1 OUT_B",
130 "Speaker2 Right", "SPK2 OUT_B",
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-axg-s400.dts266 "Speaker1 Left", "SPK1 OUT_B",
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3074 // (out_b = in_b \ filter_b). filter_b is expected to be set-up ahead of time.
3075 // Maintains out_b as its state, allowing for O(n) iteration over it at any
3089 // to itself (out_b).