Searched refs:in (Results 1 - 25 of 60) sorted by relevance

123

/bionic/libm/src/
H A Ds_scalbln.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
36 int in; local
38 in = (int)n;
39 if (in != n) {
41 in = INT_MAX;
43 in = INT_MIN;
45 return (scalbn(x, in));
51 int in; local
66 int in; local
[all...]
/bionic/libc/unistd/
H A Dsigblock.c5 * 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 } in, out; local
40 sigemptyset(&in.the_sigset);
41 in.the_mask = mask;
43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset);
H A Dsigsetmask.c5 * 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
39 } in, out; local
41 sigemptyset(&in.the_sigset);
42 in.the_mask = mask;
44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset);
/bionic/libc/inet/
H A Dinet_ntoa.c6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
36 #include <netinet/in.h>
41 inet_ntoa(struct in_addr in) argument
46 p = (char *)&in;
H A Dinet_addr.c9 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in the
37 * copyright notice and this permission notice appear in all copies, and that
38 * the name of Digital Equipment Corporation not be used in advertising or
56 #include <netinet/in.h>
62 * The value returned is in network order.
H A Dbindresvport.c5 * 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
31 #include <netinet/in.h>
/bionic/libc/kernel/arch-x86/asm/
H A Dio_32.h25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
/bionic/libc/netbsd/resolv/
H A D__res_close.c18 #include <netinet/in.h>
H A D__dn_comp.c18 #include <netinet/in.h>
H A D__res_send.c18 #include <netinet/in.h>
H A Dres_random.c14 * Later modified by Damien Miller to wrap the LCG output in a 15-bit
19 * Redistribution and use in source and binary forms, with or without
24 * 2. Redistributions in binary form must reproduce the above copyright
25 * notice, this list of conditions and the following disclaimer in the
64 #include <netinet/in.h>
114 * Do a fast modular exponation, returned value will be in the range
139 permute15(u_int in) argument
145 return in;
147 left = (in >> 8) & 0x7f;
148 right = in
[all...]
/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
33 #include <netinet/in.h>
/bionic/libc/private/
H A D__dso_handle.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
30 # C++ constructors and destructors in the binary.
H A D__dso_handle_so.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
30 # C++ constructors and destructors in the binary.
/bionic/libc/include/netinet/
H A Din.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
33 #include <linux/in.h>
/bionic/libc/arch-sh/bionic/
H A Dcrtbegin_dynamic.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
47 # can't hard-code it in the adr pseudo instruction
72 # functions that need to be called in order during C library initialization,
75 # the last entry shall be 0, and is defined in crtend.S
/bionic/libc/arch-arm/bionic/
H A Dcrtbegin_so.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
33 # in the .fini_array. See 3.3.5.3.C of C++ ABI
H A Dclone.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
41 @ new sp is already in r1
107 # in parent, reload saved registers
114 1: # in the child - pick arguments
H A Dcrtbegin_dynamic.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
47 # can't hard-code it in the adr pseudo instruction
H A Dcrtbegin_static.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
47 # can't hard-code it in the adr pseudo instruction
/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
37 #include <netinet/in.h>
/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_conntrack.h16 #include <linux/in.h>
/bionic/libc/kernel/common/linux/
H A Dnetfilter.h67 struct in_addr in; member in union:nf_inet_addr
/bionic/libdl/arch-sh/
H A Dsobegin.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
61 # functions that need to be called in order during C library initialization,
64 # the last entry shall be 0, and is defined in crtend.S
/bionic/linker/
H A DAndroid.mk20 # and unloadable. Increasing the alignment adds an extra 3840 bytes in padding
40 # in the linker; duplicate the HAVE_ARM_TLS_REGISTER definition
94 # as a static executable, but it won't hurt if in the future we start

Completed in 161 milliseconds

123