Searched refs:w1 (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11-stable/contrib/wpa/wpa_supplicant/binder/
H A Dsupplicant.h3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
13 #include "fi/w1/wpa_supplicant/BnSupplicant.h"
14 #include "fi/w1/wpa_supplicant/IIface.h"
15 #include "fi/w1/wpa_supplicant/ISupplicantCallbacks.h"
30 class Supplicant : public fi::w1::wpa_supplicant::BnSupplicant
38 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override;
43 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override;
49 std::vector<android::sp<fi::w1::wpa_supplicant::ISupplicantCallbacks>>
H A Diface.h3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
13 #include "fi/w1/wpa_supplicant/BnIface.h"
28 class Iface : public fi::w1::wpa_supplicant::BnIface
H A Dbinder_manager.h3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
40 android::sp<fi::w1::wpa_supplicant::IIface> *iface_object);
/freebsd-11-stable/sys/arm64/arm64/
H A Dbus_space_asm.S65 1: ldrb w1, [x0]
66 strb w1, [x3], #1
86 1: ldrh w1, [x0]
87 strh w1, [x3], #2
107 1: ldr w1, [x0]
108 str w1, [x3], #4
149 1: ldrb w1, [x0], #1
150 strb w1, [x3], #1
170 1: ldrh w1, [x0], #2
171 strh w1, [x
[all...]
/freebsd-11-stable/lib/libc/string/
H A Dwcscoll.c78 const wchar_t *w1 = ws1; local
91 if ((tr1 = wcsdup(w1)) == NULL)
110 w1 = tr1;
116 while (*w1 && *w2) {
121 _collate_lookup(table, w1, &len1,
151 w1 += len1;
154 if (!*w1) {
160 ret = *w1;
165 while (*w1 || *w2 || st1 || st2) {
167 while (*w1 || st
[all...]
H A Dstrcoll.c55 wchar_t *w1 = NULL, *w2 = NULL; local
90 w1 = t1;
95 if ((mbsrtowcs_l(w1, &cs1, sz1, &mbs1, locale)) == (size_t)-1)
101 ret = wcscoll_l(w1, w2, locale);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-tipc.c67 uint32_t w1; member in struct:tipc_pkthdr
74 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07)
75 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF)
111 uint32_t w1; member in struct:payload_tipc_pkthdr
125 uint32_t w1; member in struct:internal_tipc_pkthdr
136 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF)
147 uint32_t w1; member in struct:link_conf_tipc_pkthdr
161 uint32_t w0, w1, w2; local
226 uint32_t w0, w1, w2, w4, w5, w9; local
294 uint32_t w0, w1, w5; local
[all...]
/freebsd-11-stable/lib/libc/aarch64/sys/
H A Dcerror.S37 str w1, [x0]
/freebsd-11-stable/sys/sys/
H A Dassym.h40 char name ## w1[((ASSYM_ABS(value) & 0xFFFF0000UL) >> 16) + ASSYM_BIAS]; \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/atomic/aarch64/
H A Dopensolaris_atomic.S49 cmp w3, w1 /* Does *targe == cmp? */
76 orr w2, w2, w1 /* x2 = x2 | delta */
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dib.h75 __be32 w1, __be32 w2, __be32 w3, __be32 w4)
77 addr->sib_addr32[0] = w1;
74 ib_addr_set(struct ib_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib.h78 __be32 w1, __be32 w2, __be32 w3, __be32 w4)
80 addr->sib_addr32[0] = w1;
77 ib_addr_set(struct ib_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dcityhash.c53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) argument
56 uint64_t a = w1 * HASH_K1;
/freebsd-11-stable/contrib/nvi/common/
H A Dencoding.c217 unsigned int w1, w2; local
220 w1 = buf[0] << 8 ^ buf[1];
222 w1 = buf[0] ^ buf[1] << 8;
224 if (w1 < 0xD800 || w1 > 0xDFFF)
225 u = w1;
226 else if (w1 > 0xDBFF);
232 u = ((w1 ^ 0xD800) << 10 ^ (w2 ^ 0xDC00)) + 0x10000;
/freebsd-11-stable/sys/dev/ow/
H A Dowc_gpiobus.c77 phandle_t w1, root; local
90 for (w1 = OF_child(root); w1 != 0; w1 = OF_peer(w1)) {
91 if (!fdt_is_compatible_strict(w1, "w1-gpio"))
93 if (!OF_hasprop(w1, "gpios"))
95 ofw_gpiobus_add_fdt_child(bus, driver->name, w1);
107 if (ofw_bus_is_compatible(dev, "w1
[all...]
/freebsd-11-stable/libexec/rbootd/
H A Drmp_var.h125 * COPYWORD(w1,w2) Copy u_word `w1' to `w2'.
137 #define COPYWORD(w1,w2) (w2) = (w1)
152 #define COPYWORD(w1, w2) \
153 { (w2).val[_WORD_HIGHPART] = (w1).val[_WORD_HIGHPART]; \
154 (w2).val[_WORD_LOWPART] = (w1).val[_WORD_LOWPART]; \
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c101 int w1 = 0, w2 = 0; local
135 w1 = strtol(next_arg(), NULL, 0);
145 rc = snprintf(buf, bufsiz, fmt, w1, w2, value);
147 rc = snprintf(buf, bufsiz, fmt, w1, value);
154 rc = snprintf(buf, bufsiz, fmt, w1, w2, value);
156 rc = snprintf(buf, bufsiz, fmt, w1, value);
163 rc = snprintf(buf, bufsiz, fmt, w1, w2, value);
165 rc = snprintf(buf, bufsiz, fmt, w1, value);
172 rc = snprintf(buf, bufsiz, fmt, w1, w2, value);
174 rc = snprintf(buf, bufsiz, fmt, w1, valu
[all...]
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c84 pthread_t pt, w1, w2, w3, w4; local
106 pthread_create(&w1, NULL, worker, NULL);
115 pthread_join(w1, NULL);
/freebsd-11-stable/crypto/openssh/
H A Dblocks.c50 #define M(w0,w14,w9,w1) w0 = sigma1(w14) + w9 + sigma0(w1) + w0;
53 M(w0 ,w14,w9 ,w1 ) \
54 M(w1 ,w15,w10,w2 ) \
56 M(w3 ,w1 ,w12,w4 ) \
61 M(w8 ,w6 ,w1 ,w9 ) \
107 uint64 w1 = load_bigendian(in + 8); local
124 F(w1 ,0x7137449123ef65cdULL)
143 F(w1 ,0xefbe4786384f25e3ULL)
162 F(w1 ,
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h86 __be32 w1, __be32 w2,
89 __ipv6_addr_set_half(&addr->s6_addr32[0], w1, w2);
85 ipv6_addr_set(struct in6_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_rx.c109 uint32_t w1 = IDT_RCT_OPEN; local
115 w1 |= IDT_RCT_AAL0 | IDT_RCT_FBP2 | IDT_RCT_RCI;
118 w1 |= IDT_RCT_AAL34;
121 w1 |= IDT_RCT_AAL5;
124 w1 |= IDT_RCT_AALRAW | IDT_RCT_RCI;
130 IDT_RCT_ENTRY_SIZE, w1, 0, 0, 0xffffffff);
144 u_int w1; local
157 w1 = rct_read(sc, vcc->cid, 0);
158 w1 &= ~IDT_RCT_OPEN;
159 rct_write(sc, vcc->cid, 0, w1);
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dlonglong.h178 #define umul_ppmm(w1, w0, u, v) \
182 w1 = __w.s.high; \
248 #define umul_ppmm(w1, w0, u, v) \
259 (w1) = __t.__w1w0.__w1; \
331 #define umul_ppmm(w1, w0, u, v) \
334 "=d" (w1) \
358 #define umul_ppmm(w1, w0, u, v) \
366 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
419 #define umul_ppmm(w1, w0, u, v) \
422 "=d" ((USItype) (w1)) \
[all...]
/freebsd-11-stable/sys/crypto/camellia/
H A Dcamellia.c84 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
93 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
96 w1 = lr; \
100 rr = (w0 << (bits - 32)) + (w1 >> (64 - bits)); \
443 uint32_t il, ir, t0, t1, w0, w1; local
460 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
463 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30);
466 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
468 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17);
471 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 1
650 uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */ local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_fifos.c33 w1(void *arg) function
39 atf_tc_fail_errno("w1 open");
41 atf_tc_fail_errno("w1 write");
131 pthread_create(&ptw1, NULL, w1, NULL);
/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_renamerace.c43 w1(void *arg) function
112 pthread_create(&pt1[i], NULL, w1, NULL);

Completed in 256 milliseconds

123