HomeSort by relevance Sort by last modified time
    Searched refs:lfd (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/compiler-rt/lib/builtins/ppc/
restFP.S 23 lfd f14,-144(r1)
24 lfd f15,-136(r1)
25 lfd f16,-128(r1)
26 lfd f17,-120(r1)
27 lfd f18,-112(r1)
28 lfd f19,-104(r1)
29 lfd f20,-96(r1)
30 lfd f21,-88(r1)
31 lfd f22,-80(r1)
32 lfd f23,-72(r1
    [all...]
  /external/strace/tests/
getsockname.c 36 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
37 if (lfd < 0)
47 if (bind(lfd, (const void *) &un, sizeof(un)))
50 test_sockname_syscall(lfd);
getpeername.c 36 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
38 if (lfd < 0 || cfd < 0)
48 if (bind(lfd, (const void *) &un, sizeof(un)))
50 if (listen(lfd, 1))
54 if (accept(lfd, 0, 0) < 0)
recvfrom.c 53 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
54 if (cfd < 0 || lfd < 0)
70 if (bind(lfd, (const void *) &un, sizeof(un)))
73 if (listen(lfd, 1))
79 int afd = accept(lfd, 0, 0);
accept.c 89 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
90 if (lfd < 0)
100 if (bind(lfd, (const void *) &un, sizeof(un)))
102 if (listen(lfd, 16))
105 test_sockname_syscall(lfd);
  /external/strace/tests-m32/
getsockname.c 36 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
37 if (lfd < 0)
47 if (bind(lfd, (const void *) &un, sizeof(un)))
50 test_sockname_syscall(lfd);
getpeername.c 36 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
38 if (lfd < 0 || cfd < 0)
48 if (bind(lfd, (const void *) &un, sizeof(un)))
50 if (listen(lfd, 1))
54 if (accept(lfd, 0, 0) < 0)
recvfrom.c 53 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
54 if (cfd < 0 || lfd < 0)
70 if (bind(lfd, (const void *) &un, sizeof(un)))
73 if (listen(lfd, 1))
79 int afd = accept(lfd, 0, 0);
accept.c 89 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
90 if (lfd < 0)
100 if (bind(lfd, (const void *) &un, sizeof(un)))
102 if (listen(lfd, 16))
105 test_sockname_syscall(lfd);
  /external/strace/tests-mx32/
getsockname.c 36 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
37 if (lfd < 0)
47 if (bind(lfd, (const void *) &un, sizeof(un)))
50 test_sockname_syscall(lfd);
getpeername.c 36 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
38 if (lfd < 0 || cfd < 0)
48 if (bind(lfd, (const void *) &un, sizeof(un)))
50 if (listen(lfd, 1))
54 if (accept(lfd, 0, 0) < 0)
recvfrom.c 53 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
54 if (cfd < 0 || lfd < 0)
70 if (bind(lfd, (const void *) &un, sizeof(un)))
73 if (listen(lfd, 1))
79 int afd = accept(lfd, 0, 0);
accept.c 89 int lfd = socket(AF_UNIX, SOCK_STREAM, 0); local
90 if (lfd < 0)
100 if (bind(lfd, (const void *) &un, sizeof(un)))
102 if (listen(lfd, 16))
105 test_sockname_syscall(lfd);
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
fpu_asm.h 35 lfd f31,(stack_size + STACK_FRAME_MIN_SIZE)(%r1); \
36 lfd f30,(stack_size + STACK_FRAME_MIN_SIZE - 8)(%r1); \
37 lfd f29,(stack_size + STACK_FRAME_MIN_SIZE - 16)(%r1); \
38 lfd f28,(stack_size + STACK_FRAME_MIN_SIZE - 24)(%r1); \
39 lfd f27,(stack_size + STACK_FRAME_MIN_SIZE - 32)(%r1); \
40 lfd f26,(stack_size + STACK_FRAME_MIN_SIZE - 40)(%r1); \
41 lfd f25,(stack_size + STACK_FRAME_MIN_SIZE - 48)(%r1); \
42 lfd f24,(stack_size + STACK_FRAME_MIN_SIZE - 56)(%r1); \
43 lfd f23,(stack_size + STACK_FRAME_MIN_SIZE - 64)(%r1); \
44 lfd f22,(stack_size + STACK_FRAME_MIN_SIZE - 72)(%r1);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_ppc64x.S 113 lfd %f14, -144(%r1)
114 lfd %f15, -136(%r1)
115 lfd %f16, -128(%r1)
116 lfd %f17, -120(%r1)
117 lfd %f18, -112(%r1)
118 lfd %f19, -104(%r1)
119 lfd %f20, -96(%r1)
120 lfd %f21, -88(%r1)
121 lfd %f22, -80(%r1)
122 lfd %f23, -72(%r1
    [all...]
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_ppc64x.S 113 lfd %f14, -144(%r1)
114 lfd %f15, -136(%r1)
115 lfd %f16, -128(%r1)
116 lfd %f17, -120(%r1)
117 lfd %f18, -112(%r1)
118 lfd %f19, -104(%r1)
119 lfd %f20, -96(%r1)
120 lfd %f21, -88(%r1)
121 lfd %f22, -80(%r1)
122 lfd %f23, -72(%r1
    [all...]
  /external/ltp/testcases/kernel/syscalls/accept4/
accept4_01.c 102 do_test(int lfd, struct sockaddr_in *conn_addr,
123 acceptfd = accept4_01(lfd, (struct sockaddr *)&claddr, &addrlen,
126 acceptfd = accept4(lfd, (struct sockaddr *)&claddr, &addrlen,
176 int lfd; local
184 lfd = socket(AF_INET, SOCK_STREAM, 0);
185 if (lfd == -1)
189 if (setsockopt(lfd, SOL_SOCKET, SO_REUSEADDR, &optval,
193 if (bind(lfd, (struct sockaddr *)&svaddr,
197 if (listen(lfd, 5) == -1)
200 return lfd;
218 int lfd; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/math/
fpu_asm.S 16 lfd f0,0(r4)
19 lfd f0,8(r4)
22 lfd f0,16(r4)
25 lfd f0,24(r4)
28 lfd f0,32(r4)
31 lfd f0,40(r4)
34 lfd f0,48(r4)
37 lfd f0,56(r4)
40 lfd f0,64(r4)
43 lfd f0,72(r4
    [all...]
  /external/libffi/src/powerpc/
aix.S 154 lfd f1,-32-(13*8)(r28)
155 lfd f2,-32-(12*8)(r28)
156 lfd f3,-32-(11*8)(r28)
157 lfd f4,-32-(10*8)(r28)
159 lfd f5,-32-(9*8)(r28)
160 lfd f6,-32-(8*8)(r28)
161 lfd f7,-32-(7*8)(r28)
162 lfd f8,-32-(6*8)(r28)
164 lfd f9,-32-(5*8)(r28)
165 lfd f10,-32-(4*8)(r28
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
aix.S 154 lfd f1,-32-(13*8)(r28)
155 lfd f2,-32-(12*8)(r28)
156 lfd f3,-32-(11*8)(r28)
157 lfd f4,-32-(10*8)(r28)
159 lfd f5,-32-(9*8)(r28)
160 lfd f6,-32-(8*8)(r28)
161 lfd f7,-32-(7*8)(r28)
162 lfd f8,-32-(6*8)(r28)
164 lfd f9,-32-(5*8)(r28)
165 lfd f10,-32-(4*8)(r28
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
aix.S 154 lfd f1,-32-(13*8)(r28)
155 lfd f2,-32-(12*8)(r28)
156 lfd f3,-32-(11*8)(r28)
157 lfd f4,-32-(10*8)(r28)
159 lfd f5,-32-(9*8)(r28)
160 lfd f6,-32-(8*8)(r28)
161 lfd f7,-32-(7*8)(r28)
162 lfd f8,-32-(6*8)(r28)
164 lfd f9,-32-(5*8)(r28)
165 lfd f10,-32-(4*8)(r28
    [all...]
  /external/valgrind/coregrind/m_dispatch/
dispatch-ppc32-linux.S 309 lfd 31,488(1)
310 lfd 30,480(1)
311 lfd 29,472(1)
312 lfd 28,464(1)
313 lfd 27,456(1)
314 lfd 26,448(1)
315 lfd 25,440(1)
316 lfd 24,432(1)
317 lfd 23,424(1)
318 lfd 22,416(1
    [all...]
dispatch-ppc64be-linux.S 337 lfd 31,616(1)
338 lfd 30,608(1)
339 lfd 29,600(1)
340 lfd 28,592(1)
341 lfd 27,584(1)
342 lfd 26,576(1)
343 lfd 25,568(1)
344 lfd 24,560(1)
345 lfd 23,552(1)
346 lfd 22,544(1
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.S 124 lfd f1,MODE_CHOICE(-16,-40)-(14*8)(r28)
125 lfd f2,MODE_CHOICE(-16,-40)-(13*8)(r28)
126 lfd f3,MODE_CHOICE(-16,-40)-(12*8)(r28)
127 lfd f4,MODE_CHOICE(-16,-40)-(11*8)(r28)
129 lfd f5,MODE_CHOICE(-16,-40)-(10*8)(r28)
130 lfd f6,MODE_CHOICE(-16,-40)-(9*8)(r28)
131 lfd f7,MODE_CHOICE(-16,-40)-(8*8)(r28)
132 lfd f8,MODE_CHOICE(-16,-40)-(7*8)(r28)
134 lfd f9,MODE_CHOICE(-16,-40)-(6*8)(r28)
135 lfd f10,MODE_CHOICE(-16,-40)-(5*8)(r28
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.S 124 lfd f1,MODE_CHOICE(-16,-40)-(14*8)(r28)
125 lfd f2,MODE_CHOICE(-16,-40)-(13*8)(r28)
126 lfd f3,MODE_CHOICE(-16,-40)-(12*8)(r28)
127 lfd f4,MODE_CHOICE(-16,-40)-(11*8)(r28)
129 lfd f5,MODE_CHOICE(-16,-40)-(10*8)(r28)
130 lfd f6,MODE_CHOICE(-16,-40)-(9*8)(r28)
131 lfd f7,MODE_CHOICE(-16,-40)-(8*8)(r28)
132 lfd f8,MODE_CHOICE(-16,-40)-(7*8)(r28)
134 lfd f9,MODE_CHOICE(-16,-40)-(6*8)(r28)
135 lfd f10,MODE_CHOICE(-16,-40)-(5*8)(r28
    [all...]

Completed in 518 milliseconds

1 2 3 4