HomeSort by relevance Sort by last modified time
    Searched full:glibc (Results 126 - 150 of 2807) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
protected_1.cc 41 // attribute. This test exists here mainly because the glibc
43 // passes the glibc testsuite.
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 150 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
165 <title>Collation: ICU4C vs. glibc</title>
172 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
248 <td align="left"><b>strcoll</b> <i>(GLIBC)</i></td>
249 <td align="left"><b>keygen</b> <i>(GLIBC)</i></td>
250 <td align="left"><b>keylen</b> <i>(GLIBC)</i></td>
251 <td align="left"><b>strcoll</b> <i>(GLIBC-ICU)/ICU)</i></td>
252 <td align="left"><b>keygen</b> <i>(GLIBC-ICU)/ICU)</i></td>
253 <td align="left"><b>keylen</b> <i>(GLIBC-ICU)/ICU)</i></td>
  /external/valgrind/
glibc-2.2.supp 4 # Errors to suppress by default with glibc 2.2.4 / 2.2.5
26 #-------- For SuSE 8.2 (gcc 3.3, glibc 2.3.2)
87 #-------- SuSE 8.1 stuff (gcc-3.2, glibc-2.2.5 + SuSE's hacks)
121 #-------- R H Limbo (glibc-2.2.90) stuff
173 # even more glibc suppressions ?
189 ##### glibc 2.2.5 stuff perhaps?
248 # (glibc-2.2.4) to read and write below %esp. Hence the following
287 # More glibc stuff, AFAICS
340 #-------- glibc 2.2.5/ Debian 3.0
glibc-2.X.supp.in 4 # Errors to suppress by default with glibc @GLIBC_VERSION@.x
6 # IMPORTANT: DO NOT EDIT glibc-2.X.supp, as it is as a generated
7 # file. Instead edit glibc-2.X.supp.in.
117 glibc-2.5.x-on-SUSE-10.2-(PPC)-1
124 glibc-2.5.x-on-SUSE-10.2-(PPC)-2a
130 glibc-2.5.x-on-SuSE-10.2-(PPC)-2b
136 glibc-2.5.5-on-SuSE-10.2-(PPC)-2c
142 glibc-2.3.5-on-SuSE-10.1-(PPC)-3
150 glibc-@GLIBC_VERSION@-on-SUSE-10.3-(x86)
  /external/bison/m4/
strerror_r.m4 43 dnl glibc >= 2.3.4 and cygwin 1.7.9 have a function __xpg_strerror_r.
61 dnl glibc, Cygwin: char *strerror_r (int, char *, size_t);
131 dnl glibc >= 2.3.4 and cygwin 1.7.9 have a function __xpg_strerror_r.
133 dnl In glibc < 2.14, __xpg_strerror_r does not populate buf on failure.
165 dnl at least until fixed glibc and cygwin are more common.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_tls_get_addr.cc 29 // Glibc starting from 2.19 allocates tls using __signal_safe_memalign,
82 // This is glibc's TLS_DTV_OFFSET:
106 VPrintf(2, "__tls_get_addr: glibc <=2.18 suspected; tls={%p,%p}\n",
118 VPrintf(2, "__tls_get_addr: glibc >=2.19 suspected; tls={%p %p}\n",
121 VPrintf(2, "__tls_get_addr: Can't guess glibc version\n");
  /bionic/libc/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /bionic/tests/
stack_protector_test.cpp 32 extern "C" pid_t gettid(); // glibc defines this but doesn't declare it anywhere.
88 // Both bionic and glibc use the same guard for every thread.
98 GTEST_LOG_(INFO) << "glibc doesn't have a global __stack_chk_guard.\n";
  /development/ndk/platforms/android-21/include/
limits.h 92 /* GLibc compatibility definitions.
95 targetting GLibc. */
125 /* glibc's PAGE_MASK is the bitwise negation of BSD's! TODO: remove? */
signal.h 67 /* We take a few real-time signals for ourselves. May as well use the same names as glibc. */
77 typedef __sighandler_t sighandler_t; /* glibc compatibility. */
79 #define si_timerid si_tid /* glibc compatibility. */
  /development/ndk/platforms/android-21/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /development/ndk/platforms/android-9/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /external/bison/lib/
fpucw.h 67 typedef unsigned short fpucw_t; /* glibc calls this fpu_control_t */
70 # define FPU_PC_DOUBLE 0x200 /* glibc calls this _FPU_DOUBLE */
71 # define FPU_PC_EXTENDED 0x300 /* glibc calls this _FPU_EXTENDED */
  /external/libunwind/src/setjmp/
longjmp.c 41 /* Starting with glibc-2.4, {sig,}setjmp in GLIBC obfuscates the
49 so we simply defer to glibc longjmp here. */
siglongjmp.c 41 /* Starting with glibc-2.4, {sig,}setjmp in GLIBC obfuscates the
49 so we simply defer to glibc siglongjmp here. */
  /external/ltp/testcases/kernel/syscalls/sbrk/
sbrk03.c 29 * address and changes the program break to the overflowed address. The glibc
36 * in glibc, but it should be the kernel since one could call the syscall
37 * directly without using the glibc entry points.
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
endian.h 50 /* glibc compatibility. */
93 * glibc-compatible beXXtoh/leXXtoh synonyms for htobeXX/htoleXX.
95 * exported the ones above (or on the rhs here), and glibc only

Completed in 544 milliseconds

1 2 3 4 56 7 8 91011>>