HomeSort by relevance Sort by last modified time
    Searched refs:little (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/upstream-openbsd/lib/libc/string/
wcsstr.c 36 wcswcs(const wchar_t *big, const wchar_t *little)
38 wcsstr(const wchar_t *big, const wchar_t *little)
45 if (!*little) {
49 if (wcslen(big) < wcslen(little))
53 q = little;
55 q = little;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plstr.h 356 * 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, PRUint32 max)
    [all...]
  /external/llvm/unittests/Support/
EndianTest.cpp 29 EXPECT_EQ(LittleAsHost,(endian::read<int32_t, little, unaligned>(littleval)));
32 (endian::read<int32_t, little, unaligned>(littleval + 1)));
48 endian::write<int32_t, little, unaligned>(data, -1362446643);
53 endian::write<int32_t, little, unaligned>(data + 1, -1362446643);
63 unsigned char little[] = {0x00, 0x04, 0x03, 0x02, 0x01}; local
67 reinterpret_cast<little32_t *>(little + 1);
  /build/core/combo/arch/mips/
mips32-fp.mk 2 # Generating binaries for MIPS32/hard-float/little-endian
mips32r2-fp.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian
mips32r6.mk 2 # Generating binaries for MIPS32R6/hard-float/little-endian
mips32r2dsp-fp.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian/dsp
mips32r2dspr2-fp.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian/dsp
mips32r2-fp-xburst.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian without
  /external/llvm/include/llvm/Support/
Endian.h 23 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
103 <uint8_t, little, unaligned> ulittle8_t;
105 <uint16_t, little, unaligned> ulittle16_t;
107 <uint32_t, little, unaligned> ulittle32_t;
109 <uint64_t, little, unaligned> ulittle64_t;
112 <int8_t, little, unaligned> little8_t;
114 <int16_t, little, unaligned> little16_t;
116 <int32_t, little, unaligned> little32_t;
118 <int64_t, little, unaligned> little64_t;
121 <uint8_t, little, aligned> aligned_ulittle8_t
    [all...]
OnDiskHashTable.h 146 endian::Writer<little> LE(Out);
298 offset_type Offset = endian::readNext<offset_type, little, aligned>(Bucket);
305 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items);
310 endian::readNext<hash_value_type, little, unaligned>(Items);
362 endian::readNext<offset_type, little, aligned>(Buckets);
364 endian::readNext<offset_type, little, aligned>(Buckets);
424 endian::readNext<uint16_t, little, unaligned>(Ptr);
497 endian::readNext<uint16_t, little, unaligned>(Ptr);
561 endian::readNext<offset_type, little, aligned>(Buckets);
563 endian::readNext<offset_type, little, aligned>(Buckets)
    [all...]
  /external/clang/test/Preprocessor/
macro_paste_msextensions.c 19 #define nested(x) int x comment cute little dead tokens...
  /external/clang/lib/Lex/
PTHLexer.cpp 56 unsigned Word0 = endian::readNext<uint32_t, little, aligned>(CurPtrShadow);
58 endian::readNext<uint32_t, little, aligned>(CurPtrShadow);
60 endian::readNext<uint32_t, little, aligned>(CurPtrShadow);
199 uint32_t Offset = endian::readNext<uint32_t, little, aligned>(CurPPCondPtr);
202 TableIdx = endian::readNext<uint32_t, little, aligned>(CurPPCondPtr);
220 TokBuf + endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
225 TableIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
241 TokBuf + endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
242 uint32_t NextIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
296 uint32_t Offset = endian::readNext<uint32_t, little, aligned>(OffsetPtr)
    [all...]
  /external/llvm/lib/Object/
ELFObjectFile.cpp 32 R.reset(new ELFObjectFile<ELFType<support::little, 4, false>>(
37 R.reset(new ELFObjectFile<ELFType<support::little, 2, false>>(
68 R.reset(new ELFObjectFile<ELFType<support::little, 8, true>>(
73 R.reset(new ELFObjectFile<ELFType<support::little, 2, true>>(
  /external/llvm/lib/ProfileData/
InstrProfIndexed.h 35 // result in little endian, so we may need to swap bytes.
37 return endian::read<uint64_t, little, unaligned>(Result);
InstrProfWriter.cpp 43 endian::Writer<little> LE(Out);
61 endian::Writer<little> LE(Out);
110 endian::Writer<little> LE(OS);
InstrProfReader.cpp 291 endian::read<uint64_t, little, aligned>(DataBuffer.getBufferStart());
305 uint64_t Magic = endian::readNext<uint64_t, little, unaligned>(Cur);
310 uint64_t Version = endian::readNext<uint64_t, little, unaligned>(Cur);
315 MaxFunctionCount = endian::readNext<uint64_t, little, unaligned>(Cur);
319 endian::readNext<uint64_t, little, unaligned>(Cur));
322 uint64_t HashOffset = endian::readNext<uint64_t, little, unaligned>(Cur);
  /external/llvm/test/MC/Mips/
micromips-el-fixup-data.s 5 # Check that fixup data is written in the microMIPS specific little endian
  /external/clang/lib/Frontend/
CacheTokens.cpp 84 endian::Writer<little> LE(Out);
131 endian::Writer<little> LE(Out);
145 endian::Writer<little>(Out).write<uint8_t>((unsigned)V.getKind());
153 endian::Writer<little> LE(Out);
202 endian::Writer<little>(Out).write<uint8_t>(V);
207 endian::Writer<little>(Out).write<uint16_t>(V);
212 endian::Writer<little>(Out).write<uint32_t>(V);
221 endian::Writer<little>(Out).write<uint16_t>(V.size());
295 endian::Writer<little> LE(Out);
617 endian::Writer<little>(Out).write<uint16_t>(n)
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 228 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
229 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
247 uint64_t Hash = endian::readNext<uint64_t, little, unaligned>(D);
253 CountBuffer.push_back(endian::readNext<uint64_t, little, unaligned>(D));
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
ctr128.c 82 const union { long one; char little; } is_endian = {1}; member in union:__anon18477
84 if (is_endian.little) {
  /external/llvm/test/Bindings/Ocaml/
irreader.ml 11 little ones. *)
passmgr_builder.ml 11 little ones. *)
vectorize_opts.ml 11 little ones. *)
  /external/openssl/crypto/modes/
ctr128.c 82 const union { long one; char little; } is_endian = {1}; member in union:__anon32078
84 if (is_endian.little) {

Completed in 5660 milliseconds

1 2 3 4 5 6 7 8