Searched refs:little (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c34 #error Use ISA-dependent byteorder64.c only on a 32-bit little-endian machine.
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
41 * On little endian machines, these functions byte swap.
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
41 * On little endian machines, these functions byte swap.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dutil.h29 char * instr ( char *big, char *little );
H A Dutil.c134 /* return ptr to little string in big string, NULL if not found */
137 instr(char *big, char *little) argument
142 for (x=t,s=little; *s; x++,s++) {
H A Dfind2perl.PL723 find2perl is a little translator to convert find command lines to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL113 (*up == 1 << (8*(3-i))) /* little-endian */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c246 /* return ptr to little string in big string, NULL if not found */
250 Perl_instr(pTHX_ register const char *big, register const char *little) argument
255 if (!little)
257 first = *little++;
263 for (x=big,s=little; *s; /**/ ) {
280 Perl_ninstr(pTHX_ register const char *big, register const char *bigend, const char *little, const char *lend) argument
283 register I32 first = *little;
286 if (!first && little >= littleend)
288 if (bigend - big < littleend - little)
290 bigend -= littleend - little
309 Perl_rninstr(pTHX_ register const char *big, const char *bigend, const char *little, const char *lend) argument
434 register unsigned char *little = (unsigned char *)SvPV(littlestr,l); local
633 register unsigned char *little; local
[all...]
H A Dpp.c3144 SV *little; local
3156 little = POPs;
3166 (unsigned char*)tmps + biglen, little, 0)))
3180 SV *little; local
3191 little = POPs;
3193 tmps2 = SvPV(little, llen);
H A Dregexec.c1972 char *little = SvPV(float_real, len); local
1975 if (memEQ(strend - len + 1, little, len - 1))
1978 last = memEQ(strend - len, little, len)
1985 last = rninstr(s, strend, little, little + len);
2246 * maybe save a little bit of pushing and popping on the stack. It also takes
H A Dproto.h290 PERL_CALLCONV char* Perl_instr(pTHX_ const char* big, const char* little);
534 PERL_CALLCONV char* Perl_ninstr(pTHX_ const char* big, const char* bigend, const char* little, const char* lend);
604 PERL_CALLCONV char* Perl_rninstr(pTHX_ const char* big, const char* bigend, const char* little, const char* lend);
727 PERL_CALLCONV void Perl_sv_insert(pTHX_ SV* bigsv, STRLEN offset, STRLEN len, char* little, STRLEN littlelen);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm46 A consolidation of little utility functions used through out the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.pm135 Here's one that'll whack your mind a little out.
H A DMemoize.pm490 the way it behaves a little. To supply options, invoke C<memoize>
929 works just fine. For some storage methods, you need a little glue.
979 slightly different C<caller()> and will perform a little more slowly
H A DBenchmark.pm145 little bit more time is spent. The benchmark output will, however,
732 # and we guess a little low). This does not noticably affect
971 # A little wierdness to set the first column width properly
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm280 Very little consideration has been given to the behaviour of tied arrays
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.sub827 ppcle | powerpclittle | ppc-le | powerpc-little)
837 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.sub860 ppcle | powerpclittle | ppc-le | powerpc-little)
870 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm293 but gives the fixup routine very little context.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm330 which is in non-blocking mode is of little use. This is because the
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c4159 ** little -- the little (sub) string.
4162 ** A pointer to the first instance of little in big.
4163 ** big if little is the null string.
4164 ** NULL if little is not contained in big.
4170 strstr(big, little)
4172 char *little;
4177 if (*little == '\0')
4179 l = strlen(little);
4181 while ((p = strchr(p, *little)) !
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm295 most of them are of little practical use.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm450 and the latter is available for free, there seems little reason to obtain
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL264 It's a little tricker with c2ph because you have to get the includes right.
927 local($little) = &scrunch($template);
928 push(@typedef, "'$little', \t# $fieldname");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1056 If you want to know as little about Perl as possible but need to

Completed in 95 milliseconds

12