HomeSort by: relevance | last modified time | path
    Searched refs:val0 (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/tests/lib/libc/string/
t_strcmp.c 31 const char* val0; member in struct:tab
79 memcpy(&buf0[a0], tab[t].val0,
80 strlen(tab[t].val0) + 1);
  /src/sbin/routed/
parms.c 438 char *val0,
452 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
460 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
469 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
478 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
497 char *val0, *p, delim; local
516 val0 = val;
525 val0 = ++val;
531 snprintf(buf, sizeof(buf), "bad KeyID \"%.20s\"", val0);
537 "duplicate KeyID \"%.20s\"", val0);
594 char delim, *val0 = 0, *tgt, *val, *p; local
    [all...]
  /src/lib/libintl/
plural_parser.c 793 unsigned long val0, val1; local
800 val0 = calculate_plural(pe->u.parser_op.operands[0], n);
801 if (val0)
814 val0 = calculate_plural(pe->u.parser_op.operands[0], n);
818 return val0*val1;
820 return val0/val1;
822 return val0%val1;
824 return val0+val1;
826 return val0-val1;
828 return val0<val1
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
crc32.c 580 z_word_t val0, val1, val2; local
613 val0 = word[i];
616 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
634 val0 = word[i];
637 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
650 val0 = word[i];
651 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
  /src/external/gpl3/gdb/dist/zlib/
crc32.c 580 z_word_t val0, val1, val2; local
613 val0 = word[i];
616 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
634 val0 = word[i];
637 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
650 val0 = word[i];
651 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
  /src/common/dist/zlib/
crc32.c 514 z_word_t val0, val1, val2; local
547 val0 = word[i];
550 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
568 val0 = word[i];
571 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
584 val0 = word[i];
585 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 4095 bs32 val0 = DREG (src0); local
4114 sBit1 = !!(val0 & 0x80000000);
4117 res = val0 + val1;
4172 bs32 val0 = DREG (src0); local
4183 res = (val0 >> 4) + (val1 >> 4) + (((val0 & 0xf) + (val1 & 0xf)) >> 4);
4633 bs32 val0 = (bs16)(AWREG (0) >> 16) + (bs16)AWREG (0); local
4641 SET_DREG (dst0, val0);
4803 bs40 val0, val1, sval0, sval1; local
4819 val0 = acc0 - acc1
4833 STORE (DREG (dst0), val0); local
5364 bu16 val0, val1; local
5446 bu16 val0, val1; local
6003 bu16 val0 = DREG (src1) >> 16; local
6027 bu16 val0 = DREG (src1) & 0xFFFF; local
6042 bu16 val0 = DREG (src1) & 0xFFFF; local
6057 bu16 val0 = DREG (src1) & 0xFFFF; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 4095 bs32 val0 = DREG (src0); local
4114 sBit1 = !!(val0 & 0x80000000);
4117 res = val0 + val1;
4172 bs32 val0 = DREG (src0); local
4183 res = (val0 >> 4) + (val1 >> 4) + (((val0 & 0xf) + (val1 & 0xf)) >> 4);
4633 bs32 val0 = (bs16)(AWREG (0) >> 16) + (bs16)AWREG (0); local
4641 SET_DREG (dst0, val0);
4803 bs40 val0, val1, sval0, sval1; local
4819 val0 = acc0 - acc1
4833 STORE (DREG (dst0), val0); local
5364 bu16 val0, val1; local
5446 bu16 val0, val1; local
6003 bu16 val0 = DREG (src1) >> 16; local
6027 bu16 val0 = DREG (src1) & 0xFFFF; local
6042 bu16 val0 = DREG (src1) & 0xFFFF; local
6057 bu16 val0 = DREG (src1) & 0xFFFF; local
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
crc32.c 621 z_word_t val0, val1, val2; local
654 val0 = word[i];
657 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
675 val0 = word[i];
678 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
691 val0 = word[i];
692 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
  /src/external/gpl3/gdb.old/dist/zlib/
