Home
last modified time | relevance | path

Searched defs:tmp (Results 1651 - 1675 of 2236) sorted by relevance

1...<<61626364656667686970>>...90

/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c440 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 Dhb-algs.hh944 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 Dhb-ot-shape-complex-indic.cc426 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 Dcallproc.c1246 void *tmp = alloca(size); in _ctypes_callproc() local
/third_party/python/Modules/
H A D_functoolsmodule.c231 PyObject *tmp = newargs[0]; in partial_vectorcall() local
H A D_lzmamodule.c1009 uint8_t *tmp; in decompress() local
H A Daudioop.c1301 int tmp = a % b; in gcd() local
/third_party/pulseaudio/speex/tmv/
H A Dmdf_tm.h235 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 Dpreprocess_tm.h783 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 DTargetRegistry.h625 iterator tmp = *this; in operator ++() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp4050 std::string tmp; parse_encoding() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp560 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 DMachineRegisterInfo.h1046 defusechain_iterator tmp = *this; ++*this; return tmp; in operator ++() local
1152 defusechain_instr_iterator tmp = *this; ++*this; return tmp; in operator ++() local
H A DScheduleDAG.h640 SUnitIterator tmp = *this; ++*this; return tmp; in operator ++() local
/third_party/toybox/toys/pending/
H A Ddhcp6.c176 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 Dzdump.c190 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 Dutils-vixl.h1164 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 Dtest-utils-aarch64.cc651 Register tmp = temps.AcquireX(); in Dump() local
/third_party/python/PC/
H A Dwinreg.c1510 wchar_t *tmp; in winreg_QueryValue_impl() local
1577 BYTE *retBuf, *tmp; in winreg_QueryValueEx_impl() local
/third_party/python/Python/
H A Dformatter_unicode.c869 PyObject *tmp = NULL; in format_long_internal() local
1492 PyObject *tmp = NULL; _PyLong_FormatAdvancedWriter() local
[all...]
H A Dgetargs.c2930 struct _PyArg_Parser *tmp, *s = static_arg_parsers; in _PyArg_Fini() local
/third_party/python/Objects/
H A Dodictobject.c1799 odictiterobject tmp = *di; in odictiter_reduce() local
H A Dtupleobject.c736 PyObject *tmp, *newobj, *item; in tuple_subtype_new() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php739 $tmp = $msg->$getter(); variable
/third_party/protobuf/src/google/protobuf/
H A Dmap.h524 iterator_base tmp = *this; in operator ++() local

Completed in 52 milliseconds

1...<<61626364656667686970>>...90