/external/webrtc/webrtc/video/ |
D | report_block_stats.cc | 51 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/ |
D | tilegx_retval.c | 120 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()
|
D | ppc64_retval.c | 148 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()
|
D | alpha_retval.c | 118 goto aggregate; in alpha_return_value_location() 124 goto aggregate; in alpha_return_value_location() 141 aggregate: in alpha_return_value_location()
|
D | arm_retval.c | 108 aggregate: in arm_return_value_location() 120 goto aggregate; in arm_return_value_location()
|
D | sparc_retval.c | 141 aggregate: in sparc_return_value_location() 152 goto aggregate; in sparc_return_value_location()
|
D | ppc_retval.c | 151 aggregate: in ppc_return_value_location() 184 goto aggregate; in ppc_return_value_location()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | emptystruct.ll | 3 ; 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/ |
D | ParseHelper.cpp | 1038 …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/ |
D | reference-argument.ll | 2 ; 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/ |
D | aggregate-padding.ll | 32 ; 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/ |
D | invalid-datalayout5.ll | 3 ; CHECK: Sized aggregate specification in datalayout string
|
D | invalid-datalayout22.ll | 5 ; CHECK: ABI alignment specification must be >0 for non-aggregate types
|
/external/v8/tools/ |
D | callstats.py | 344 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/ |
D | fast-isel-agg-constant.ll | 2 ; Make sure fast-isel doesn't screw up aggregate constants.
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-agg-constant.ll | 2 ; Make sure fast-isel doesn't screw up aggregate constants.
|
/external/llvm/test/CodeGen/NVPTX/ |
D | aggr-param.ll | 3 ; Make sure aggregate param types get emitted properly.
|
/external/dagger2/util/ |
D | generate-latest-docs.sh | 8 mvn javadoc:aggregate -P!examples
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | aggregates.ll | 3 ; 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/ |
D | ninfod_name.c | 123 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
|
D | ninfod_addrs.c | 121 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
|
/external/clang/test/Sema/ |
D | thread-specifier.c | 123 __thread int aggregate[10] = {0}; variable
|
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-aggregates.cpp | 6 namespace aggregate { namespace
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 108 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/ |
D | arc-captured-32bit-block-var-layout.m | 192 // Test1 bitfield in cpatured aggregate. 209 // Test2 bitfield in cpatured aggregate. 222 // Test3 bitfield in cpatured aggregate.
|