Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 11 of 11) 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/libc/
DNOTICE5 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 …]
DAndroid.bp2118 // (thanks to the -dD -E flags) and not binary files. They will then be
/bionic/libc/dns/resolv/
Dres_debug.c914 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/
DAndroid.bp21 // a binary.
25 // each binary. There's a linker script that sets all of that up (generated by
Dld.config.format.md35 # When this flag is set to true linker will set target_sdk_version for this binary to
/bionic/benchmarks/
DREADME.md84 Bionic benchmarks also has its own set of unit tests, which can be run from the binary in
/bionic/docs/
Dfdsan.md238 * Redistribution and use in source and binary forms, with or without
243 * * Redistributions in binary form must reproduce the above copyright
Delf-tls.md749 As with the first workaround, we'd probably want to mark the binary to indicate the non-standard
/bionic/tests/
Ddlfcn_test.cpp1610 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/
Dandroid-changes-for-ndk-developers.md6 Required tools: the NDK has an _arch_-linux-android-readelf binary
207 attempt to obfuscate the binary and prevent reverse engineering. (This