Searched refs:i0 (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.10.1/dtrace-147/test/tst/common/inline/
H A Dtst.InlineKinds.d37 inline int i0 = 100 + 23; /* constant-folded integer constant */
49 inline struct s i3 = xlate < struct s > (i0); /* translator */
55 printf("i0 = %d\n", i0);
/macosx-10.10.1/libiconv-42/libiconv/tests/
H A Dtable-from.c129 unsigned int i0, i1, i2, i3; local
131 for (i0 = 0; i0 < 0x100; i0++) {
132 buf[0] = i0;
138 printf("0x%02X\t%s\n",i0,unicode);
147 printf("0x%02X%02X\t%s\n",i0,i1,unicode);
156 printf("0x%02X%02X%02X\t%s\n",i0,i1,i2,unicode);
165 printf("0x%02X%02X%02X%02X\t%s\n",i0,i1,i2,i3,unicode);
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_util.c182 size_t i0, i1, i2, j, outlen; local
197 i0 = 0;
204 b = buf[i0] >> 2;
207 b = ((buf[i0] & 0x03) << 4) | (buf[i1] >> 4);
216 i0 += 3;
217 i1 = i0 + 1;
221 if (i0 < len)
223 b = buf[i0] >> 2;
226 b = (buf[i0] & 0x03) << 4;
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dside.c205 lin i0 = next0, i1 = next1; local
207 if (!suppress_common_lines && (i0 != limit0 || i1 != limit1))
211 long len0 = limit0 - i0;
218 while (i0 != limit0 && i1 != limit1)
219 print_1sdiff_line (&files[0].linbuf[i0++], ' ',
224 while (i0 != limit0)
225 print_1sdiff_line (&files[0].linbuf[i0++], '(', 0);
H A Danalyze.c745 lin i0 = 0, i1 = 0;
747 while (i0 < len0 || i1 < len1)
749 if (changed0[i0] | changed1[i1])
751 lin line0 = i0, line1 = i1;
754 while (changed0[i0]) ++i0;
758 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
762 i0++, i1++;
777 lin i0 = filevec[0].buffered_lines, i1 = filevec[1].buffered_lines;
781 while (i0 >
741 lin i0 = 0, i1 = 0; local
773 lin i0 = filevec[0].buffered_lines, i1 = filevec[1].buffered_lines; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dback-bdb.h333 do { int i0; ID tmp; unsigned char *_p; \
335 for ( i0=sizeof(ID)-1; i0>=0; i0-- ) { \
336 _p[i0] = tmp & 0xff; tmp >>= 8; \
342 do { unsigned i0; ID tmp = 0; unsigned char *_p; \
344 for ( i0=0; i0<sizeof(ID); i0++ ) { \
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-udp.c120 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); local
124 i0 & 0xffff,
125 i1, i0 & 0x800000? "*" : "");
127 if (i0 & 0x1f0000)
128 printf(" f%d", (i0 >> 16) & 0x1f);
129 if (i0 & 0x3f000000)
130 printf(" s%d", (i0 >> 24) & 0x3f);
140 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); local
150 if ((i0 >> 30) == 1) {
152 hasopt = i0
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dlifelines.vim19 setlocal cinoptions+=i0
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dpinyin.vim24 i0 i
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantFFT.c269 register int is, iD, i0, i1, i2, i3, i4, i5, i6, i7, i8, local
283 for(i0=is;i0<=n;i0+=iD) {
284 i1 = i0+1;
285 e = x[i0];
286 x[i0] = e + x[i1];
380 register int is, iD, i0, i1, i2, i3, i4, i5, i6, i7, i8, local
471 for(i0=is;i0<
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantFFT.c269 register int is, iD, i0, i1, i2, i3, i4, i5, i6, i7, i8, local
283 for(i0=is;i0<=n;i0+=iD) {
284 i1 = i0+1;
285 e = x[i0];
286 x[i0] = e + x[i1];
380 register int is, iD, i0, i1, i2, i3, i4, i5, i6, i7, i8, local
471 for(i0=is;i0<
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dscriptset.cpp257 int32_t i0 = s0->nextSetBit(0);
259 while ((diff = i0-i1) == 0 && i0 > 0) {
260 i0 = s0->nextSetBit(i0+1);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXmath.c240 long i0 = args[0].intValue;
245 resultPtr->intValue = (i0 < i1) ? i1 : i0;
247 resultPtr->intValue = (i0 > i1) ? i1 : i0;
236 long i0 = args[0].intValue; local
/macosx-10.10.1/IOAudioFamily-200.6/PCMBlitterLib/
H A DIOAudioBlitterLibX86.cpp168 SInt32 i0 = FloatToInt(f0, min32, max32); local
169 i0 >>= 16;
170 *dst++ = i0;
273 SInt32 i0 = FloatToInt(f0, min32, max32); local
274 i0 >>= 16;
276 *dst++ = OSSwapInt16(i0);
278 *dst++ = i0;
371 SInt32 i0 = FloatToInt(f0, min32, max32); local
372 *dst++ = i0;
464 SInt32 i0 local
589 UInt32 i0 = FloatToInt(f0, min32, max32); local
[all...]
H A DIOAudioBlitterLib.h537 int_val i0, i1, i2, i3; local
549 i0 = IntType::load(src); ++src;
553 f0 = i0;
572 i0 = IntType::load(src); ++src;
579 f0 = i0;
610 i0 = IntType::load(src); ++src;
611 f0 = i0;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dcrypt.c163 * representation is "union"ed with 32 bit values "i0" and "i1", and, on
172 * first byte to be the LSB of i0. We cannot have both these things, so we
175 * 64-bit datatype since the relative order of i0 and i1 are unknown. It
248 long i0; member in struct:__anon9112::__anon9113
251 long i0: 32;
270 rslt = (cvt.b32.i0 & 0x3f3f3f3fL) << 2; \
277 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1
279 #define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1
280 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1
754 B.b32.i0
[all...]
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c158 * representation is "union"ed with 32 bit values "i0" and "i1", and, on
167 * first byte to be the LSB of i0. We cannot have both these things, so we
170 * 64-bit datatype since the relative order of i0 and i1 are unknown. It
243 long i0; member in struct:__anon12216::__anon12217
246 long i0: 32;
265 (rslt) = (cvt.b32.i0 & 0x3f3f3f3fL) << 2; \
272 #define LOAD(d,d0,d1,bl) ((d0) = (bl).b32.i0, (d1) = (bl).b32.i1)
274 #define OR(d,d0,d1,bl) ((d0) |= (bl).b32.i0, (d1) |= (bl).b32.i1)
275 #define STORE(s,s0,s1,bl) ((bl).b32.i0 = (s0), (bl).b32.i1 = (s1))
713 B.b32.i0
[all...]
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DAdjacencyMatrix.pm57 my ($i0, $j0) = @{ $Ei->{ $e } };
58 my $i1 = $V{ $Vi->{ $i0 } };
69 my ($i0, $j0) = @{ $Ei->{ $e } };
70 my $i1 = $V{ $Vi->{ $i0 } };
H A DBitMatrix.pm39 my ($i0, $j0) = @{ $Ei->{ $e } };
40 my $i1 = $V{ $Vi->{ $i0 } };
47 my ($i0, $j0) = @{ $Ei->{ $e } };
48 vec($bm0->[$V{ $Vi->{ $i0 } }], $V{ $Vi->{ $j0 } }, 1) = 1;
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DAdjacencyMatrix.pm57 my ($i0, $j0) = @{ $Ei->{ $e } };
58 my $i1 = $V{ $Vi->{ $i0 } };
69 my ($i0, $j0) = @{ $Ei->{ $e } };
70 my $i1 = $V{ $Vi->{ $i0 } };
H A DBitMatrix.pm39 my ($i0, $j0) = @{ $Ei->{ $e } };
40 my $i1 = $V{ $Vi->{ $i0 } };
47 my ($i0, $j0) = @{ $Ei->{ $e } };
48 vec($bm0->[$V{ $Vi->{ $i0 } }], $V{ $Vi->{ $j0 } }, 1) = 1;
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dsparccpuid.S99 clr %i0
125 add %fp,BIAS,%i0 ! return pointer to caller�s top of stack
162 add %o0,1,%i0 ! used for debugging
190 .enter: ld [%i0],%i2
194 swap [%i0],%i2
199 st %i2,[%i0]
200 sra %i2,%g0,%i0
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c177 * representation is "union"ed with 32 bit values "i0" and "i1", and, on
186 * first byte to be the LSB of i0. We cannot have both these things, so we
189 * 64-bit datatype since the relative order of i0 and i1 are unknown. It
262 long i0; member in struct:__anon2723::__anon2724
265 long i0: 32;
284 rslt = (cvt.b32.i0 & 0x3f3f3f3fL) << 2; \
291 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1
293 #define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1
294 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1
746 B.b32.i0
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSynthesis.c320 int i, i0, i1, ii, fr, wi; local
409 i0 = (int)floor(a);
411 v[0] = mf->samples[i0];
413 frac = (a-i0);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dutf8tst.c416 int32_t i0, i=0, j, k, expectedIndex; local
419 i0=i;
423 log_err("U8_NEXT(from %d)=U+%04x != U+%04x\n", i0, c, expected);
425 j=i0;
429 log_err("U8_NEXT_OR_FFFD(from %d)=U+%04x != U+%04x\n", i0, c, expected);
434 j=i0;
454 j=i0=i;
459 log_err("U8_NEXT(from %d)=U+%04x != U+%04x=U8_GET(at %d)\n", i0, c, c2, j);
464 log_err("U8_NEXT_OR_FFFD(from %d)=U+%04x != U+%04x=U8_GET_OR_FFFD(at %d)\n", i0, expected, c2, j);

Completed in 288 milliseconds

123