/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9dsp_init_16bpp_aarch64_template.c | 45 LOCAL_ALIGNED_16(uint8_t, temp, [((1 + (sz < 64)) * sz + 8) * sz * 2]); \ 48 ff_vp9_put_##filter##sz##_h_##bpp##_neon(temp, 2 * sz, \ 52 temp + 3 * 2 * sz, 2 * sz, \
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9dsp_init.h | 122 LOCAL_ALIGNED_##align(uint8_t, temp, [71 * 64 * bytes]); \ 123 ff_vp9_put_8tap_1d_h_##sz##_##bpp##_##opt(temp, 64 * bytes, src - 3 * src_stride, \ 126 ff_vp9_##op##_8tap_1d_v_##sz##_##bpp##_##opt(dst, dst_stride, temp + 3 * bytes * 64, \
|
/third_party/ffmpeg/libavcodec/ |
H A D | sbcdec.c | 72 int32_t temp; in sbc_unpack_frame() local 197 temp = frame->sb_sample[blk][0][sb] + in sbc_unpack_frame() 202 frame->sb_sample[blk][0][sb] = temp; in sbc_unpack_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_subtitles.c | 437 char *temp = NULL; in init_subtitles() local 438 char *ptr = av_strtok(ass->force_style, ",", &temp); in init_subtitles() 446 ptr = av_strtok(NULL, ",", &temp); in init_subtitles()
|
H A D | vf_pp7.c | 210 int16_t *temp = (int16_t *)(p->src + 32); in filter() local 231 int16_t *tp = temp + 4 * x; in filter() 249 int16_t *tp = temp + 4 * x; in filter()
|
/third_party/ffmpeg/libavformat/ |
H A D | riffenc.c | 62 uint8_t temp[256]; in ff_put_wav_header() local 63 uint8_t *riff_extradata = temp; in ff_put_wav_header() 64 uint8_t *riff_extradata_start = temp; in ff_put_wav_header()
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 259 char *temp; in send_midi_interleaved() local 272 if ((temp = memchr(data, 0xf7, len)) != NULL) in send_midi_interleaved() 273 len = temp - data + 1; in send_midi_interleaved()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUService.java | 570 Set<String> temp = new HashSet<String>(result.size()); in getVisibleIDs() 573 temp.add(id); in getVisibleIDs() 576 result = temp; in getVisibleIDs()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | XCldrStub.java | 330 LinkedHashMap<K, Set<V>> temp = new LinkedHashMap<>(); // semi-deep copy, preserve order in copyOf() 333 temp.put(entry.getKey(), value.size() == 1 in copyOf() 337 return new Multimap<>(Collections.unmodifiableMap(temp), null); in copyOf()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | DecimalQuantity_DualStorageBCD.java | 277 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd() 279 bcdBytes[i] = temp[1].byteValue(); in readBigIntegerToBcd() 280 n = temp[0]; in readBigIntegerToBcd()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeCompressor.java | 329 byte [] temp = new byte [len]; in compress() 332 temp, 0, len); in compress() 335 System.arraycopy(temp, 0, result, 0, byteCount); in compress()
|
H A D | UnicodeDecompressor.java | 137 char [] temp = new char [len]; in decompress() 140 temp, 0, len); in decompress() 143 System.arraycopy(temp, 0, result, 0, charCount); in decompress()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | UResourceBundle.java | 553 ICUResourceBundle temp = (ICUResourceBundle)get(index); in getString() 554 if (temp.getType() == STRING) { in getString() 555 return temp.getString(); in getString()
|
/third_party/icu/icu4c/source/common/ |
H A D | loadednormalizer2impl.cpp | 307 void *temp=uhash_get(cache, name); in getInstance() local 308 if(temp==NULL) { in getInstance() 320 allModes=(Norm2AllModes *)temp; in getInstance()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XCldrStub.java | 365 LinkedHashMap<K, Set<V>> temp = new LinkedHashMap<>(); // semi-deep copy, preserve order in copyOf() 368 temp.put(entry.getKey(), value.size() == 1 in copyOf() 372 return new Multimap<>(Collections.unmodifiableMap(temp), null); in copyOf()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUService.java | 575 Set<String> temp = new HashSet<String>(result.size()); in getVisibleIDs() 578 temp.add(id); in getVisibleIDs() 581 result = temp; in getVisibleIDs()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralSamples.java | 66 Map<String, Boolean> temp = new HashMap<String, Boolean>(); in PluralSamples() 68 temp.put(k, pluralRules.isLimited(k)); in PluralSamples() 70 _keyLimitedMap = temp; in PluralSamples()
|
H A D | UnicodeCompressor.java | 327 byte [] temp = new byte [len]; in compress() 330 temp, 0, len); in compress() 333 System.arraycopy(temp, 0, result, 0, byteCount); in compress()
|
H A D | UnicodeDecompressor.java | 135 char [] temp = new char [len]; in decompress() 138 temp, 0, len); in decompress() 141 System.arraycopy(temp, 0, result, 0, charCount); in decompress()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | UResourceBundle.java | 529 ICUResourceBundle temp = (ICUResourceBundle)get(index); in getString() 530 if (temp.getType() == STRING) { in getString() 531 return temp.getString(); in getString()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | PropIDUtils.cpp | 258 char temp[64];
in ConvertPropertyToString2() local 259 ConvertPropertyToShortString2(temp, prop, propID, level);
in ConvertPropertyToString2() 260 dest = temp;
in ConvertPropertyToString2()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-sha1.c | 107 uint32_t temp, W[16], A, B, C, D, E; in jerryx_sha1_process() local 130 temp = W[(t - 3) & 0x0F] ^ W[(t - 8) & 0x0F] ^ W[(t - 14) & 0x0F] ^ W[t & 0x0F], \ in jerryx_sha1_process() 131 W[t & 0x0F] = JERRYX_SHA1_SHIFT (temp, 1) \ in jerryx_sha1_process()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
H A D | LzmaSpec.cpp | 582 char temp[32];
in ConvertUInt64ToString() local 586 temp[i++] = (char)('0' + (unsigned)(val % 10));
in ConvertUInt64ToString() 593 *s++ = temp[i];
in ConvertUInt64ToString()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_phis.cpp | 38 temp = 3, member in aco::pred_defined 202 pred_defined defined = pred_defined::temp; in init_any_pred_defined() 219 state->any_pred_defined[start] = pred_defined::temp; in init_any_pred_defined() 231 // TODO: find more occasions where pred_defined::zero is beneficial (e.g. with 2+ temp merges) in init_any_pred_defined()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_to_qpu.c | 199 struct qinst *temp; in v3d_generate_code_block() local 237 temp = new_qpu_nop_before(qinst); in v3d_generate_code_block() 238 temp->qpu.sig.ldvpm = true; in v3d_generate_code_block()
|