Searched defs:Int (Results 26 - 50 of 93) sorted by relevance

1234

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h31 Constant.Int = i;
54 int64_t Int; member in union:llvm::DebugLocEntry::Value::__anon25726
70 return Constant.Int == other.Constant.Int;
83 int64_t getInt() const { return Constant.Int; }
H A DDIE.h256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { argument
258 const int64_t SignedInt = Int;
259 if ((char)Int == SignedInt)
261 if ((short)Int == SignedInt)
263 if ((int)Int == SignedInt)
266 if ((unsigned char)Int == Int)
268 if ((unsigned short)Int == Int)
270 if ((unsigned int)Int
[all...]
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp564 Constant *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty); local
567 Op = CallInst::Create(Int, Op, CI->getName(), CI);
/external/valgrind/main/VEX/useful/
H A Dshow_fp_state.c15 typedef int Int; typedef
96 Int i, j, k;
H A Dsmchash.c6 typedef signed int Int; typedef
24 Int nbytes;
32 Int r;
50 Int nToAlloc = gb->nbytes + (gb->ga & 3);
234 Int cmp_UInt_ps ( UInt* p1, UInt* p2 ) {
240 Int nSetBits ( UInt w )
242 Int i, j;
250 Int toc_nblocks = 0;
251 Int toc_nblocks_with_zero = 0;
270 Int dis
[all...]
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c109 typedef signed int Int; typedef
193 Int r;
210 static Int map_image_aboard ( /*OUT*/ImageInfo* ii, HChar* filename )
216 Int r, fd;
265 Int f;
273 Int cputype;
355 Int size = map_image_aboard( &ii, filename );
383 Int c;
554 Int r;
/external/valgrind/main/memcheck/tests/amd64/
H A Dbt_everything.c11 typedef signed int Int; typedef
76 : "r" ((Int)bitno));
90 : "r" ((Int)bitno));
101 : "r" ((Int)bitno));
112 : "r" ((Int)bitno)
259 : "r" ((Int)bitno), "r" (reg_in)
277 : "r" ((Int)bitno), "r" (reg_in)
295 : "r" ((Int)bitno), "r" (reg_in)
313 : "r" ((Int)bitno), "r" (reg_in)
/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c11 typedef signed int Int; typedef
45 Int i;
59 Int i;
76 Int i;
78 printf("%02x", (Int)v->u8[i]);
101 Int i; \
126 Int i; \
155 Int i; \
180 Int i; \
211 Int
[all...]
H A Dinteger.c20 typedef signed int Int; typedef
48 Int i;
10783 static void show_block_xor ( UChar* block1, UChar* block2, Int n )
10785 Int i;
10833 block[6] = (ULong)(&area[128]) + (Long)(Int)AREG1OFF; \
/external/valgrind/main/none/tests/x86/
H A Dx86locked.c12 typedef signed int Int; typedef
585 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
621 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp292 const llvm::APSInt& Int,
296 const llvm::APSInt& Int,
300 const llvm::APSInt& Int,
304 const llvm::APSInt& Int,
308 const llvm::APSInt& Int,
312 const llvm::APSInt& Int,
420 const llvm::APSInt &Int,
424 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within)
427 llvm::APSInt Lower = AdjustmentType.convert(Int) - Adjustment;
432 // [Int
419 assumeSymNE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
439 assumeSymEQ(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
454 assumeSymLT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
483 assumeSymGT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
512 assumeSymGE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
541 assumeSymLE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
[all...]
/external/clang/test/SemaCXX/
H A Dexplicit.cpp194 struct Int { struct
201 Int i;
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c103 CAMLprim value llvm_genericvalue_of_int(LLVMTypeRef Ty, value Int) { argument
104 return alloc_generic_value(LLVMCreateGenericValueOfInt(Ty, Int_val(Int), 1));
/external/llvm/lib/TableGen/
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/external/valgrind/main/none/tests/amd64/
H A Damd64locked.c12 typedef signed int Int; typedef
714 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
750 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
H A Dpcmpstr64w.c11 typedef signed int Int; typedef
46 Int y, m, n;
75 Int i;
231 Int i;
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h73 #define Int int32_t macro
283 Int exponent; /* Unadjusted signed exponent (q), or */
431 /* Get the exponent continuation from a decFloat *df as an Int */
432 #define GETECON(df) ((Int)((DFWORD((df), 0)&0x03ffffff)>>(32-6-DECECONL)))
434 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)))
436 #define GETEXP(df) ((Int)(DECCOMBEXP[DFWORD((df), 0)>>26]+GETECON(df)))
438 #define GETEXPUN(df) ((Int)GETEXP(df)-DECBIAS)
/external/clang/include/clang/AST/
H A DAPValue.h44 Int, enumerator in enum:clang::APValue::ValueKind
182 bool isInt() const { return Kind == Int; }
407 Kind = Int;
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h73 #define Int int32_t macro
283 Int exponent; /* Unadjusted signed exponent (q), or */
431 /* Get the exponent continuation from a decFloat *df as an Int */
432 #define GETECON(df) ((Int)((DFWORD((df), 0)&0x03ffffff)>>(32-6-DECECONL)))
434 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)))
436 #define GETEXP(df) ((Int)(DECCOMBEXP[DFWORD((df), 0)>>26]+GETECON(df)))
438 #define GETEXPUN(df) ((Int)GETEXP(df)-DECBIAS)
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp372 static void ComputeFixedEncoding(const CodeGenIntrinsic &Int, argument
376 if (Int.IS.RetVTs.empty())
378 else if (Int.IS.RetVTs.size() == 1 &&
379 Int.IS.RetVTs[0] == MVT::isVoid)
382 switch (Int.IS.RetVTs.size()) {
391 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i)
392 EncodeFixedType(Int.IS.RetTypeDefs[i], ArgCodes, TypeSig);
395 for (unsigned i = 0, e = Int.IS.ParamTypeDefs.size(); i != e; ++i)
396 EncodeFixedType(Int.IS.ParamTypeDefs[i], ArgCodes, TypeSig);
/external/srec/shared/src/
H A DSessionTypeImpl.c1160 VariableTypes Int = TYPES_INT; local
1189 CHKLOG(rc, parameterList->put(parameterList, "cmdline.use_image", &Int));
1220 CHKLOG(rc, parameterList->put(parameterList, "CREC.useCREClogger", &Int));
1221 CHKLOG(rc, parameterList->put(parameterList, "CREC.Acoustic.dimen", &Int));
1222 CHKLOG(rc, parameterList->put(parameterList, "CREC.Acoustic.skip", &Int));
1223 CHKLOG(rc, parameterList->put(parameterList, "CREC.Acoustic.stay", &Int));
1224 CHKLOG(rc, parameterList->put(parameterList, "CREC.Acoustic.durscale", &Int));
1225 CHKLOG(rc, parameterList->put(parameterList, "CREC.Acoustic.minvar", &Int));
1226 CHKLOG(rc, parameterList->put(parameterList, "CREC.Acoustic.maxvar", &Int));
1227 CHKLOG(rc, parameterList->put(parameterList, "CREC.Acoustic.frame_period", &Int));
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c13 typedef signed int Int; typedef
43 struct { Int fd; Bool is_socket; }
51 void send_bytes_to_logging_sink ( OutputSink* sink, HChar* msg, Int nbytes )
63 Int buf_used;
129 static Bool toBool ( Int x ) {
130 Int r = (x == 0) ? False : True;
135 static Int local_strlen ( const HChar* str )
137 Int i = 0;
179 Int flags,
180 Int widt
[all...]
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc221 Query Query::Int(int32 num) { function in class:trace_analyzer::Query
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h130 typedef Json::Int Int; typedef in class:Json::Value
148 static const Int minInt;
150 static const Int maxInt;
217 Value( Int value );
268 Int asInt() const;
/external/clang/test/CXX/drs/
H A Ddr4xx.cpp304 typedef int Int; typedef
305 p->~Int();
306 q->~Int();
307 p->Int::~Int();
308 q->Int::~Int();

Completed in 1080 milliseconds

1234