| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttgload.c | 440 FT_ULong tmp; in FT_CALLBACK_DEF() local 1386 FT_ULong tmp; in TT_Process_Composite_Glyph() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-algs.hh | 944 char tmp, *end = a+w; in sort_r_swap() local 1009 char *last = b+w*(nel-1), *tmp; in sort_r_simple() local
|
| H A D | hb-ot-shape-complex-indic.cc | 426 hb_glyph_info_t tmp = info[start+1]; in initial_reordering_consonant_syllable() local 1160 hb_glyph_info_t tmp = info[old_pos]; in final_reordering_syllable_indic() local 1385 hb_glyph_info_t tmp = info[old_pos]; in final_reordering_syllable_indic() local
|
| /third_party/python/Modules/_ctypes/ |
| H A D | callproc.c | 1246 void *tmp = alloca(size); in _ctypes_callproc() local
|
| /third_party/python/Modules/ |
| H A D | _functoolsmodule.c | 231 PyObject *tmp = newargs[0]; in partial_vectorcall() local
|
| H A D | _lzmamodule.c | 1009 uint8_t *tmp; in decompress() local
|
| H A D | audioop.c | 1301 int tmp = a % b; in gcd() local
|
| /third_party/pulseaudio/speex/tmv/ |
| H A D | mdf_tm.h | 235 register float tmp = 1; in mdf_adjust_prop() local 851 register spx_float_t tmp; in mdf_compute_filtered_spectra_crosscorrelations() local 944 register spx_word32_t tmp; in mdf_compute_RER() local [all...] |
| H A D | preprocess_tm.h | 783 register spx_word16_t tmp; in preprocess_compute_emgain() local 837 register spx_word16_t tmp; in preprocess_compute_linear_gain() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | TargetRegistry.h | 625 iterator tmp = *this; in operator ++() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 4050 std::string tmp; parse_encoding() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | APInt.cpp | 560 assert(bitPosition < BitWidth && �); if ((*this)[bitPosition]) clearBit(bitPosition); else setBit(bitPosition); } unsigned APInt::getBitsNeeded(StringRef str, uint8_t radix) { assert(!str.empty() && �); assert((radix == 10 || radix == 8 || radix == 16 || radix == 2 || radix == 36) && �); size_t slen = str.size(); StringRef::iterator p = str.begin(); unsigned isNegative = *p == �; if (*p == � || *p == �) { p++; slen--; assert(slen && �); } if (radix == 2) return slen + isNegative; if (radix == 8) return slen * 3 + isNegative; if (radix == 16) return slen * 4 + isNegative; unsigned sufficient = radix == 10? (slen == 1 ? 4 : slen * 64/18) : (slen == 1 ? 7 : slen * 16/3); APInt tmp(sufficient, StringRef(p, slen), radix); unsigned log = tmp.logBase2(); if (log == (unsigned)-1) { return isNegative + 1; } else { return isNegative + log + 1; } } hash_code llvm::hash_value(const APInt &Arg) { if (Arg.isSingleWord()) return hash_combine(Arg.VAL); return hash_combine_range(Arg.pVal, Arg.pVal + Arg.getNumWords()); } bool APInt::isSplat(unsigned SplatSizeInBits) const { assert(getBitWidth() % SplatSizeInBits == 0 && �); return *this == rotl(SplatSizeInBits); } APInt APInt::getHiBits(unsigned numBits) const { return APIntOps::lshr(*this, BitWidth - numBits); } APInt APInt::getLoBits(unsigned numBits) const { return APIntOps::lshr(APIntOps::shl(*this, BitWidth - numBits), BitWidth - numBits); } unsigned APInt::countLeadingZerosSlowCase() const { unsigned Count = 0; for (int i = getNumWords()-1; i >= 0; --i) flipBit() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 1046 defusechain_iterator tmp = *this; ++*this; return tmp; in operator ++() local 1152 defusechain_instr_iterator tmp = *this; ++*this; return tmp; in operator ++() local
|
| H A D | ScheduleDAG.h | 640 SUnitIterator tmp = *this; ++*this; return tmp; in operator ++() local
|
| /third_party/toybox/toys/pending/ |
| H A D | dhcp6.c | 176 uint8_t *tmp = *dhmesg; in fill_option() local 186 uint8_t *tmp = &mesg.options[TT.length]; in fill_clientID() local 209 uint8_t *tmp = &mesg.options[TT.length]; in fill_optionRequest() local 219 uint8_t *tmp = &mesg.options[TT.length]; fill_elapsedTime() local 229 uint8_t *tmp = &mesg.options[TT.length]; fill_iaid() local [all...] |
| /third_party/tzdata/ |
| H A D | zdump.c | 190 gmtime_r(time_t *tp, struct tm *tmp) in gmtime_r() argument 217 localtime_r(time_t *tp, struct tm *tmp) in localtime_r() argument 231 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz() argument 240 mktime_z(timezone_t tz, struct tm *tmp) in mktime_z() argument 349 my_gmtime_r(time_t *tp, struct tm *tmp) my_gmtime_r() argument 359 my_localtime_rz(timezone_t tz, time_t *tp, struct tm *tmp) my_localtime_rz() argument 422 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) saveabbr() argument 668 struct tm *tmp = my_localtime_rz(tz, &t, &tm); main() local 848 register struct tm * tmp; show() local 1167 abbr(struct tm const *tmp) abbr() argument [all...] |
| /third_party/vixl/src/ |
| H A D | utils-vixl.h | 1164 uint64_t tmp = (data_high_ << (64 - shift)) | (data_low_ >> shift); operator >>() local 1173 uint64_t tmp = (data_high_ << shift) | (data_low_ >> (64 - shift)); operator <<() local [all...] |
| /third_party/vixl/test/aarch64/ |
| H A D | test-utils-aarch64.cc | 651 Register tmp = temps.AcquireX(); in Dump() local
|
| /third_party/python/PC/ |
| H A D | winreg.c | 1510 wchar_t *tmp; in winreg_QueryValue_impl() local 1577 BYTE *retBuf, *tmp; in winreg_QueryValueEx_impl() local
|
| /third_party/python/Python/ |
| H A D | formatter_unicode.c | 869 PyObject *tmp = NULL; in format_long_internal() local 1492 PyObject *tmp = NULL; _PyLong_FormatAdvancedWriter() local [all...] |
| H A D | getargs.c | 2930 struct _PyArg_Parser *tmp, *s = static_arg_parsers; in _PyArg_Fini() local
|
| /third_party/python/Objects/ |
| H A D | odictobject.c | 1799 odictiterobject tmp = *di; in odictiter_reduce() local
|
| H A D | tupleobject.c | 736 PyObject *tmp, *newobj, *item; in tuple_subtype_new() local
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | Message.php | 739 $tmp = $msg->$getter(); variable
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map.h | 524 iterator_base tmp = *this; in operator ++() local
|