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

12345678910

/macosx-10.10/OpenSSL098-52/src/crypto/camellia/
H A Dcmll_cbc.c73 const union { long one; char little; } camellia_endian = {1}; member in union:__anon3267
87 if (camellia_endian.little)
90 if (camellia_endian.little)
103 if (camellia_endian.little)
106 if (camellia_endian.little)
117 if (camellia_endian.little)
120 if (camellia_endian.little)
131 if (camellia_endian.little)
134 if (camellia_endian.little)
147 if (camellia_endian.little)
[all...]
H A Dcmll_misc.c108 const union { long one; char little; } camellia_endian = {1}; member in union:__anon3268
111 if (camellia_endian.little) SWAP4WORD(tmp);
113 if (camellia_endian.little) SWAP4WORD(tmp);
121 const union { long one; char little; } camellia_endian = {1}; member in union:__anon3269
124 if (camellia_endian.little) SWAP4WORD(tmp);
126 if (camellia_endian.little) SWAP4WORD(tmp);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DEndian.h24 enum endianness {big, little}; enumerator in enum:llvm::support::endianness
96 class packed_endian_specific_integral<value_type, little, unaligned> {
122 class packed_endian_specific_integral<value_type, little, aligned> {
150 <uint8_t, little, unaligned> ulittle8_t;
152 <uint16_t, little, unaligned> ulittle16_t;
154 <uint32_t, little, unaligned> ulittle32_t;
156 <uint64_t, little, unaligned> ulittle64_t;
159 <int8_t, little, unaligned> little8_t;
161 <int16_t, little, unaligned> little16_t;
163 <int32_t, little, unaligne
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DELFObjectFile.cpp26 return new ELFObjectFile<support::little, false>(Object, ec);
32 ELFObjectFile<support::little, true> *result =
33 new ELFObjectFile<support::little, true>(Object, ec);
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dplstr.h356 * Returns a pointer to the first instance of the little string within the
361 PL_strstr(const char *big, const char *little);
366 * Returns a pointer to the last instance of the little string within the big one.
371 PL_strrstr(const char *big, const char *little);
376 * Returns a pointer to the first instance of the little string within the first
378 * returns null if the length of the little string is greater than n.
382 PL_strnstr(const char *big, const char *little, PRUint32 n);
387 * Returns a pointer to the last instance of the little string within the first
389 * returns null if the length of the little string is greater than n.
393 PL_strnrstr(const char *big, const char *little, PRUint3
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dplstr.h356 * Returns a pointer to the first instance of the little string within the
361 PL_strstr(const char *big, const char *little);
366 * Returns a pointer to the last instance of the little string within the big one.
371 PL_strrstr(const char *big, const char *little);
376 * Returns a pointer to the first instance of the little string within the first
378 * returns null if the length of the little string is greater than n.
382 PL_strnstr(const char *big, const char *little, PRUint32 n);
387 * Returns a pointer to the last instance of the little string within the first
389 * returns null if the length of the little string is greater than n.
393 PL_strnrstr(const char *big, const char *little, PRUint3
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dplstr.h356 * Returns a pointer to the first instance of the little string within the
361 PL_strstr(const char *big, const char *little);
366 * Returns a pointer to the last instance of the little string within the big one.
371 PL_strrstr(const char *big, const char *little);
376 * Returns a pointer to the first instance of the little string within the first
378 * returns null if the length of the little string is greater than n.
382 PL_strnstr(const char *big, const char *little, PRUint32 n);
387 * Returns a pointer to the last instance of the little string within the first
389 * returns null if the length of the little string is greater than n.
393 PL_strnrstr(const char *big, const char *little, PRUint3
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dplstr.h356 * Returns a pointer to the first instance of the little string within the
361 PL_strstr(const char *big, const char *little);
366 * Returns a pointer to the last instance of the little string within the big one.
371 PL_strrstr(const char *big, const char *little);
376 * Returns a pointer to the first instance of the little string within the first
378 * returns null if the length of the little string is greater than n.
382 PL_strnstr(const char *big, const char *little, PRUint32 n);
387 * Returns a pointer to the last instance of the little string within the first
389 * returns null if the length of the little string is greater than n.
393 PL_strnrstr(const char *big, const char *little, PRUint3
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DEndianTest.cpp25 unsigned char little[] = {0x00, 0x04, 0x03, 0x02, 0x01}; local
29 EXPECT_EQ(LittleAsHost, (endian::read_le<int32_t, unaligned>(little)));
32 (endian::read_le<int32_t, unaligned>(little + 1)));
63 unsigned char little[] = {0x00, 0x04, 0x03, 0x02, 0x01}; local
67 reinterpret_cast<little32_t *>(little + 1);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsSubtarget.cpp28 const std::string &FS, bool little,
31 MipsArchVersion(Mips32), MipsABI(UnknownABI), IsLittle(little),
27 MipsSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool little, Reloc::Model RM) argument
H A DMipsSubtarget.h118 const std::string &FS, bool little, Reloc::Model RM);
/macosx-10.10/tcl-105/tk/tk/library/
H A Dscale.tcl77 tk::ScaleIncrement %W up little noRepeat
80 tk::ScaleIncrement %W down little noRepeat
83 tk::ScaleIncrement %W up little noRepeat
86 tk::ScaleIncrement %W down little noRepeat
147 ScaleIncrement $w up little initial
149 ScaleIncrement $w down little initial
207 # big - Size of increments: "big" or "little".
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dscale.tcl77 tk::ScaleIncrement %W up little noRepeat
80 tk::ScaleIncrement %W down little noRepeat
83 tk::ScaleIncrement %W up little noRepeat
86 tk::ScaleIncrement %W down little noRepeat
147 ScaleIncrement $w up little initial
149 ScaleIncrement $w down little initial
207 # big - Size of increments: "big" or "little".
/macosx-10.10/tcl-105/tcl/tcl/tests/
H A DwinPipe.test38 set path(little) [makeFile {} little]
39 set f [open $path(little) w]
40 puts -nonewline $f "little"
64 test winpipe-1.1 {32 bit comprehensive tests: from little file} {win exec cat32} {
65 exec $cat32 < $path(little) > $path(stdout) 2> $path(stderr)
67 } {little stderr32}
72 test winpipe-1.3 {32 bit comprehensive tests: a little from pipe} {win nt exec cat32} {
73 exec [interpreter] more < little | $cat32 > $path(stdout) 2> $path(stderr)
75 } {little stderr3
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Doffsets.rb74 if endianness == :little
141 [:little, :big].each {
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dscore-dis.c393 print_insn (bfd_vma pc, struct disassemble_info *info, bfd_boolean little) argument
402 info->display_endian = little ? BFD_ENDIAN_LITTLE : BFD_ENDIAN_BIG;
430 if (little)
456 if (little)
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkinfo.tcl47 JL { set endian little }
H A Dmkpack.tcl51 JL { set endian little }
H A Dmksplit.tcl47 JL { set endian little }
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dutf8.c346 int little = ((*flags) & WIND_RW_LE); local
368 little = (bom == 0xfffe);
372 /* little already set */
376 *flags |= little ? WIND_RW_LE : WIND_RW_BE;
382 if (little)
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp158 DyldELFObject<support::little, false> *Obj =
159 new DyldELFObject<support::little, false>(InputBuffer, ec);
160 return new ELFObjectImage<support::little, false>(Obj);
173 DyldELFObject<support::little, true> *Obj =
174 new DyldELFObject<support::little, true>(InputBuffer, ec);
175 return new ELFObjectImage<support::little, true>(Obj);
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/bin/
H A Djson_xs69 =item json-utf-16le, json-utf-16be - little endian/big endian utf-16
71 =item json-utf-32le, json-utf-32be - little endian/big endian utf-32
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_array.rb1095 E & double-precision float, little-endian byte order\\
1096 e & single-precision float, little-endian byte order\\
1111 V & long, little-endian byte order\\
1112 v & short, little-endian byte order\\
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/
H A Drc4_enc.c127 const union { long one; char little; } is_endian = {1}; member in union:__anon3330
157 if (!is_endian.little)
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/
H A Dscript.cpp430 const char *little,
434 unsigned littleLen = strlen(little);
436 char first = little[0];
439 /* find first char of little in what's left of big */
443 if(memcmp(cp, little, littleLen) == 0) {

Completed in 400 milliseconds

12345678910