crc32.c 621 z_word_t val0, val1, val2; local
654 val0 = word[i];
657 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
675 val0 = word[i];
678 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
691 val0 = word[i];
692 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0));
  /src/crypto/dist/ipsec-tools/src/racoon/
cfparse.y 267 #define ABORT_AND_VFREE(val0) {\
268 vfree(val0); val0 = NULL;\
271 #define ABORT_AND_RACOON_FREE(val0) {\
272 racoon_free(val0); val0 = NULL;\
275 #define ABORT_AND_VFREE2(val0, val1) {\
276 vfree(val0); val0 = NULL;\
280 #define ABORT_AND_RACOON_FREE2(val0, val1) {
    [all...]
  /src/sys/dev/ic/
igpio.c 531 uint32_t val0, newval0; local
540 val0 = bus_space_read_4(sc->sc_bst, sc->sc_bsh[ib->ib_barno], cfg0);
543 newval0 = val0;
586 DPRINTF(("%s: bar %d pin %d flags #%x val0 #%x (%s) -> #%x (%s), "
588 val0, igpio_padcfg0_print(val0, 0),
wi.c 2773 wi_cmd_start(struct wi_softc *sc, int cmd, int val0, int val1, int val2)
2807 CSR_WRITE_2(sc, WI_PARAM0, val0);
2816 wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2)
2829 if ((rc = wi_cmd_start(sc, cmd, val0, val1, val2)) != 0)
2838 rc = wi_cmd_wait(sc, cmd, val0);
2859 wi_cmd_wait(struct wi_softc *sc, int cmd, int val0)
2868 printf("%s: cmd=%#x, arg=%#x\n", __func__, cmd, val0);
2900 cmd, val0);
2909 cmd, val0);
  /src/sys/dev/pci/
isp_pci.c 821 uint16_t val0, val1; local
825 val0 = BXR2(pcs, IspVirt2Off(isp, off));
827 } while (val0 != val1 && ++i < 1000);
828 if (val0 != val1) {
831 *rp = val0;
  /src/sys/external/bsd/drm/dist/shared-core/
mga_drv.h 344 #define DMA_BLOCK( reg0, val0, reg1, val1, reg2, val2, reg3, val3 ) \
350 DMA_WRITE( 1, val0 ); \
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_drv.h 342 #define DMA_BLOCK(reg0, val0, reg1, val1, reg2, val2, reg3, val3) \
348 DMA_WRITE(1, val0); \
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ring.h 274 uint32_t reg0, uint32_t val0,
  /src/external/gpl3/gdb.old/dist/gdb/
ada-valprint.c 1060 ada_value_print (struct value *val0, struct ui_file *stream,
1063 struct value *val = ada_to_fixed_value (val0);
eval.c 941 value *val0 = vals[0];
943 &val0, nullptr, &callee, nullptr,
945 vals[0] = val0;
939 value *val0 = vals[0]; local
  /src/external/gpl3/gdb.old/dist/sim/lm32/
decode.c 190 unsigned int val0 = (((insn >> 26) & (63 << 0))); local
191 switch (val0)
  /src/external/gpl3/gdb/dist/gdb/
ada-valprint.c 1060 ada_value_print (struct value *val0, struct ui_file *stream,
1063 struct value *val = ada_to_fixed_value (val0);
eval.c 941 value *val0 = vals[0];
943 &val0, nullptr, &callee, nullptr,
945 vals[0] = val0;
939 value *val0 = vals[0]; local
  /src/external/gpl3/gdb/dist/sim/lm32/
decode.c 190 unsigned int val0 = (((insn >> 26) & (63 << 0))); local
191 switch (val0)
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
decode.c 272 unsigned int val0 = (((insn >> 26) & (63 << 0))); local
273 switch (val0)
  /src/external/gpl3/gdb/dist/sim/iq2000/
decode.c 272 unsigned int val0 = (((insn >> 26) & (63 << 0))); local
273 switch (val0)

Completed in 128 milliseconds

1 2