Searched refs:native (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmetadata.h39 const char *native; member in struct:AVMetadataConv
H A Dmetadata.c109 for (sc=s_conv; sc->native; sc++)
110 if (!strcasecmp(key, sc->native)) {
115 for (dc=d_conv; dc->native; dc++)
117 key = dc->native;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfile_name.h40 int wchar_to_native(const wchar_t *wchar, char *native, size_t len);
41 int native_to_wchar(const char *native, wchar_t *wchar, size_t len,
H A DcharsetConv.c244 char native = ret->from_dos[i]; local
245 if(! (native & 0x80))
247 ret->to_dos[native & 0x7f] = 0x80 | i;
349 * Convert wchar string to native, converting at most len wchar characters
350 * Returns number of generated native characters
352 int wchar_to_native(const wchar_t *wchar, char *native, size_t len) argument
359 r=safe_iconv(to_native, wchar, native, len, &mangled);
360 native[r]='\0';
364 char *dptr = native;
378 return dptr-native;
387 native_to_wchar(const char *native, wchar_t *wchar, size_t len, const char *end, int *mangled) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Ddcr.h26 #include <asm/dcr-native.h>
H A Dps3av.h360 u32 native; member in struct:ps3av_info_resolution
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex13 native word size of eight bits (octets), sixteen bits, thirty-two bits
24 purposes of the bitpacking convention, a byte implies the native,
35 convention is still well defined for any native byte size; Vorbis uses
36 the native bit-width of a given storage system. This document assumes
52 Words are native groupings of multiple bytes. Several byte orderings
H A D09-helper.tex54 host-native floating point number.
H A D03-codebook.tex30 system's native byte width is eight bits. This is not universally
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-common.S257 * This is the syscall table declaration for native ABI syscalls.
260 #define ABI(native, compat) native
389 #define ABI(native, compat) compat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java.i20 * the native part at finalization time. These are exactly the cases where C
638 %native(initDbEnvRef0) jlong initDbEnvRef0(DB_ENV *self, void *handle);
639 %native(initDbRef0) jlong initDbRef0(DB *self, void *handle);
640 %native(deleteRef0) void deleteRef0(jlong ref);
641 %native(getDbEnv0) DB_ENV *getDbEnv0(DB *self);
H A Djava_typemaps.i521 %native(DbEnv_lock_vec) void DbEnv_lock_vec(DB_ENV *dbenv, u_int32_t locker,
H A Djava_util.i60 static native final void initialize();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr008/
H A Dchk.pubdef168 Check that all constants in pubdef.in are wrapped by the Java native layer.
176 echo "$name should not appear in the Java native layer"
181 echo "$name does not appear in the Java native layer"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A DMakefile.mingw54 ifeq ($(WITH_THREADS),native)
224 ifeq ($(WITH_THREADS),native)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ps3/
H A Dps3av_cmd.c940 printk("\nresolution_60: bits:%08x native:%08x\n",
941 info->res_60.res_bits, info->res_60.native);
942 printk("resolution_50: bits:%08x native:%08x\n",
943 info->res_50.res_bits, info->res_50.native);
944 printk("resolution_other: bits:%08x native:%08x\n",
945 info->res_other.res_bits, info->res_other.native);
946 printk("resolution_vesa: bits:%08x native:%08x\n",
947 info->res_vesa.res_bits, info->res_vesa.native);
H A Dps3av.c588 /* check native resolution */
589 res_50 = info->res_50.native & PS3AV_RES_MASK_50;
590 res_60 = info->res_60.native & PS3AV_RES_MASK_60;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/
H A Dconfigure1272 --disable-native-java do not compile Java to native executables
1343 GCJ Java native code compiler command
1344 GCJFLAGS Java native code compiler flags
2439 # Check whether --enable-native-java was given.
2561 # Check whether --enable-native-java was given.
2595 # Check whether --enable-native-java was given.
2721 # Check whether --enable-native-java was given.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/
H A Dconfigure7014 *** your PATH or compiler configuration so that the native linker is
7036 *** your PATH or compiler configuration so that the native linker is
10123 # command for GNU C++ for the case where it uses the native
10125 # overridden to take advantage of the native linker features on
13581 *** your PATH or compiler configuration so that the native linker is
13603 *** your PATH or compiler configuration so that the native linker is
16160 *** your PATH or compiler configuration so that the native linker is
16182 *** your PATH or compiler configuration so that the native linker is
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A Dconfigure8179 *** your PATH or compiler configuration so that the native linker is
8201 *** your PATH or compiler configuration so that the native linker is
11284 # command for GNU C++ for the case where it uses the native
11286 # overridden to take advantage of the native linker features on
14825 *** your PATH or compiler configuration so that the native linker is
14847 *** your PATH or compiler configuration so that the native linker is
17413 *** your PATH or compiler configuration so that the native linker is
17435 *** your PATH or compiler configuration so that the native linker is
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathx/
H A Dconfigure7723 *** your PATH or compiler configuration so that the native linker is
7745 *** your PATH or compiler configuration so that the native linker is
10828 # command for GNU C++ for the case where it uses the native
10830 # overridden to take advantage of the native linker features on
14365 *** your PATH or compiler configuration so that the native linker is
14387 *** your PATH or compiler configuration so that the native linker is
16949 *** your PATH or compiler configuration so that the native linker is
16971 *** your PATH or compiler configuration so that the native linker is
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathy/
H A Dconfigure7730 *** your PATH or compiler configuration so that the native linker is
7752 *** your PATH or compiler configuration so that the native linker is
10835 # command for GNU C++ for the case where it uses the native
10837 # overridden to take advantage of the native linker features on
14372 *** your PATH or compiler configuration so that the native linker is
14394 *** your PATH or compiler configuration so that the native linker is
16956 *** your PATH or compiler configuration so that the native linker is
16978 *** your PATH or compiler configuration so that the native linker is
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathz/
H A Dconfigure7735 *** your PATH or compiler configuration so that the native linker is
7757 *** your PATH or compiler configuration so that the native linker is
10840 # command for GNU C++ for the case where it uses the native
10842 # overridden to take advantage of the native linker features on
14377 *** your PATH or compiler configuration so that the native linker is
14399 *** your PATH or compiler configuration so that the native linker is
16961 *** your PATH or compiler configuration so that the native linker is
16983 *** your PATH or compiler configuration so that the native linker is
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dconfigure8180 *** your PATH or compiler configuration so that the native linker is
8202 *** your PATH or compiler configuration so that the native linker is
11285 # command for GNU C++ for the case where it uses the native
11287 # overridden to take advantage of the native linker features on
14826 *** your PATH or compiler configuration so that the native linker is
14848 *** your PATH or compiler configuration so that the native linker is
17414 *** your PATH or compiler configuration so that the native linker is
17436 *** your PATH or compiler configuration so that the native linker is
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libogg-1.1.4/
H A Dconfigure8087 *** your PATH or compiler configuration so that the native linker is
8109 *** your PATH or compiler configuration so that the native linker is
11224 # command for GNU C++ for the case where it uses the native
11226 # overridden to take advantage of the native linker features on
14771 *** your PATH or compiler configuration so that the native linker is
14793 *** your PATH or compiler configuration so that the native linker is
17385 *** your PATH or compiler configuration so that the native linker is
17407 *** your PATH or compiler configuration so that the native linker is
19926 CFLAGS="-xO4 -fast -w -fsimple -native -xcg92"
19927 PROFILE="-v -xpg -g -xO4 -fast -native
[all...]

Completed in 680 milliseconds

12