Home
last modified time | relevance | path

Searched defs:x_0 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du0.h2 __m128i x_0, x_1, x_2, x_3; variable
H A Du1.h2 __m128i x_0, x_1, x_2, x_3; variable
H A Du4.h30 __m128i x_0 = _mm_set1_epi32(x[0]); variable
H A Du8.h140 __m256i x_0 = _mm256_set1_epi32(x[0]); variable
/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dhgraph.cpp972 int x_0 = lastx; in HGtline() local
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Ddraw.c506 DrawArc (DviWidget dw, int x_0, int y_0, int x_1, int y_1) in DrawArc()