HomeSort by relevance Sort by last modified time
    Searched refs:SYMBOL_NAME (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/libunwind_llvm/src/
assembly.h 29 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
71 .globl SYMBOL_NAME(name) SEPARATOR \
72 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
73 SYMBOL_NAME(name):
76 .globl SYMBOL_NAME(name) SEPARATOR \
77 HIDDEN_SYMBOL(SYMBOL_NAME(name)) SEPARATOR \
78 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
79 SYMBOL_NAME(name):
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
assembly.h 112 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
116 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
123 .globl SYMBOL_NAME(name) SEPARATOR \
124 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
126 SYMBOL_NAME(name):
130 .globl SYMBOL_NAME(name) SEPARATOR \
131 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
134 SYMBOL_NAME(name):
138 .globl SYMBOL_NAME(name) SEPARATOR \
139 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR
    [all...]
  /external/compiler-rt/lib/builtins/
assembly.h 112 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
116 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
123 .globl SYMBOL_NAME(name) SEPARATOR \
124 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
126 SYMBOL_NAME(name):
130 .globl SYMBOL_NAME(name) SEPARATOR \
131 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
134 SYMBOL_NAME(name):
138 .globl SYMBOL_NAME(name) SEPARATOR \
139 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR
    [all...]
atomic.c 35 #pragma redefine_extname __atomic_load_c SYMBOL_NAME(__atomic_load)
36 #pragma redefine_extname __atomic_store_c SYMBOL_NAME(__atomic_store)
37 #pragma redefine_extname __atomic_exchange_c SYMBOL_NAME(__atomic_exchange)
38 #pragma redefine_extname __atomic_compare_exchange_c SYMBOL_NAME(__atomic_compare_exchange)
  /external/compiler-rt/lib/builtins/arm/
aeabi_idivmod.S 24 bl SYMBOL_NAME(__divmodsi4)
aeabi_uidivmod.S 25 bl SYMBOL_NAME(__udivmodsi4)
aeabi_ldivmod.S 26 bl SYMBOL_NAME(__divmoddi4)
aeabi_uldivmod.S 26 bl SYMBOL_NAME(__udivmoddi4)
aeabi_dcmp.S 26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
aeabi_fcmp.S 26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
divsi3.S 59 bl SYMBOL_NAME(__udivsi3)
modsi3.S 57 bl SYMBOL_NAME(__umodsi3)
divmodsi4.S 64 bl SYMBOL_NAME(__udivmodsi4)
  /test/vts/utils/python/library/
elf_consts.py 66 SYMBOL_NAME = 0x00
86 SYMBOL_NAME = 0x00
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/arm/
aeabi_uldivmod.S 38 bl SYMBOL_NAME(__udivmoddi4)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
CustomSymbolCurrency.java 32 String currency1 = currency.getName(symbols.getULocale(), Currency.SYMBOL_NAME, null);
48 if (nameStyle == SYMBOL_NAME) {
MutablePatternModifier.java 333 return currency.getName(symbols.getULocale(), Currency.SYMBOL_NAME, null);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
CustomSymbolCurrency.java 28 String currency1 = currency.getName(symbols.getULocale(), Currency.SYMBOL_NAME, null);
44 if (nameStyle == SYMBOL_NAME) {
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Currency.java 57 public static final int SYMBOL_NAME = 0;
304 // * The nameStyle should be either SYMBOL_NAME or
316 // * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME
374 // * given locale. For example, the SYMBOL_NAME for the USD
392 // * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME,
  /external/libffi/src/x86/
win64.S 264 #define SYMBOL_NAME(name) _##name
266 #define SYMBOL_NAME(name) name
271 .extern SYMBOL_NAME(ffi_closure_win64_inner)
282 .globl SYMBOL_NAME(ffi_closure_win64)
283 .seh_proc SYMBOL_NAME(ffi_closure_win64)
284 SYMBOL_NAME(ffi_closure_win64):
324 leaq SYMBOL_NAME(ffi_closure_win64_inner)(%rip), %rax
333 .globl SYMBOL_NAME(ffi_call_win64)
334 .seh_proc SYMBOL_NAME(ffi_call_win64)
335 SYMBOL_NAME(ffi_call_win64)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win64.S 239 #define SYMBOL_NAME(name) _##name
241 #define SYMBOL_NAME(name) name
246 .extern SYMBOL_NAME(ffi_closure_win64_inner)
257 .globl SYMBOL_NAME(ffi_closure_win64)
258 SYMBOL_NAME(ffi_closure_win64):
298 mov $SYMBOL_NAME(ffi_closure_win64_inner), %rax
307 .globl SYMBOL_NAME(ffi_call_win64)
308 SYMBOL_NAME(ffi_call_win64):
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
win64.S 239 #define SYMBOL_NAME(name) _##name
241 #define SYMBOL_NAME(name) name
246 .extern SYMBOL_NAME(ffi_closure_win64_inner)
257 .globl SYMBOL_NAME(ffi_closure_win64)
258 SYMBOL_NAME(ffi_closure_win64):
298 mov $SYMBOL_NAME(ffi_closure_win64_inner), %rax
307 .globl SYMBOL_NAME(ffi_call_win64)
308 SYMBOL_NAME(ffi_call_win64):
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 73 public static final int SYMBOL_NAME = 0;
528 return getName(uloc, SYMBOL_NAME, new boolean[1]);
549 * The nameStyle should be either SYMBOL_NAME or
561 * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME
574 case SYMBOL_NAME:
602 * given locale. For example, the SYMBOL_NAME for the USD
620 * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 74 public static final int SYMBOL_NAME = 0;
549 return getName(uloc, SYMBOL_NAME, new boolean[1]);
571 * The nameStyle should be either SYMBOL_NAME or
583 * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME
597 case SYMBOL_NAME:
626 * given locale. For example, the SYMBOL_NAME for the USD
644 * @throws IllegalArgumentException if the nameStyle is not SYMBOL_NAME,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 55 static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.LONG_NAME)};

Completed in 1183 milliseconds

1 2 3