/third_party/gptfdisk/ |
H A D | attributes.cc | 50 ostringstream temp; in Setup() local 55 temp.str(""); in Setup() 56 temp << "Undefined bit #" << i; in Setup() 57 Attributes::atNames[i] = temp.str(); in Setup()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CurrencyData.java | 106 CurrencyDisplayInfoProvider temp = null; 109 temp = (CurrencyDisplayInfoProvider) clzz.newInstance(); 111 temp = new CurrencyDisplayInfoProvider() { 123 provider = temp;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CurrencyData.java | 128 CurrencyDisplayInfoProvider temp = null; 131 temp = (CurrencyDisplayInfoProvider) clzz.newInstance(); 133 temp = new CurrencyDisplayInfoProvider() { 145 provider = temp;
|
/third_party/lzma/CPP/Windows/ |
H A D | CommonDialog.cpp | 129 #define CONV_U_To_A(dest, src, temp) AString temp; if (src) { temp = GetSystemString(src); dest = temp; }
|
/third_party/toybox/toys/posix/ |
H A D | tail.c | 70 struct line_list *list = 0, *temp; in try_lseek() local 97 if (!(temp = get_chunk(fd, chunk))) break; in try_lseek() 98 temp->next = list; in try_lseek() 99 list = temp; in try_lseek()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 42 var temp = [1,2,3] variable 43 var [c0, c1] = [...temp]; 115 var temp = [1, 2, 3];
variable 116 var _j = __read(__spreadArray([], __read(temp), false), 2), c0 = _j[0], c1 = _j[1];
|
/third_party/skia/gm/ |
H A D | pathopsinverse.cpp | 45 SkBitmap temp; in blend() local 46 temp.allocN32Pixels(1, 1); in blend() 47 SkCanvas canvas(temp); in blend() 50 void* pixels = temp.getPixels(); in blend()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacps.c | 86 LOCAL_ALIGNED_16(INTFLOAT, temp, [8], [2]); in hybrid6_cx() 89 dsp->hybrid_analysis(temp, in, (const INTFLOAT (*)[8][2]) filter, 1, N); in hybrid6_cx() 90 out[0][i][0] = temp[6][0]; in hybrid6_cx() 91 out[0][i][1] = temp[6][1]; in hybrid6_cx() 92 out[1][i][0] = temp[7][0]; in hybrid6_cx() 93 out[1][i][1] = temp[7][1]; in hybrid6_cx() 94 out[2][i][0] = temp[0][0]; in hybrid6_cx() 95 out[2][i][1] = temp[0][1]; in hybrid6_cx() 96 out[3][i][0] = temp[1][0]; in hybrid6_cx() 97 out[3][i][1] = temp[ in hybrid6_cx() [all...] |
/third_party/backends/backend/ |
H A D | canon630u-common.c | 640 We use the sliding window redptr with the temp buffer buf. */ in do_scan() 729 unsigned int temp; in plugin_cal() local 777 for (temp = 0; temp < 0x0400; temp++) in plugin_cal() 778 buf[temp] = temp / 4; in plugin_cal() 935 This produces 574k of data, so save it to a temp file. */ in plugin_cal() 938 DBG (1, "No temp filename!\n"); in plugin_cal() 1194 int temp; in install_ogn() local 1251 int temp; scan() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ArabicShaping.java | 918 char temp = buffer[i]; in invertBuffer() 920 buffer[j] = temp; in invertBuffer() 1861 // always use temp buffer in internalShape() 1862 char[] temp = new char[sourceLength * 2]; // all lamalefs requiring expansion in internalShape() 1863 System.arraycopy(source, sourceStart, temp, 0, sourceLength); in internalShape() 1866 invertBuffer(temp, 0, sourceLength); in internalShape() 1873 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 1); in internalShape() 1880 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 2); in internalShape() 1883 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 0); in internalShape() 1887 outputSize = handleTashkeelWithTatweel(temp,sourceLengt in internalShape() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ArabicShaping.java | 870 char temp = buffer[i]; in invertBuffer() 872 buffer[j] = temp; in invertBuffer() 1813 // always use temp buffer in internalShape() 1814 char[] temp = new char[sourceLength * 2]; // all lamalefs requiring expansion in internalShape() 1815 System.arraycopy(source, sourceStart, temp, 0, sourceLength); in internalShape() 1818 invertBuffer(temp, 0, sourceLength); in internalShape() 1825 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 1); in internalShape() 1832 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 2); in internalShape() 1835 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 0); in internalShape() 1839 outputSize = handleTashkeelWithTatweel(temp,sourceLengt in internalShape() [all...] |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 224 static void PrintUString(EAdjustment adj, unsigned width, const UString &s, AString &temp)
in PrintUString() argument 232 ConvertUnicodeToUTF8(s, temp);
in PrintUString() 234 UnicodeStringToMultiByte2(temp, s, (UINT)codePage);
in PrintUString() 253 g_StdOut.PrintUString(s, temp);
in PrintUString() 546 char temp[128];
in PrintItemInfo() local 564 PrintSpacesToString(temp + tempPos, f.PrefixSpacesWidth);
in PrintItemInfo() 579 g_StdOut << temp;
in PrintItemInfo() local 663 GetAttribString((prop.vt == VT_EMPTY) ? 0 : prop.ulVal, IsDir, techMode, temp + tempPos);
in PrintItemInfo() 665 g_StdOut << temp + tempPos;
in PrintItemInfo() 667 tempPos += strlen(temp in PrintItemInfo() 819 char temp[16]; PrintPropName_and_Eq() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vc1dsp_mmi.c | 202 DECLARE_ALIGNED(16, int16_t, temp[64]); in ff_vc1_inv_trans_8x8_mmi() 252 MMI_SDC1(%[ftmp15], %[temp], 0x00) in ff_vc1_inv_trans_8x8_mmi() 253 MMI_SDC1(%[ftmp19], %[temp], 0x08) in ff_vc1_inv_trans_8x8_mmi() 254 MMI_SDC1(%[ftmp16], %[temp], 0x10) in ff_vc1_inv_trans_8x8_mmi() 255 MMI_SDC1(%[ftmp20], %[temp], 0x18) in ff_vc1_inv_trans_8x8_mmi() 256 MMI_SDC1(%[ftmp17], %[temp], 0x20) in ff_vc1_inv_trans_8x8_mmi() 257 MMI_SDC1(%[ftmp21], %[temp], 0x28) in ff_vc1_inv_trans_8x8_mmi() 258 MMI_SDC1(%[ftmp18], %[temp], 0x30) in ff_vc1_inv_trans_8x8_mmi() 259 MMI_SDC1(%[ftmp22], %[temp], 0x38) in ff_vc1_inv_trans_8x8_mmi() 302 MMI_SDC1(%[ftmp19], %[temp], in ff_vc1_inv_trans_8x8_mmi() [all...] |
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_transfer.c | 155 uint32_t temp; in usbd_get_dma_delay() local 158 temp = 0; in usbd_get_dma_delay() 161 (mtod->get_dma_delay) (udev, &temp); in usbd_get_dma_delay() 166 temp += 0x3FF; in usbd_get_dma_delay() 167 temp /= 0x400; in usbd_get_dma_delay() 169 return (temp); in usbd_get_dma_delay() 526 uint32_t temp; in usbd_transfer_setup_sub() local 557 temp = 1; in usbd_transfer_setup_sub() 559 while ((temp != 0) && (temp < xfe in usbd_transfer_setup_sub() 1249 usb_timeout_t temp; usbd_transfer_unsetup_sub() local 2797 usb_timeout_t temp; usbd_callback_wrapper_sub() local 3359 uint16_t temp; usbd_get_std_packet_size() local [all...] |
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 123 Register temp = t6; in CallBuiltin() local 124 __ LoadEntryFromBuiltin(builtin, temp); in CallBuiltin() 125 __ Call(temp); in CallBuiltin() 131 Register temp = t6; in TailCallBuiltin() local 132 __ LoadEntryFromBuiltin(builtin, temp); in TailCallBuiltin() 133 __ Jump(temp); in TailCallBuiltin() 174 Register temp = temps.AcquireScratch(); in JumpIfPointer() local 175 __ Ld(temp, operand); in JumpIfPointer() 176 __ Branch(target, AsMasmCondition(cc), value, Operand(temp)); in JumpIfPointer() 181 Register temp in JumpIfSmi() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | listformatter.cpp | 341 ListFormatInternal* temp = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal() local 342 if (temp != nullptr) { in getListFormatInternal() 344 result = temp; in getListFormatInternal() 589 UnicodeString temp = pattern.getTextWithNoArguments(offsets, 2); in append() local 595 temp.tempSubStringBetween(0, offsets[0]), in append() 599 temp.tempSubStringBetween(offsets[0], offsets[1]), in append() 608 temp.tempSubString(offsets[1]), in append() 617 temp.tempSubStringBetween(offsets[1], offsets[0]), in append() 628 temp.tempSubStringBetween(0, offsets[1]), in append() 632 temp in append() [all...] |
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | file.c | 154 char temp[256], eof = 0; in nscookiejar_iterate() local 166 n1 = (int)read(fd, temp + n, sizeof(temp) - (size_t)n); in nscookiejar_iterate() 181 if (temp[m - 1] != '\n') in nscookiejar_iterate() 186 if (temp[0] == '#') in nscookiejar_iterate() 190 e = cb(cache, opaque, r | LCN_EOL, temp, in nscookiejar_iterate() 200 memmove(temp, temp + m, (size_t)(n - m)); in nscookiejar_iterate() 214 if (ignore || (r == LCN_SOL && n && temp[0] == '#')) { in nscookiejar_iterate() 220 temp, (size_ in nscookiejar_iterate() [all...] |
/third_party/libcoap/src/oscore/ |
H A D | oscore_context.c | 388 coap_bin_const_t *temp; in oscore_update_ctx() local 395 temp = osc_ctx->sender_context->sender_key; in oscore_update_ctx() 402 osc_ctx->sender_context->sender_key = temp; in oscore_update_ctx() 404 coap_delete_bin_const(temp); in oscore_update_ctx() 405 temp = osc_ctx->recipient_chain->recipient_key; in oscore_update_ctx() 412 osc_ctx->recipient_chain->recipient_key = temp; in oscore_update_ctx() 414 coap_delete_bin_const(temp); in oscore_update_ctx() 415 temp = osc_ctx->common_iv; in oscore_update_ctx() 421 osc_ctx->common_iv = temp; in oscore_update_ctx() 423 coap_delete_bin_const(temp); in oscore_update_ctx() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | listformatter.cpp | 341 ListFormatInternal* temp = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal() local 342 if (temp != nullptr) { in getListFormatInternal() 344 result = temp; in getListFormatInternal() 582 UnicodeString temp = pattern.getTextWithNoArguments(offsets, 2); in append() local 588 temp.tempSubStringBetween(0, offsets[0]), in append() 592 temp.tempSubStringBetween(offsets[0], offsets[1]), in append() 601 temp.tempSubString(offsets[1]), in append() 610 temp.tempSubStringBetween(offsets[1], offsets[0]), in append() 621 temp.tempSubStringBetween(0, offsets[1]), in append() 625 temp in append() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | listformatter.cpp | 341 ListFormatInternal* temp = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal() local 342 if (temp != nullptr) { in getListFormatInternal() 344 result = temp; in getListFormatInternal() 589 UnicodeString temp = pattern.getTextWithNoArguments(offsets, 2); in append() local 595 temp.tempSubStringBetween(0, offsets[0]), in append() 599 temp.tempSubStringBetween(offsets[0], offsets[1]), in append() 608 temp.tempSubString(offsets[1]), in append() 617 temp.tempSubStringBetween(offsets[1], offsets[0]), in append() 628 temp.tempSubStringBetween(0, offsets[1]), in append() 632 temp in append() [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_utils.h | 483 const real64 temp = x > 0.0 ? x + 0.5 : x - 0.5; in Round_int32() local 487 if (temp > real64(std::numeric_limits<int32>::min()) - 1.0 && in Round_int32() 488 temp < real64(std::numeric_limits<int32>::max()) + 1.0) in Round_int32() 490 return (int32) temp; in Round_int32() 512 const real64 temp = Max_real64 (0.0, x); in Floor_uint32() local 516 if (temp < real64(std::numeric_limits<uint32>::max()) + 1.0) in Floor_uint32() 518 return (uint32) temp; in Floor_uint32() 1183 uint32 temp = MULUH (0x069C16BD, seed); in DNG_Random() local 1184 uint32 high = (temp + ((seed - temp) >> in DNG_Random() [all...] |
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.c | 55 /* Map PDS temp registers to the CDM values they contain Work-group IDs are only 273 * Gets the next temp address and moves the next temp pointer along. 275 * \param next_temp Pointer to the next temp address. 278 * \return The address of the next temp. 283 uint32_t temp; in pvr_pds_get_temps() local 285 /* Work out starting temp number. For even number of temps, start on a in pvr_pds_get_temps() 289 temp = *next_temp; in pvr_pds_get_temps() 291 temp = (*next_temp + 1) & ~1; in pvr_pds_get_temps() 294 *count += temp in pvr_pds_get_temps() 714 uint32_t temp = 0; pvr_pds_vertex_shader() local [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | image-gif.c | 449 *temp; /* Current pixel */ in gif_read_image() local 477 temp = pixels; in gif_read_image() 483 temp[3] = cmap[pixel][3]; in gif_read_image() 485 temp[2] = cmap[pixel][2]; in gif_read_image() 487 temp[1] = cmap[pixel][1]; in gif_read_image() 489 temp[0] = cmap[pixel][0]; in gif_read_image() 493 temp += bpp; in gif_read_image() 502 temp = pixels; in gif_read_image()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterCompare.java | 219 String temp = Integer.toHexString(ch); in trackDifference() 220 StringBuffer s = new StringBuffer(temp); in trackDifference() 221 for (int i = 0; i < 6 - temp.length(); i++) in trackDifference() 223 temp = UCharacter.getExtendedName(ch); in trackDifference() 224 if (temp == null) in trackDifference() 225 temp = " "; in trackDifference() 226 s.append(temp); in trackDifference() 227 for (int i = 0; i < 73 - temp.length(); i++) in trackDifference()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterCompare.java | 216 String temp = Integer.toHexString(ch); in trackDifference() 217 StringBuffer s = new StringBuffer(temp); in trackDifference() 218 for (int i = 0; i < 6 - temp.length(); i++) in trackDifference() 220 temp = UCharacter.getExtendedName(ch); in trackDifference() 221 if (temp == null) in trackDifference() 222 temp = " "; in trackDifference() 223 s.append(temp); in trackDifference() 224 for (int i = 0; i < 73 - temp.length(); i++) in trackDifference()
|