Searched refs:little (Results 176 - 200 of 245) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm759 C<subtest()> runs the &code as its own little test with its own plan and
1798 If you simply want to do a little tweaking of how the tests behave,
H A DTester.pm514 might seem a little complex but if your tests look like the simple
/openbsd-current/gnu/usr.bin/perl/
H A Dsv.h2242 #define sv_insert(bigstr, offset, len, little, littlelen) \
2243 Perl_sv_insert_flags(aTHX_ (bigstr),(offset), (len), (little), \
H A DConfigure6969 /* IEEE 754 128-bit little-endian */
6984 /* x86 80-bit little-endian, sizeof 12 (ILP32, Solaris x86)
7008 /* double double 128-bit fully little-endian,
7009 * little-endian doubles in little-endian order,
7024 * little-endian doubles in big-endian order,
7032 * big-endian doubles in little-endian order,
7063 1) echo "You have IEEE 754 128-bit little endian long doubles." >&4 ;;
7065 3) echo "You have x86 80-bit little endian long doubles." >&4 ;;
7067 5) echo "You have 128-bit fully little
[all...]
H A Dsv.c6407 C<little> replacing C<len> bytes of the string in C<bigstr> starting at
6419 Perl_sv_insert_flags(pTHX_ SV *const bigstr, const STRLEN offset, const STRLEN len, const char *little, const STRLEN littlelen, const U32 flags) argument
6433 if (little >= SvPVX(bigstr) &&
6434 little < SvPVX(bigstr) + (SvLEN(bigstr) ? SvLEN(bigstr) : SvCUR(bigstr))) {
6435 /* little is a pointer to within bigstr, since we can reallocate bigstr,
6436 or little...little+littlelen might overlap offset...offset+len we make a copy
6438 little = savepvn(little, littlelen);
6439 SAVEFREEPV(little);
[all...]
H A Dproto.h3131 Perl_ninstr(const char *big, const char *bigend, const char *little, const char *lend)
3135 assert(big); assert(bigend); assert(little); assert(lend)
3809 Perl_rninstr(const char *big, const char *bigend, const char *little, const char *lend)
3813 assert(big); assert(bigend); assert(little); assert(lend)
4554 Perl_sv_insert_flags(pTHX_ SV * const bigstr, const STRLEN offset, const STRLEN len, const char *little, const STRLEN littlelen, const U32 flags);
4556 assert(bigstr); assert(little)
5779 Perl_instr(const char *big, const char *little)
5783 assert(big); assert(little)
5923 Perl_sv_insert(pTHX_ SV * const bigstr, const STRLEN offset, const STRLEN len, const char * const little, const STRLEN littlelen);
5925 assert(bigstr); assert(little)
[all...]
H A Dregexec.c2676 * Thus, a pattern character can match as little as 1/3 of a string
4163 const char *little; local
4180 little = SvPV_const(float_real, len);
4204 } else if (memEQ(checkpos + 1, little, len - 1)) {
4219 if (memEQ(checkpos, little, len)) {
4236 last = rninstr(s, strend, little, little + len);
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp903 BinaryStreamReader Reader(Data, support::little);
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.pm259 takes very little time, and the results are cached, so the speed difference
H A DBenchmark.pm145 little bit more time is spent. The benchmark output will, however,
712 # burn lots of system CPU while we burn very little user clock in the
822 # and we guess a little low). This does not noticeably affect
1079 # A little weirdness to set the first column width properly
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp53 support::little);
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h1239 explicit ResourceSectionRef(StringRef Ref) : BBS(Ref, support::little) {}
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp140 : MCAsmBackend(support::little), STI(STI),
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp603 unsigned index = Endian == support::little ? I : (VSize - I - 1);
H A DMachObjectWriter.cpp635 if (W.Endian == support::little)
H A DWinCOFFObjectWriter.cpp243 : W(OS, support::little), TargetObjectWriter(std::move(MOTW)) {
H A DMCStreamer.cpp140 Value, IsLittleEndian ? support::little : support::big);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp72 Endianness = support::endianness::little;
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp276 /// (all integers are stored in little-endian format):
298 /// Read 8-byte integers from a buffer in little-endian format.
303 /// Write 8-byte integers to a buffer in little-endian format.
305 llvm::support::endian::write(OS, Val, llvm::support::little);
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp445 support::endian::write<uint32_t>(OS, Binary, support::little);
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp887 if (Error e = parser.parse(sec->content(), support::little))
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldlang.c1574 strcut (copy1, "little");
1576 strcut (copy2, "little");
1715 little endian alternatives, but some scrips don't do
4623 const char *little,
4632 && little != NULL)
4633 format = little;
4619 lang_add_output_format(const char *format, const char *big, const char *little, int from_script) argument
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c1568 /* Fixing the global list pointer here is a little different.
2541 strcut (copy1, "little");
2543 strcut (copy2, "little");
2682 little endian alternatives, but some scrips don't do
5914 const char *little,
5923 && little != NULL)
5924 format = little;
5910 lang_add_output_format(const char *format, const char *big, const char *little, int from_script) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8613 const __sanitizer_cap_rights *little) {
8615 COMMON_INTERCEPTOR_ENTER(ctx, cap_rights_contains, big, little);
8616 if (little)
8617 COMMON_INTERCEPTOR_READ_RANGE(ctx, little, sizeof(*little));
8621 return REAL(cap_rights_contains)(big, little);
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm1220 This controls whether or not each HTML page is liable to have a little

Completed in 417 milliseconds

12345678910