/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
perfect.c | 16 keys, then it computes a^scramble[tab[b]] to get the final perfect hash. 32 The final hash is (a XOR scramble[tab[b]]). *scramble* is a 200 gencode *final) /* output, code for the final hash */ 215 final->used = 4; 216 sprintf(final->line[0], 218 sprintf(final->line[1], 220 sprintf(final->line[2], 222 sprintf(final->line[3], 237 final->used = 2 [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
charclass_test.cc | 21 } final[10]; member in struct:re2::CCTest 98 for (int k = 0; t->final[k].lo >= 0; k++) 99 printf(" %d-%d", t->final[k].lo, t->final[k].hi); 110 for (int j = 0; t->final[j].lo >= 0; j++) 111 if (t->final[j].lo <= x && x <= t->final[j].hi) 140 for (int j = 0; t->final[j].lo >= 0; j++, ++it) { 142 it->lo != t->final[j].lo || 143 it->hi != t->final[j].hi) [all...] |
/external/regex-re2/re2/testing/ |
charclass_test.cc | 21 } final[10]; member in struct:re2::CCTest 98 for (int k = 0; t->final[k].lo >= 0; k++) 99 printf(" %d-%d", t->final[k].lo, t->final[k].hi); 110 for (int j = 0; t->final[j].lo >= 0; j++) 111 if (t->final[j].lo <= x && x <= t->final[j].hi) 140 for (int j = 0; t->final[j].lo >= 0; j++, ++it) { 142 it->lo != t->final[j].lo || 143 it->hi != t->final[j].hi) [all...] |
/external/clang/test/Parser/ |
cxx0x-decl.cpp | 92 virtual auto f() -> void *final; member in struct:FinalOverride::Derived 94 virtual auto h() -> void *final override; 95 virtual auto i() -> void *override final; member in struct:FinalOverride::Derived
|
/external/openfst/src/include/fst/ |
reverse.h | 67 Weight final = ifst.Final(is); local 68 if (final != Weight::Zero()) { 69 RevArc oarc(0, 0, final.Reverse(), os);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
reverse.h | 58 Weight final = ifst.Final(is); local 59 if (final != Weight::Zero()) { 60 RevArc oarc(0, 0, final.Reverse(), os);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 60 def encode(self, input, final=False): 61 if final: 76 def decode(self, input, final=False):
|
ascii.py | 21 def encode(self, input, final=False): 25 def decode(self, input, final=False):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 60 def encode(self, input, final=False): 61 if final: 76 def decode(self, input, final=False):
|
/external/llvm/lib/ProfileData/ |
InstrProfIndexed.h | 33 Hash.final(Result);
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetTransformInfo.cpp | 35 class XCoreTTI final : public ImmutablePass, public TargetTransformInfo { class in namespace:__anon30826
|
/external/openfst/src/include/fst/script/ |
print-impl.h | 126 Weight final = fst_.Final(s); local 127 if (final != Weight::Zero() || !output) { 129 if (show_weight_one_ || final != Weight::One()) { 130 *ostrm_ << FLAGS_fst_field_separator[0] << final; local
|
/external/proguard/examples/ |
library.pro | 66 static final long serialVersionUID; 67 static final java.io.ObjectStreamField[] serialPersistentFields;
|
servlets.pro | 57 static final long serialVersionUID; 58 static final java.io.ObjectStreamField[] serialPersistentFields;
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testwin.c | 144 SDL_Color final; local 153 final.r = 0xFF; 154 final.g = 0x00; 155 final.b = 0x00; 158 cdist[i].r = final.r-palcolors[i].r; 159 cdist[i].g = final.g-palcolors[i].g; 160 cdist[i].b = final.b-palcolors[i].b; 175 final.r = 0x00; 176 final.g = 0x00; 177 final.b = 0x00 [all...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
SECONDARY | 93 final: intermediate 96 final intermediate source: 103 touch('final'); 106 $answer = "$make_name: `final' is up to date.\n"; 109 unlink('source', 'final', 'intermediate');
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
library.pro | 66 static final long serialVersionUID; 67 static final java.io.ObjectStreamField[] serialPersistentFields;
|
servlets.pro | 57 static final long serialVersionUID; 58 static final java.io.ObjectStreamField[] serialPersistentFields;
|
/external/chromium_org/net/websockets/ |
websocket_frame.h | 64 : final(false), 80 bool final; member in struct:net::WebSocketFrameHeader
|
/external/chromium_org/third_party/smhasher/src/ |
KeysetTest.cpp | 19 uint8_t * final = new uint8_t[hashbytes]; local 23 memset(final,0,hashbytes); 37 hash(hashes,hashbytes*256,0,final); 42 uint32_t verification = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) | (final[3] << 24); 46 delete [] final;
|
/external/llvm/unittests/Support/ |
MD5Test.cpp | 23 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) { 27 Hash.final(MD5Res); 30 EXPECT_EQ(Res, Final); 33 void TestMD5Sum(StringRef Input, StringRef Final) { 37 Hash.final(MD5Res); 40 EXPECT_EQ(Res, Final);
|
/external/llvm/utils/release/ |
tag.sh | 31 echo " -final Tag final release candidate" 79 -final | --final ) 80 rc="final"
|
/external/lzma/CPP/7zip/UI/Common/ |
Bench.h | 22 virtual HRESULT SetEncodeResult(const CBenchInfo &info, bool final) = 0;
23 virtual HRESULT SetDecodeResult(const CBenchInfo &info, bool final) = 0;
|
/external/valgrind/main/memcheck/tests/ |
sh-mem-random.stdout.exp | 6 final check
|
/external/valgrind/main/none/tests/s390x/ |
cksm.c | 65 uint32_t final; local 82 final = 0; // suppress gcc warning 87 final = buff[n] & 0xFF000000; 91 final = buff[n] & 0xFFFF0000; 95 final = buff[n] & 0xFFFFFF00; 101 v64 += final; 104 sum = sum + final + 1; 106 sum = sum + final;
|