OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_array
(Results
1 - 4
of
4
) sorted by null
/external/vixl/examples/
sum-array.cc
34
// uint32_t
sum_array
(uint8_t* array, uint32_t size)
71
Label
sum_array
;
local
72
masm.Bind(&
sum_array
);
81
simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&
sum_array
));
/external/vixl/test/examples/
test-examples.cc
385
TEST_FUNCTION(
sum_array
); \
389
TEST(
sum_array
) {
392
Label
sum_array
;
local
393
masm.Bind(&
sum_array
);
/external/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 61 milliseconds