Searched refs:int8 (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLCommonValues.cpp36 , int8(int8Type(context))
43 , ref8(pointerType(int8))
52 , int8Zero(constInt(int8, 0, SignExtend))
H A DFTLCommonValues.h47 const LType int8; member in class:JSC::FTL::CommonValues
H A DFTLIntrinsicRepository.h44 macro(frameAddress, "llvm.frameaddress", functionType(pointerType(int8), int32)) \
H A DFTLOutput.h92 LValue constInt8(int8_t value) { return constInt(int8, value); }
H A DFTLLowerDFGToLLVM.cpp2393 valueToStore = m_out.intCast(intValue, m_out.int8);
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dcloop.rb42 when :int8; ".i8"
150 when :int8; "int8_t(#{valueStr})"
170 when :int8; int8MemRef
240 when :int8; int8MemRef
659 $asm.putc "#{operands[1].uint8MemRef} = #{operands[0].clValue(:int8)};"
733 cloopEmitCompareAndBranch(operands, :int8, "==")
742 cloopEmitCompareAndBranch(operands, :int8, "!=")
787 cloopEmitCompareAndBranch(operands, :int8, ">")
796 cloopEmitCompareAndBranch(operands, :int8, ">=")
805 cloopEmitCompareAndBranch(operands, :int8, "<")
[all...]
/macosx-10.10/CrackLib-37765/cracklib27/cracklib/
H A Dpacker.h16 typedef uint8_t int8; typedef
/macosx-10.10/CrackLib-37765/cracklib27/
H A Dlibcrack.h71 typedef unsigned char int8; typedef
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
172 * int8
178 typedef PRInt8 int8; typedef
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
172 * int8
178 typedef PRInt8 int8; typedef
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
172 * int8
178 typedef PRInt8 int8; typedef
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
172 * int8
178 typedef PRInt8 int8; typedef
/macosx-10.10/vim-55/runtime/syntax/
H A Ddatascript.vim18 syn keyword dsType int8 int16 int32 int64
H A Dsqlinformix.vim144 syn keyword sqlType float int int8 integer interval list lvarchar
H A Dperl6.vim145 \ "Int int int1 int2 int4 int8 int16 int32 int64",
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtiff.h58 * 8-bit quantities int8/uint8
65 typedef signed char int8; /* NB: non-ANSI compilers may not grok */ typedef
H A Dtif_dir.c530 int8 v = (int8)va_arg(ap, int);
895 *va_arg(ap, int8*) =
896 *(int8 *)val;
H A Dtif_dirwrite.c1090 int8* bp = (int8*) w;
1092 bp[i] = (int8) v[i];
H A Dtif_print.c78 fprintf(fd, "%d", ((int8 *) raw_data)[j]);
H A Dtif_dirread.c1534 int8* vp = (int8*) v;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffset.c195 ((int8 *)array)[i] = atoi(argv[arg_index+i]);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dconfigure.com1139 /* Define to 1 if the system has the type `int8'. */
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1314 "float4" "float8" "inet" "int2" "int4" "int8" "integer" "internal"

Completed in 447 milliseconds