/external/eigen/Eigen/src/StlSupport/ |
D | StdVector.h | 28 typedef vector<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > vector_base; \ 31 typedef vector_base::allocator_type allocator_type; \ 32 typedef vector_base::size_type size_type; \ 33 typedef vector_base::iterator iterator; \ 34 explicit vector(const allocator_type& a = allocator_type()) : vector_base(a) {} \ 36 …rst, InputIterator last, const allocator_type& a = allocator_type()) : vector_base(first, last, a)… 37 vector(const vector& c) : vector_base(c) {} \ 38 … explicit vector(size_type num, const value_type& val = value_type()) : vector_base(num, val) {} \ 39 vector(iterator start, iterator end) : vector_base(start, end) {} \ 41 vector_base::operator=(x); \ [all …]
|
/external/arm-trusted-firmware/bl2/aarch32/ |
D | bl2_el3_exceptions.S | 13 vector_base bl2_vector_table label
|
D | bl2_entrypoint.S | 15 vector_base bl2_vector_table label
|
/external/arm-trusted-firmware/bl1/aarch32/ |
D | bl1_entrypoint.S | 22 vector_base bl1_vector_table label
|
/external/arm-trusted-firmware/bl32/sp_min/ |
D | wa_cve_2017_5715_icache_inv.S | 11 vector_base wa_cve_2017_5715_icache_inv_vbar label
|
D | wa_cve_2017_5715_bpiall.S | 11 vector_base wa_cve_2017_5715_bpiall_vbar label
|
/external/arm-trusted-firmware/bl2u/aarch32/ |
D | bl2u_entrypoint.S | 15 vector_base bl2u_vector_table label
|
/external/arm-trusted-firmware/services/std_svc/spm_mm/aarch64/ |
D | spm_mm_shim_exceptions.S | 18 vector_base spm_shim_exceptions_ptr, .spm_shim_exceptions label
|
/external/arm-trusted-firmware/lib/cpus/aarch64/ |
D | wa_cve_2017_5715_bpiall.S | 96 vector_base wa_cve_2017_5715_bpiall_vbar label 198 vector_base wa_cve_2017_5715_bpiall_ret_vbar label
|
D | wa_cve_2017_5715_mmu.S | 17 vector_base wa_cve_2017_5715_mmu_vbar label
|
D | denver.S | 30 vector_base workaround_bpflush_runtime_exceptions label
|
D | cortex_a76.S | 109 vector_base cortex_a76_wa_cve_2018_3639_a76_vbar label
|
/external/arm-trusted-firmware/common/aarch64/ |
D | early_exceptions.S | 17 vector_base early_exceptions label
|
/external/arm-trusted-firmware/bl2/aarch64/ |
D | bl2_el3_exceptions.S | 19 vector_base bl2_el3_exceptions label
|
/external/arm-trusted-firmware/bl32/tsp/aarch64/ |
D | tsp_exceptions.S | 76 vector_base tsp_exceptions label
|
D | tsp_entrypoint.S | 185 vector_base tsp_vector_table label
|
/external/arm-trusted-firmware/include/arch/aarch64/ |
D | asm_macros.S | 72 .macro vector_base label, section_name=.vectors macro
|
/external/arm-trusted-firmware/include/arch/aarch32/ |
D | asm_macros.S | 67 .macro vector_base label macro
|
/external/arm-trusted-firmware/bl32/sp_min/aarch32/ |
D | entrypoint.S | 48 vector_base sp_min_vector_table label
|
/external/arm-trusted-firmware/bl1/aarch64/ |
D | bl1_exceptions.S | 19 vector_base bl1_exceptions label
|
/external/arm-trusted-firmware/bl31/aarch64/ |
D | runtime_exceptions.S | 287 vector_base runtime_exceptions label
|