Searched refs:in (Results 26 - 50 of 115) sorted by relevance

12345

/bionic/libc/include/arpa/
H A Dinet.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
32 #include <netinet/in.h>
/bionic/libc/kernel/uapi/linux/
H A Dif_pppol2tp.h22 #include <linux/in.h>
H A Dnfs_mount.h21 #include <linux/in.h>
H A Drxrpc.h22 #include <linux/in.h>
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_policy.h22 #include <linux/in.h>
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dif_pppol2tp.h22 #include <linux/in.h>
H A Dnfs_mount.h21 #include <linux/in.h>
H A Drxrpc.h22 #include <linux/in.h>
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_policy.h22 #include <linux/in.h>
/bionic/tools/versioner/current/arpa/
H A Dinet.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
32 #include <netinet/in.h>
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dif_pppol2tp.h22 #include <linux/in.h>
H A Dnfs_mount.h21 #include <linux/in.h>
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_policy.h22 #include <linux/in.h>
/bionic/libc/kernel/uapi/drm/
H A Damdgpu_drm.h81 struct drm_amdgpu_gem_create_in in; member in union:drm_amdgpu_gem_create
103 struct drm_amdgpu_bo_list_in in; member in union:drm_amdgpu_bo_list
137 struct drm_amdgpu_ctx_in in; member in union:drm_amdgpu_ctx
150 struct drm_amdgpu_vm_in in; member in union:drm_amdgpu_vm
161 struct drm_amdgpu_sched_in in; member in union:drm_amdgpu_sched
213 struct drm_amdgpu_gem_mmap_in in; member in union:drm_amdgpu_gem_mmap
226 struct drm_amdgpu_gem_wait_idle_in in; member in union:drm_amdgpu_gem_wait_idle
241 struct drm_amdgpu_wait_cs_in in; member in union:drm_amdgpu_wait_cs
262 struct drm_amdgpu_wait_fences_in in; member in union:drm_amdgpu_wait_fences
327 struct drm_amdgpu_cs_in in; member in union:drm_amdgpu_cs
364 } in; member in union:drm_amdgpu_fence_to_handle
[all...]
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Damdgpu_drm.h81 struct drm_amdgpu_gem_create_in in; member in union:drm_amdgpu_gem_create
103 struct drm_amdgpu_bo_list_in in; member in union:drm_amdgpu_bo_list
137 struct drm_amdgpu_ctx_in in; member in union:drm_amdgpu_ctx
150 struct drm_amdgpu_vm_in in; member in union:drm_amdgpu_vm
161 struct drm_amdgpu_sched_in in; member in union:drm_amdgpu_sched
213 struct drm_amdgpu_gem_mmap_in in; member in union:drm_amdgpu_gem_mmap
226 struct drm_amdgpu_gem_wait_idle_in in; member in union:drm_amdgpu_gem_wait_idle
241 struct drm_amdgpu_wait_cs_in in; member in union:drm_amdgpu_wait_cs
262 struct drm_amdgpu_wait_fences_in in; member in union:drm_amdgpu_wait_fences
327 struct drm_amdgpu_cs_in in; member in union:drm_amdgpu_cs
364 } in; member in union:drm_amdgpu_fence_to_handle
[all...]
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Damdgpu_drm.h81 struct drm_amdgpu_gem_create_in in; member in union:drm_amdgpu_gem_create
103 struct drm_amdgpu_bo_list_in in; member in union:drm_amdgpu_bo_list
137 struct drm_amdgpu_ctx_in in; member in union:drm_amdgpu_ctx
150 struct drm_amdgpu_vm_in in; member in union:drm_amdgpu_vm
161 struct drm_amdgpu_sched_in in; member in union:drm_amdgpu_sched
213 struct drm_amdgpu_gem_mmap_in in; member in union:drm_amdgpu_gem_mmap
226 struct drm_amdgpu_gem_wait_idle_in in; member in union:drm_amdgpu_gem_wait_idle
241 struct drm_amdgpu_wait_cs_in in; member in union:drm_amdgpu_wait_cs
262 struct drm_amdgpu_wait_fences_in in; member in union:drm_amdgpu_wait_fences
327 struct drm_amdgpu_cs_in in; member in union:drm_amdgpu_cs
364 } in; member in union:drm_amdgpu_fence_to_handle
[all...]
/bionic/libc/arch-mips/bionic/
H A D__bionic_clone.S5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
57 # Clear return address in child so we don't unwind further.
/bionic/libc/bionic/
H A Dsignal.cpp5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
78 // This isn't in our header files, but is exposed on all architectures.
80 SigSetConverter in, out; local
81 sigemptyset(&in.sigset);
82 in.bsd = mask;
83 if (sigprocmask(SIG_BLOCK, &in.sigset, &out.sigset) == -1) return -1;
247 // This isn't in our header files, but is exposed on all architectures.
249 SigSetConverter in, ou local
[all...]
H A Darpa_inet.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
18 #include <netinet/in.h>
H A Dnetinet_in.cpp5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
29 #include <netinet/in.h>
/bionic/tests/
H A Dfcntl_test.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 // Glibc v2.19 doesn't include these in fcntl.h so host builds will fail without.
172 int in = open("/proc/cpuinfo", O_RDONLY); local
173 ASSERT_NE(in, -1);
177 ssize_t bytes_read = splice(in, 0, pipe_fds[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE);
185 close(in);
222 int in = open("/proc/version", O_RDONLY); local
223 ASSERT_NE(in, -1);
226 ssize_t bytes_read = splice(in,
[all...]
/bionic/libc/dns/include/
H A Dresolv_netid.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
36 #include <netinet/in.h>
42 * fill in the appropriate default netId for the query.
/bionic/libc/dns/resolv/
H A Dherror.c7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
42 * copyright notice and this permission notice appear in all copies.
67 #include <netinet/in.h>
/bionic/libc/include/
H A Dresolv.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
38 #include <netinet/in.h>
/bionic/tools/versioner/current/
H A Dresolv.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
38 #include <netinet/in.h>

Completed in 1583 milliseconds

12345