Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 18 of 18) 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/linker/
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
60 Redistribution and use in source and binary forms, with or without
65 * Redistributions in binary form must reproduce the above copyright
88 Redistribution and use in source and binary forms, with or without
93 * Redistributions in binary form must reproduce the above copyright
116 Redistribution and use in source and binary forms, with or without
121 * Redistributions in binary form must reproduce the above copyright
[all …]
DAndroid.bp6 // a binary.
10 // each binary. There's a linker script that sets all of that up (generated by
74 // Configuration for the linker binary and any of its static libraries.
180 // template for the linker binary
273 // A template for the linker binary. May be inherited by native bridge implementations.
384 // non-relative dynamic relocation in the linker binary, which complicates linker startup.
398 // linker[_asan][64] binary
Dld.config.format.md35 # When this flag is set to true linker will set target_sdk_version for this binary to
/bionic/libm/
DNOTICE189 Redistribution and use in source and binary forms, with or without
194 2. Redistributions in binary form must reproduce the above copyright
231 Redistribution and use in source and binary forms, with or without
236 * Redistributions in binary form must reproduce the above copyright
259 Redistribution and use in source and binary forms, with or without
264 * Redistributions in binary form must reproduce the above copyright
287 Redistribution and use in source and binary forms, with or without
292 * Redistributions in binary form must reproduce the above copyright
316 Redistribution and use in source and binary forms, with or without
321 2. Redistributions in binary form must reproduce the above copyright
[all …]
/bionic/benchmarks/spawn/
DAndroid.bp5 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above copyright
77 // Install these binaries in the same directory as the main benchmark binary.
100 // When this binary is installed to host/linux-x86/bin, its runpath is ${ORIGIN}/../lib64, which
/bionic/libfdtrack/
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/
DNOTICE4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright
31 Redistribution and use in source and binary forms, with or without
35 * Redistributions in binary form must reproduce the above copyright
69 Redistribution and use in source and binary forms, with or without
74 2. Redistributions in binary form must reproduce the above copyright
148 Redistribution and use in source and binary forms, with or without
153 * Redistributions in binary form must reproduce the above copyright
192 Redistribution and use in source and binary forms, with or without
197 * Redistributions in binary form must reproduce the above copyright
[all …]
DAndroid.bp2353 // (thanks to the -dD -E flags) and not binary files. They will then be
/bionic/tests/
DNOTICE36 Redistribution and use in source and binary forms, with or without
41 * Redistributions in binary form must reproduce the above copyright
96 Redistribution and use in source and binary forms, with or without
101 * Redistributions in binary form must reproduce the above copyright
140 Redistribution and use in source and binary forms, with or without
145 * Redistributions in binary form must reproduce the above copyright
184 Redistribution and use in source and binary forms, with or without
189 * Redistributions in binary form must reproduce the above copyright
228 Redistribution and use in source and binary forms, with or without
233 * Redistributions in binary form must reproduce the above copyright
[all …]
/bionic/benchmarks/
DNOTICE84 Redistribution and use in source and binary forms, with or without
89 * Redistributions in binary form must reproduce the above copyright
128 Redistribution and use in source and binary forms, with or without
133 * Redistributions in binary form must reproduce the above copyright
156 Redistribution and use in source and binary forms, with or without
161 * Redistributions in binary form must reproduce the above copyright
184 Redistribution and use in source and binary forms, with or without
189 * Redistributions in binary form must reproduce the above copyright
DREADME.md80 `bionic-benchmarks` also has its own set of unit tests, which can be run from the binary in
/bionic/benchmarks/linker_relocation/
DAndroid.bp4 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions in binary form must reproduce the above copyright
/bionic/libc/dns/resolv/
Dres_debug.c932 loc_aton(const char *ascii, u_char *binary) in loc_aton() argument
1027 bcp = binary; in loc_aton()
1041 loc_ntoa(const u_char *binary, char *ascii, size_t bufsiz) in loc_ntoa() argument
1046 const u_char *cp = binary; in loc_ntoa()
/bionic/docs/
Dfdsan.md242 * Redistribution and use in source and binary forms, with or without
247 * * Redistributions in binary form must reproduce the above copyright
Dclang_fortify_anatomy.md303 compile-time error, rather than producing a binary.
Delf-tls.md749 As with the first workaround, we'd probably want to mark the binary to indicate the non-standard
/bionic/
Dandroid-changes-for-ndk-developers.md14 Required tools: the NDK has an `llvm-readelf` binary that understands all the
218 attempt to obfuscate the binary and prevent reverse engineering. (This