HomeSort by: relevance | last modified time | path
    Searched defs:v16 (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
verify1.c 8 unsigned char *v16, *v16x; local
15 v16 = (unsigned char *) sodium_malloc(16);
22 randombytes_buf(v16, 16);
26 memcpy(v16x, v16, 16);
30 if (crypto_verify_16(v16, v16x) != 0 ||
33 sodium_memcmp(v16, v16x, 16) != 0 ||
50 if (crypto_verify_16(v16, v16x) != -1 ||
53 sodium_memcmp(v16, v16x, 16) != -1 ||
68 sodium_free(v16);
  /src/sys/arch/arm/arm32/
kobj_machdep.c 312 uint16_t *p16, *p16_end, v16; local
346 v16 = bswap16(*p16);
347 *p16++ = v16;
  /src/usr.sbin/puffs/mount_9p/
nineproto.c 128 uint16_t size, v16; local
140 GETFIELD(p9pbuf_get_2, &v16, 2);
147 GETSTR(name, &v16);
148 GETSTR(&uid, &v16);
149 GETSTR(&gid, &v16);
175 GETSTR(NULL, &v16);
178 GETSTR(NULL, &v16); /* extension[s], not used */
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_ppc_regs.h 81 #define v16 16 macro
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_ppc_regs.h 81 #define v16 16 macro
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_ppc_regs.h 81 #define v16 16 macro
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
ppc-asm.h 156 #define v16 16 macro
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
ppc-asm.h 156 #define v16 16 macro
  /src/external/gpl3/gdb/dist/gdbserver/
linux-s390-low.cc 421 int v16 = find_regno (regcache->tdesc, "v16"); local
425 collect_register (regcache, v16 + i, (char *) buf + 16 * i);
431 int v16 = find_regno (regcache->tdesc, "v16"); local
435 supply_register (regcache, v16 + i, (const char *) buf + 16 * i);
951 0xe7, 0x0f, 0xf1, 0x00, 0x0c, 0x3e, /* vstm %v16, %v31, 0x100(%r15) */
1049 0xe7, 0x0f, 0xf1, 0x00, 0x0c, 0x36, /* vlm %v16, %v31, 0x100(%r15) */
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-s390-low.cc 421 int v16 = find_regno (regcache->tdesc, "v16"); local
425 collect_register (regcache, v16 + i, (char *) buf + 16 * i);
431 int v16 = find_regno (regcache->tdesc, "v16"); local
435 supply_register (regcache, v16 + i, (const char *) buf + 16 * i);
953 0xe7, 0x0f, 0xf1, 0x00, 0x0c, 0x3e, /* vstm %v16, %v31, 0x100(%r15) */
1051 0xe7, 0x0f, 0xf1, 0x00, 0x0c, 0x36, /* vlm %v16, %v31, 0x100(%r15) */
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.cc 2315 uint16_t v16 = (uint16_t) cpkt->tsize; local
2316 size_t cpktsize = dwin->decode (v16);
2326 v16 = (uint16_t) cpkt->type;
2327 v16 = dwin->decode (v16);
2328 switch (v16)
2339 (int) v16, (long long) class_id, className, fileName);
2358 (int) v16, (long long) class_id, className, fileName);
2374 (int) v16, (long long) method_id, s_name,
2397 (int) v16, (int) v16, (int) cpktsize)
4467 uint16_t v16; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.cc 2315 uint16_t v16 = (uint16_t) cpkt->tsize; local
2316 size_t cpktsize = dwin->decode (v16);
2326 v16 = (uint16_t) cpkt->type;
2327 v16 = dwin->decode (v16);
2328 switch (v16)
2339 (int) v16, (long long) class_id, className, fileName);
2358 (int) v16, (long long) class_id, className, fileName);
2374 (int) v16, (long long) method_id, s_name,
2397 (int) v16, (int) v16, (int) cpktsize)
4467 uint16_t v16; local
    [all...]

Completed in 166 milliseconds