Searched refs:extend (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_main.c395 c_output(const char *infile, const char *define, int extend, const char *outfile) argument
404 outfilename = extend ? extendfile(infile, outfile) : outfile;
417 if (extend && tell == ftell(fout)) {
497 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
507 outfilename = extend ? extendfile(infile, outfile) : outfile;
566 if (extend && tell == ftell(fout)) {
584 int extend, const char *outfile, int nomain, int netflag)
592 outfilename = extend ? extendfile(infile, outfile) : outfile;
651 if (extend && !foundprogram) {
670 l_output(const char *infile, const char *define, int extend, cons argument
583 s_output(int argc, const char *argv[], const char *infile, const char *define, int extend, const char *outfile, int nomain, int netflag) argument
701 t_output(const char *infile, const char *define, int extend, const char *outfile) argument
723 svc_output(const char *infile, const char *define, int extend, const char *outfile) argument
756 clnt_output(const char *infile, const char *define, int extend, const char *outfile) argument
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dloop-iv.c147 rtx_name[iv->extend],
370 iv->extend = UNKNOWN;
391 iv->extend = UNKNOWN;
404 iv->extend = UNKNOWN;
421 iv_extend (struct rtx_iv *iv, enum rtx_code extend, enum machine_mode mode) argument
428 val = simplify_gen_unary (extend, mode, val, iv->extend_mode);
431 iv->extend = UNKNOWN;
441 if (iv->extend != UNKNOWN
442 && iv->extend != extend)
597 get_biv_step_1(struct df_ref *def, rtx reg, rtx *inner_step, enum machine_mode *inner_mode, enum rtx_code *extend, enum machine_mode outer_mode, rtx *outer_step) argument
764 get_biv_step(struct df_ref *last_def, rtx reg, rtx *inner_step, enum machine_mode *inner_mode, enum rtx_code *extend, enum machine_mode *outer_mode, rtx *outer_step) argument
827 enum rtx_code extend; local
[all...]
H A Dvec.h741 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
744 if (extend) \
747 return extend; \
753 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
756 if (extend) \
760 return extend; \
1018 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
1021 if (extend) \
1027 return extend; \
1033 int extend
[all...]
H A Dcfgloop.h274 If extend = UNKNOWN, first_special must be false, delta 0, mult 1 and value is
289 /* The type of extend applied to it (SIGN_EXTEND, ZERO_EXTEND or UNKNOWN). */
290 enum rtx_code extend; member in struct:rtx_iv
H A Dexcept.c3043 int extend;
3046 extend = POINTERS_EXTEND_UNSIGNED;
3048 /* The previous EH code did an unsigned extend by default, so we do this also
3050 extend = 1;
3053 return convert_modes (word_mode, ptr_mode, addr, extend);
3028 int extend; local
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dmips-dis.c1058 /* Sign extend the displacement. */
1424 int extend,
1683 immed |= ((extend & 0x1f) << 11) | (extend & 0x7e0);
1685 immed |= ((extend & 0xf) << 11) | (extend & 0x7f0);
1687 immed = ((extend >> 6) & 0x1f) | (extend & 0x20);
1755 extend = 0;
1756 l = ((l & 0x1f) << 23) | ((l & 0x3e0) << 13) | (extend <<
1415 print_mips16_insn_arg(char type, const struct mips_opcode *op, int l, bfd_boolean use_extend, int extend, bfd_vma memaddr, struct disassemble_info *info) argument
1924 int extend = 0; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DPlistReporter.cpp48 unsigned indent, bool extend = false) {
54 extend ? Lexer::MeasureTokenLength(Loc, SM, LangOpts) - 1 : 0;
/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dgen-normalize.py115 normalizeValTable.extend(vec) # [("0x%s" % i) for i in vec])
192 next_table.extend(n)
H A Dgen-punycode-examples.py75 codes.extend(string.split(m.group(1), ' '))
H A Dgen-map.py127 valTable.extend(v)
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DLiveRangeCalc.h160 /// extend - Extend the live range of LI to reach Kill.
168 void extend(LiveInterval *LI, SlotIndex Kill, unsigned PhysReg = 0);
H A DLiveRangeCalc.cpp77 // reading Reg multiple times. That is OK, extend() is idempotent.
102 extend(LI, Idx, Reg);
135 void LiveRangeCalc::extend(LiveInterval *LI, function in class:LiveRangeCalc
146 // Is there a def in the same MBB we can extend?
H A DSplitKit.cpp619 // The complement interval will be extended as needed by LRCalc.extend().
833 /// Values that were rematerialized are left alone, they need LRCalc.extend().
962 LRC.extend(LI, End);
1004 // We may wan't to extend a live range for a partial redef, or for a use
1012 getLRCalc(RegIdx).extend(LI, Idx.getNextSlot());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp110 unsigned indent, bool extend = false) {
116 extend ? Lexer::MeasureTokenLength(Loc, SM, LangOpts) - 1 : 0;
131 unsigned indent, bool extend = false) {
132 EmitLocation(o, SM, LangOpts, L.asLocation(), FM, indent, extend);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Ds2_pkt.c118 static int read_n(SSL *s,unsigned int n,unsigned int max,unsigned int extend);
323 unsigned int extend)
331 if (extend)
349 * First, if there is some left or we want to extend */
351 if ((s->s2->rbuf_left != 0) || ((s->packet_length != 0) && extend))
354 if (extend)
413 if (extend)
322 read_n(SSL *s, unsigned int n, unsigned int max, unsigned int extend) argument
H A Ds3_pkt.c125 int ssl3_read_n(SSL *s, int n, int max, int extend) argument
127 /* If extend == 0, obtain new n-byte packet; if extend == 1, increase
132 * [plus s->packet_length bytes if extend == 1].)
152 if (!extend)
178 /* ... now we can act as if 'extend' was set */
186 if (left == 0 && extend)
H A Dssl_locl.h964 int ssl3_read_n(SSL *s, int n, int max, int extend);
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h75 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
274 return isSameValue(I1, I2.extend(I1.getBitWidth()));
276 return isSameValue(I1.extend(I2.getBitWidth()), I2);
/freebsd-10.0-release/gnu/usr.bin/cc/doc/
H A DMakefile19 standards.texi invoke.texi extend.texi md.texi \
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldfile.c470 ldfile_find_command_file (const char *name, const char *extend) argument
485 result = try_open (buffer, extend);
/freebsd-10.0-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i250 %extend ub_ctx
749 %extend ub_result
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delfxx-mips.c1264 bfd_vma extend, insn, val;
1270 /* Pick up the mips16 extend instruction and the real instruction. */
1271 extend = bfd_get_16 (abfd, data);
1276 val = ((extend & 0xfc00) << 16) | ((extend & 0x3e0) << 11)
1277 | ((extend & 0x1f) << 21) | insn;
1279 val = extend << 16 | insn;
1282 val = ((extend & 0xf800) << 16) | ((insn & 0xffe0) << 11)
1283 | ((extend & 0x1f) << 11) | (extend local
1256 bfd_vma extend, insn, val; local
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-mips.c152 unsigned short extend; member in struct:mips_cl_insn
1329 insn->extend = 0;
1357 md_number_to_chars (f, 0xf000 | insn->extend, 2);
3694 &insn.extend);
3715 * Sign-extend 32-bit mode constants that have bit 31 set and all
3728 * Sign-extend 32-bit mode address offsets that have bit 31 set and
4155 /* Sign extend hi32 before calling load_register, because we can
10195 &ip->use_extend, &ip->extend);
10370 ip->extend = 0;
10680 ip->extend
10779 mips16_immed(char *file, unsigned int line, int type, offsetT val, bfd_boolean warn, bfd_boolean small, bfd_boolean ext, unsigned long *insn, bfd_boolean *use_extend, unsigned short *extend) argument
14371 unsigned short extend; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp309 Result.Val = Val.extend(Result.Val.getBitWidth());
/freebsd-10.0-release/contrib/subversion/
H A Dwin-tests.py767 tests.extend(test)

Completed in 218 milliseconds

12