HomeSort by: relevance | last modified time | path
    Searched refs:scratch2 (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
bio_dgram_test.c 497 uint8_t scratch[2048 + 4], scratch2[2048]; local
589 r = BIO_read(bio2, scratch2, sizeof(scratch2));
593 if (!TEST_mem_eq(scratch + 4, blen, scratch2, blen))
598 if (!TEST_int_eq(BIO_read(bio2, scratch2, sizeof(scratch2)), -1))
615 rmsgs[0].data = scratch2;
617 rmsgs[1].data = scratch2 + 64;
689 rmsgs[0].data = scratch2;
721 rmsgs[0].data = scratch2;
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_session.c 164 session->scratch2 = vstring_alloc(100);
224 vstring_free(session->scratch2);
smtp_proto.c 1650 smtp_rewrite_generic_internal(session->scratch2, addr);
1653 vstring_str(session->scratch2),
1881 smtp_rewrite_generic_internal(session->scratch2, request->sender);
1883 vstring_str(session->scratch2));
1996 smtp_rewrite_generic_internal(session->scratch2, rcpt->address);
1998 vstring_str(session->scratch2));
2008 vstring_sprintf(session->scratch2, "%s;%s",
2015 orcpt_type_addr = vstring_str(session->scratch2);
smtp.h 436 VSTRING *scratch2; /* scratch buffer */ member in struct:SMTP_SESSION
  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 2152 rtx scratch2 = gen_rtx_REG (Pmode, RV_REGNUM); local
2153 emit_move_insn (scratch2, GEN_INT (hi));
2154 emit_insn (gen_add2_insn (scratch, scratch2));
  /src/external/gpl3/gcc.old/dist/gcc/config/or1k/
or1k.cc 2149 rtx scratch2 = gen_rtx_REG (Pmode, RV_REGNUM); local
2150 emit_move_insn (scratch2, GEN_INT (hi));
2151 emit_insn (gen_add2_insn (scratch, scratch2));
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 2657 rtx scratch2 = gen_reg_rtx (SImode); local
2658 emit_insn (gen_eqsi3 (scratch2, scratch1, const0_rtx));
2660 gen_rtx_XOR (SImode, scratch2, const1_rtx)));
3258 rtx scratch2 = gen_reg_rtx (SImode); local
3261 emit_insn (gen_lshrsi3 (scratch2, scratch1, GEN_INT (28)));
3262 emit_insn (gen_andsi3 (target, scratch2, GEN_INT (0xf)));
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 2681 rtx scratch2 = gen_reg_rtx (SImode); local
2682 emit_insn (gen_eqsi3 (scratch2, scratch1, const0_rtx));
2684 gen_rtx_XOR (SImode, scratch2, const1_rtx)));
3282 rtx scratch2 = gen_reg_rtx (SImode); local
3285 emit_insn (gen_lshrsi3 (scratch2, scratch1, GEN_INT (28)));
3286 emit_insn (gen_andsi3 (target, scratch2, GEN_INT (0xf)));
  /src/sys/kern/
vfs_wapbl.c 3272 void *scratch2 = wapbl_alloc(MAXBSIZE);
3316 wapbl_read(scratch2,
3322 scratch2,
3381 wapbl_free(scratch2, MAXBSIZE);
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 16194 rtx scratch2 = scratch ? scratch : gen_reg_rtx (SImode);
16200 emit_insn (gen_addsi3 (scratch2, x_lo, y_lo));
16201 x_lo = scratch2;
16205 rtx scratch2 = scratch ? scratch : gen_reg_rtx (SImode);
16210 emit_insn (gen_addsi3 (scratch2, x_hi, y_hi));
16211 x_hi = scratch2;
32137 rtx amount, rtx scratch1, rtx scratch2)
32173 gcc_assert (scratch2 == NULL
32174 || (GET_CODE (scratch2) == SCRATCH)
32175 || (GET_MODE (scratch2) == SImod
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 16419 rtx scratch2 = scratch ? scratch : gen_reg_rtx (SImode);
16425 emit_insn (gen_addsi3 (scratch2, x_lo, y_lo));
16426 x_lo = scratch2;
16430 rtx scratch2 = scratch ? scratch : gen_reg_rtx (SImode);
16435 emit_insn (gen_addsi3 (scratch2, x_hi, y_hi));
16436 x_hi = scratch2;
32563 rtx amount, rtx scratch1, rtx scratch2)
32599 gcc_assert (scratch2 == NULL
32600 || (GET_CODE (scratch2) == SCRATCH)
32601 || (GET_MODE (scratch2) == SImod
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 12496 rtx scratch2 = gen_rtx_REG (Pmode, 5);
12497 emit_move_insn (scratch2, vcall_offset_rtx);
12498 vcall_offset_rtx = scratch2;
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 12481 rtx scratch2 = gen_rtx_REG (Pmode, 5);
12482 emit_move_insn (scratch2, vcall_offset_rtx);
12483 vcall_offset_rtx = scratch2;

Completed in 114 milliseconds