Searched refs:int32 (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.10/apr-32/apr/apr/include/arch/beos/
H A Dapr_arch_thread_rwlock.h33 int32 LockCount;
36 int32 ReadCount;
38 int32 WriteCount;
39 int32 Nested;
H A Dapr_arch_proc_mutex.h32 int32 LockCount;
H A Dapr_arch_thread_mutex.h33 int32 LockCount;
H A Dapr_arch_threadproc.h52 int32 attr;
59 int32 key;
72 int32 ben_lock;
/macosx-10.10/CrackLib-37765/cracklib27/util/
H A Dteststr.c14 int32 i;
28 int32 i;
H A Dpacker.c16 int32 readed;
17 int32 wrote;
H A Dtestlib.c14 int32 i;
H A Dtestnum.c14 int32 i;
H A Dunpacker.c16 int32 i;
/macosx-10.10/ntp-92/include/
H A Dntp_types.h2 * ntp_types.h - defines how int32 and u_int32 are treated.
51 # ifndef int32
52 # define int32 int macro
59 # ifndef int32
60 # define int32 long macro
H A Dntp_request.h400 int32 unused1; /* (obsolete) */
401 int32 unused2;
402 int32 unused3;
403 int32 unused4;
404 int32 unused5;
405 int32 unused6;
406 int32 unused7;
825 int32 fudgeval1;
826 int32 fudgeval2;
837 int32 fudgeval_flag
[all...]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmldef.h30 #define int int32
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLIntrinsicRepository.h38 macro(addWithOverflow32, "llvm.sadd.with.overflow.i32", functionType(structType(m_context, int32, boolean), int32, int32)) \
44 macro(frameAddress, "llvm.frameaddress", functionType(pointerType(int8), int32)) \
45 macro(mulWithOverflow32, "llvm.smul.with.overflow.i32", functionType(structType(m_context, int32, boolean), int32, int32)) \
47 macro(patchpointInt64, "llvm.experimental.patchpoint.i64", functionType(int64, int64, int32, ref8, int32, Variadic)) \
48 macro(patchpointVoid, "llvm.experimental.patchpoint.void", functionType(voidType, int64, int32, ref
[all...]
H A DFTLCommonValues.cpp38 , int32(int32Type(context))
45 , ref32(pointerType(int32))
53 , int32Zero(constInt(int32, 0, SignExtend))
54 , int32One(constInt(int32, 1, SignExtend))
67 , nonNegativeInt32(constInt(int32, 0, SignExtend), constInt(int32, 1ll << 31, SignExtend))
/macosx-10.10/CrackLib-37765/cracklib27/cracklib/
H A Dpacker.h18 typedef uint32_t int32; typedef
27 int32 pih_magic;
28 int32 pih_numwords;
39 int32 flags;
44 int32 hwms[256];
H A Dpacklib.c33 static void PWHwmsToHostOrder (int32 *array, size_t max)
44 static void PWHwmnToNetworkOrder (int32 *array, size_t max)
62 // int32 i;
160 PWHwmsToHostOrder (pdesc.hwms, sizeof (pdesc.hwms) / sizeof (int32));
214 PWHwmnToNetworkOrder (pwp->hwms, sizeof (pwp->hwms) / sizeof (int32));
216 PWHwmsToHostOrder (pwp->hwms, sizeof (pwp->hwms) / sizeof (int32));
255 int32 datum;
258 datum = htonl ((int32) ftell(pwp->dfp));
292 int32 number;
294 int32 datu
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DOptions.h174 v(int32, priorityDeltaOfDFGCompilerThreads, computePriorityDeltaOfWorkerThreads(-1, 0)) \
175 v(int32, priorityDeltaOfFTLCompilerThreads, computePriorityDeltaOfWorkerThreads(-2, 0)) \
210 v(int32, thresholdForJITAfterWarmUp, 500) \
211 v(int32, thresholdForJITSoon, 100) \
213 v(int32, thresholdForOptimizeAfterWarmUp, 1000) \
214 v(int32, thresholdForOptimizeAfterLongWarmUp, 1000) \
215 v(int32, thresholdForOptimizeSoon, 1000) \
216 v(int32, executionCounterIncrementForLoop, 1) \
217 v(int32, executionCounterIncrementForEntry, 15) \
219 v(int32, thresholdForFTLOptimizeAfterWarmU
282 typedef int32_t int32; typedef in class:JSC::Options
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_imageiter.h11 (TIFFImageIter*, void *, uint32, uint32, uint32, uint32, int32,
19 int32 fromskew, \
24 (TIFFImageIter*, void *, uint32, uint32, uint32, uint32, int32,
32 int32 fromskew, \
/macosx-10.10/rsync-45/rsync/
H A Dtoken.c85 static int32 simple_recv_token(int f, char **data)
87 static int32 residue;
89 int32 n;
98 int32 i = read_int(f);
112 static void simple_send_token(int f, int32 token, struct map_struct *buf,
113 OFF_T offset, int32 n)
116 int32 len = 0;
118 int32 n1 = MIN(CHUNK_SIZE, n-len);
146 static int32 last_token = -1;
147 static int32 run_star
[all...]
H A Dchecksum.c36 uint32 get_checksum1(char *buf1, int32 len)
38 int32 i;
55 void get_checksum2(char *buf, int32 len, char *sum)
57 int32 i;
59 static int32 len1;
133 static int32 sumresidue;
154 void sum_update(char *p, int32 len)
163 int32 i = CSUM_CHUNK - sumresidue;
H A Dmatch.c45 static int32 *hash_table;
52 int32 i;
55 hash_table = new_array(int32, TABLESIZE);
86 OFF_T offset, int32 i)
88 int32 n = offset - last_match; /* max value: block_size (int32) */
89 int32 j;
107 int32 n1 = MIN(CHUNK_SIZE, n - j);
125 int32 k, want_i;
140 k = (int32)MI
[all...]
/macosx-10.10/CrackLib-37765/cracklib27/
H A Dlibcrack.h73 typedef unsigned long int int32; typedef
92 int32 pih_magic;
93 int32 pih_numwords;
104 int32 flags;
112 int32 hwms[256];
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_color.c46 TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab, uint32 l, int32 a, int32 b,
176 #define FIX(x) ((int32)((x) * (1L<<SHIFT) + 0.5))
177 #define ONE_HALF ((int32)(1<<(SHIFT-1)))
178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)) ? ((RW)-(RB)) : 1))
183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr,
230 ycbcr->Cr_g_tab = (int32*) (ycbcr->Cb_b_tab + 256);
234 { float f1 = 2-2*LumaRed; int32 D1 = FIX(f1);
235 float f2 = LumaRed*f1/LumaGreen; int32 D
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dcloop.rb38 when :int32; ".i32"
151 when :int32; "int32_t(#{valueStr})"
171 when :int32; int32MemRef
241 when :int32; int32MemRef
358 raise unless type == :int || type == :uint || type == :int32 || type == :uint32 || \
362 if operands[2].is_a? RegisterID and (type == :int32 or type == :uint32)
369 if operands[1].is_a? RegisterID and (type == :int32 or type == :uint32)
376 raise unless type == :int || type == :uint || type == :int32 || type == :uint32 || type == :int64 || type == :uint64
379 if operands[2].is_a? RegisterID and (type == :int32 or type == :uint32)
386 if operands[1].is_a? RegisterID and (type == :int32 o
[all...]
/macosx-10.10/ntp-92/libntp/
H A Dprettydate.c59 int32 folds = 0;
61 u_int32 dwlo = (int32)t; /* might expand for SIZEOF_TIME_T < 4 */
62 int32 dwhi = (SIZEOF_TIME_T > 4) ? (int32)(t >> 16 >> 16) : (int32)(t >> 31); /* double shift: avoid warnings */
86 while (dwhi != ((int32)dwlo >> 31)) {

Completed in 335 milliseconds

12345