Searched refs:buf1 (Results 1 - 25 of 158) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Di386-sse-reverse.c25 char buf1[] = {16, 17, 18, 19, 20, 21, 22, 23, local
31 asm ("movupd %0, %%xmm1":"=m"(buf1));
77 char buf1[] = {16, 17, 18, 19, 20, 21, 22, 23, local
83 asm ("movupd %0, %%xmm1":"=m"(buf1));
96 char buf1[] = {16, 17, 18, 19, 20, 21, 22, 23, local
102 asm ("movupd %0, %%xmm1":"=m"(buf1));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Di386-sse-reverse.c25 char buf1[] = {16, 17, 18, 19, 20, 21, 22, 23, local
31 asm ("movupd %0, %%xmm1":"=m"(buf1));
77 char buf1[] = {16, 17, 18, 19, 20, 21, 22, 23, local
83 asm ("movupd %0, %%xmm1":"=m"(buf1));
96 char buf1[] = {16, 17, 18, 19, 20, 21, 22, 23, local
102 asm ("movupd %0, %%xmm1":"=m"(buf1));
/netbsd-current/games/battlestar/
H A Dgetcom.c76 getword(char *buf1, char *buf2, int flag) argument
81 while (isspace((unsigned char)*buf1))
82 buf1++;
83 if (*buf1 != ',') {
84 if (!*buf1) {
88 while (cnt < WORDLEN && *buf1 &&
89 !isspace((unsigned char)*buf1) && *buf1 != ',')
91 if (isupper((unsigned char)*buf1)) {
93 tolower((unsigned char)*buf1
[all...]
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dsafe_test.c61 char buf1[4] = { 1, 2, 3, 4 }; local
64 isc_safe_memwipe(buf1, sizeof(buf1));
67 assert_int_equal(memcmp(buf1, buf2, sizeof(buf1)), 0);
74 char buf1[4] = { 1, 2, 3, 4 }; local
81 isc_safe_memwipe(buf1, 3);
84 assert_int_equal(memcmp(buf1, buf2, sizeof(buf1)), 0);
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dcodecs.c7 unsigned char buf1[1000]; local
37 if (sodium_hex2bin(buf1, 1U, hex, 8U, NULL, &bin_len, &hex_end) != -1) {
43 if (sodium_hex2bin(buf1, 4U, hex, 12U, ":", &bin_len, &hex_end) != -1) {
51 if (sodium_hex2bin(buf1, sizeof buf1, hex, 12U, ":",
58 if (sodium_hex2bin(buf1, sizeof buf1, hex, 13U, ":",
65 if (sodium_hex2bin(buf1, sizeof buf1, hex, 12U, ":",
71 if (sodium_hex2bin(buf1, sizeo
[all...]
H A Dsodium_utils.c8 unsigned char buf1[1000]; local
22 randombytes_buf(buf1, sizeof buf1);
23 memcpy(buf2, buf1, sizeof buf2);
24 printf("%d\n", sodium_memcmp(buf1, buf2, sizeof buf1));
25 sodium_memzero(buf1, 0U);
26 printf("%d\n", sodium_memcmp(buf1, buf2, sizeof buf1));
27 sodium_memzero(buf1, sizeo
[all...]
/netbsd-current/tests/lib/libc/string/
H A Dt_strcmp.c27 char buf1[64]; local
81 memcpy(&buf1[a1], tab[t].val1,
84 ret = f(&buf0[a0], &buf1[a1]);
92 &buf0[a0], &buf1[a1], ret);
108 char buf1[10] = "xxx"; local
111 ATF_CHECK(strcmp(buf1, buf1) == 0);
118 ATF_CHECK(strcmp(buf1 + 0, buf2 + 0) < 0);
119 ATF_CHECK(strcmp(buf1 + 1, buf2 + 1) < 0);
120 ATF_CHECK(strcmp(buf1
[all...]
H A Dt_strcpy.c27 char buf1[64]; local
90 memcpy(&buf1[a1], tab[t].val, tab[t].len + 1);
91 ret = f(&buf0[a0], &buf1[a1]);
107 if (memcmp(&buf0[a0], &buf1[a1],
H A Dt_strcat.c27 char buf1[64]; local
93 memcpy(&buf1[a1], tab[t1].val,
96 ret = f(&buf0[a0], &buf1[a1]);
112 &buf1[a1],
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlvm-file.h52 #define is_same_inode(buf1, buf2) \
53 ((buf1).st_ino == (buf2).st_ino && \
54 (buf1).st_dev == (buf2).st_dev)
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-file.h52 #define is_same_inode(buf1, buf2) \
53 ((buf1).st_ino == (buf2).st_ino && \
54 (buf1).st_dev == (buf2).st_dev)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-strfns.c22 const char buf1[] = { 0, 1, 2, 3 }; variable
45 bfunc (buf1);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-strfns.c22 const char buf1[] = { 0, 1, 2, 3 }; variable
45 bfunc (buf1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcoremaker.c39 char *buf1; variable
68 buf1 = (char *) malloc (MAPSIZE);
71 buf1[j] = j;
83 write (fd, buf1, MAPSIZE);
109 if (buf1[j] != buf2[j] || buf1[j] != buf2ro[j])
117 buf2[0] = buf1[0];
H A Dcatch-syscall.c49 char buf1[2] = "a"; local
64 write (fd[1], buf1, sizeof (buf1));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcoremaker.c39 char *buf1; variable
68 buf1 = (char *) malloc (MAPSIZE);
71 buf1[j] = j;
83 write (fd, buf1, MAPSIZE);
109 if (buf1[j] != buf2[j] || buf1[j] != buf2ro[j])
117 buf2[0] = buf1[0];
H A Dcatch-syscall.c50 char buf1[2] = "a"; local
65 write (fd[1], buf1, sizeof (buf1));
/netbsd-current/tests/crypto/opencrypto/
H A Dh_comp.c48 unsigned char buf1[10000], buf2[100000]; local
64 co1.dst = buf1;
65 co1.dst_len = sizeof(buf1);
71 buf1[co1.dst_len - 8]++; /* modify CRC */
73 write(1, buf1, co1.dst_len);
78 co2.src = buf1;
H A Dh_comp_zlib.c47 unsigned char buf1[10000], buf2[10000]; local
64 co1.dst = buf1;
65 co1.dst_len = sizeof(buf1);
72 z.next_in = buf1;
H A Dh_comp_zlib_rnd.c49 unsigned char buf1[10000], buf2[10000]; local
69 co1.dst = buf1;
70 co1.dst_len = sizeof(buf1);
76 z.next_in = buf1;
/netbsd-current/lib/libform/
H A Dtype_ipv4.c63 char *buf, *buf1, *keeper, *p, *slash; local
130 buf1 = NULL;
137 if (asprintf(&buf1, "%d.%d.%d.%d", vals[0], vals[1],
146 if (asprintf(&buf1, "%d.%d.%d.%d", vals[0], vals[1],
154 if (asprintf(&buf1, "%d.%d.%d.%d", vals[0], vals[1],
168 set_field_buffer(field, 1, buf1);
172 _formi_dbg_printf("%s: buf1 set to %s\n", __func__, buf1);
175 free(buf1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daarch64-fp.c23 char buf1[] = {0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, local
35 addr = &buf1[0];
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daarch64-fp.c23 char buf1[] = {0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, local
35 addr = &buf1[0];
/netbsd-current/usr.bin/locate/bigram/
H A Dlocate.bigram.c63 static char buf1[MAXPATHLEN] = " "; variable
97 char *oldpath = buf1, *path = buf2;
121 if (path == buf1) /* swap pointers */
122 path = buf2, oldpath = buf1;
124 path = buf1, oldpath = buf2;
/netbsd-current/external/public-domain/xz/dist/src/liblzma/common/
H A Dmemcmplen.h25 /// \param buf1 First buffer
33 /// the specified limit from both buf1 and buf2.
43 lzma_memcmplen(const uint8_t *buf1, const uint8_t *buf2, argument
64 const uint64_t x = *(const uint64_t *)(buf1 + len)
98 _mm_loadu_si128((const __m128i *)(buf1 + len)),
123 uint32_t x = *(const uint32_t *)(buf1 + len)
146 uint32_t x = *(const uint32_t *)(buf1 + len)
168 while (len < limit && buf1[len] == buf2[len])

Completed in 169 milliseconds

1234567