Searched refs:lookup (Results 26 - 50 of 193) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-record-browser.h25 #include <avahi-client/lookup.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dfib6_rules.c56 pol_lookup_t lookup)
59 .lookup_ptr = lookup,
78 pol_lookup_t lookup = arg->lookup_ptr; local
97 rt = lookup(table, flp, flags);
55 fib6_rule_lookup(struct flowi *fl, int flags, pol_lookup_t lookup) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex14 well as an optional lookup table of output vector values to which a
137 vector lookup table. Vorbis I supports three lookup types:
140 No lookup
149 The lookup table type is read as a four bit unsigned integer:
157 Lookup type zero indicates no lookup to be read. Proceed past
158 lookup decode.
161 number of lookup values to be read. Lookup type one reads a list of
281 \paragraph{VQ lookup table vector representation}
283 Unpacking the VQ lookup tabl
[all...]
H A D09-helper.tex69 compute the correct length of the value index for a codebook VQ lookup
70 table of lookup type 1. The values on this list are permuted to
71 construct the VQ vector lookup table of size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dlog.h120 /* For hackey massage lookup and check */
123 char *lookup (struct message *, int);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Ddir.c92 .lookup = qnx4_lookup,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Drr-test.c30 #include <avahi-client/lookup.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dupdate-test.c39 #include <avahi-core/lookup.h>
H A Dquerier-test.c37 #include <avahi-core/lookup.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_enc.c47 int lookup; member in struct:__anon583
135 static int cb_lookup_vals(int lookup, int dimentions, int entries) { argument
136 if (lookup == 1) return ff_vorbis_nth_root(entries, dimentions);
137 else if (lookup == 2) return dimentions * entries;
146 if (!cb->lookup)
149 int vals = cb_lookup_vals(cb->lookup, cb->ndimentions, cb->nentries);
158 if (cb->lookup == 1)
159 off = (i / div) % vals; // lookup type 1
161 off = i * cb->ndimentions + j; // lookup type 2
186 assert(cb->lookup);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstring.c186 char* lookup;
193 lookup = (char*) g_hash_table_lookup (chunk->const_table, (gchar *)string);
195 if (!lookup)
197 lookup = g_string_chunk_insert (chunk, string);
198 g_hash_table_insert (chunk->const_table, lookup, lookup);
201 return lookup;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstring.c186 char* lookup;
193 lookup = (char*) g_hash_table_lookup (chunk->const_table, (gchar *)string);
195 if (!lookup)
197 lookup = g_string_chunk_insert (chunk, string);
198 g_hash_table_insert (chunk->const_table, lookup, lookup);
201 return lookup;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmdct.c52 void mdct_init(mdct_lookup *lookup,int n){ argument
58 int log2n=lookup->log2n=rint(log((float)n)/log(2.f));
59 lookup->n=n;
60 lookup->trig=T;
61 lookup->bitrev=bitrev;
76 /* bitreverse lookup... */
90 lookup->scale=FLOAT_CONV(4.f/n);
H A Dlookups.pl15 function: lookup data; generated by lookups.pl; edit there
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlcatalog.c293 printf("\tpublic PublicID: make a PUBLIC identifier lookup\n");
294 printf("\tsystem SystemID: make a SYSTEM identifier lookup\n");
295 printf("\tresolve PublicID SystemID: do a full resolver lookup\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Ddir.c19 .lookup = efs_lookup,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinetpeer.c39 * New cache entries get references via lookup by destination IP address in
158 #define lookup(_daddr,_stack) \ macro
297 if (lookup(p->v4daddr, stack) != p)
382 p = lookup(daddr, NULL);
409 p = lookup(daddr, stack);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c104 err = tbl->lookup(tbl, flp, (struct dn_fib_res *)arg->result);
197 if (!tb->lookup(tb, &fl, &res)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dapps.c1285 X509_LOOKUP *lookup; local
1287 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file());
1288 if (lookup == NULL) goto end;
1290 if(!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM)) {
1294 } else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
1296 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir());
1297 if (lookup == NULL) goto end;
1299 if(!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) {
1303 } else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java169 ObjectStreamClass desc = ObjectStreamClass.lookup(TestSerial.class);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Ddir.c31 .lookup = affs_lookup,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dsysctl.c122 ps->lookup,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Droot.c138 .lookup = proc_root_lookup,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dact_api.h93 int (*lookup)(struct tc_action *, u32); member in struct:tc_action_ops
H A Ddn_fib.h106 int (*lookup)(struct dn_fib_table *t, const struct flowi *fl, member in struct:dn_fib_table

Completed in 199 milliseconds

12345678