Searched refs:Int (Results 1 - 25 of 118) sorted by relevance

12345

/macosx-10.10/libedit-40/local/
H A Demacs.h4 protected el_action_t em_delete_or_list (EditLine *, Int);
5 protected el_action_t em_delete_next_word (EditLine *, Int);
6 protected el_action_t em_yank (EditLine *, Int);
7 protected el_action_t em_kill_line (EditLine *, Int);
8 protected el_action_t em_kill_region (EditLine *, Int);
9 protected el_action_t em_copy_region (EditLine *, Int);
10 protected el_action_t em_gosmacs_transpose (EditLine *, Int);
11 protected el_action_t em_next_word (EditLine *, Int);
12 protected el_action_t em_upper_case (EditLine *, Int);
13 protected el_action_t em_capitol_case (EditLine *, Int);
[all...]
H A Dcommon.h4 protected el_action_t ed_end_of_file (EditLine *, Int);
5 protected el_action_t ed_insert (EditLine *, Int);
6 protected el_action_t ed_delete_prev_word (EditLine *, Int);
7 protected el_action_t ed_delete_next_char (EditLine *, Int);
8 protected el_action_t ed_kill_line (EditLine *, Int);
9 protected el_action_t ed_move_to_end (EditLine *, Int);
10 protected el_action_t ed_move_to_beg (EditLine *, Int);
11 protected el_action_t ed_transpose_chars (EditLine *, Int);
12 protected el_action_t ed_next_char (EditLine *, Int);
13 protected el_action_t ed_prev_word (EditLine *, Int);
[all...]
H A Dvi.h4 protected el_action_t vi_paste_next (EditLine *, Int);
5 protected el_action_t vi_paste_prev (EditLine *, Int);
6 protected el_action_t vi_prev_big_word (EditLine *, Int);
7 protected el_action_t vi_prev_word (EditLine *, Int);
8 protected el_action_t vi_next_big_word (EditLine *, Int);
9 protected el_action_t vi_next_word (EditLine *, Int);
10 protected el_action_t vi_change_case (EditLine *, Int);
11 protected el_action_t vi_change_meta (EditLine *, Int);
12 protected el_action_t vi_insert_at_bol (EditLine *, Int);
13 protected el_action_t vi_replace_char (EditLine *, Int);
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstrtoimax.c51 # define Int uintmax_t macro
58 # define Int intmax_t macro
62 Int
66 verify (sizeof (Int) == sizeof (Unsigned long int)
67 || sizeof (Int) == sizeof (Unsigned long long int));
69 if (sizeof (Int) != sizeof (Unsigned long int))
72 verify (sizeof (Int) == sizeof (Unsigned long int));
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DIntegersSubsetTest.cpp22 class Int : public APInt { class in namespace:__anon10833
24 Int() {} function in class:__anon10833::Int
25 Int(uint64_t V) : APInt(64, V) {} function in class:__anon10833::Int
26 Int(const APInt& Src) : APInt(Src) {} function in class:__anon10833::Int
33 typedef IntRange<Int> Range;
34 typedef IntegersSubsetGeneric<Int> Subset;
35 typedef IntegersSubsetMapping<unsigned,Subset,Int> Mapping;
47 Ranges.push_back(Range(Int(i*10), Int(i*10 + 8)));
52 EXPECT_EQ(TheSubset.getItem(i).getLow(), Int(
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DIntervalIterator.h68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { argument
69 Int->Nodes.push_back(BB);
79 inline void addNodeToInterval(Interval *Int, Interval *I) { argument
80 // Add all of the nodes in I as new nodes in Int.
81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes));
170 Interval *Int = new Interval(Header);
176 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I));
178 IntStack.push_back(std::make_pair(Int, succ_begin(Int)));
191 void ProcessNode(Interval *Int, NodeT argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchared.h146 protected int cv__isword(Int);
147 protected int cv__isWord(Int);
149 protected Char *cv__endword(Char *, Char *, int, int (*)(Int));
150 protected int ce__isword(Int);
153 protected Char *cv_next_word(EditLine*, Char *, Char *, int, int (*)(Int));
154 protected Char *cv_prev_word(Char *, Char *, int, int (*)(Int));
155 protected Char *c__next_word(Char *, Char *, int, int (*)(Int));
156 protected Char *c__prev_word(Char *, Char *, int, int (*)(Int));
H A Dsearch.h63 protected el_action_t cv_repeat_srch(EditLine *, Int);
64 protected el_action_t cv_csearch(EditLine *, int, Int, int, int);
H A Drefresh.h51 protected void re_putc(EditLine *, Int, int);
H A Dvi.c54 private el_action_t cv_action(EditLine *, Int);
55 private el_action_t cv_paste(EditLine *, Int);
61 cv_action(EditLine *el, Int c)
93 cv_paste(EditLine *el, Int c)
125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__)))
138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__)))
151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__)))
176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__)))
201 vi_next_big_word(EditLine *el, Int c __attribute__((__unused__)))
225 vi_next_word(EditLine *el, Int
[all...]
H A Demacs.c55 em_delete_or_list(EditLine *el, Int c)
91 em_delete_next_word(EditLine *el, Int c __attribute__((__unused__)))
120 em_yank(EditLine *el, Int c __attribute__((__unused__)))
156 em_kill_line(EditLine *el, Int c __attribute__((__unused__)))
178 em_kill_region(EditLine *el, Int c __attribute__((__unused__)))
211 em_copy_region(EditLine *el, Int c __attribute__((__unused__)))
240 em_gosmacs_transpose(EditLine *el, Int c)
260 em_next_word(EditLine *el, Int c __attribute__((__unused__)))
285 em_upper_case(EditLine *el, Int c __attribute__((__unused__)))
309 em_capitol_case(EditLine *el, Int
[all...]
H A Dcommon.c55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__)))
69 ed_insert(EditLine *el, Int c)
112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__)))
140 ed_delete_next_char(EditLine *el, Int c)
190 ed_kill_line(EditLine *el, Int c __attribute__((__unused__)))
211 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__)))
234 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__)))
257 ed_transpose_chars(EditLine *el, Int c)
283 ed_next_char(EditLine *el, Int c __attribute__((__unused__)))
312 ed_prev_word(EditLine *el, Int
[all...]
/macosx-10.10/libedit-40/src/
H A Dchared.h153 protected int cv__isword(Int);
154 protected int cv__isWord(Int);
156 protected Char *cv__endword(Char *, Char *, int, int (*)(Int));
157 protected int ce__isword(Int);
160 protected Char *cv_next_word(EditLine*, Char *, Char *, int, int (*)(Int));
161 protected Char *cv_prev_word(Char *, Char *, int, int (*)(Int));
162 protected Char *c__next_word(Char *, Char *, int, int (*)(Int));
163 protected Char *c__prev_word(Char *, Char *, int, int (*)(Int));
H A Dsearch.h70 protected el_action_t cv_repeat_srch(EditLine *, Int);
71 protected el_action_t cv_csearch(EditLine *, int, Int, int, int);
H A Drefresh.h51 protected void re_putc(EditLine *, Int, int);
H A Dvi.c54 private el_action_t cv_action(EditLine *, Int);
55 private el_action_t cv_paste(EditLine *, Int);
61 cv_action(EditLine *el, Int c)
66 if (c != (Int)el->el_chared.c_vcmd.action)
93 cv_paste(EditLine *el, Int c)
125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__)))
138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__)))
151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__)))
176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__)))
201 vi_next_big_word(EditLine *el, Int
[all...]
H A Demacs.c55 em_delete_or_list(EditLine *el, Int c)
91 em_delete_next_word(EditLine *el, Int c __attribute__((__unused__)))
120 em_yank(EditLine *el, Int c __attribute__((__unused__)))
156 em_kill_line(EditLine *el, Int c __attribute__((__unused__)))
178 em_kill_region(EditLine *el, Int c __attribute__((__unused__)))
211 em_copy_region(EditLine *el, Int c __attribute__((__unused__)))
240 em_gosmacs_transpose(EditLine *el, Int c)
260 em_next_word(EditLine *el, Int c __attribute__((__unused__)))
285 em_upper_case(EditLine *el, Int c __attribute__((__unused__)))
309 em_capitol_case(EditLine *el, Int
[all...]
H A Dcommon.c55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__)))
69 ed_insert(EditLine *el, Int c)
112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__)))
140 ed_delete_next_char(EditLine *el, Int c __attribute__((__unused__)))
187 ed_kill_line(EditLine *el, Int c __attribute__((__unused__)))
208 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__)))
231 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__)))
254 ed_transpose_chars(EditLine *el, Int c)
280 ed_next_char(EditLine *el, Int c __attribute__((__unused__)))
309 ed_prev_word(EditLine *el, Int
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DIntervalPartition.cpp58 void IntervalPartition::updatePredecessors(Interval *Int) { argument
59 BasicBlock *Header = Int->getHeaderNode();
60 for (Interval::succ_iterator I = Int->Successors.begin(),
61 E = Int->Successors.end(); I != E; ++I)
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDIE.h236 static unsigned BestForm(bool IsSigned, uint64_t Int) { argument
238 if ((char)Int == (signed)Int) return dwarf::DW_FORM_data1;
239 if ((short)Int == (signed)Int) return dwarf::DW_FORM_data2;
240 if ((int)Int == (signed)Int) return dwarf::DW_FORM_data4;
242 if ((unsigned char)Int == Int) return dwarf::DW_FORM_data1;
243 if ((unsigned short)Int
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddyldcache.h56 template <class Int> Int flip(Int x) const { return mFlip ? Security::flip(x) : x; }
72 template <class Int> Int flip(Int x) const { return cache.flip(x); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyldcache.h56 template <class Int> Int flip(Int x) const { return mFlip ? Security::flip(x) : x; }
72 template <class Int> Int flip(Int x) const { return cache.flip(x); }
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A DdecNumber.c208 #define BADINT (Int)0x80000000 /* most-negative Int; error indicator */
210 #define BIGEVEN (Int)0x80000002
211 #define BIGODD (Int)0x80000003
231 #define eInt Int /* extended integer */
253 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
254 static Int decCompare(const decNumber *lhs, const decNumber *rhs, Flag);
259 Int *, uInt *);
260 static decNumber * decDecap(decNumber *, Int);
265 static void decFinalize(decNumber *, decContext *, Int *, uIn
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c91 typedef int Int; /* Signed 32 bit integer */ typedef
195 Int nchan;
220 Int gc_i; \
230 Int i;
249 static void gammaShortUByte (Int n, const Short s_in[],
254 Int itmp;
270 itmp = (Int)(ftmp * 255.0 + 0.5);
283 itmp = (Int)(*ssrc * 255.0 / 65535.0 + 128);
342 static Boln readInt (tkimg_MFile *handle, Int *i)
347 *i = ((((Int)bu
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c169 typedef int Int; /* Signed 32 bit integer */ typedef
176 Int nChans;
177 Int width;
178 Int height;
179 Int scanOrder;
180 Int byteOrder;
181 Int pixelType;
186 Int width;
187 Int height;
188 Int ncha
[all...]

Completed in 302 milliseconds

12345