Searched refs:att (Results 1 - 25 of 208) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Ddom.c239 { struct soap_dom_attribute *att; local
240 for (att = node->atts; att; att = att->next)
241 { if (att->name && att->data && !strncmp(att->name, "xmlns:", 6))
242 { if (!(soap_enter_ns_prefix(soap, att->name + 6, att
327 { struct soap_dom_attribute *att; local
427 { const struct soap_dom_attribute *att; local
513 register struct soap_dom_attribute **att; local
619 struct soap_dom_attribute *att = node; local
682 soap_dom_next_attribute(struct soap_dom_attribute *att) argument
825 add(struct soap_dom_attribute *att) argument
838 add(struct soap_dom_attribute &att) argument
1057 { att = NULL; member in struct:soap_dom_element_iterator::soap_dom_attribute_iterator::soap_dom_attribute_iterator
[all...]
H A Ddom.cpp239 { struct soap_dom_attribute *att; local
240 for (att = node->atts; att; att = att->next)
241 { if (att->name && att->data && !strncmp(att->name, "xmlns:", 6))
242 { if (!(soap_enter_ns_prefix(soap, att->name + 6, att
327 { struct soap_dom_attribute *att; local
427 { const struct soap_dom_attribute *att; local
513 register struct soap_dom_attribute **att; local
619 struct soap_dom_attribute *att = node; local
682 soap_dom_next_attribute(struct soap_dom_attribute *att) argument
825 add(struct soap_dom_attribute *att) argument
838 add(struct soap_dom_attribute &att) argument
1064 soap_dom_attribute_iterator(struct soap_dom_attribute *att) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Ddom.c239 { struct soap_dom_attribute *att; local
240 for (att = node->atts; att; att = att->next)
241 { if (att->name && att->data && !strncmp(att->name, "xmlns:", 6))
242 { if (!(soap_enter_ns_prefix(soap, att->name + 6, att
327 { struct soap_dom_attribute *att; local
427 { const struct soap_dom_attribute *att; local
513 register struct soap_dom_attribute **att; local
619 struct soap_dom_attribute *att = node; local
682 soap_dom_next_attribute(struct soap_dom_attribute *att) argument
825 add(struct soap_dom_attribute *att) argument
838 add(struct soap_dom_attribute &att) argument
1057 { att = NULL; member in struct:soap_dom_element_iterator::soap_dom_attribute_iterator::soap_dom_attribute_iterator
[all...]
H A Ddom.cpp239 { struct soap_dom_attribute *att; local
240 for (att = node->atts; att; att = att->next)
241 { if (att->name && att->data && !strncmp(att->name, "xmlns:", 6))
242 { if (!(soap_enter_ns_prefix(soap, att->name + 6, att
327 { struct soap_dom_attribute *att; local
427 { const struct soap_dom_attribute *att; local
513 register struct soap_dom_attribute **att; local
619 struct soap_dom_attribute *att = node; local
682 soap_dom_next_attribute(struct soap_dom_attribute *att) argument
825 add(struct soap_dom_attribute *att) argument
838 add(struct soap_dom_attribute &att) argument
1064 soap_dom_attribute_iterator(struct soap_dom_attribute *att) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dwxexpr.h168 bool GetAttributeValue(const wxString& att, int& var) const;
169 bool GetAttributeValue(const wxString& att, long& var) const;
170 bool GetAttributeValue(const wxString& att, float& var) const;
171 bool GetAttributeValue(const wxString& att, double& var) const;
172 bool GetAttributeValue(const wxString& att, wxString& var) const; // Word OR string -> string
173 bool GetAttributeValue(const wxString& att, wxExpr **var) const;
176 inline void AssignAttributeValue(wxChar *att, int *var) const { GetAttributeValue(att, *var); } argument
177 inline void AssignAttributeValue(wxChar *att, long *var) const { GetAttributeValue(att, *va argument
178 AssignAttributeValue(wxChar *att, float *var) const argument
179 AssignAttributeValue(wxChar *att, double *var) const argument
180 AssignAttributeValue(wxChar *att, wxExpr **var) const argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_g.h69 u8 att; /* Attenuation value */ member in struct:b43_rfatt
85 return ((a->att == b->att) &&
91 u8 att; /* Attenuation value */ member in struct:b43_bbatt
106 return (a->att == b->att);
H A Dphy_g.c87 {.att = 3,.with_padmix = 0,},
88 {.att = 1,.with_padmix = 0,},
89 {.att = 5,.with_padmix = 0,},
90 {.att = 7,.with_padmix = 0,},
91 {.att = 9,.with_padmix = 0,},
92 {.att = 2,.with_padmix = 0,},
93 {.att = 0,.with_padmix = 0,},
94 {.att = 4,.with_padmix = 0,},
95 {.att = 6,.with_padmix = 0,},
96 {.att
[all...]
H A Dlo.c756 b43_radio_maskset(dev, 0x43, 0xFFF0, rfatt->att);
759 max_rx_gain = rfatt->att * 2;
760 max_rx_gain += bbatt->att / 2;
768 b43_gphy_set_baseband_attenuation(dev, bbatt->att);
777 bbatt->att, rfatt->att, rfatt->with_padmix,
893 if ((rf->att != 1) && (rf->att != 2) && (rf->att != 3))
894 rf->att
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dwsseapi.c1684 struct soap_dom_attribute *att; local
1695 { for (att = prt->atts; att; att = att->next)
1696 if (!strncmp(att->name, "xmlns:", 6) && !soap_lookup_ns(soap, att->name + 6, strlen(att->name + 6)))
1697 soap_attribute(soap, att->name, att
1845 { struct soap_dom_attribute *att; local
1862 struct soap_dom_attribute *att; local
2672 struct soap_dom_attribute *att; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dwsseapi.c1684 struct soap_dom_attribute *att; local
1695 { for (att = prt->atts; att; att = att->next)
1696 if (!strncmp(att->name, "xmlns:", 6) && !soap_lookup_ns(soap, att->name + 6, strlen(att->name + 6)))
1697 soap_attribute(soap, att->name, att
1845 { struct soap_dom_attribute *att; local
1862 struct soap_dom_attribute *att; local
2672 struct soap_dom_attribute *att; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dwxexpr.cpp633 bool wxExpr::GetAttributeValue(const wxString& att, int& var) const argument
635 wxExpr *expr = AttributeValue(att);
646 bool wxExpr::GetAttributeValue(const wxString& att, long& var) const argument
648 wxExpr *expr = AttributeValue(att);
659 bool wxExpr::GetAttributeValue(const wxString& att, float& var) const argument
661 wxExpr *expr = AttributeValue(att);
671 bool wxExpr::GetAttributeValue(const wxString& att, double& var) const argument
673 wxExpr *expr = AttributeValue(att);
683 bool wxExpr::GetAttributeValue(const wxString& att, wxString& var) const // Word OR string -> string argument
685 wxExpr *expr = AttributeValue(att);
700 GetAttributeValue(const wxString& att, wxExpr **var) const argument
712 GetAttributeValueStringList(const wxString& att, wxList *var) const argument
732 AssignAttributeValue(wxChar *att, wxChar **var) const argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisenc.c69 int att[P_NOISECURVES]; member in struct:__anon4054
347 const att3 *att,
357 p->tone_masteratt[0]=att[is].att[0]*(1.-ds)+att[is+1].att[0]*ds;
358 p->tone_masteratt[1]=att[is].att[1]*(1.-ds)+att[is+1].att[
346 vorbis_encode_tonemask_setup(vorbis_info *vi,double s,int block, const att3 *att, const int *max, const vp_adjblock *in) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DSAX2.c1379 const xmlChar *att; local
1422 att = NULL;
1425 att = atts[i];
1426 while (att != NULL) {
1427 if (xmlStrEqual(att, fulln))
1430 att = atts[i];
1433 if (att == NULL) {
1487 att = NULL;
1490 att = atts[i];
1491 while (att !
1535 const xmlChar *att; local
[all...]
H A DtestHTML.c379 const unsigned char *att = atts[i]; local
382 while ((attlen = strlen((char*)att)) > 0) {
384 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
387 att += attlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c1366 const xmlChar *att; local
1409 att = NULL;
1412 att = atts[i];
1413 while (att != NULL) {
1414 if (xmlStrEqual(att, fulln))
1417 att = atts[i];
1420 if (att == NULL) {
1474 att = NULL;
1477 att = atts[i];
1478 while (att !
1522 const xmlChar *att; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c1379 const xmlChar *att; local
1422 att = NULL;
1425 att = atts[i];
1426 while (att != NULL) {
1427 if (xmlStrEqual(att, fulln))
1430 att = atts[i];
1433 if (att == NULL) {
1487 att = NULL;
1490 att = atts[i];
1491 while (att !
1535 const xmlChar *att; local
[all...]
H A DtestHTML.c379 const unsigned char *att = atts[i]; local
382 while ((attlen = strlen((char*)att)) > 0) {
384 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
387 att += attlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX2.c1366 const xmlChar *att; local
1409 att = NULL;
1412 att = atts[i];
1413 while (att != NULL) {
1414 if (xmlStrEqual(att, fulln))
1417 att = atts[i];
1420 if (att == NULL) {
1474 att = NULL;
1477 att = atts[i];
1478 while (att !
1522 const xmlChar *att; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestHTML.c379 const unsigned char *att = atts[i]; local
382 while ((attlen = strlen((char*)att)) > 0) {
384 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
387 att += attlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c476 z->att = (ush)UNKNOWN; /* will be changed later */
554 /* create extra field and change z->att and z->atx if desired */
619 /* create extra field and change z->att and z->atx if desired */
774 if (z->att == (ush)UNKNOWN) {
775 z->att = BINARY; /* set sensible value in header */
832 if (set_type) z->att = (ush)UNKNOWN;
844 if (z->att == (ush)BINARY && translate_eol && file_binary) {
850 else if (z->att == (ush)BINARY && translate_eol) {
1569 if (z_entry->att == (ush)UNKNOWN)
1570 z_entry->att
1612 ush att = (ush)UNKNOWN; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dconfig.sub92 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
184 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
185 basic_machine=m68000-att
188 basic_machine=we32k-att
625 basic_machine=we32k-att
814 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dconfig.sub92 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
184 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
185 basic_machine=m68000-att
188 basic_machine=we32k-att
625 basic_machine=we32k-att
814 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dtdfxfb.c385 att_outb(par, i, reg->att[i]);
632 reg.att[0x00] = 0x00;
633 reg.att[0x01] = 0x01;
634 reg.att[0x02] = 0x02;
635 reg.att[0x03] = 0x03;
636 reg.att[0x04] = 0x04;
637 reg.att[0x05] = 0x05;
638 reg.att[0x06] = 0x06;
639 reg.att[0x07] = 0x07;
640 reg.att[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_synth.c371 int att; local
373 att = voice->sound->tone_attenuate;
374 att += snd_opl4_volume_table[opl4->chset->gs_master_volume & 0x7f];
375 att += snd_opl4_volume_table[voice->chan->gm_volume & 0x7f];
376 att += snd_opl4_volume_table[voice->chan->gm_expression & 0x7f];
377 att += snd_opl4_volume_table[voice->velocity];
378 att = 0x7f - (0x7f - att) * (voice->sound->volume_factor) / 0xfe - volume_boost;
379 if (att < 0)
380 att
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dcmsmvs.c228 /* create extra field and change z->att if desired */
242 z->att = ASCII;
245 z->att = BINARY;
247 z->att = __EBCDIC;

Completed in 237 milliseconds

123456789