Home
last modified time | relevance | path

Searched refs:add (Results 676 - 700 of 4643) sorted by relevance

1...<<21222324252627282930>>...186

/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.cpp115 t.add(UnicodeString("abc")); in Testj2268()
177 s->add("ac"); in TestToPattern()
186 s->add("[]"); in TestToPattern()
197 s->add(UnicodeString("abc", "")); in TestToPattern()
198 s->add(UnicodeString("abc", "")); in TestToPattern()
211 s.add(u'a', u'b'); in TestToPattern()
227 testSet.add(start, end); in toPatternAux()
403 set.add(0x0061, 0x007a); in TestAddRemove()
420 set.add(0x0066, 0x0071); in TestAddRemove()
429 set.add( in TestAddRemove()
1627 void add(const UnicodeString& var, const UnicodeString& value, add() function in TokenSymbolTable
[all...]
/third_party/libunwind/libunwind/tests/
H A Dia64-test-nat-asm.S122 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...]
H A Dflush-cache.S15 add r8=31,in1 // round up to 32 byte-boundary
19 add r8=-1,r8
28 add in0=32,in0
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp54 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/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcall-inlined.c3 static inline int add(int a, int b) in add() function
11 add(a + b, 1); in foo()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dh264dsp_neon.S162 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/ffmpeg/libavcodec/x86/
H A Dh264_qpel_10bit.asm79 add r1, r3
83 add r1, r3
118 add r0, %3*2
119 add r1, %3*2
298 add r0, r2
299 add r1, r2
375 add r0, r2
376 add r1, r2
377 add r4, r2
390 add r
[all...]
H A Dh264_idct_10bit.asm99 add r5, r0
135 add r2, 64
247 add r2, 64
249 add r2, 64
264 add r2, 128
271 add r5, r0
325 add r2, 1024
329 add r2, 1024-128*2
368 add r2, 1024
374 add r
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl751 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 Dbsaes-armv7.pl751 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...]
/foundation/arkui/napi/sample/native_module_calc/
H A Dcalc.js26 add: calc.add,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterName.java794 * @param set int set to add the chars of the algorithm names into
799 int add(int set[], int maxlength) in add() method in UCharacterName.AlgorithmName
802 int length = UCharacterName.add(set, m_prefix_); in add()
828 UCharacterName.add(set, m_utilStringBuffer_); in add()
1397 * @param set set to add to
1398 * @param ch 16 bit char to add
1400 private static void add(int set[], char ch) in add() method in UCharacterName
1420 * @param set set to add all chars of str to
1421 * @param str string to add
1423 private static int add(in method in UCharacterName
1439 private static int add(int set[], StringBuffer str) add() method in UCharacterName
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java438 * generate a standin for it, and add the standin to buf. As
980 dataVector.add(curData); in parseRules()
982 dataVector.add(0, curData); in parseRules()
1025 idBlockVector.add(idBlockResult.toString()); in parseRules()
1027 idBlockVector.add(0, idBlockResult.toString()); in parseRules()
1054 errors.add(icuEx); in parseRules()
1058 errors.add(e); in parseRules()
1066 idBlockVector.add(idBlockResult.toString()); in parseRules()
1068 idBlockVector.add(0, idBlockResult.toString()); in parseRules()
1072 dataVector.add(curDat in parseRules()
[all...]
H A DSourceTargetUtility.java52 // TRAILING_COMBINING.add(trailing); in SourceTargetUtility()
67 sourceCache.add(i); in SourceTargetUtility()
79 sourceStrings.add(d); in SourceTargetUtility()
85 sourceCache.add(i); in SourceTargetUtility()
88 // see if any of the non-starters change s; if so, add i in SourceTargetUtility()
92 // sourceCache.add(i); in SourceTargetUtility()
101 // // now add all initial substrings in SourceTargetUtility()
109 // sourceStrings.add(dd); in SourceTargetUtility()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorParser.java439 * generate a standin for it, and add the standin to buf. As
981 dataVector.add(curData); in parseRules()
983 dataVector.add(0, curData); in parseRules()
1026 idBlockVector.add(idBlockResult.toString()); in parseRules()
1028 idBlockVector.add(0, idBlockResult.toString()); in parseRules()
1055 errors.add(icuEx); in parseRules()
1059 errors.add(e); in parseRules()
1067 idBlockVector.add(idBlockResult.toString()); in parseRules()
1069 idBlockVector.add(0, idBlockResult.toString()); in parseRules()
1073 dataVector.add(curDat in parseRules()
[all...]
H A DSourceTargetUtility.java53 // TRAILING_COMBINING.add(trailing); in SourceTargetUtility()
68 sourceCache.add(i); in SourceTargetUtility()
80 sourceStrings.add(d); in SourceTargetUtility()
86 sourceCache.add(i); in SourceTargetUtility()
89 // see if any of the non-starters change s; if so, add i in SourceTargetUtility()
93 // sourceCache.add(i); in SourceTargetUtility()
102 // // now add all initial substrings in SourceTargetUtility()
110 // sourceStrings.add(dd); in SourceTargetUtility()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCharacterName.java795 * @param set int set to add the chars of the algorithm names into
800 int add(int set[], int maxlength) in add() method in UCharacterName.AlgorithmName
803 int length = UCharacterName.add(set, m_prefix_); in add()
829 UCharacterName.add(set, m_utilStringBuffer_); in add()
1398 * @param set set to add to
1399 * @param ch 16 bit char to add
1401 private static void add(int set[], char ch) in add() method in UCharacterName
1421 * @param set set to add all chars of str to
1422 * @param str string to add
1424 private static int add(in method in UCharacterName
1440 private static int add(int set[], StringBuffer str) add() method in UCharacterName
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRuleExtractor.java81 result.add(record.value); in extract()
103 result.add(i); in extract()
113 allRules.add(subRule); in extract()
124 input.add(record.value); in extract()
164 result.add(rule); in extract()
183 result.add(rule); in extract()
232 inputRow.add(record.value); in extract()
315 inputRow.add(record.value); in extract()
328 segment.add(new GlyphGroup(record.value)); in ruleSegmentFromGlyphs()
376 result.get(classId).add(glyphI in extract()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp413 PM.add(createAMDGPUAAWrapperPass()); in adjustPassManager()
414 PM.add(createAMDGPUExternalAAWrapperPass()); in adjustPassManager()
416 PM.add(createAMDGPUUnifyMetadataPass()); in adjustPassManager()
417 PM.add(createAMDGPUPrintfRuntimeBinding()); in adjustPassManager()
418 PM.add(createAMDGPUPropagateAttributesLatePass(this)); in adjustPassManager()
420 PM.add(createInternalizePass(mustPreserveGV)); in adjustPassManager()
421 PM.add(createGlobalDCEPass()); in adjustPassManager()
424 PM.add(createAMDGPUAlwaysInlinePass(false)); in adjustPassManager()
433 PM.add(createAMDGPUAAWrapperPass()); in adjustPassManager()
434 PM.add(createAMDGPUExternalAAWrapperPas in adjustPassManager()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp8dsp_armv6.S186 add r2, r2, #3
320 add r6, r0, r2, lsl #1
323 add r3, r3, #4
363 add r0, r0, #4
365 add r0, r0, r2, lsl #2
368 add r0, r0, #4
379 add r0, r0, #4
381 add r0, r0, #4
383 add r0, r0, #4
479 add r
[all...]
/third_party/ffmpeg/libswscale/aarch64/
H A Doutput.S37 add x11, x11, x7, lsl #1 // &src[j ][i]
38 add x12, x12, x7, lsl #1 // &src[j+1][i]
55 add x7, x7, #8 // i += 8
H A Drgb2rgb_neon.S72 add x0, x0, w5, sxtw
73 add x1, x1, w6, sxtw
74 add x2, x2, w7, sxtw
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLongNameMultiplexer.java61 result.fMeasureUnits.add(unit); in forMeasureUnits()
65 result.fHandlers.add(mlnh); in forMeasureUnits()
68 result.fHandlers.add(lnh); in forMeasureUnits()
/third_party/libunwind/libunwind/src/arm/
H A Dgetcontext.S40 add r0, r0, #LINUX_UC_MCONTEXT_OFF + LINUX_SC_R0_OFF
43 add r0, r0, #FREEBSD_UC_MCONTEXT_OFF + FREEBSD_MC_R0_OFF
50 add r1, sp, #12
56 add r1, lr, #4
/third_party/mbedtls/include/mbedtls/
H A Dgcm.h146 * \param add The buffer holding the additional data. This must be of at
171 const unsigned char *add,
192 * \param add The buffer holding the additional data. This must be of at
215 const unsigned char *add,
253 * \param add The buffer holding the additional data, or \c NULL
256 * \p add may be \c NULL.
261 const unsigned char *add,

Completed in 22 milliseconds

1...<<21222324252627282930>>...186