Searched refs:AddToken (Results 1 - 7 of 7) sorted by last modified time

/external/webp/src/enc/
H A Dtoken.c90 static WEBP_INLINE int AddToken(VP8TBuffer* const b, function
116 if (!AddToken(tokens, last >= 0, base_id + 0)) {
124 if (!AddToken(tokens, v != 0, base_id + 1)) {
129 if (!AddToken(tokens, v > 1, base_id + 2)) {
132 if (!AddToken(tokens, v > 4, base_id + 3)) {
133 if (AddToken(tokens, v != 2, base_id + 4))
134 AddToken(tokens, v == 4, base_id + 5);
135 } else if (!AddToken(tokens, v > 10, base_id + 6)) {
136 if (!AddToken(tokens, v > 6, base_id + 7)) {
146 AddToken(token
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp2069 AddToken(Tok, Record);
3848 AddToken(*TokIt, Record);
3881 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { function in class:ASTWriter
H A DASTWriterStmt.cpp267 Writer.AddToken(S->getAsmToks()[I], Record);
/external/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h70 /// AddToken - Add the specified token into the Rewriter before the other
72 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
/external/clang/include/clang/Serialization/
H A DASTWriter.h537 void AddToken(const Token &Tok, RecordDataImpl &Record);
/external/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp44 AddToken(RawTok, TokenList.end());
67 /// AddToken - Add the specified token into the Rewriter before the other
70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { function in class:TokenRewriter
97 return AddToken(Tok, RemapIterator(I));
/external/chromium_org/third_party/libwebp/enc/
H A Dtoken.c90 static WEBP_INLINE int AddToken(VP8TBuffer* const b, function
116 if (!AddToken(tokens, last >= 0, base_id + 0)) {
124 if (!AddToken(tokens, v != 0, base_id + 1)) {
129 if (!AddToken(tokens, v > 1, base_id + 2)) {
132 if (!AddToken(tokens, v > 4, base_id + 3)) {
133 if (AddToken(tokens, v != 2, base_id + 4))
134 AddToken(tokens, v == 4, base_id + 5);
135 } else if (!AddToken(tokens, v > 10, base_id + 6)) {
136 if (!AddToken(tokens, v > 6, base_id + 7)) {
146 AddToken(token
[all...]

Completed in 707 milliseconds