HomeSort by relevance Sort by last modified time
    Searched defs:func (Results 251 - 275 of 1347) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/arm-trusted-firmware/bl1/aarch64/
bl1_exceptions.S 143 func smc_handler64 label
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/aarch64/
tsp_entrypoint.S 46 func tsp_entrypoint _align=3 label
155 func tsp_vector_table label
178 func tsp_cpu_off_entry label
190 func tsp_system_off_entry label
202 func tsp_system_reset_entry label
218 func tsp_cpu_on_entry label
306 func tsp_cpu_suspend_entry label
334 func tsp_sel1_intr_entry label
390 func tsp_cpu_resume_entry label
403 func tsp_fast_smc_entr label
418 func tsp_yield_smc_entry label
434 func tsp_abort_yield_smc_entry label
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/pl011/aarch32/
pl011_console.S 36 func console_core_init label
88 func console_core_putc label
123 func console_core_getc label
148 func console_core_flush label
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/pl011/aarch64/
pl011_console.S 37 func console_core_init label
86 func console_core_putc label
118 func console_core_getc label
141 func console_core_flush label
  /device/linaro/bootloader/arm-trusted-firmware/drivers/console/aarch32/
skeleton_console.S 33 func console_core_init label
60 func console_core_putc label
80 func console_core_getc label
99 func console_core_flush label
  /device/linaro/bootloader/arm-trusted-firmware/drivers/console/aarch64/
skeleton_console.S 33 func console_core_init label
57 func console_core_putc label
76 func console_core_getc label
94 func console_core_flush label
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch32/
cache_helpers.S 45 func flush_dcache_range label
54 func clean_dcache_range label
63 func inv_dcache_range label
92 func do_dcsw_op label
154 func dcsw_op_louis label
166 func dcsw_op_all label
191 func dcsw_op_level1 label
203 func dcsw_op_level2 label
215 func dcsw_op_level3 label
misc_helpers.S 18 func smc label
37 func zeromem label
140 func memcpy4 label
171 func disable_mmu_secure label
183 func disable_mmu_icache_secure label
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
cache_helpers.S 43 func flush_dcache_range label
52 func clean_dcache_range label
61 func inv_dcache_range label
90 func do_dcsw_op label
151 func dcsw_op_louis label
156 func dcsw_op_all label
179 func dcsw_op_level1 label
190 func dcsw_op_level2 label
201 func dcsw_op_level3 label
misc_helpers.S 30 func get_afflvl_shift label
38 func mpidr_mask_lower_afflvls label
49 func eret label
54 func smc label
92 func zeromem label
117 func zeromem_dczva label
424 func memcpy16 label
454 func disable_mmu_el3 label
466 func disable_mmu_icache_el3 label
476 func disable_mmu_el label
488 func disable_mmu_icache_el1 label
498 func enable_vfp label
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/aarch64/
fvp_helpers.S 40 func plat_secondary_cold_boot_setup label
124 func plat_get_my_entrypoint label
172 func plat_is_my_cpu_primary label
191 func plat_arm_calc_core_pos label
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/aarch32/
juno_helpers.S 65 func JUNO_HANDLER(0) label
108 func JUNO_HANDLER(1) label
142 func JUNO_HANDLER(2) label
169 func plat_reset_handler label
190 func plat_arm_calc_core_pos label
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hisi_pwrc_sram.S 18 func pm_asm_code _align=3 label
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p17-crash.cpp 4 // new expression in func()
12 void func() { function
  /external/clang/test/CodeGen/
align-systemz.c 22 void func (void) function
asan-globals.cpp 12 void func() { function
ext-vector-member-alignment.c 12 void func(struct struct1* p, float *a, float *b, float c) { function
17 // CHECK: @func
  /external/clang/test/CodeGenCXX/
global-dtor-no-atexit.cpp 42 void func() { function
  /external/clang/test/CoverageMapping/
preprocessor.c 3 // CHECK: func
4 void func() { // CHECK: File 0, [[@LINE]]:13 -> [[@LINE+5]]:2 = #0 function
return.c 3 // CHECK: func
4 void func() { // CHECK: File 0, [[@LINE]]:13 -> [[@LINE+3]]:2 = #0 function
41 func();
test.c 31 // CHECK-NEXT: func
32 static void func() { } // CHECK: File 0, [[@LINE]]:20 -> [[@LINE]]:23 = 0 function
trycatch.cpp 12 // CHECK: func
13 void func(int i) { // CHECK-NEXT: File 0, [[@LINE]]:18 -> {{[0-9]+}}:2 = #0 function
27 func(j);
  /external/clang/test/Sema/
2007-10-01-BuildArrayRef.c 3 void func() function
  /external/clang/test/SemaCXX/
out-of-line-def-mismatch.cpp 10 void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('N2::S1 *' vs 'N2::N1::S1 *')}}
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
12 void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does not match definition ('const N2::S1 *' vs 'N2::N1::S1')}}
13 void func(unsigned, const S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('unsigned int' vs 'unsigned int *')}}
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'} function in class:N2::N1::S2
23 void N2::N1::S2::func(S1, unsigned) {} \/\/ expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
24 void N2::N1::S2::func(unsigned*, S1*) {} \/\/ expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
    [all...]
  /external/llvm/test/tools/llvm-cov/
showHighlightedRanges.cpp 3 void func() { function
42 func();

Completed in 995 milliseconds

<<11121314151617181920>>