HomeSort by relevance Sort by last modified time
    Searched full:alias (Results 851 - 875 of 4726) sorted by null

<<31323334353637383940>>

  /external/compiler-rt/lib/builtins/
int_lib.h 25 void alias_name() __attribute__((alias(#original_name)))
27 #define FNALIAS(alias, name) _Pragma("GCC error(\"alias unsupported on this file format\")")
34 void __aeabi_##aeabi_name() __attribute__((alias("__" #name)));
truncsfhf2.c 16 // Use a forwarding definition and noinline to implement a poor man's alias,
  /external/curl/docs/libcurl/opts/
CURLOPT_XFERINFODATA.3 34 This is an alias for \fICURLOPT_PROGRESSDATA(3)\fP.
  /external/elfutils/backends/
ppc_syscall.c 53 ppc64_syscall_abi __attribute__ ((alias ("ppc_syscall_abi")));
  /external/icu/icu4c/source/common/
uinit.cpp 49 * Instead, we load the converter alias table to see if any ICU data
  /external/icu/icu4c/source/data/mappings/
noop-gb2312_gl.ucm 25 <icu:alias> "ibm-5478_STD"
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 218 * Check for the alias from the string or alias resource res.
222 Resource res, const UChar *alias, int32_t length, UBool useResSuffix,
226 if(!uprv_isInvariantUString(alias, length)) {
227 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias string contains non-invariant characters\n",
233 // extract the locale ID from alias strings like
238 for(i=0; i<length && alias[i]!=SLASH; ++i) {}
253 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) %%ALIAS contains a '/'\n",
263 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias locale ID length %ld too long\n",
268 u_UCharsToChars(alias, localeID, length)
306 const UChar *alias=res_getString(pResData, res, &length); local
313 const UChar *alias=res_getAlias(pResData, res, &length); local
    [all...]
  /external/iproute2/man/man8/
ss.8 99 Display only IP version 4 sockets (alias for -f inet).
102 Display only IP version 6 sockets (alias for -f inet6).
105 Display PACKET sockets (alias for -f link).
120 Display Unix domain sockets (alias for -f unix).
  /external/libchrome/base/
single_thread_task_runner.h 27 // A more explicit alias to RunsTasksOnCurrentThread().
  /external/libunwind/src/unwind/
DeleteException.c 38 ALIAS (_Unwind_DeleteException);
FindEnclosingFunction.c 42 ALIAS (_Unwind_FindEnclosingFunction);
GetBSP.c 42 ALIAS (_Unwind_GetBSP);
GetCFA.c 38 ALIAS (_Unwind_GetCFA);
GetDataRelBase.c 39 ALIAS (_Unwind_GetDataRelBase);
GetIP.c 38 ALIAS (_Unwind_GetIP);
GetLanguageSpecificData.c 40 ALIAS (_Unwind_GetLanguageSpecificData);
GetRegionStart.c 39 ALIAS (_Unwind_GetRegionStart);
GetTextRelBase.c 35 ALIAS (_Unwind_GetTextRelBase);
SetIP.c 35 ALIAS (_Unwind_SetIP);
  /external/llvm/test/Analysis/BasicAA/
2003-11-04-SimpleCases.ll 1 ; This testcase consists of alias relations which should be completely
2003-12-11-ConstExprGEP.ll 1 ; This testcase consists of alias relations which should be completely
constant-over-index.ll 1 ; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info 2>&1 | FileCheck %s
featuretest.ll 54 ; they cannot alias.
57 %B = getelementptr i32, i32* %A, i64 2 ; Cannot alias A
67 ; cannot alias, even if there is a variable offset between them...
72 store i32 7, i32* %B ; B cannot alias A, it's at least 4 bytes away
getmodrefinfo-cs-cs.ll 1 ; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s
  /external/llvm/test/Analysis/CFLAliasAnalysis/
constant-over-index.ll 1 ; RUN: opt < %s -cfl-aa -aa-eval -print-all-alias-modref-info 2>&1 | FileCheck %s

Completed in 448 milliseconds

<<31323334353637383940>>