/third_party/libcoap/src/ |
H A D | coap_oscore.c | 1713 coap_str_const_t temp = { split - begin, (const uint8_t *)begin }; in get_split_entry() local
|
/third_party/qrcodegen/cpp/ |
H A D | qrcodegen.cpp | 108 const char *temp = std::strchr(ALPHANUMERIC_CHARSET, *text); in makeAlphanumeric() local
|
/third_party/qrcodegen/c/ |
H A D | qrcodegen.c | 833 int temp = calcSegmentBitLength(mode, numChars); in qrcodegen_calcSegmentBufferSize() local 940 const char *temp = strchr(ALPHANUMERIC_CHARSET, *text); in qrcodegen_makeAlphanumeric() local 1015 case qrcodegen_Mode_NUMERIC : { static const int temp[] = {10, 12, 14}; return temp[ in numCharCountBits() local 1016 case qrcodegen_Mode_ALPHANUMERIC: { static const int temp[] = { 9, 11, 13}; return temp[i]; } numCharCountBits() local 1017 case qrcodegen_Mode_BYTE : { static const int temp[] = { 8, 16, 16}; return temp[i]; } numCharCountBits() local 1018 case qrcodegen_Mode_KANJI : { static const int temp[] = { 8, 10, 12}; return temp[i]; } numCharCountBits() local [all...] |
/third_party/python/Python/ |
H A D | symtable.c | 744 PyObject *temp; in analyze_block() local 890 PyObject *temp; analyze_child_block() local [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_dfa_match.c | 1108 PCRE2_SPTR temp = ptr - 1; in internal_dfa_match() local 1133 PCRE2_SPTR temp = ptr + 1; in internal_dfa_match() local
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 725 def temp(self, /, *args, **kwds): function [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_lib.c | 497 BIGNUM temp = *a; in bn2binpad() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 821 const tcu::Float16 temp = tcu::Float16(inValue); in checkValue() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 113 Queues temp; in addQueueFamilyIndex() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseBufferTests.cpp | 115 char temp[1024]; in createComputeProgram() local 257 char temp[1024]; in createProgram() local
|
/third_party/skia/src/gpu/ |
H A D | GrResourceProvider.cpp | 478 SkAutoTArray<uint16_t> temp; in createPatternedIndexBuffer() local
|
H A D | GrDataUtils.cpp | 589 GrPixmap temp = GrPixmap::Allocate(dst.info().makeColorType(GrColorType::kRGB_888x)); in GrConvertPixels() local 606 GrPixmap temp = GrPixmap::Allocate(src.info().makeColorType(GrColorType::kRGB_888x)); in GrConvertPixels() local
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 95 auto temp = fHead->cutChain(); in popHead() local 115 auto temp = prev->cutChain(); in removeOp() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 79 Instruction* temp = ir_builder.AddNaryExtendedInstruction( in ReplaceTrinaryMinMax() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 79 Instruction* temp = ir_builder.AddNaryExtendedInstruction( in ReplaceTrinaryMinMax() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjbench.c | 539 char *temp = NULL, tempStr[80], tempStr2[80]; in decompTest() local 837 char *temp; in main() local [all...] |
H A D | transupp.c | 131 JCOEF temp, qval; in requant_comp() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | alphaindex.cpp | 374 const UnicodeString &fixLabel(const UnicodeString ¤t, UnicodeString &temp) { in fixLabel() argument 461 UnicodeString temp; in createBucketList() local
|
H A D | number_patternstring.cpp | 953 UnicodeString temp = input.tempSubString(offset, pair[0].length()); in convertLocalized() local 967 UnicodeString temp = input.tempSubString(offset, pair[1].length()); in convertLocalized() local
|
H A D | tmutfmt.cpp | 223 Formattable& temp = parsed[0]; in parseObject() local
|
H A D | translit.cpp | 1106 Transliterator* temp = createInstance(*idBlock, UTRANS_FORWARD, parseError, status); in createFromRules() local
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 239 char* temp=NULL; in convertAndEscape() local 870 char temp[256] = {0}; in bin_write_xml() local 1032 char* temp = NULL; bundle_write_xml() local [all...] |
/third_party/skia/tests/ |
H A D | WritePixelsTest.cpp | 536 sk_sp<GrTextureProxy> temp = proxyProvider->createProxy( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 629 P256_POINT *temp; /* place for 5 temporary points */ in ecp_nistz256_windowed_mul() local 894 P256_POINT_AFFINE temp; ecp_nistz256_mult_precompute() local [all...] |
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afhints.c | 502 static char temp[32]; in af_edge_flags_to_string() local
|