/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | simple_idct_neon.S | 80 add v19.4S, v23.4S, v7.4S 82 add v20.4S, v23.4S, v16.4S 114 add v19.4S, v19.4S, v7.4S 117 add v22.4S, v22.4S, v7.4S 124 add v19.4S, v19.4S, v7.4S 126 add v21.4S, v21.4S, v16.4S 129 \pass: add \y3\().4S, v19.4S, v17.4S 130 add \y4\().4S, v20.4S, v18.4S 133 add v7.4S, v21.4S, v5.4S 134 add v1 [all...] |
H A D | h264dsp_neon.S | 162 add x0, x0, #2 203 add v30.16b, v30.16b, v29.16b // (alpha >> 2) + 2 252 add v20.8h, v20.8h, v26.8h 253 add v21.8h, v21.8h, v27.8h 266 add v28.8h, v28.8h, v26.8h 267 add v29.8h, v29.8h, v27.8h 276 add v22.8h, v22.8h, v26.8h 277 add v23.8h, v23.8h, v27.8h 290 add v28.8h, v28.8h, v26.8h 291 add v2 [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | RangeTable.java | 89 * added to a builder via the {@link Builder#add(RangeTree)} method, and these "empty rows" are 178 * Returns ranges which were added to this builder, either directly via {@link #add(RangeTree)} 239 public Builder add(RangeTable table) { in add() method in RangeTable.Builder 240 add(table.getAllRanges()); in add() 241 add(table.getColumns()); in add() 254 public Builder add(RangeTree ranges) { in add() method in RangeTable.Builder 260 public Builder add(Column<?> column) { in add() method in RangeTable.Builder 266 public Builder add(Collection<Column<?>> columns) { in add() method in RangeTable.Builder 267 columns.forEach(this::add); in add() 415 return new Builder(schema).add(thi in toBuilder() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateTests.cpp | 440 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 441 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms() 442 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms() 443 programCollection.glslSources.add("geom") << glu::GeometrySource(geom.str()); in initPrograms() 444 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 445 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms() 448 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_4, 0u, true); in initPrograms() 449 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_4, 0u, true); in initPrograms() 767 programCollection.glslSources.add("vert" + std::to_string(i)) << glu::VertexSource(vert.str()); in initPrograms() 768 programCollection.glslSources.add("tes in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsBasicTests.cpp | 382 programCollection.spirvAsmSources.add("fragment") << fragment; in initFrameBufferPrograms() 461 programCollection.spirvAsmSources.add("vert") << vertex; in initFrameBufferPrograms() 568 programCollection.spirvAsmSources.add("vert") << vertex << buildOptionsSpr; in initFrameBufferPrograms() 689 programCollection.spirvAsmSources.add("geometry") << geometry.str() << buildOptionsSpr; in initFrameBufferPrograms() 784 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 898 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms() 1034 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 1123 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms() 1209 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragment.str()) << buildOptions; in initFrameBufferPrograms() 1251 programCollection.glslSources.add("ver in initFrameBufferPrograms() [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | test_util.py | 122 message.repeatedgroup.add().a = 217 123 message.repeated_nested_message.add().bb = 218 124 message.repeated_foreign_message.add().c = 219 125 message.repeated_import_message.add().d = 220 126 message.repeated_lazy_message.add().bb = 227 169 message.repeatedgroup.add().a = 317 170 message.repeated_nested_message.add().bb = 318 171 message.repeated_foreign_message.add().c = 319 172 message.repeated_import_message.add().d = 320 173 message.repeated_lazy_message.add() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsBasicTests.cpp | 382 programCollection.spirvAsmSources.add("fragment") << fragment; in initFrameBufferPrograms() 461 programCollection.spirvAsmSources.add("vert") << vertex; in initFrameBufferPrograms() 568 programCollection.spirvAsmSources.add("vert") << vertex << buildOptionsSpr; in initFrameBufferPrograms() 689 programCollection.spirvAsmSources.add("geometry") << geometry.str() << buildOptionsSpr; in initFrameBufferPrograms() 784 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 898 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms() 1034 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms() 1123 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms() 1209 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragment.str()) << buildOptions; in initFrameBufferPrograms() 1251 programCollection.glslSources.add("ver in initFrameBufferPrograms() [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_atadenoise.asm | 45 add srcq, wq 46 add dstq, wq 73 add srcfxq, wq 94 add srcfxq, wq 150 add xq, mmsize/2 159 add srcq, wq 160 add dstq, wq 186 add srcfxq, wq 219 add srcfxq, wq 275 add x [all...] |
H A D | vf_interlace.asm | 34 add dstq, hq 35 add srcq, hq 36 add mrefq, srcq 37 add prefq, srcq 53 add hq, mmsize 72 add hq, 2*mmsize 145 add dstq, mmsize 146 add srcq, mmsize 207 add dstq, 2*mmsize 208 add src [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneAliasTest.java | 67 aliasesSet.add(id); // for comparison in TestAliases() 73 otherAliases.add(otherId); // for comparison in TestAliases() 184 zoneSet.add(Zone.make(foo[i])); 192 uniqueZoneSet.add(testZone); 197 uniqueZoneSet.add(testZone); 205 aliases.add(testZone.id); 264 purportedAliases.add(altID); in Zone() 272 inflectionPoints.add(new Long(lastDate)); in Zone() 297 inflectionPoints.add(new Long(low)); in Zone() 302 inflectionPoints.add(ne in Zone() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneAliasTest.java | 64 aliasesSet.add(id); // for comparison in TestAliases() 70 otherAliases.add(otherId); // for comparison in TestAliases() 181 zoneSet.add(Zone.make(foo[i])); 189 uniqueZoneSet.add(testZone); 194 uniqueZoneSet.add(testZone); 202 aliases.add(testZone.id); 261 purportedAliases.add(altID); in Zone() 269 inflectionPoints.add(new Long(lastDate)); in Zone() 294 inflectionPoints.add(new Long(low)); in Zone() 299 inflectionPoints.add(ne in Zone() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Region.java | 190 allRegions.add(regionUnknown.getString()); in loadRegionData() 201 regionCodes.add(newRegion); in loadRegionData() 206 regionCodes.add(r); in loadRegionData() 225 regions.add(r); in loadRegionData() 251 regions.add(r); in loadRegionData() 258 r.preferredValues.add(regionIDMap.get(s)); in loadRegionData() 333 parentRegion.containedRegions.add(childRegion); in loadRegionData() 348 availableRegions.add(new TreeSet<Region>()); in loadRegionData() 353 currentSet.add(ar); in loadRegionData() 507 result.add( in getContainedRegions() [all...] |
/third_party/node/deps/openssl/openssl/engines/asm/ |
H A D | e_padlock-x86.pl | 151 &add ("eax",&DWP(0,"esp")) if(!($::win32 or $::coff));# &padlock_saved_context 243 &add ("eax",$len); 323 &add ($out,$chunk); 324 &add ($inp,$chunk); 446 &add (&DWP(184,"ecx"),4); # skip over rep sha* 466 &add ("esp",-128); # 32 is enough but spec says 128 497 &add ("esp",-128); 530 &add ("esp",-128); 561 &add ("esp",-128); 588 &add ("es [all...] |
/third_party/openssl/engines/asm/ |
H A D | e_padlock-x86.pl | 151 &add ("eax",&DWP(0,"esp")) if(!($::win32 or $::coff));# &padlock_saved_context 243 &add ("eax",$len); 323 &add ($out,$chunk); 324 &add ($inp,$chunk); 446 &add (&DWP(184,"ecx"),4); # skip over rep sha* 466 &add ("esp",-128); # 32 is enough but spec says 128 497 &add ("esp",-128); 530 &add ("esp",-128); 561 &add ("esp",-128); 588 &add ("es [all...] |
/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-nat-asm.S | 122 add sp = 16, sp;; 200 add sp = 16, sp;; 237 add sp = 16, sp;; 260 add r2 = 8, sp 274 add r2 = 24, sp;; 278 add sp = 16, sp;; 302 add r2 = 8, sp 317 add r2 = 24, sp;; 321 add sp = 16, sp;; 345 add r [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 54 PM.add(createCoroSplitLegacyPass()); in addCoroutineOpt0Passes() 55 PM.add(createCoroElideLegacyPass()); in addCoroutineOpt0Passes() 57 PM.add(createBarrierNoopPass()); in addCoroutineOpt0Passes() 58 PM.add(createCoroCleanupLegacyPass()); in addCoroutineOpt0Passes() 63 PM.add(createCoroEarlyLegacyPass()); in addCoroutineEarlyPasses() 68 PM.add(createCoroElideLegacyPass()); in addCoroutineScalarOptimizerPasses() 73 PM.add(createCoroSplitLegacyPass()); in addCoroutineSCCPasses() 78 PM.add(createCoroCleanupLegacyPass()); in addCoroutineOptimizerLastPasses() 638 unwrap(PM)->add(createCoroEarlyLegacyPass()); in LLVMAddCoroEarlyPass() 642 unwrap(PM)->add(createCoroSplitLegacyPas in LLVMAddCoroSplitPass() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 751 add $const,$const,#.LM0ISR-_bsaes_decrypt8 1151 add r12, #`128-32` @ sifze of bit-slices key schedule 1171 add r12, $key, #248 @ pass key schedule 1173 add r4, $key, #248 1196 add r4, $key, #248 1240 add r4, $key, #248 1383 add sp, #0x10 @ add sp,$fp,#0x10 is no good for thumb 1415 add r12, #`128-32` @ size of bit-sliced key schedule 1428 add [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 751 add $const,$const,#.LM0ISR-_bsaes_decrypt8 1151 add r12, #`128-32` @ sifze of bit-slices key schedule 1171 add r12, $key, #248 @ pass key schedule 1173 add r4, $key, #248 1196 add r4, $key, #248 1240 add r4, $key, #248 1383 add sp, #0x10 @ add sp,$fp,#0x10 is no good for thumb 1415 add r12, #`128-32` @ size of bit-sliced key schedule 1428 add [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | rdft_neon.S | 33 add r0, r4, #24 35 add r0, r4, #24 43 add r0, r5, #8 45 add r1, r5, r12, lsl #2 119 add r0, r0, #4 148 add r0, r4, #24 151 add r0, r4, #24
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | lossless_audiodsp.asm | 34 add v1q, orderq 35 add v2q, orderq 36 add v3q, orderq 55 add orderq, mmsize*2 69 add v1q, orderq 71 add v3q, orderq 88 add orderq, 16
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | ComplexUnitsConverter.java | 26 public static final BigDecimal EPSILON_MULTIPLIER = BigDecimal.valueOf(1).add(EPSILON); 129 unitsConverters_.add(new UnitsConverter(this.inputUnit_, units_.get(i).unitImpl, conversionRates)); in init() 132 .add(new UnitsConverter(units_.get(i - 1).unitImpl, units_.get(i).unitImpl, conversionRates)); in init() 194 intValues.add(flooredQuantity); in convert() 212 measures.add(null); in convert() 260 intValues.set(lastIndex - 1, intValues.get(lastIndex - 1).add(carry.toBigInteger())); in applyRounder() 272 intValues.set(j - 1, intValues.get(j - 1).add(carry.toBigInteger())); in applyRounder()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | rebuild.js | 107 storeNodes.add(node) 109 linkNodes.add(node) 111 depNodes.add(node) 118 depNodes.add(node) 182 // if it has bundle deps, add those too, if rebuildBundle 250 // no scripts to add, probably borked package.json. 251 // add to the set then remove while we're reading the pj, so we 253 set.add(node) 278 set.add(node) 338 this.scriptsRun.add({ [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
H A D | DetectingViewer.java | 89 getContentPane().add(scrollPane); in DetectingViewer() 182 menu.add(menuItem); in setMatchMenu() 400 menu.add(mi); in makeMenus() 408 menu.add(mi); in makeMenus() 413 menu.add(mi); in makeMenus() 416 mbar.add(menu); in makeMenus() 419 mbar.add(menu); in makeMenus()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | AnyTransliterator.java | 265 scriptList.add(target); // otherwise add for later testing in registerAnyToScript() 267 Set variantSet = add(new TreeSet(), Transliterator.getAvailableVariants(source, target)); in registerAnyToScript() 270 DummyFactory.add(at.getID(), at); in registerAnyToScript() 277 DummyFactory.add(at.getID(), at); in registerAnyToScript() 290 static void add(String ID, Transliterator t) { in add() method in AnyTransliterator.ScriptRunIterator.DummyFactory 301 static Set add(Set s, Enumeration enumeration) { in add() method in AnyTransliterator.ScriptRunIterator 303 s.add(enumeration.nextElement()); in add()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | NfaFlattenerTest.java | 81 // Add 2 edges to the first join point (if we add only one edge then it clashes with the in testSubgroupWithEarlyJoining() 176 nodes.add(INITIAL); in testNodeOrdering_bug_65250963() 177 nodes.add(TERMINAL); in testNodeOrdering_bug_65250963() 178 nodes.add(a); in testNodeOrdering_bug_65250963() 179 nodes.add(b); in testNodeOrdering_bug_65250963() 180 nodes.add(c); in testNodeOrdering_bug_65250963() 181 nodes.add(d); in testNodeOrdering_bug_65250963() 219 e.add(Edge.epsilon()); in opt()
|