Searched refs:pref (Results 1 - 25 of 447) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Docteon-pref.s5 pref 0,0($0)
6 pref 1,0($0)
7 pref 2,0($0)
8 pref 3,0($0)
9 pref 4,0($0)
10 pref 5,0($0)
11 pref 6,0($0)
12 pref 7,0($0)
13 pref 8,0($0)
14 pref
[all...]
H A Docteon-pref.d3 #name: MIPS octeon-pref mfix-cn63xxp1
10 .*: cc1c0000 pref 0x1c,0\(\$0\)
11 .*: cc1c0000 pref 0x1c,0\(\$0\)
12 .*: cc1c0000 pref 0x1c,0\(\$0\)
13 .*: cc1c0000 pref 0x1c,0\(\$0\)
14 .*: cc1c0000 pref 0x1c,0\(\$0\)
15 .*: cc050000 pref 0x5,0\(\$0\)
16 .*: cc1c0000 pref 0x1c,0\(\$0\)
17 .*: cc1c0000 pref 0x1c,0\(\$0\)
18 .*: cc1c0000 pref
[all...]
H A Dpref.d11 [0-9a-f]+ <[^>]*> cc4507ff pref 0x5,2047\(v0\)
12 [0-9a-f]+ <[^>]*> cc65f800 pref 0x5,-2048\(v1\)
13 [0-9a-f]+ <[^>]*> cc850800 pref 0x5,2048\(a0\)
14 [0-9a-f]+ <[^>]*> cca5f7ff pref 0x5,-2049\(a1\)
15 [0-9a-f]+ <[^>]*> ccc57fff pref 0x5,32767\(a2\)
16 [0-9a-f]+ <[^>]*> cce58000 pref 0x5,-32768\(a3\)
19 [0-9a-f]+ <[^>]*> cc258000 pref 0x5,-32768\(at\)
22 [0-9a-f]+ <[^>]*> cc257fff pref 0x5,32767\(at\)
25 [0-9a-f]+ <[^>]*> cc259000 pref 0x5,-28672\(at\)
28 [0-9a-f]+ <[^>]*> cc256fff pref
[all...]
H A Dmicromips@pref.d11 [0-9a-f]+ <[^>]*> 60a2 27ff pref 0x5,2047\(v0\)
12 [0-9a-f]+ <[^>]*> 60a3 2800 pref 0x5,-2048\(v1\)
14 [0-9a-f]+ <[^>]*> 60a1 2000 pref 0x5,0\(at\)
16 [0-9a-f]+ <[^>]*> 60a1 2000 pref 0x5,0\(at\)
18 [0-9a-f]+ <[^>]*> 60a1 2000 pref 0x5,0\(at\)
20 [0-9a-f]+ <[^>]*> 60a1 2000 pref 0x5,0\(at\)
23 [0-9a-f]+ <[^>]*> 60a1 2000 pref 0x5,0\(at\)
26 [0-9a-f]+ <[^>]*> 60a1 2fff pref 0x5,-1\(at\)
29 [0-9a-f]+ <[^>]*> 60a1 2000 pref 0x5,0\(at\)
33 [0-9a-f]+ <[^>]*> 60a1 2fff pref
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dnid_104.h21 uint16_t pref; member in struct:dns_rdata_nid
H A Dl64_106.h21 uint16_t pref; member in struct:dns_rdata_l64
H A Dl32_105.h21 uint16_t pref; member in struct:dns_rdata_l32
H A Dmx_15.h22 uint16_t pref; member in struct:dns_rdata_mx
H A Dlp_107.h22 uint16_t pref; member in struct:dns_rdata_lp
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dl32_105.h22 uint16_t pref; member in struct:dns_rdata_l32
H A Dl64_106.h22 uint16_t pref; member in struct:dns_rdata_l64
H A Dnid_104.h22 uint16_t pref; member in struct:dns_rdata_nid
H A Dlp_107.h23 uint16_t pref; member in struct:dns_rdata_lp
H A Dmx_15.h23 uint16_t pref; member in struct:dns_rdata_mx
/netbsd-current/common/lib/libprop/
H A Dprop_kern.c52 _prop_object_externalize_to_pref(prop_object_t obj, struct plistref *pref, argument
71 pref->pref_plist = buf;
72 pref->pref_len = strlen(buf) + 1;
134 struct plistref pref; local
138 error = _prop_object_externalize_to_pref(obj, &pref, &buf);
142 if (ioctl(fd, cmd, &pref) == -1)
187 _prop_object_internalize_from_pref(const struct plistref *pref, argument
194 if (pref->pref_len == 0) {
202 buf = pref->pref_plist;
203 buf[pref
296 struct plistref pref; local
319 struct plistref pref; local
343 struct plistref pref; local
403 _prop_object_copyin(const struct plistref *pref, const prop_type_t type, prop_object_t *objp, size_t lim) argument
449 _prop_object_copyin_ioctl(const struct plistref *pref, const prop_type_t type, const u_long cmd, prop_object_t *objp, size_t lim) argument
463 prop_array_copyin_size(const struct plistref *pref, prop_array_t *arrayp, size_t lim) argument
471 prop_array_copyin(const struct plistref *pref, prop_array_t *arrayp) argument
481 prop_dictionary_copyin_size(const struct plistref *pref, prop_dictionary_t *dictp, size_t lim) argument
489 prop_dictionary_copyin(const struct plistref *pref, prop_dictionary_t *dictp) argument
500 prop_array_copyin_ioctl_size(const struct plistref *pref, const u_long cmd, prop_array_t *arrayp, size_t lim) argument
508 prop_array_copyin_ioctl(const struct plistref *pref, const u_long cmd, prop_array_t *arrayp) argument
520 prop_dictionary_copyin_ioctl_size(const struct plistref *pref, const u_long cmd, prop_dictionary_t *dictp, size_t lim) argument
528 prop_dictionary_copyin_ioctl(const struct plistref *pref, const u_long cmd, prop_dictionary_t *dictp) argument
536 _prop_object_copyout(struct plistref *pref, prop_object_t obj) argument
580 prop_array_copyout(struct plistref *pref, prop_array_t array) argument
590 prop_dictionary_copyout(struct plistref *pref, prop_dictionary_t dict) argument
596 _prop_object_copyout_ioctl(struct plistref *pref, const u_long cmd, prop_object_t obj) argument
610 prop_array_copyout_ioctl(struct plistref *pref, const u_long cmd, prop_array_t array) argument
621 prop_dictionary_copyout_ioctl(struct plistref *pref, const u_long cmd, prop_dictionary_t dict) argument
[all...]
/netbsd-current/usr.sbin/ldpd/
H A Dtlv_stack.c64 struct prefix_tlv *pref; local
87 pref = (struct prefix_tlv *) (f + 1);
98 for (; n > 0; pref = (struct prefix_tlv *) ((unsigned char *) pref +
99 ldp_ceil8(pref->prelen) + TLV_TYPE_LENGTH)) {
100 n -= ldp_ceil8(pref->prelen) + TLV_TYPE_LENGTH;
101 if (ntohs(pref->af) == LDP_AF_INET) {
104 } else if (ntohs(pref->af) == LDP_AF_INET6) {
109 "length %d)\n", ntohs(pref->af), pref
158 struct prefix_tlv *pref; local
412 const struct prefix_tlv *pref; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dstack-limit.c28 @deftypefn Extension void stack_limit_increase (unsigned long @var{pref})
30 Attempt to increase stack size limit to @var{pref} bytes if possible.
47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED)
54 && rlim.rlim_cur < pref
57 rlim.rlim_cur = pref;
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dstack-limit.c28 @deftypefn Extension void stack_limit_increase (unsigned long @var{pref})
30 Attempt to increase stack size limit to @var{pref} bytes if possible.
47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED)
54 && rlim.rlim_cur < pref
57 rlim.rlim_cur = pref;
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dstack-limit.c28 @deftypefn Extension void stack_limit_increase (unsigned long @var{pref})
30 Attempt to increase stack size limit to @var{pref} bytes if possible.
47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED)
54 && rlim.rlim_cur < pref
57 rlim.rlim_cur = pref;
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dstack-limit.c28 @deftypefn Extension void stack_limit_increase (unsigned long @var{pref})
30 Attempt to increase stack size limit to @var{pref} bytes if possible.
47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED)
54 && rlim.rlim_cur < pref
57 rlim.rlim_cur = pref;
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstack-limit.c28 @deftypefn Extension void stack_limit_increase (unsigned long @var{pref})
30 Attempt to increase stack size limit to @var{pref} bytes if possible.
47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED)
54 && rlim.rlim_cur < pref
57 rlim.rlim_cur = pref;
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dstack-limit.c28 @deftypefn Extension void stack_limit_increase (unsigned long @var{pref})
30 Attempt to increase stack size limit to @var{pref} bytes if possible.
47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED)
54 && rlim.rlim_cur < pref
57 rlim.rlim_cur = pref;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc738 access_ref *pref /* = NULL */,
773 if (pref && pref != this)
775 tree ref = pref->ref;
776 *pref = aref;
777 pref->ref = ref;
797 if (pref)
804 gcc_assert (pref->sizrng[0] < 0);
805 gcc_assert (pref->offrng[0] == 0 && pref
1850 set_component_ref_size(tree cref, access_ref *pref) argument
1882 handle_component_ref(tree cref, gimple *stmt, bool addr, int ostype, access_ref *pref, ssa_name_limit_t &snlim, pointer_query *qry) argument
1950 handle_mem_ref(tree mref, gimple *stmt, int ostype, access_ref *pref, ssa_name_limit_t &snlim, pointer_query *qry) argument
1994 handle_ssa_name(tree ptr, bool addr, int ostype, access_ref *pref, ssa_name_limit_t &snlim, pointer_query *qry) argument
2213 compute_objsize_r(tree ptr, gimple *stmt, bool addr, int ostype, access_ref *pref, ssa_name_limit_t &snlim, pointer_query *qry) argument
2341 compute_objsize(tree ptr, gimple *stmt, int ostype, access_ref *pref, pointer_query *ptr_qry) argument
2368 compute_objsize(tree ptr, gimple *stmt, int ostype, access_ref *pref, range_query *rvals ) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D25-cipher.conf8 test-3 = 3-cipher-server-pref-1
9 test-4 = 4-cipher-server-pref-2
10 test-5 = 5-cipher-server-pref-client-list
11 test-6 = 6-cipher-server-pref-not-mobile
12 test-7 = 7-cipher-server-pref-mobile
13 test-8 = 8-cipher-server-pref-mobile2
91 [3-cipher-server-pref-1]
92 ssl_conf = 3-cipher-server-pref-1-ssl
94 [3-cipher-server-pref-1-ssl]
95 server = 3-cipher-server-pref
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Dmenu.cpp95 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; local
112 Edit_SetText(GetDlgItem(w, IDC_MAIN_KERNEL), pref.kernel_user ?
113 pref.kernel_user_file : TEXT("netbsd.gz"));
116 int fs = pref.rootfs + IDC_MAIN_ROOT_;
120 Edit_SetText(_edit_md_root, pref.rootfs_file);
127 _set_check(IDC_MAIN_OPTION_A, pref.boot_ask_for_name);
128 _set_check(IDC_MAIN_OPTION_D, pref.boot_debugger);
129 _set_check(IDC_MAIN_OPTION_S, pref.boot_single_user);
130 _set_check(IDC_MAIN_OPTION_V, pref.boot_verbose);
131 _set_check(IDC_MAIN_OPTION_H, pref
255 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; local
321 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; local
372 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; local
[all...]

Completed in 157 milliseconds

1234567891011>>