Home
last modified time | relevance | path

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

12

/bionic/libc/netbsd/inet/
Dnsap_addr.c51 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
56 assert(binary != NULL); in inet_nsap_addr()
75 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr()
90 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
96 assert(binary != NULL); in inet_nsap_ntoa()
112 nib = (u_int32_t)*binary >> 4; in inet_nsap_ntoa()
114 nib = *binary++ & 0x0f; in inet_nsap_ntoa()
/bionic/libc/private/
D__dso_handle.S30 # C++ constructors and destructors in the binary.
/bionic/libm/
DNOTICE5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
37 * Redistribution and use in source and binary forms, with or without
42 * 2. 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
90 * Redistribution and use in source and binary forms, with or without
96 * 2. Redistributions in binary form must reproduce the above copyright
122 * Redistribution and use in source and binary forms, with or without
127 * 2. Redistributions in binary form must reproduce the above copyright
[all …]
/bionic/libstdc++/include/
Dcwchar6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
Dclimits6 * 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
Dutility5 * Redistribution and use in source and binary forms, with or without
10 * * 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
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
Dcsignal6 * 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
Dcstddef6 * 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
Dcstdio6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
/bionic/libthread_db/
DNOTICE4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright
/bionic/libdl/
DNOTICE4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright
/bionic/libstdc++/
DNOTICE4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright
/bionic/libc/arch-x86/bionic/
Dcrtbegin_static.S5 # Redistribution and use in source and binary forms, with or without
9 # * Redistributions in binary form must reproduce the above copyright
Dcrtbegin_dynamic.S5 # Redistribution and use in source and binary forms, with or without
9 # * Redistributions in binary form must reproduce the above copyright
/bionic/libc/
DNOTICE5 Redistribution and use in source and binary forms, with or without
10 * Redistributions in binary form must reproduce the above copyright
86 Redistribution and use in source and binary forms, with or without
91 2. Redistributions in binary form must reproduce the above copyright
119 Redistribution and use in source and binary forms, with or without
124 2. Redistributions in binary form must reproduce the above copyright
162 Redistribution and use in source and binary forms, with or without
167 2. Redistributions in binary form must reproduce the above copyright
205 Modification and redistribution in source and binary forms is
214 Redistribution and use in source and binary forms, with or without
[all …]

12