Home
last modified time | relevance | path

Searched refs:src (Results 1 – 25 of 2672) sorted by relevance

12345678910>>...107

/minix3/external/bsd/tcpdump/dist/tests/
H A Dspb.out1 IS-IS, p2p IIH, src-id 8888.8888.8888, length 1492
2 IS-IS, p2p IIH, src-id 2222.2222.2222, length 1492
3 IS-IS, p2p IIH, src-id 8888.8888.8888, length 1492
4 IS-IS, p2p IIH, src-id 2222.2222.2222, length 1492
6 IS-IS, L1 PSNP, src-id 8888.8888.8888.00, length 35
7 IS-IS, p2p IIH, src-id 8888.8888.8888, length 1492
8 IS-IS, p2p IIH, src-id 2222.2222.2222, length 1492
9 IS-IS, p2p IIH, src-id 8888.8888.8888, length 1492
10 IS-IS, p2p IIH, src-id 2222.2222.2222, length 1492
11 IS-IS, p2p IIH, src-id 8888.8888.8888, length 1492
[all …]
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Darm64-lanes.c7 int8_t test_vdupb_lane_s8(int8x8_t src) { in test_vdupb_lane_s8() argument
8 return vdupb_lane_s8(src, 2); in test_vdupb_lane_s8()
14 uint8_t test_vdupb_lane_u8(uint8x8_t src) { in test_vdupb_lane_u8() argument
15 return vdupb_lane_u8(src, 2); in test_vdupb_lane_u8()
21 int16_t test_vduph_lane_s16(int16x4_t src) { in test_vduph_lane_s16() argument
22 return vduph_lane_s16(src, 2); in test_vduph_lane_s16()
28 uint16_t test_vduph_lane_u16(uint16x4_t src) { in test_vduph_lane_u16() argument
29 return vduph_lane_u16(src, 2); in test_vduph_lane_u16()
35 int32_t test_vdups_lane_s32(int32x2_t src) { in test_vdups_lane_s32() argument
36 return vdups_lane_s32(src, 0); in test_vdups_lane_s32()
[all …]
/minix3/crypto/external/bsd/heimdal/
H A DMakefile.rules.inc16 .for src in ${HEIMSRCS:M*.asn1}
17 ASN1_FILES.${src} ?= asn1_${src:.asn1=_asn1.x}
19 .if ${ASN1_FILES.${src}:[\#]} == 1
20 ASN1_OPTS.${src} ?= --one-code-file
24 ${src:.asn1=_asn1_files} \
25 ${src:.asn1=_asn1-template.c} \
26 ${ASN1_FILES.${src}} \
27 ${ASN1_FILES.${src}:.x=.c} \
28 ${src:.asn1=_asn1.h} \
29 ${src:.asn1=_asn1.hx} \
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrExtension.td43 def MOVSX16rr8 : I<0xBE, MRMSrcReg, (outs GR16:$dst), (ins GR8:$src),
44 "movs{bw|x}\t{$src, $dst|$dst, $src}", [], IIC_MOVSX_R16_R8>,
47 def MOVSX16rm8 : I<0xBE, MRMSrcMem, (outs GR16:$dst), (ins i8mem:$src),
48 "movs{bw|x}\t{$src, $dst|$dst, $src}", [], IIC_MOVSX_R16_M8>,
51 def MOVSX32rr8 : I<0xBE, MRMSrcReg, (outs GR32:$dst), (ins GR8:$src),
52 "movs{bl|x}\t{$src, $dst|$dst, $src}",
53 [(set GR32:$dst, (sext GR8:$src))], IIC_MOVSX>, TB,
55 def MOVSX32rm8 : I<0xBE, MRMSrcMem, (outs GR32:$dst), (ins i8mem :$src),
56 "movs{bl|x}\t{$src, $dst|$dst, $src}",
57 [(set GR32:$dst, (sextloadi32i8 addr:$src))], IIC_MOVSX>, TB,
[all …]
H A DX86InstrSSE.td335 def : Pat<(f32 (vector_extract (v4f32 VR128:$src), (iPTR 0))),
336 (COPY_TO_REGCLASS (v4f32 VR128:$src), FR32)>;
337 def : Pat<(f64 (vector_extract (v2f64 VR128:$src), (iPTR 0))),
338 (COPY_TO_REGCLASS (v2f64 VR128:$src), FR64)>;
342 def : Pat<(v4i32 (extract_subvector (v8i32 VR256:$src), (iPTR 0))),
343 (v4i32 (EXTRACT_SUBREG (v8i32 VR256:$src), sub_xmm))>;
344 def : Pat<(v4f32 (extract_subvector (v8f32 VR256:$src), (iPTR 0))),
345 (v4f32 (EXTRACT_SUBREG (v8f32 VR256:$src), sub_xmm))>;
347 def : Pat<(v2i64 (extract_subvector (v4i64 VR256:$src), (iPTR 0))),
348 (v2i64 (EXTRACT_SUBREG (v4i64 VR256:$src), sub_xmm))>;
[all …]
H A DX86InstrSystem.td125 def MOV32rd : I<0x21, MRMDestReg, (outs GR32:$dst), (ins DEBUG_REG:$src),
126 "mov{l}\t{$src, $dst|$dst, $src}", [], IIC_MOV_REG_DR>, TB,
128 def MOV64rd : I<0x21, MRMDestReg, (outs GR64:$dst), (ins DEBUG_REG:$src),
129 "mov{q}\t{$src, $dst|$dst, $src}", [], IIC_MOV_REG_DR>, TB,
132 def MOV32dr : I<0x23, MRMSrcReg, (outs DEBUG_REG:$dst), (ins GR32:$src),
133 "mov{l}\t{$src, $dst|$dst, $src}", [], IIC_MOV_DR_REG>, TB,
135 def MOV64dr : I<0x23, MRMSrcReg, (outs DEBUG_REG:$dst), (ins GR64:$src),
136 "mov{q}\t{$src, $dst|$dst, $src}", [], IIC_MOV_DR_REG>, TB,
144 def MOV32rc : I<0x20, MRMDestReg, (outs GR32:$dst), (ins CONTROL_REG:$src),
145 "mov{l}\t{$src, $dst|$dst, $src}", [], IIC_MOV_REG_CR>, TB,
[all …]
H A DX86InstrInfo.td919 def trunc_su : PatFrag<(ops node:$src), (trunc node:$src), [{
980 def PUSH16rmm: I<0xFF, MRM6m, (outs), (ins i16mem:$src), "push{w}\t$src",[],
984 def PUSH32rmm: I<0xFF, MRM6m, (outs), (ins i32mem:$src), "push{l}\t$src",[],
1032 def PUSH64rmm: I<0xFF, MRM6m, (outs), (ins i64mem:$src), "push{q}\t$src", [],
1071 let Constraints = "$src = $dst", SchedRW = [WriteALU] in {
1074 (outs GR32:$dst), (ins GR32:$src),
1076 [(set GR32:$dst, (bswap GR32:$src))], IIC_BSWAP>, OpSize32, TB;
1078 def BSWAP64r : RI<0xC8, AddRegFrm, (outs GR64:$dst), (ins GR64:$src),
1080 [(set GR64:$dst, (bswap GR64:$src))], IIC_BSWAP>, TB;
1081 } // Constraints = "$src = $dst", SchedRW
[all …]
H A DX86InstrMMX.td138 def rr64 : MMXSS38I<opc, MRMSrcReg, (outs VR64:$dst), (ins VR64:$src),
139 !strconcat(OpcodeStr, "\t{$src, $dst|$dst, $src}"),
140 [(set VR64:$dst, (IntId64 VR64:$src))], itins.rr>,
143 def rm64 : MMXSS38I<opc, MRMSrcMem, (outs VR64:$dst), (ins i64mem:$src),
144 !strconcat(OpcodeStr, "\t{$src, $dst|$dst, $src}"),
146 (IntId64 (bitconvert (memopmmx addr:$src))))],
188 def irr : MMXPI<opc, MRMSrcReg, (outs DstRC:$dst), (ins SrcRC:$src), asm,
189 [(set DstRC:$dst, (Int SrcRC:$src))], itins.rr, d>,
191 def irm : MMXPI<opc, MRMSrcMem, (outs DstRC:$dst), (ins x86memop:$src), asm,
192 [(set DstRC:$dst, (Int (ld_frag addr:$src)))], itins.rm, d>,
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td125 def Select8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$src2, i8imm:$cc),
128 (MSP430selectcc GR8:$src, GR8:$src2, imm:$cc))]>;
129 def Select16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR16:$src2, i8imm:$cc),
132 (MSP430selectcc GR16:$src, GR16:$src2, imm:$cc))]>;
134 def Shl8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
136 [(set GR8:$dst, (MSP430shl GR8:$src, GR8:$cnt))]>;
137 def Shl16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR8:$cnt),
139 [(set GR16:$dst, (MSP430shl GR16:$src, GR8:$cnt))]>;
140 def Sra8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
142 [(set GR8:$dst, (MSP430sra GR8:$src, GR8:$cnt))]>;
[all …]
/minix3/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_rw.c39 uint8_t *src; in _dwarf_read_lsb() local
41 src = data + *offsetp; in _dwarf_read_lsb()
46 ret |= ((uint64_t) src[4]) << 32 | ((uint64_t) src[5]) << 40; in _dwarf_read_lsb()
47 ret |= ((uint64_t) src[6]) << 48 | ((uint64_t) src[7]) << 56; in _dwarf_read_lsb()
49 ret |= ((uint64_t) src[2]) << 16 | ((uint64_t) src[3]) << 24; in _dwarf_read_lsb()
51 ret |= ((uint64_t) src[1]) << 8; in _dwarf_read_lsb()
53 ret |= src[0]; in _dwarf_read_lsb()
68 uint8_t *src; in _dwarf_decode_lsb() local
70 src = *data; in _dwarf_decode_lsb()
75 ret |= ((uint64_t) src[4]) << 32 | ((uint64_t) src[5]) << 40; in _dwarf_decode_lsb()
[all …]
/minix3/external/bsd/llvm/dist/clang/INPUTS/
H A Dstpcpy-test.c3src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) && strlen (src) + 1 <= … argument
4 #define stpcpy(dest, src) __stpcpy (dest, src) argument
5src) __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SMALL_GET16 (src, 4), _… argument
7src, n) (__extension__ (__builtin_constant_p (src) && __builtin_constant_p (n) && __string2_1bptr_… argument
8 #define mempcpy(dest, src, n) __mempcpy (dest, src, n) argument
9src) ((char *) (src))[0], ((char *) (src))[2], ((char *) (src))[4], ((char *) (src))[6], __extensi… argument
11 …_SMALL_GET16(src, idx) (((__const unsigned char *) (__const char *) (src))[idx + 1] << 8 | ((__con… argument
13src, idx) (((((__const unsigned char *) (__const char *) (src))[idx + 3] << 8 | ((__const unsigned… argument
/minix3/include/ssp/
H A Dstring.h50 #define __ssp_bos_check3(fun, dst, src, len) \ argument
52 __builtin___ ## fun ## _chk(dst, src, len, __ssp_bos0(dst)) : \
53 __ ## fun ## _ichk(dst, src, len))
55 #define __ssp_bos_check2(fun, dst, src) \ argument
57 __builtin___ ## fun ## _chk(dst, src, __ssp_bos0(dst)) : \
58 __ ## fun ## _ichk(dst, src))
63 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \
64 return __builtin___ ## fun ## _chk(dst, src, len, __ssp_bos0(dst)); \
70 __ ## fun ## _ichk(type1 dst, type2 src, size_t len) { \
71 return __builtin___ ## fun ## _chk(dst, src, len, __ssp_bos0(dst)); \
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dbstring.c52 char src[] = {1, 2, 3, 4}; in memcpy0() local
55 memcpy(dst, src, 4); // no-warning in memcpy0()
57 clang_analyzer_eval(memcpy(dst, src, 4) == dst); // expected-warning{{TRUE}} in memcpy0()
65 char src[] = {1, 2, 3, 4}; in memcpy1() local
68 …memcpy(dst, src, 5); // expected-warning{{Memory copy function accesses out-of-bound array element… in memcpy1()
72 char src[] = {1, 2, 3, 4}; in memcpy2() local
75 memcpy(dst, src, 4); // expected-warning{{Memory copy function overflows destination buffer}} in memcpy2()
79 char src[] = {1, 2, 3, 4}; in memcpy3() local
82 memcpy(dst+1, src+2, 2); // no-warning in memcpy3()
86 char src[] = {1, 2, 3, 4}; in memcpy4() local
[all …]
/minix3/minix/lib/liblwip/dist/src/include/lwip/
H A Dip.h226 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
228 ip6_output(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto) : \
229 ip4_output(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto))
234 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
236 ip6_output_if(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif) : \
237 ip4_output_if(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, netif))
242 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
244 ip6_output_if_src(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif) : \
245 ip4_output_if_src(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, netif))
247 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument
[all …]
/minix3/tests/net/fdpass/
H A Dt_fdpass.sh32 local src="$(atf_get_srcdir)"
33 if cmp "${src}/fdpass64" "${src}/fdpass32" > /dev/null
49 local src="$(atf_get_srcdir)"
50 atf_check "${src}/fdpass64"
61 local src="$(atf_get_srcdir)"
62 have32 && atf_check "${src}/fdpass32"
73 local src="$(atf_get_srcdir)"
74 have32 && atf_check "${src}/fdpass64" -p "${src}/fdpass32"
85 local src="$(atf_get_srcdir)"
86 have32 && atf_check "${src}/fdpass32" -p "${src}/fdpass64"
/minix3/external/bsd/llvm/dist/llvm/test/Bitcode/
H A DconversionInstructions.3.2.ll7 define void @trunc(i32 %src){
9 ; CHECK: %res1 = trunc i32 %src to i8
10 %res1 = trunc i32 %src to i8
15 define void @zext(i32 %src){
17 ; CHECK: %res1 = zext i32 %src to i64
18 %res1 = zext i32 %src to i64
23 define void @sext(i32 %src){
25 ; CHECK: %res1 = sext i32 %src to i64
26 %res1 = sext i32 %src to i64
31 define void @fptrunc(double %src){
[all …]
/minix3/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_xlate.c56 _libelf_xlate(Elf_Data *dst, const Elf_Data *src, unsigned int encoding, in _libelf_xlate() argument
67 dst == NULL || src == NULL || dst == src) { in _libelf_xlate()
75 if (dst->d_version != src->d_version) { in _libelf_xlate()
80 if (src->d_buf == NULL || dst->d_buf == NULL) { in _libelf_xlate()
85 if ((int) src->d_type < 0 || src->d_type >= ELF_T_NUM) { in _libelf_xlate()
91 (src->d_type, (size_t) 1, src->d_version)) == 0) in _libelf_xlate()
94 msz = _libelf_msize(src->d_type, elfclass, src->d_version); in _libelf_xlate()
98 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) { in _libelf_xlate()
109 cnt = src->d_size / fsz; in _libelf_xlate()
112 cnt = src->d_size / msz; in _libelf_xlate()
[all …]
H A Dgelf_xlate.c41 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf32_xlatetof() argument
43 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOFILE); in elf32_xlatetof()
47 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf64_xlatetof() argument
49 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOFILE); in elf64_xlatetof()
53 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf32_xlatetom() argument
55 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOMEMORY); in elf32_xlatetom()
59 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf64_xlatetom() argument
61 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOMEMORY); in elf64_xlatetom()
65 gelf_xlatetom(Elf *e, Elf_Data *dst, const Elf_Data *src, in gelf_xlatetom() argument
69 return (_libelf_xlate(dst, src, encoding, e->e_class, in gelf_xlatetom()
[all …]
/minix3/lib/libc/locale/
H A Dfix_grouping.c69 char *src, *dst; in __fix_locale_grouping_str() local
76 for (src = __UNCONST(str), dst = __UNCONST(str); *src != '\0'; src++) { in __fix_locale_grouping_str()
79 if (*src == ';') in __fix_locale_grouping_str()
82 if (*src == '-' && *(src+1) == '1') { in __fix_locale_grouping_str()
84 src++; in __fix_locale_grouping_str()
88 if (!isdigit((unsigned char)*src)) { in __fix_locale_grouping_str()
94 n = *src - '0'; in __fix_locale_grouping_str()
95 if (isdigit((unsigned char)*(src+1))) { in __fix_locale_grouping_str()
96 src++; in __fix_locale_grouping_str()
98 n += *src - '0'; in __fix_locale_grouping_str()
/minix3/lib/libc/inet/
H A Dinet_pton.c55 static int inet_pton4(const char *src, u_char *dst, int pton);
56 static int inet_pton6(const char *src, u_char *dst);
70 inet_pton(int af, const char *src, void *dst) in inet_pton() argument
73 _DIAGASSERT(src != NULL); in inet_pton()
78 return (inet_pton4(src, dst, 1)); in inet_pton()
80 return (inet_pton6(src, dst)); in inet_pton()
100 inet_pton4(const char *src, u_char *dst, int pton) in inet_pton4() argument
109 _DIAGASSERT(src != NULL); in inet_pton4()
112 c = *src; in inet_pton4()
123 c = *++src; in inet_pton4()
[all …]
H A Dinet_cidr_pton.c58 static int inet_cidr_pton_ipv4(const char *src, u_char *dst,
60 static int inet_cidr_pton_ipv6(const char *src, u_char *dst, int *bits);
82 inet_cidr_pton(int af, const char *src, void *dst, int *bits) { in inet_cidr_pton() argument
85 return (inet_cidr_pton_ipv4(src, dst, bits, 0)); in inet_cidr_pton()
87 return (inet_cidr_pton_ipv6(src, dst, bits)); in inet_cidr_pton()
97 inet_cidr_pton_ipv4(const char *src, u_char *dst, int *pbits, int ipv6) { in inet_cidr_pton_ipv4() argument
104 while (ch = *src++, (isascii(ch) && isdigit(ch))) { in inet_cidr_pton_ipv4()
113 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch)); in inet_cidr_pton_ipv4()
126 bits = getbits(src, ipv6); in inet_cidr_pton_ipv4()
165 inet_cidr_pton_ipv6(const char *src, u_char *dst, int *pbits) { in inet_cidr_pton_ipv6() argument
[all …]
H A Dinet_net_pton.c74 inet_net_pton_ipv4(const char *src, u_char *dst, size_t size) in __weak_alias()
83 ch = *src++; in __weak_alias()
84 if (ch == '0' && (src[0] == 'x' || src[0] == 'X') in __weak_alias()
85 && isascii((u_char)(src[1])) in __weak_alias()
86 && isxdigit((u_char)(src[1]))) { in __weak_alias()
91 src++; /* skip x or X. */ in __weak_alias()
92 while ((ch = *src++) != '\0' && isascii((u_char)ch) in __weak_alias()
125 } while ((ch = *src++) != '\0' && in __weak_alias()
134 ch = *src++; in __weak_alias()
142 if (ch == '/' && isascii((u_char)(src[0])) && in __weak_alias()
[all …]
/minix3/external/mit/xorg/lib/freetype/
H A DMakefile11 .PATH: ${FREETYPE}/src/base
17 .PATH: ${FREETYPE}/src/autofit
23 .PATH: ${FREETYPE}/src/bdf
26 .PATH: ${FREETYPE}/src/cache
29 .PATH: ${FREETYPE}/src/cff
32 .PATH: ${FREETYPE}/src/cid
35 .PATH: ${FREETYPE}/src/gzip
38 .PATH: ${FREETYPE}/src/bzip2
41 .PATH: ${FREETYPE}/src/lzw
44 .PATH: ${FREETYPE}/src/pcf
[all …]
/minix3/external/mit/xorg/tools/mkfontscale/
H A DMakefile14 .PATH: ${FREETYPE}/src/base
19 .PATH: ${FREETYPE}/src/autofit
22 .PATH: ${FREETYPE}/src/bdf
25 .PATH: ${FREETYPE}/src/cff
28 .PATH: ${FREETYPE}/src/cid
31 .PATH: ${FREETYPE}/src/gzip
37 .PATH: ${FREETYPE}/src/lzw
40 .PATH: ${FREETYPE}/src/pcf
43 .PATH: ${FREETYPE}/src/pfr
46 .PATH: ${FREETYPE}/src/psaux
[all …]
/minix3/external/public-domain/xz/dist/
H A DChangeLog7 src/liblzma/Makefile.am | 2 +-
8 src/liblzma/api/lzma/version.h | 2 +-
27 src/xz/file_io.c | 9 ++++++++-
41 src/liblzma/lzma/lzma_encoder_optimum_fast.c | 2 +-
53 src/xz/file_io.c | 16 +++++++++++-----
78 src/common/tuklib_cpucores.c | 18 ++++++++++++++++++
89 src/scripts/xzdiff.in | 7 ++++++-
102 src/common/tuklib_integer.h | 24 ++++++++++++------------
111 src/liblzma/common/memcmplen.h | 15 ++++++++++-----
132 src/liblzma/lz/lz_encoder.c | 6 ++++++
[all …]

12345678910>>...107