Searched refs:uu (Results 26 - 50 of 90) sorted by relevance

1234

/freebsd-10-stable/sys/boot/powerpc/boot1.chrp/
H A Dgenerate-hfs.sh58 echo 'HFS template boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu
59 echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu
60 echo '$FreeBSD$' >> $OUTPUT_FILE.bz2.uu
62 uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu
/freebsd-10-stable/sys/modules/nve/
H A DMakefile13 nvenetlib.o: ${.CURDIR}/../../contrib/dev/nve/${MACHINE}/${.TARGET}.bz2.uu
14 uudecode < ${.CURDIR}/../../contrib/dev/nve/${MACHINE}/${.TARGET}.bz2.uu
/freebsd-10-stable/tools/regression/nfsmmap/test1/
H A DMakefile21 test1.zeros: test1.zeros.uu
24 test1.good: test1.good.uu
/freebsd-10-stable/tools/regression/nfsmmap/test2/
H A DMakefile21 test2.zeros: test2.zeros.uu
24 test2.good: test2.good.uu
/freebsd-10-stable/usr.sbin/uathload/
H A DMakefile14 ar5523.bin: ${.CURDIR}/../../sys/contrib/dev/uath/ar5523.bin.uu
15 uudecode -p ${.CURDIR}/../../sys/contrib/dev/uath/ar5523.bin.uu > ${.TARGET}
/freebsd-10-stable/lib/libc/quad/
H A Danddi3.c49 union uu aa, bb;
H A Dfloatdidf.c50 union uu u;
H A Dfloatdisf.c50 union uu u;
H A Diordi3.c49 union uu aa, bb;
H A Dnegdi2.c49 union uu aa, res;
H A Dxordi3.c49 union uu aa, bb;
H A Dadddi3.c51 union uu aa, bb, sum;
H A Dashldi3.c51 union uu aa;
H A Dcmpdi2.c51 union uu aa, bb;
H A Dlshldi3.c51 union uu aa;
H A Dlshrdi3.c50 union uu aa;
H A Dsubdi3.c50 union uu aa, bb, diff;
H A Ducmpdi2.c50 union uu aa, bb;
/freebsd-10-stable/usr.bin/bzip2/
H A DMakefile27 ${f}: ${f}.gz.uu
28 uudecode -p ${BZ2DIR}/${f}.gz.uu | gunzip > ${f}
31 ${f}: ${f}.uu
32 uudecode ${BZ2DIR}/${f}.uu
/freebsd-10-stable/lib/libc/stdio/
H A Dxprintf_int.c266 uintmax_t uu; local
320 uu = -argp->intmaxarg;
323 uu = argp->uintmaxarg;
326 uu = (u_long)-argp->longarg;
329 uu = argp->ulongarg;
332 uu = -(short)argp->intarg;
335 uu = (unsigned short)argp->uintarg;
338 uu = -(signed char)argp->intarg;
341 uu = (unsigned char)argp->uintarg;
344 uu
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dlibgcc2.c76 const DWunion uu = {.ll = u};
77 const DWunion w = { {.low = -uu.s.low,
78 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } };
299 const DWunion uu = {.ll = u};
302 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1))
309 return (DWtype) uu.s.low * (DWtype) vv.s.low;
314 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
316 DWunion w1 = {.ll = (UDWtype) (UWtype) uu
75 const DWunion uu = {.ll = u}; local
289 const DWunion uu = {.ll = u}; local
417 const DWunion uu = {.ll = u}; local
445 const DWunion uu = {.ll = u}; local
473 const DWunion uu = {.ll = u}; local
539 const DWunion uu = {.ll = u}; local
558 const DWunion uu = {.ll = u}; local
728 const DWunion uu = {.ll = x}; local
760 const DWunion uu = {.ll = x}; local
842 const DWunion uu = {.ll = x}; local
1086 DWunion uu = {.ll = u}; local
1110 DWunion uu = {.ll = u}; local
[all...]
/freebsd-10-stable/crypto/openssl/ssl/
H A Ds23_lib.c79 unsigned int uu = ssl3_num_ciphers(); local
81 if (u < uu)
85 return (ssl2_get_cipher(u - uu));
/freebsd-10-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h123 if(IE_ISGOOD((U)->u.release_compl.uu)) \
124 (DEST)->uu = (U)->u.release_compl.uu; \
137 if(IE_ISGOOD((U)->u.drop_party_ack.uu)) \
138 (DEST)->uu = (U)->u.drop_party_ack.uu; \
153 if(IE_ISGOOD((U)->u.add_party_rej.uu)) \
154 (DEST)->uu = (U)->u.add_party_rej.uu; \
/freebsd-10-stable/sys/libkern/
H A Dcmpdi2.c48 union uu aa, bb;
H A Dlshrdi3.c47 union uu aa;

Completed in 219 milliseconds

1234