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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthardware.c68 unsigned int get_field(unsigned int data, unsigned int field) function
H A Dcthw20k2.c431 return get_field(ctl->ca, SRCCA_CA);
691 return get_field(ctl->amoplo, AMOPLO_Y);
1319 if (get_field(pllstat, PLLSTAT_PD))
1322 if (get_field(pllstat, PLLSTAT_B) !=
1323 get_field(pllctl, PLLCTL_B))
1326 if (get_field(pllstat, PLLSTAT_CCS) !=
1327 get_field(pllctl, PLLCTL_SRC))
1330 if (get_field(pllstat, PLLSTAT_CRD) !=
1331 get_field(pllctl, PLLCTL_RD))
1334 if (get_field(pllsta
[all...]
H A Dcthardware.h187 unsigned int get_field(unsigned int data, unsigned int field);
H A Dcthw20k1.c433 return get_field(ctl->ca, SRCCA_CA);
691 return get_field(ctl->amoplo, AMOPLO_Y);
1345 if (get_field(gctl, GCTL_AID))
1348 if (!get_field(gctl, GCTL_AID)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_object.cpp1035 if(strcmp(entry2.get_field(), entry2z.get_field()))
1051 if(strcmp(entry3.get_field(), entry3z.get_field()))
1098 printf("testing Entry::get_field()... ");
1099 if(0 != memcmp(entry1.get_field(), "name2=value2", strlen("name2=value2")))
1118 if(0 != memcmp(entry1.get_field(), "name1=value2", strlen("name1=value2")))
1127 if(0 != memcmp(entry1.get_field(), "name1=value1", strlen("name1=value1")))
1136 if(0 != memcmp(entry1.get_field(), "name1=value1", strlen("name1=value1")))
1147 if(0 != memcmp(entry1.get_field(), "name
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c139 static char *get_field (const char *header, const char *field);
890 old_field = get_field (header, "Project-Id-Version");
954 return get_field (header, "POT-Creation-Date");
1241 old_field = get_field (header, "Content-Type");
1309 get_field (const char *header, const char *field) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h576 const char *get_field() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp551 const char *VorbisComment::Entry::get_field() const

Completed in 267 milliseconds