HomeSort by relevance Sort by last modified time
    Searched refs:sai (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_c.c 31 sai_t sai; local
83 memcpy(&sai, hp->ai_addr, hp->ai_addrlen);
87 sai.sin6_port = htons(port);
89 sai.sin_port = htons(port);
92 if (connect(s, (sa_t *) & sai, sizeof(sai)) < 0) {
  /external/tensorflow/tensorflow/core/common_runtime/
scoped_allocator_mgr.h 61 SAField(int32 fi, ScopedAllocatorInstance* sai)
62 : field_index(fi), instance(sai) {}
  /external/bsdiff/
bsdiff.cc 77 SuffixArrayIndexInterface* sai; local
80 sai = *sai_cache;
85 sai = local_sai.get();
115 sai->SearchPrefix(new_buf + scan, newsize - scan, &len, &pos);
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 863 struct sockaddr_in sai; local
864 memset(&sai, 0, sizeof(sai));
865 sai.sin_family = AF_UNIX;
866 int res = bind(sock, (struct sockaddr *)&sai, sizeof(sai));
886 struct sockaddr_in sai; local
887 memset(&sai, 0, sizeof(sai));
888 sai.sin_family = AF_INET
943 struct sockaddr_in sai; local
1002 struct sockaddr_in sai; local
    [all...]
  /external/libnl/lib/
addr.c 705 struct sockaddr_in *sai = (struct sockaddr_in *) sa; local
707 if (*salen < sizeof(*sai))
710 sai->sin_family = addr->a_family;
711 memcpy(&sai->sin_addr, addr->a_addr, 4);
712 *salen = sizeof(*sai);
  /external/u-boot/arch/arm/dts/
imx6ul.dtsi 278 sai1: sai@02028000 {
280 compatible = "fsl,imx6ul-sai", "fsl,imx6sx-sai";
293 sai2: sai@0202c000 {
295 compatible = "fsl,imx6ul-sai", "fsl,imx6sx-sai";
308 sai3: sai@02030000 {
310 compatible = "fsl,imx6ul-sai", "fsl,imx6sx-sai";
imx7s.dtsi 823 sai1: sai@308a0000 {
825 compatible = "fsl,imx7d-sai", "fsl,imx6sx-sai";
838 sai2: sai@308b0000 {
840 compatible = "fsl,imx7d-sai", "fsl,imx6sx-sai";
853 sai3: sai@308c0000 {
855 compatible = "fsl,imx7d-sai", "fsl,imx6sx-sai";
imx6ull.dtsi 345 sai1: sai@02028000 {
346 compatible = "fsl,imx6ul-sai",
347 "fsl,imx6sx-sai";
360 sai2: sai@0202c000 {
361 compatible = "fsl,imx6ul-sai",
362 "fsl,imx6sx-sai";
375 sai3: sai@02030000 {
376 compatible = "fsl,imx6ul-sai",
377 "fsl,imx6sx-sai";
    [all...]
imx6sx.dtsi 983 sai1: sai@021d4000 {
984 compatible = "fsl,imx6sx-sai";
1002 sai2: sai@021dc000 {
1003 compatible = "fsl,imx6sx-sai";
    [all...]

Completed in 2373 milliseconds