Searched refs:xlate (Results 1 - 25 of 115) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_date.c11 int xlate = (dateoff & AD_DATE_UNIX); local
14 if (xlate)
43 int xlate = (dateoff & AD_DATE_UNIX); local
64 if (xlate)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dppccpuid.pl6 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
7 ( $xlate="${dir}perlasm/ppc-xlate.pl" and -f $xlate) or
8 die "can't locate ppc-xlate.pl";
10 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
H A Dx86_64cpuid.pl10 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
11 ( $xlate="${dir}perlasm/x86_64-xlate.pl" and -f $xlate) or
12 die "can't locate x86_64-xlate.pl";
14 open OUT,"| \"$^X\" $xlate $flavour $output";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dppccpuid.pl6 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
7 ( $xlate="${dir}perlasm/ppc-xlate.pl" and -f $xlate) or
8 die "can't locate ppc-xlate.pl";
10 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
H A Dx86_64cpuid.pl10 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
11 ( $xlate="${dir}perlasm/x86_64-xlate.pl" and -f $xlate) or
12 die "can't locate x86_64-xlate.pl";
14 open OUT,"| \"$^X\" $xlate $flavour $output";
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddir_iterate.c91 struct xlate { struct
105 struct xlate *xl = (struct xlate *) priv_data;
121 struct xlate xl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmx3_camera.c676 struct soc_camera_format_xlate *xlate)
704 if (xlate) {
705 xlate->host_fmt = &mx3_camera_formats[0];
706 xlate->code = code;
707 xlate++;
714 if (xlate) {
715 xlate->host_fmt = &mx3_camera_formats[1];
716 xlate->code = code;
717 xlate++;
729 if (xlate) {
675 mx3_camera_get_formats(struct soc_camera_device *icd, unsigned int idx, struct soc_camera_format_xlate *xlate) argument
866 const struct soc_camera_format_xlate *xlate; local
921 const struct soc_camera_format_xlate *xlate; local
1008 const struct soc_camera_format_xlate *xlate; local
[all...]
H A Dpxa_camera.c1251 struct soc_camera_format_xlate *xlate)
1289 if (xlate) {
1290 xlate->host_fmt = &pxa_camera_formats[0];
1291 xlate->code = code;
1292 xlate++;
1301 if (xlate)
1308 if (xlate)
1316 if (xlate) {
1317 xlate->host_fmt = fmt;
1318 xlate
1250 pxa_camera_get_formats(struct soc_camera_device *icd, unsigned int idx, struct soc_camera_format_xlate *xlate) argument
1413 const struct soc_camera_format_xlate *xlate = NULL; local
1480 const struct soc_camera_format_xlate *xlate; local
[all...]
H A Dsh_mobile_ceu_camera.c893 struct soc_camera_format_xlate *xlate)
1001 for (k = 0; xlate && k < n; k++) {
1002 xlate->host_fmt = &sh_mobile_ceu_formats[k];
1003 xlate->code = code;
1004 xlate++;
1016 if (xlate) {
1017 xlate->host_fmt = fmt;
1018 xlate->code = code;
1019 xlate++;
1531 const struct soc_camera_format_xlate *xlate; local
892 sh_mobile_ceu_get_formats(struct soc_camera_device *icd, unsigned int idx, struct soc_camera_format_xlate *xlate) argument
1645 const struct soc_camera_format_xlate *xlate; local
[all...]
H A Dmx1_camera.c563 const struct soc_camera_format_xlate *xlate; local
568 xlate = soc_camera_xlate_by_fourcc(icd, pix->pixelformat);
569 if (!xlate) {
575 buswidth = xlate->host_fmt->bits_per_sample;
587 mf.code = xlate->code;
593 if (mf.code != xlate->code)
600 icd->current_fmt = xlate;
609 const struct soc_camera_format_xlate *xlate; local
615 xlate = soc_camera_xlate_by_fourcc(icd, pix->pixelformat);
616 if (!xlate) {
[all...]
H A Dmx2_camera.c882 const struct soc_camera_format_xlate *xlate; local
887 xlate = soc_camera_xlate_by_fourcc(icd, pix->pixelformat);
888 if (!xlate) {
902 mf.code = xlate->code;
908 if (mf.code != xlate->code)
915 icd->current_fmt = xlate;
926 const struct soc_camera_format_xlate *xlate; local
933 xlate = soc_camera_xlate_by_fourcc(icd, pixfmt);
934 if (pixfmt && !xlate) {
946 if (xlate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl39 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
40 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
41 die "can't locate ppc-xlate.pl";
43 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghashp8-ppc.pl39 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
40 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
41 die "can't locate ppc-xlate.pl";
43 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl118 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
119 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
120 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
121 die "can't locate x86_64-xlate.pl";
123 open OUT,"| \"$^X\" $xlate $flavour $output";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md5/asm/
H A Dmd5-x86_64.pl118 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
119 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
120 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
121 die "can't locate x86_64-xlate.pl";
123 open OUT,"| \"$^X\" $xlate $flavour $output";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmpic_msi.c67 ops->xlate(mpic->irqhost, NULL, oirq.specifier,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c775 size_t *rbuflen, const int xlate)
809 if (xlate) {
845 int eid, xlate = 0; local
883 xlate = (ofork->of_vol->v_flags & AFPVOL_CRLF) ? crlf(ofork) : 0;
910 err = read_file(ofork, eid, offset, nlmask, nlchar, rbuf, rbuflen, xlate);
943 if (!(xlate || Debug(obj) )) {
966 cc = read_file(ofork, eid, offset, nlmask, nlchar, rbuf,rbuflen, xlate);
1143 size_t rbuflen, const int xlate)
1151 if (xlate) {
1188 int endflag, eid, xlate local
772 read_file(struct ofork *ofork, int eid, off_t offset, u_char nlmask, u_char nlchar, char *rbuf, size_t *rbuflen, const int xlate) argument
1141 write_file(struct ofork *ofork, int eid, off_t offset, char *rbuf, size_t rbuflen, const int xlate) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-ppc.pl45 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
46 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
47 die "can't locate ppc-xlate.pl";
49 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/ibmasm/
H A Dremote.c84 static const unsigned short xlate[XLATE_SIZE] = { variable
179 key = xlate[code];
248 if (xlate[i])
249 set_bit(xlate[i], keybd_dev->keybit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dirq.h102 int (*xlate)(struct irq_host *h, struct device_node *ctrler, member in struct:irq_host_ops
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/adv1tov2/
H A Dadv1tov2.c33 static void xlate(char *name, int flags) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl45 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
46 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
47 die "can't locate ppc-xlate.pl";
49 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dppc-mont.pl74 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
75 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
76 die "can't locate ppc-xlate.pl";
78 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
H A Dx86_64-gf2m.pl30 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
31 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
32 die "can't locate x86_64-xlate.pl";
34 open OUT,"| \"$^X\" $xlate $flavour $output";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dppc-mont.pl74 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
75 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
76 die "can't locate ppc-xlate.pl";
78 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";

Completed in 202 milliseconds

12345