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

<<11121314151617181920>>

  /external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
str_drm.h 63 tdrm_ioctl_t *func; member in struct:tdrm_ioctl_desc
  /external/mesa3d/src/compiler/spirv/
spirv2nir.c 75 nir_function *func = spirv_to_nir(map, word_count, NULL, 0, local
77 nir_print_shader(func->shader, stderr);
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu_function_test.py 34 def func(x, y, z): function in function:FunctionArgCheckTest.testSimple
38 tpu_function.check_function_argument_count(func, 3, None))
40 tpu_function.check_function_argument_count(func, 2, None))
43 tpu_function.check_function_argument_count(func, 1, queue))
45 tpu_function.check_function_argument_count(func, 2, queue))
50 def func(x, y, z=17): function in function:FunctionArgCheckTest.testDefaultArgs
54 tpu_function.check_function_argument_count(func, 3, None))
56 tpu_function.check_function_argument_count(func, 2, None))
58 tpu_function.check_function_argument_count(func, 1, None))
60 tpu_function.check_function_argument_count(func, 4, None)
74 def func(x, y, *z): function in function:FunctionArgCheckTest.testVarArgs
98 def func(x, y, z=17, *q): function in function:FunctionArgCheckTest.testVarArgsAndDefaults
    [all...]
  /external/tensorflow/tensorflow/core/ops/
functional_grad.cc 25 const NameAttrList* func; local
26 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "f", &func));
35 {{"f", *func},
49 {{"f", *func}, {"T", "$T"}, {"K", k}}},
  /external/valgrind/drd/tests/
sem_wait.cpp 9 FailedOn(const char *f, int e) : func(f), eno(e) {}
10 std::string func; member in struct:FailedOn
36 std::cerr << e.func << " failed: " << strerror(e.eno) << std::endl;
  /bionic/libc/bionic/
__cxa_thread_atexit_impl.cpp 24 void (*func) (void *); member in class:thread_local_dtor
30 extern "C" int __cxa_thread_atexit_impl(void (*func) (void *), void *arg, void *dso_handle);
35 int __cxa_thread_atexit_impl(void (*func) (void *), void *arg, void *dso_handle) {
38 dtor->func = func;
57 current->func(current->arg);
  /device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
runtime_exceptions.S 275 func smc_handler label
  /device/linaro/bootloader/arm-trusted-firmware/common/aarch32/
debug.S 29 func do_panic label
62 func report_exception label
85 func asm_assert label
140 func asm_print_str label
157 func asm_print_hex label
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/aarch64/
juno_helpers.S 70 func JUNO_HANDLER(0) label
113 func JUNO_HANDLER(1) label
147 func JUNO_HANDLER(2) label
174 func plat_reset_handler label
196 func juno_do_reset_to_aarch32_state label
210 func plat_arm_calc_core_pos label
232 func plat_get_my_entrypoint label
267 func juno_reset_to_aarch32_state label
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/aarch64/
hikey_helpers.S 18 func plat_my_core_pos label
33 func platform_mem_init label
44 func plat_crash_console_init label
58 func plat_crash_console_putc label
71 func plat_report_exception label
131 func plat_reset_handler label
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
hikey960_helpers.S 24 func plat_my_core_pos label
39 func platform_mem_init label
50 func plat_crash_console_init label
64 func plat_crash_console_putc label
77 func plat_report_exception label
137 func plat_reset_handler label
146 func set_retention_ticks label
161 func clr_retention_ticks label
174 func clr_ex label
183 func no label
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
plat_trampoline.S 18 func tegra186_cpu_reset_handler _align=4 label
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/aarch64/
plat_helpers.S 34 func plat_reset_handler label
54 func plat_my_core_pos label
71 func plat_secondary_cold_boot_setup label
77 func platform_is_primary_cpu label
91 func plat_crash_console_init label
105 func plat_crash_console_putc label
115 func platform_cpu_warmboot _align=16 label
  /external/clang/test/CodeGen/
2003-09-30-StructLayout.c 16 void func(struct St* A) { function
mangle.c 55 int func(void);
56 extern int func (void) __asm__ ("FUNC");
58 // CHECK: @FUNC
59 int func(void) { function
  /external/clang/test/CodeGenCXX/
debug-info-namespace.cpp 27 int func(bool b) { function
55 // This should work even if 'i' and 'func' were declarations & not definitions,
75 // CHECK: [[LEX1]] = distinct !DILexicalBlock(scope: [[FUNC:![0-9]+]], file: [[FOOCPP]],
77 // CHECK: [[FUNC:![0-9]+]] = distinct !DISubprogram(name: "func",{{.*}} isDefinition: true
78 // CHECK: [[M5]] = !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[FUNC]], entity: [[CTXT:![0-9]+]],
79 // CHECK: [[M6]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[FOO:![0-9]+]], line: 27)
83 // CHECK: [[M7]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[BAR:![0-9]+]]
88 // CHECK: [[M8]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[F1:![0-9]+]]
91 // CHECK: [[M9]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[I]
    [all...]
  /external/clang/test/CoverageMapping/
label.cpp 3 // CHECK: func
4 void func() { // CHECK-NEXT: File 0, [[@LINE]]:13 -> {{[0-9]+}}:2 = #0 function
62 func(); // CHECK-NEXT: File 0, [[@LINE]]:3 -> [[@LINE+3]]:2 = ((#0 + #7) - #1)
macro-expansion.c 3 // CHECK: func
44 void func(int x) { function
57 func(0);
macros.c 9 // CHECK: func
10 void func() { // CHECK-NEXT: File 0, [[@LINE]]:13 -> [[@LINE+5]]:2 = #0 function
40 func();
  /external/clang/test/Index/
c-index-getCursor-pp.c 5 void OBSCURE(func)(int x) { function
  /external/clang/test/Parser/
builtin_types_compatible.c 9 #define func(expr) \ macro
27 func(a);
28 func(b);
29 func(d);
  /external/clang/test/Sema/
implicit-decl.c 8 void func() { function
  /external/clang/test/SemaCXX/
warn-func-not-needed.cpp 47 static void func();
49 void func();
50 func();
52 static void func() {} function in namespace:test4
  /external/compiler-rt/test/lsan/TestCases/
leak_check_before_thread_started.cc 14 void *func(void *arg) { function
16 fprintf(stderr, "entered func()\n");
34 int res = pthread_create(&thread_id, &attr, func, arg);
  /external/eigen/unsupported/test/
cxx11_tensor_notification.cpp 41 std::function<void()> func = std::bind(&WaitAndAdd, &n, &counter); local
42 thread_pool.Schedule(func);
65 std::function<void()> func = std::bind(&WaitAndAdd, &n, &counter); local
66 thread_pool.Schedule(func);
67 thread_pool.Schedule(func);
68 thread_pool.Schedule(func);
69 thread_pool.Schedule(func);

Completed in 1543 milliseconds

<<11121314151617181920>>