OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_array
(Results
1 - 5
of
5
) sorted by null
/external/vixl/examples/aarch64/
sum-array.cc
33
// uint32_t
sum_array
(uint8_t* array, uint32_t size)
68
Label
sum_array
;
local
69
masm.Bind(&
sum_array
);
78
simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&
sum_array
));
/external/vixl/test/aarch64/examples/
test-examples.cc
406
TEST_FUNCTION(
sum_array
); \
410
TEST(
sum_array
) {
413
Label
sum_array
;
local
414
masm.Bind(&
sum_array
);
/external/llvm/test/DebugInfo/SystemZ/
variable-loc.s
72
brasl %r14,
sum_array
@PLT
330
.asciz "
sum_array
"
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/SystemZ/
variable-loc.s
72
brasl %r14,
sum_array
@PLT
330
.asciz "
sum_array
"
/external/clang/test/SemaCXX/
cxx1y-generic-lambdas-capturing.cpp
1302
inline int
sum_array
(int n) {
Completed in 615 milliseconds