Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 136) sorted by relevance

123456

/external/webrtc/webrtc/video/
Dreport_block_stats.cc51 RTCPReportBlock aggregate; in AggregateAndStore() local
53 return aggregate; in AggregateAndStore()
59 aggregate.cumulativeLost += report_block->cumulativeLost; in AggregateAndStore()
60 aggregate.jitter += report_block->jitter; in AggregateAndStore()
71 aggregate.fractionLost = in AggregateAndStore()
73 aggregate.jitter = static_cast<uint32_t>( in AggregateAndStore()
74 (aggregate.jitter + report_blocks.size() / 2) / report_blocks.size()); in AggregateAndStore()
75 return aggregate; in AggregateAndStore()
/external/elfutils/backends/
Dtilegx_retval.c120 aggregate: in tilegx_return_value_location()
136 goto aggregate; in tilegx_return_value_location()
143 goto aggregate; in tilegx_return_value_location()
147 goto aggregate; in tilegx_return_value_location()
Dppc64_retval.c148 aggregate: in ppc64_return_value_location()
177 goto aggregate; in ppc64_return_value_location()
184 goto aggregate; in ppc64_return_value_location()
188 goto aggregate; in ppc64_return_value_location()
Dalpha_retval.c118 goto aggregate; in alpha_return_value_location()
124 goto aggregate; in alpha_return_value_location()
141 aggregate: in alpha_return_value_location()
Darm_retval.c108 aggregate: in arm_return_value_location()
120 goto aggregate; in arm_return_value_location()
Dsparc_retval.c141 aggregate: in sparc_return_value_location()
152 goto aggregate; in sparc_return_value_location()
Dppc_retval.c151 aggregate: in ppc_return_value_location()
184 goto aggregate; in ppc_return_value_location()
/external/llvm/test/CodeGen/PowerPC/
Demptystruct.ll3 ; This tests correct handling of empty aggregate parameters and return values.
6 ; is treated as any other pointer parameter. An empty aggregate return value
7 ; is treated as any other aggregate return value, passed via address as a
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1038 …rseContext::functionCallLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *aggregate) in functionCallLValueErrorCheck() argument
1045 TIntermTyped *node = (aggregate->getSequence())[i]->getAsTyped(); in functionCallLValueErrorCheck()
1524 TIntermAggregate *aggregate = intermediate.makeAggregate(intermSymbol, identifierLoc); in parseInvariantDeclaration() local
1525 aggregate->setOp(EOpInvariantDeclaration); in parseInvariantDeclaration()
1526 return aggregate; in parseInvariantDeclaration()
1795 …TIntermAggregate *aggregate = intermediate.growAggregate(functionPrototype, functionBody, location… in addFunctionDefinition() local
1796 intermediate.setAggregateOperator(aggregate, EOpFunction, location); in addFunctionDefinition()
1797 aggregate->setName(function.getMangledName().c_str()); in addFunctionDefinition()
1798 aggregate->setType(function.getReturnType()); in addFunctionDefinition()
1802 aggregate->setOptimize(pragma().optimize); in addFunctionDefinition()
[all …]
/external/llvm/test/DebugInfo/X86/
Dreference-argument.ll2 ; ModuleID = 'aggregate-indirect-arg.cpp'
3 ; extracted from debuginfo-tests/aggregate-indirect-arg.cpp
48 !1 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "")
51 !5 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "")
/external/llvm/test/CodeGen/ARM/
Daggregate-padding.ll32 ; An aggregate should be able to split between registers and stack if there is
45 ; If an aggregate has to be moved entirely onto the stack, nothing should be
62 ; If an aggregate has to be moved entirely onto the stack, nothing should be
/external/llvm/test/Assembler/
Dinvalid-datalayout5.ll3 ; CHECK: Sized aggregate specification in datalayout string
Dinvalid-datalayout22.ll5 ; CHECK: ABI alignment specification must be >0 for non-aggregate types
/external/v8/tools/
Dcallstats.py344 if args.aggregate:
437 if args.totals and args.limit != 0 and not args.aggregate:
450 if args.limit != 0 and not args.aggregate:
466 if args.aggregate:
523 if args.aggregate:
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dfast-isel-agg-constant.ll2 ; Make sure fast-isel doesn't screw up aggregate constants.
/external/llvm/test/CodeGen/X86/
Dfast-isel-agg-constant.ll2 ; Make sure fast-isel doesn't screw up aggregate constants.
/external/llvm/test/CodeGen/NVPTX/
Daggr-param.ll3 ; Make sure aggregate param types get emitted properly.
/external/dagger2/util/
Dgenerate-latest-docs.sh8 mvn javadoc:aggregate -P!examples
/external/llvm/test/Transforms/DeadArgElim/
Daggregates.ll3 ; Case 0: the basic example: an entire aggregate use is returned, but it's
20 ; Case 1: an opaque use of the aggregate exists (in this case dead). Otherwise
46 ; Case 2: an opaque use of the aggregate exists (in this case *live*). Other
/external/iputils/ninfod/
Dninfod_name.c123 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
Dninfod_addrs.c121 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
/external/clang/test/Sema/
Dthread-specifier.c123 __thread int aggregate[10] = {0}; variable
/external/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp6 namespace aggregate { namespace
/external/clang/docs/analyzer/
DRegionStore.txt108 all the elements of an aggregate type (struct or array) without having to
130 distinguish a Default binding for an entire aggregate from a Default binding
131 for the sub-aggregate at offset 0.
140 aggregate (i.e. for an lvalue-to-rvalue conversion), it returns a
/external/clang/test/CodeGenObjC/
Darc-captured-32bit-block-var-layout.m192 // Test1 bitfield in cpatured aggregate.
209 // Test2 bitfield in cpatured aggregate.
222 // Test3 bitfield in cpatured aggregate.

123456