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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
hint.b-err.s 0 hint.b @pause
2 hint.b 0x1ffff
hint.b-warn.s 0 hint.b @pause
2 hint.b 0x1ffff
hint.b-err.l 2 .*:1: Error: hint.b shouldn't be used
3 .*:2: Error: hint.b shouldn't be used
hint.b-warn.l 2 .*:1: Warning: hint.b may be treated as nop
3 .*:2: Warning: hint.b may be treated as nop
opc-x.s 17 hint.x 0
18 hint.x @pause
19 hint.x 0x3fffffffffffffff
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
avx512pfintrin.h 34 #define _mm512_mask_prefetch_i32gather_pd( index, mask, addr, scale, hint) __extension__ ({\
35 __builtin_ia32_gatherpfdpd (mask, (__v8si) index, (long long const *) addr, scale, hint);\
38 #define _mm512_mask_prefetch_i32gather_ps( index, mask, addr, scale, hint) ({\
39 __builtin_ia32_gatherpfdps (mask, (__v16si) index, (int const *) addr, scale, hint);\
42 #define _mm512_mask_prefetch_i64gather_pd( index, mask, addr, scale, hint) __extension__ ({\
43 __builtin_ia32_gatherpfqpd (mask, (__v8di) index, (long long const *) addr, scale, hint);\
46 #define _mm512_mask_prefetch_i64gather_ps( index, mask, addr, scale, hint) ({\
47 __builtin_ia32_gatherpfqps (mask, (__v8di) index, (int const *) addr, scale, hint);\
50 #define _mm512_prefetch_i32scatter_pd(addr, index, scale, hint) __extension__ ({\
52 (void *)addr, scale, hint);\
    [all...]
  /external/compiler-rt/test/msan/
mmap_below_shadow.cc 3 // Without MAP_FIXED, we ignore the address hint and map somewhere in
17 // Hint address just below shadow.
19 uintptr_t hint = 0x0f0000000000ULL; local
22 uintptr_t hint = 0x4f0000000000ULL;
25 uintptr_t hint = 0x4f00000000ULL;
28 uintptr_t hint = 0x2f0000000000ULL;
31 uintptr_t hint = 0x4f0000000ULL;
35 (void *)hint, 4096, PROT_WRITE,
allocator_mapping.cc 21 void *const hint = reinterpret_cast<void *>(HEAP_ADDRESS); local
22 void *p = mmap(hint, 4096, PROT_READ | PROT_WRITE,
27 assert(p != hint);
getaddrinfo-positive.cc 15 struct addrinfo hint; local
18 res = getaddrinfo("localhost", NULL, &hint, &ai);
  /external/valgrind/none/tests/ppc32/
jm-misc.stdout.exp 2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
  /external/valgrind/none/tests/ppc64/
jm-misc.stdout.exp 2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
system.d 21 34: d50320df hint #0x6
22 38: d50320ff hint #0x7
23 3c: d503211f hint #0x8
24 40: d503213f hint #0x9
25 44: d503215f hint #0xa
26 48: d503217f hint #0xb
27 4c: d503219f hint #0xc
28 50: d50321bf hint #0xd
29 54: d50321df hint #0xe
30 58: d50321ff hint #0x
    [all...]
  /device/google/marlin/power/
hint-data.c 30 #include "hint-data.h"
44 void hint_dump(struct hint_data *hint)
46 /*ALOGI("hint_id: %lu", hint->hint_id);*/
  /device/huawei/angler/power/
hint-data.c 30 #include "hint-data.h"
44 void hint_dump(struct hint_data *hint)
46 /*ALOGI("hint_id: %lu", hint->hint_id);*/
hint-data.h 30 /* Default use-case hint IDs */
43 void hint_dump(struct hint_data *hint);
  /device/lge/bullhead/power/
hint-data.c 30 #include "hint-data.h"
44 void hint_dump(struct hint_data *hint)
46 /*ALOGI("hint_id: %lu", hint->hint_id);*/
hint-data.h 30 /* Default use-case hint IDs */
43 void hint_dump(struct hint_data *hint);
  /external/llvm/test/MC/ARM/
invalid-hint-arm.s 3 hint #240 label
4 hint #1000 label
invalid-hint-thumb.s 3 hint #240 label
4 hint #1000 label
  /ndk/sources/cxx-stl/stlport/src/
acquire_release.h 27 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
28 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
29 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
30 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
31 _Locale_monetary* _STLP_CALL __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
33 _Locale_messages* _STLP_CALL __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
locale_catalog.cpp 36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code)
37 { return _Locale_ctype_create(s, hint, __err_code); }
38 static void* _Loc_codecvt_create(const char * s, _Locale_name_hint* hint, int *__err_code)
39 { return _Locale_codecvt_create(s, hint, __err_code); }
40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__err_code)
41 { return _Locale_numeric_create(s, hint, __err_code); }
42 static void* _Loc_time_create(const char * s, _Locale_name_hint* hint, int *__err_code)
43 { return _Locale_time_create(s, hint, __err_code); }
44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__err_code)
45 { return _Locale_collate_create(s, hint, __err_code);
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512pfintrin.h 52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
88 int hint)
91 (long long const *)addr, scale, hint);
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512pfintrin.h 52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
88 int hint)
91 (long long const *)addr, scale, hint);
    [all...]
  /external/clang/test/OpenMP/
critical_messages.cpp 54 #pragma omp critical (name2) hint // expected-error {{expected '(' after 'hint'}}
56 #pragma omp critical (name2) hint( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
58 #pragma omp critical (name2) hint(+ // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
60 #pragma omp critical (name2) hint(argc) // expected-error {{expression is not an integral constant expression}} expected-note {{read of non-const variable 'argc' is not allowed in a constant expression}}
62 #pragma omp critical (name) hint(N) // expected-error {{argument to 'hint' clause must be a strictly positive integer value}} expected-error {{constructs with the same name must have a 'hint' clause with the same value}} expected-note {{'hint' clause with value '4'}}
64 #pragma omp critical hint(N) // expected-error {{the name of the construct must be specified in presence of 'hint' clause}
    [all...]
  /external/v8/src/compiler/
type-hints.cc 11 std::ostream& operator<<(std::ostream& os, BinaryOperationHints::Hint hint) {
12 switch (hint) {
34 std::ostream& operator<<(std::ostream& os, CompareOperationHints::Hint hint) {
35 switch (hint) {
64 std::ostream& operator<<(std::ostream& os, ToBooleanHint hint) {
65 switch (hint) {
98 ToBooleanHint const hint = static_cast<ToBooleanHint>(1u << i); local
99 if (hints & hint) {
102 os << hint; local
    [all...]

Completed in 1294 milliseconds

1 2 3 4 5 6 7 8 91011>>