Home
last modified time | relevance | path

Searched defs:global_data (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/include/asm-generic/
Dglobal_data.h26 typedef struct global_data { struct
27 bd_t *bd;
28 unsigned long flags;
29 unsigned int baudrate;
30 unsigned long cpu_clk; /* CPU clock in Hz! */
31 unsigned long bus_clk;
33 unsigned long pci_clk;
34 unsigned long mem_clk;
36 unsigned long fb_base; /* Base address of framebuffer mem */
62 struct global_data *new_gd; /* relocated global data */ argument
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddeallocation_test.cc41 auto global_data = in ExecuteAndCheckTransfer() local
52 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in TEST_F() local
70 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in TEST_F() local
83 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in TEST_F() local
97 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in XLA_TEST_F() local
113 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in XLA_TEST_F() local
129 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in XLA_TEST_F() local
Ddeconstruct_tuple_test.cc47 auto global_data = in ExecuteAndCheckTransfer() local
60 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in TEST_F() local
79 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in TEST_F() local
109 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in XLA_TEST_F() local
135 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in TEST_F() local
163 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in TEST_F() local
178 auto global_data = ExecuteAndCheckTransfer(&builder, {param0_data.get()}); in XLA_TEST_F() local
191 auto global_data = ExecuteAndCheckTransfer(&builder, {}); in XLA_TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DELF-large-pic-relocations.s86 .globl global_data symbol
88 global_data: label
/external/libxml2/
Dbuild_glob.py31 global_data=open("global.data").readlines() variable
/external/u-boot/examples/standalone/
Dstubs.c16 gd_t *global_data; variable
/external/harfbuzz_ng/test/api/
Dtest-object.c186 static int global_data; variable