Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 23 of 23) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/inet/
Dnsap_addr.c58 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
63 _DIAGASSERT(binary != NULL); in inet_nsap_addr()
82 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr()
97 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
103 _DIAGASSERT(binary != NULL); in inet_nsap_ntoa()
119 nib = (u_int32_t)*binary >> 4; in inet_nsap_ntoa()
121 nib = *binary++ & 0x0f; in inet_nsap_ntoa()
/bionic/libm/
DNOTICE119 Redistribution and use in source and binary forms, with or without
124 2. Redistributions in binary form must reproduce the above copyright
161 Redistribution and use in source and binary forms, with or without
166 2. Redistributions in binary form must reproduce the above copyright
187 Redistribution and use in source and binary forms, with or without
192 2. Redistributions in binary form must reproduce the above copyright
220 Redistribution and use in source and binary forms, with or without
225 2. Redistributions in binary form must reproduce the above copyright
256 Redistribution and use in source and binary forms, with or without
261 2. Redistributions in binary form must reproduce the above copyright
[all …]
/bionic/linker/
DNOTICE20 Redistribution and use in source and binary forms, with or without
25 * Redistributions in binary form must reproduce the above copyright
48 Redistribution and use in source and binary forms, with or without
53 * Redistributions in binary form must reproduce the above copyright
76 Redistribution and use in source and binary forms, with or without
81 * Redistributions in binary form must reproduce the above copyright
104 Redistribution and use in source and binary forms, with or without
109 * Redistributions in binary form must reproduce the above copyright
132 Redistribution and use in source and binary forms, with or without
137 * Redistributions in binary form must reproduce the above copyright
[all …]
/bionic/libstdc++/include/
Dclimits6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcwctype_is_not_supported6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dutility5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dcwchar6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcstdint6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcsignal6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcerrno6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcfloat6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcstddef6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcassert6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcsetjmp6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dctime6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcctype6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcstring6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcmath6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcstdlib6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dcstdio6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
/bionic/libc/
DNOTICE4 Redistribution and use in source and binary forms, with or without
8 * Redistributions in binary form must reproduce the above copyright
35 Redistribution and use in source and binary forms, with or without
39 * Redistributions in binary form must reproduce the above copyright
63 Redistribution and use in source and binary forms, with or without
68 2. Redistributions in binary form must reproduce the above copyright
104 Redistribution and use in source and binary forms, with or without
109 2. Redistributions in binary form must reproduce the above copyright
133 Redistribution and use in source and binary forms, with or without
138 2. Redistributions in binary form must reproduce the above copyright
[all …]
/bionic/libstdc++/
DNOTICE4 Redistribution and use in source and binary forms, with or without
9 * Redistributions in binary form must reproduce the above copyright
32 Redistribution and use in source and binary forms, with or without
37 * Redistributions in binary form must reproduce the above copyright
/bionic/libc/dns/resolv/
Dres_debug.c922 loc_aton(const char *ascii, u_char *binary) in loc_aton() argument
1017 bcp = binary; in loc_aton()
1031 loc_ntoa(const u_char *binary, char *ascii) in loc_ntoa() argument
1036 const u_char *cp = binary; in loc_ntoa()