Searched refs:binary (Results 1 – 25 of 28) sorted by relevance
12
/bionic/libc/netbsd/inet/ |
D | nsap_addr.c | 51 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.S | 30 # C++ constructors and destructors in the binary.
|
/bionic/libm/ |
D | NOTICE | 5 * 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/ |
D | cwchar | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | climits | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstdint | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | utility | 5 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | cwctype_is_not_supported | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cerrno | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cfloat | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | csignal | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cassert | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstddef | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | csetjmp | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | ctime | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cctype | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstring | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cmath | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstdio | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
/bionic/libthread_db/ |
D | NOTICE | 4 Redistribution and use in source and binary forms, with or without 9 2. Redistributions in binary form must reproduce the above copyright
|
/bionic/libdl/ |
D | NOTICE | 4 Redistribution and use in source and binary forms, with or without 9 2. Redistributions in binary form must reproduce the above copyright
|
/bionic/libstdc++/ |
D | NOTICE | 4 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/ |
D | crtbegin_static.S | 5 # Redistribution and use in source and binary forms, with or without 9 # * Redistributions in binary form must reproduce the above copyright
|
D | crtbegin_dynamic.S | 5 # Redistribution and use in source and binary forms, with or without 9 # * Redistributions in binary form must reproduce the above copyright
|
/bionic/libc/ |
D | NOTICE | 5 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