Searched refs:wide (Results 1 - 25 of 98) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s6000/
H A Ds6000-i2s.h22 int wide; member in struct:s6000_snd_platform_data
H A Ds6000-i2s.c33 unsigned int wide; member in struct:s6000_i2s_dev
294 if (dev->wide)
338 dev->wide = pdata->wide;
345 dev->wide ? S6_I2S_WIDE : S6_I2S_DUAL);
347 if (dev->wide) {
402 dev->dma_params.same_rate = pdata->same_rate | pdata->wide;
H A Ds6105-ipcam.c203 .wide = 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Davahi-daemon.conf37 [wide-area]
38 enable-wide-area=yes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-daemon.conf37 [wide-area]
38 enable-wide-area=yes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/files/
H A Davahi-daemon.conf35 [wide-area]
36 enable-wide-area=yes
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/etc/
H A Davahi-daemon.conf37 [wide-area]
38 enable-wide-area=yes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtbuffer.tex16 The first is one for dealing with character buffers, namely wxCharBuffer for char pointer or multi-byte c strings and wxWCharBuffer for wchar\_t pointer or wide character c strings.
24 As mentioned, wxCharBuffer and its wide character variant wxWCharBuffer deal with c strings in memory. They have two constructors, one in which you pass the c string you want them to have a copy of, and another where you specify the size of the buffer in memory in characters you want.
30 It should be noted that on destruction wxCharBuffer and its wide character variant delete the c string that hold onto. If you want to get the pointer to the buffer and don't want wxCharBuffer to delete it on destruction, use the member function release to do so.
H A Dmbconv.tex22 Thus, length of wide character string \texttt{L"foo"} is $3$ while its size can
160 length \arg{inLen}, whether it is \NUL-terminated or not (for wide character
224 except that it converts a wide string to multibyte one.
253 The most general function for converting a multibyte string to a wide string.
257 wide string which it output to \arg{dst}. If the length of the resulting wide
259 \arg{srcLen} bytes don't include \NUL characters, the resulting wide string is
265 bytes. In this case the wide string is also \NUL-terminated.
H A Dtunicode.tex64 called {\tt wchar\_t} which stands for {\it wide-character type}.
66 Also, the string and character constants should be encoded using wide
70 becomes a {\it long} constant, i.e. a wide character one. To make things a bit
77 length of a wide-character string is called {\tt wcslen()} (compare with
79 standing for "string" has been replaced with "wcs" standing for "wide-character
151 to an external function which doesn't accept wide-character strings.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Ddom.c83 static int out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag);
128 node->wide = NULL;
146 node->wide = NULL;
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) argument
199 if (wide)
200 data = soap_wchar2s(soap, wide);
334 { if (out_attribute(soap, prefix, att->name, att->data, att->wide, 0))
338 { if (out_attribute(soap, q->id, att->name, att->data, att->wide, 0))
346 { if (out_attribute(soap, strncmp(att->name, "xml", 3) ? ns->id : NULL, att->name, att->data, att->wide, 0))
355 { if (out_attribute(soap, NULL, att->name, att->data, att->wide,
[all...]
H A Ddom.cpp83 static int out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag);
128 node->wide = NULL;
146 node->wide = NULL;
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) argument
199 if (wide)
200 data = soap_wchar2s(soap, wide);
334 { if (out_attribute(soap, prefix, att->name, att->data, att->wide, 0))
338 { if (out_attribute(soap, q->id, att->name, att->data, att->wide, 0))
346 { if (out_attribute(soap, strncmp(att->name, "xml", 3) ? ns->id : NULL, att->name, att->data, att->wide, 0))
355 { if (out_attribute(soap, NULL, att->name, att->data, att->wide,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Ddom.c83 static int out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag);
128 node->wide = NULL;
146 node->wide = NULL;
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) argument
199 if (wide)
200 data = soap_wchar2s(soap, wide);
334 { if (out_attribute(soap, prefix, att->name, att->data, att->wide, 0))
338 { if (out_attribute(soap, q->id, att->name, att->data, att->wide, 0))
346 { if (out_attribute(soap, strncmp(att->name, "xml", 3) ? ns->id : NULL, att->name, att->data, att->wide, 0))
355 { if (out_attribute(soap, NULL, att->name, att->data, att->wide,
[all...]
H A Ddom.cpp83 static int out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag);
128 node->wide = NULL;
146 node->wide = NULL;
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) argument
199 if (wide)
200 data = soap_wchar2s(soap, wide);
334 { if (out_attribute(soap, prefix, att->name, att->data, att->wide, 0))
338 { if (out_attribute(soap, q->id, att->name, att->data, att->wide, 0))
346 { if (out_attribute(soap, strncmp(att->name, "xml", 3) ? ns->id : NULL, att->name, att->data, att->wide, 0))
355 { if (out_attribute(soap, NULL, att->name, att->data, att->wide,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-stantum.c124 bool wide; local
142 wide = (sd->w > sd->h);
143 input_event(input, EV_ABS, ABS_MT_ORIENTATION, wide);
144 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, wide ? sd->w : sd->h);
145 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, wide ? sd->h : sd->w);
H A Dhid-3m-pct.c142 int wide = (f->w > f->h); local
146 input_event(input, EV_ABS, ABS_MT_ORIENTATION, wide);
148 wide ? f->w : f->h);
150 wide ? f->h : f->w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmdir.c37 static int wide; variable
311 if(wide)
348 if(!wide && !concise)
377 if (wide) {
407 if(wide){
541 wide = all = 0;
551 wide = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_proc.c161 char *wide = "Narrow "; local
169 wide = "Wide ";
188 ultra, wide, channel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A DMakefile.am83 wide-area.c wide-area.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A DMakefile.am83 wide-area.c wide-area.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-gcc-internal.c739 printf ("[host-wide]");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1091 * wide/fastmode:
1366 /* all DT transfers must be wide */
1442 nego == NS_WIDE ? "wide msgout" :
1918 u_char per, u_char wide, u_char div, u_char fak)
1956 if (wide != 0)
2044 static void sym_setwide(struct sym_hcb *np, int target, u_char wide) argument
2049 sym_settrans(np, target, 0, 0, 0, wide, 0, 0);
2051 if (wide)
2056 tp->tgoal.width = wide;
2059 spi_width(starget) = wide;
1917 sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
2078 u_char wide = (tp->head.wval & EWS) ? BUS_16_BIT : BUS_8_BIT; local
2106 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
4025 unsigned char wide = np->msgin[6]; local
4157 u_char chg, wide; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc72 #include <avahi-core/wide-area.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc72 #include <avahi-core/wide-area.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex71 zero to 32 bits wide, into packets. These integer fields are not
200 two-bit-wide integer 'b11'. This value may be interpreted either as
235 Reading a zero-bit-wide integer returns the value '0' and does not
239 not trigger an end-of-packet condition. Reading a zero-bit-wide

Completed in 260 milliseconds

1234