Home
last modified time | relevance | path

Searched refs:dbase (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/zlib/
Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
192 base = dbase;
/third_party/zlib/
Dinftrees.c62 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ in inflate_table() local
188 base = dbase; in inflate_table()
/third_party/node/deps/zlib/
Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
192 base = dbase;
/third_party/flutter/skia/third_party/externals/zlib/
Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
192 base = dbase;
/third_party/freetype/src/gzip/
Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ in inflate_table() local
192 base = dbase; in inflate_table()
/third_party/libwebsockets/win32port/zlib/
Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
194 base = dbase;
/third_party/zlib/contrib/infback9/
Dinftree9.c68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ local
188 base = dbase;
/third_party/toybox/toys/pending/
Dmodprobe.c35 struct arg_list *probes, *dbase[256];
145 hash %= ARRAY_LEN(TT.dbase); in get_mod()
146 for (temp = TT.dbase[hash]; temp; temp = temp->next) { in get_mod()
153 llist_add(&TT.dbase[hash], modentry); in get_mod()
/third_party/toybox/generated/
Dglobals.h802 struct arg_list *dbase[256]; member
/third_party/chromium/patch/
D0001-cve.patch20921 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */