HomeSort by: relevance | last modified time | path
    Searched refs:w1 (Results 1 - 25 of 257) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/
IIface.aidl 3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
10 package fi.w1.wpa_supplicant;
ISupplicantCallbacks.aidl 3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
10 package fi.w1.wpa_supplicant;
ISupplicant.aidl 3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
10 package fi.w1.wpa_supplicant;
13 import fi.w1.wpa_supplicant.IIface;
17 * with the service manager with name: fi.w1.wpa_supplicant.
  /src/lib/libc/arch/aarch64/sys/
fork.S 43 sub w1, w1, #1 /* r1 == 0xffffffff if parent, 0 if child */
44 and w0, w0, w1 /* r0 == 0 if child, else unchanged */
__vfork14.S 45 sub w1, w1, #1 /* r1 == 0xffffffff if parent, 0 if child */
46 and w0, w0, w1 /* r0 == 0 if child, else unchanged */
  /src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
adds.s 13 mov w1, #-1
14 adds w2, w0, w1
17 mov w1, #-1
18 adds w2, w0, w1
21 mov w1, #-1
22 adds w2, w0, w1
25 mov w1, #-1
26 adds w2, w0, w1
29 mov w1, #1
30 adds w2, w0, w1
    [all...]
fcvtz.s 59 fcvtzs w1, s0
60 cmp w1, #-1
64 fcvtzs w1, s0
66 cmp w1, w2
70 fcvtzs w1, s0
72 cmp w1, w2
95 fcvtzs w1, d0
96 cmp w1, #-1
100 fcvtzs w1, d0
102 cmp w1, w
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/
adds.s 13 mov w1, #-1
14 adds w2, w0, w1
17 mov w1, #-1
18 adds w2, w0, w1
21 mov w1, #-1
22 adds w2, w0, w1
25 mov w1, #-1
26 adds w2, w0, w1
29 mov w1, #1
30 adds w2, w0, w1
    [all...]
fcvtz.s 59 fcvtzs w1, s0
60 cmp w1, #-1
64 fcvtzs w1, s0
66 cmp w1, w2
70 fcvtzs w1, s0
72 cmp w1, w2
95 fcvtzs w1, d0
96 cmp w1, #-1
100 fcvtzs w1, d0
102 cmp w1, w
    [all...]
  /src/common/lib/libc/arch/or1k/string/
memcpy.c 40 combine_words(unsigned long w1, unsigned long w2, int shift1, int shift2)
43 return (w1 << shift1) | (w2 >> shift2);
45 return (w1 >> shift1) | (w2 << shift2);
92 unsigned long w1 = *lb++; local
100 la[0] = combine_words(w1, w2, shift1, shift2);
102 w1 = lb[1];
104 la[1] = combine_words(w2, w1, shift1, shift2);
108 la[2] = combine_words(w1, w2, shift1, shift2);
110 w1 = lb[3];
112 la[3] = combine_words(w2, w1, shift1, shift2)
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
toom_interpolate_7pts.c 85 w1 = f(-2),
103 mp_ptr w1, mp_ptr w3, mp_ptr w4, mp_ptr w5,
120 W1 =(W4 - W1)/2
122 W4 =(W4 - W1)/4 - W6*16
132 W1 = W5 - W1 May be negative.
135 W1 =(W1/15 + W5)/2 Now >= 0 again.
136 W5 = W5 - W1
    [all...]
toom_interpolate_6pts.c 59 w1 = f(2),
78 mp_ptr w4, mp_ptr w2, mp_ptr w1,
82 /* cy6 can be stored in w1[2*n], cy4 in w4[0], embankment in w2[0] */
93 W2 =(W1 - W2)>>2
94 W1 =(W1 - W5)>>1
95 W1 =(W1 - W2)>>1
99 W1 =(W1 - W3)/
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-dm2exp.c 35 mpf_t u, v, w1, w2, w3; local
57 mpf_init (w1);
67 mpf_set_prec (w1, res_prec);
82 mpf_div_2exp (w1, u, pow2);
84 mpf_reldiff (rerr, w1, w2);
90 printf (" w1 = "); mpf_dump (w1);
94 mpf_mul_2exp (w3, w1, pow2);
101 printf (" w1 = "); mpf_dump (w1);
    [all...]
  /src/sys/arch/mips/mips/
in_cksum.c 80 unsigned long w0, w1; local
121 w1 = buf.l[1];
127 hilo += w1;
128 high += w1 >> 16;
129 w1 = buf.l[3];
135 hilo += w1;
136 high += w1 >> 16;
137 w1 = buf.l[5];
143 hilo += w1;
144 high += w1 >> 16
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/binder/
iface.h 3 * 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
supplicant.h 3 * 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>>
  /src/sys/arch/arm/cortex/
gic_splfuncs_armv8.S 36 ldr w1, [x3, #L_NOPREEMPT]; \
37 add w1, w1, #1; \
38 str w1, [x3, #L_NOPREEMPT]
40 ldr w1, [x3, #L_NOPREEMPT]; \
41 sub w1, w1, #1; \
42 str w1, [x3, #L_NOPREEMPT]
  /src/external/gpl3/gcc/dist/libgcc/config/aarch64/
__arm_sme_state.S 40 ldrb w1, [x1, :lo12:__aarch64_have_sme]
41 cbz w1, L(nosme)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-stack-boundary.exp 32 set w1 0
39 set w1 1
56 gdb_assert {$w1 && $w2}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-stack-boundary.exp 32 set w1 0
39 set w1 1
56 gdb_assert {$w1 && $w2}
  /src/external/bsd/tcpdump/dist/
print-tipc.c 67 nd_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 nd_uint32_t w1; member in struct:payload_tipc_pkthdr
125 nd_uint32_t w1; member in struct:internal_tipc_pkthdr
136 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF)
147 nd_uint32_t w1; member in struct:link_conf_tipc_pkthdr
161 uint32_t w0, w1, w2; local
221 uint32_t w0, w1, w2, w4, w5, w9; local
283 uint32_t w0, w1, w5; local
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreibwl/
sqr_basecase.asm 79 define(`w1', `%r9')
129 mulx( 16,(up), w0, w1)
133 adc %rax, w1
145 adcx( w1, w1)
149 adox( w1, %rbx)
184 L(mf0): mulx( u0, w0, w1) C up[0]^2
188 add w1, w2
194 mulx( 8,(up), w0, w1)
200 L(mf4): mulx( u0, w0, w1) C up[0]^
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_toom_mul.c 29 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
33 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
84 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */
111 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY) {
177 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
185 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
200 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY)
    [all...]
bn_mp_toom_sqr.c 24 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
28 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
61 /* w1 = (a2 + 2(a1 + 2a0))**2 */
75 if ((res = mp_sqr(&tmp1, &w1)) != MP_OKAY) {
121 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
129 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
144 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY)
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
sqr_basecase.asm 72 define(`w1', `%r9')
110 mov %rdx, w1
111 adc $0, w1
121 add w1, w0
148 mov %rdx, w1
152 add %rax, w1
162 adc w1, w1
168 adc w1, 16(rp)
193 add w1, w
    [all...]

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 91011