Searched refs:binary (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/inet/ |
D | nsap_addr.c | 58 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/libc/ |
D | NOTICE | 5 Redistribution and use in source and binary forms, with or without 9 * Redistributions in binary form must reproduce the above copyright 33 Redistribution and use in source and binary forms, with or without 37 * Redistributions in binary form must reproduce the above copyright 61 Redistribution and use in source and binary forms, with or without 66 2. Redistributions in binary form must reproduce the above copyright 88 Redistribution and use in source and binary forms, with or without 92 * Redistributions in binary form must reproduce the above copyright 288 Redistribution and use in source and binary forms, with or without 293 2. Redistributions in binary form must reproduce the above copyright [all …]
|
D | Android.bp | 2118 // (thanks to the -dD -E flags) and not binary files. They will then be
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 914 loc_aton(const char *ascii, u_char *binary) in loc_aton() argument 1009 bcp = binary; in loc_aton() 1023 loc_ntoa(const u_char *binary, char *ascii, size_t bufsiz) in loc_ntoa() argument 1028 const u_char *cp = binary; in loc_ntoa()
|
/bionic/linker/ |
D | Android.bp | 21 // a binary. 25 // each binary. There's a linker script that sets all of that up (generated by
|
D | ld.config.format.md | 35 # When this flag is set to true linker will set target_sdk_version for this binary to
|
/bionic/benchmarks/ |
D | README.md | 84 Bionic benchmarks also has its own set of unit tests, which can be run from the binary in
|
/bionic/docs/ |
D | fdsan.md | 238 * Redistribution and use in source and binary forms, with or without 243 * * Redistributions in binary form must reproduce the above copyright
|
D | elf-tls.md | 749 As with the first workaround, we'd probably want to mark the binary to indicate the non-standard
|
/bionic/tests/ |
D | dlfcn_test.cpp | 1610 llvm::object::Binary* binary = binary_or_error.get().getBinary(); in validate_compatibility_of_native_library() local 1612 auto obj = llvm::dyn_cast<llvm::object::ObjectFile>(binary); in validate_compatibility_of_native_library()
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 6 Required tools: the NDK has an _arch_-linux-android-readelf binary 207 attempt to obfuscate the binary and prevent reverse engineering. (This
|