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

12

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_main.c399 c_output(const char *infile, const char *define, int extend, const char *outfile) argument
408 outfilename = extend ? extendfile(infile, outfile) : outfile;
421 if (extend && tell == ftell(fout)) {
501 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
511 outfilename = extend ? extendfile(infile, outfile) : outfile;
570 if (extend && tell == ftell(fout)) {
588 int extend, const char *outfile, int nomain, int netflag)
596 outfilename = extend ? extendfile(infile, outfile) : outfile;
655 if (extend && !foundprogram) {
674 l_output(const char *infile, const char *define, int extend, cons argument
587 s_output(int argc, const char *argv[], const char *infile, const char *define, int extend, const char *outfile, int nomain, int netflag) argument
705 t_output(const char *infile, const char *define, int extend, const char *outfile) argument
727 svc_output(const char *infile, const char *define, int extend, const char *outfile) argument
760 clnt_output(const char *infile, const char *define, int extend, const char *outfile) argument
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/llvm/lib/CodeGen/
H A DLiveRangeCalc.h154 /// extend - Extend the live range of LI to reach Kill.
162 void extend(LiveRange &LR, SlotIndex Kill, unsigned PhysReg = 0);
H A DLiveRangeCalc.cpp77 // reading Reg multiple times. That is OK, extend() is idempotent.
102 extend(LR, Idx, Reg);
135 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Kill, unsigned PhysReg) { function in class:LiveRangeCalc
143 // Is there a def in the same MBB we can extend?
H A DSplitKit.cpp622 // The complement interval will be extended as needed by LRCalc.extend().
836 /// Values that were rematerialized are left alone, they need LRCalc.extend().
965 LRC.extend(LR, End);
1007 // We may wan't to extend a live range for a partial redef, or for a use
1015 getLRCalc(RegIdx).extend(*LI, Idx.getNextSlot());
H A DLiveIntervalAnalysis.cpp251 // Now extend LR to reach all uses.
449 LRCalc->extend(LR, Indices[i]);
706 // HMEditor is a toolkit used by handleMove to trim or extend live intervals.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp109 unsigned indent, bool extend = false) {
115 extend ? Lexer::MeasureTokenLength(Loc, SM, LangOpts) - 1 : 0;
130 unsigned indent, bool extend = false) {
131 EmitLocation(o, SM, LangOpts, L.asLocation(), FM, indent, extend);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds2_pkt.c119 unsigned int extend);
305 unsigned int extend)
314 if (extend)
332 * want to extend
335 if ((s->s2->rbuf_left != 0) || ((s->packet_length != 0) && extend)) {
337 if (extend) {
384 if (extend)
304 read_n(SSL *s, unsigned int n, unsigned int max, unsigned int extend) argument
H A Ds3_pkt.c124 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
131 * s->packet_length bytes if extend == 1].)
135 if (!extend) {
141 /* ... now we can act as if 'extend' was set */
150 if (s->s3->rbuf.left == 0 && extend)
H A Dssl_locl.h891 int ssl3_read_n(SSL *s, int n, int max, int extend);
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h75 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT 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-9.3-release/gnu/usr.bin/cc/doc/
H A DMakefile17 standards.texi invoke.texi extend.texi md.texi \
/freebsd-9.3-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-9.3-release/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py107 dcl.extend(
110 dcl.extend(
1433 structs.extend(ProcessOneEntry(factory, newstruct, entry))
1529 entities.extend(ProcessStruct(factory, data))
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfxx-mips.c1260 bfd_vma extend, insn, val;
1266 /* Pick up the mips16 extend instruction and the real instruction. */
1267 extend = bfd_get_16 (abfd, data);
1272 val = ((extend & 0xfc00) << 16) | ((extend & 0x3e0) << 11)
1273 | ((extend & 0x1f) << 21) | insn;
1275 val = extend << 16 | insn;
1278 val = ((extend & 0xf800) << 16) | ((insn & 0xffe0) << 11)
1279 | ((extend & 0x1f) << 11) | (extend local
1252 bfd_vma extend, insn, val; local
[all...]
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp314 Result.Val = Val.extend(Result.Val.getBitWidth());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp412 // extend the initializer list to include the constructor
543 // extend the initializer list to include the constructor
1304 maxElements = maxElements.extend(elementIndex.getBitWidth());
1306 elementIndex = elementIndex.extend(maxElements.getBitWidth());
2092 = DesignatedEndIndex.extend(DesignatedStartIndex.getBitWidth());
2096 = DesignatedStartIndex.extend(DesignatedEndIndex.getBitWidth());
2417 EndValue = EndValue.extend(StartValue.getBitWidth());
2419 StartValue = StartValue.extend(EndValue.getBitWidth());
5384 // Walk past any constructs which we can lifetime-extend across.
5446 // If we lifetime-extend
[all...]
H A DSemaStmt.cpp475 Val = Val.extend(NewWidth);
487 ConvVal = ConvVal.extend(Val.getBitWidth());
657 Val = Val.extend(BitWidth);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1135 /// Sign- or zero-extend a value to 64 bits. If it's already 64 bits, just
1472 // Figure out if this is a truncate, extend or noop cast.
1473 // If the input is signed, do a sign extend, noop, or truncate.
1507 Int = Int.trunc(NewBitWidth).extend(OldBitWidth);
1568 APSInt Value(Op(LHS.extend(BitWidth), RHS.extend(BitWidth)), false);
1570 if (Result.extend(BitWidth) != Value) {
1613 HandleOverflow(Info, E, -LHS.extend(LHS.getBitWidth() + 1), E->getType());
6740 if (Result.extend(65) != TrueResult)
7053 HandleOverflow(Info, E, -Value.extend(Valu
[all...]

Completed in 246 milliseconds

12