Home
last modified time | relevance | path

Searched refs:dbase (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
192 base = dbase;
/third_party/node/deps/zlib/
H A Dinftrees.c61 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ in inflate_table() local
187 base = dbase; in inflate_table()
/third_party/skia/third_party/externals/zlib/
H A Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
192 base = dbase;
/third_party/zlib/contrib/infback9/
H A Dinftree9.c63 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ in inflate_table9() local
183 base = dbase; in inflate_table9()
/third_party/zlib/
H A Dinftrees.c61 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ in inflate_table() local
187 base = dbase; in inflate_table()
/third_party/toybox/toys/pending/
H A 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/libwebsockets/win32port/zlib/
H A Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
192 base = dbase;
/third_party/toybox/generated/
H A Dglobals.h926 struct arg_list *dbase[256]; member

Completed in 9 milliseconds