Home
last modified time | relevance | path

Searched refs:fill (Results 551 - 575 of 629) sorted by relevance

1...<<212223242526

/third_party/nghttp2/src/
H A DHttpServer.cc1683 std::fill(p, p + padlen - 1, 0); in send_data_callback()
/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc1637 std::fill(marked_.begin(), marked_.end(), false); in SplitNode()
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl160 stmia r2,{r11,r12} @ fill functions table
/third_party/python/Lib/idlelib/
H A Dpyshell.py654 sc.frame.pack(expand=1, fill="both")
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl160 stmia r2,{r11,r12} @ fill functions table
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1387 std::fill(DE_ARRAY_BEGIN(countByType), DE_ARRAY_END(countByType), 0u); in computePoolSizes()
H A DvktMemoryDeviceMemoryReportTests.cpp1372 std::fill(DE_ARRAY_BEGIN(countByType), DE_ARRAY_END(countByType), 0u); in computePoolSizes()
H A DvktMemoryMappingTests.cpp1204 std::fill(DE_ARRAY_BEGIN(m_usage), DE_ARRAY_END(m_usage), 0);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1348 std::fill(DE_ARRAY_BEGIN(countByType), DE_ARRAY_END(countByType), 0u); in computePoolSizes()
H A DvktMemoryMappingTests.cpp1155 std::fill(DE_ARRAY_BEGIN(m_usage), DE_ARRAY_END(m_usage), 0);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp1207 * - fill the buffer with the pattern
1232 std::fill(textureData.begin(), textureData.end(), 0); in iterate()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp735 dstBuffer->fill(dstOffset, size, data);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCopyTests.cpp208 std::fill(expected.begin(), expected.end(), RGBA8()); in GetExpectedTextureData()
477 std::fill(expectedDstDataPerSlice.begin(), expectedDstDataPerSlice.end(), 0); in GetExpectedTextureData()
569 // Submit the fill in GetExpectedTextureData()
1015 std::fill(expectedValues.begin(), expectedValues.end(), kClearDepthValue); in TEST_P()
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.h399 char fill[5]; /* fill character */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h667 // Container-based version of the <algorithm> `std::fill()` function to fill a
671 std::fill(container_algorithm_internal::c_begin(c), in c_fill()
677 // Container-based version of the <algorithm> `std::fill_n()` function to fill
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp1060 std::fill(drawStates.begin() + count, drawStates.end(), GL_NONE);
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex730 % almost-but-not-quite fill up a page, TeX will have a hard time doing
759 % This defn is used inside fill environments such as @defun.
4978 % Do not fill out the last line with white space.
4997 % When the entry text needs to be broken, just fill out the first line
5033 % If we must, put the page number on a line of its own, and fill out
5035 % fill leaders glue in \indexdotfill if the page number does fit.)
5055 \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill}
6525 \advance\leftskip by 0pt plus 1fill\relax
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp5773 std::fill(data_buf.begin(), data_buf.end(), 2); in iterate()
5787 std::fill(data_buf.begin(), data_buf.end(), 3); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp1688 std::fill(&inputAndBlend.attachments[0],
2924 mSerials.fill({kInvalidImageOrBufferViewSubresourceSerial, kInvalidSamplerSerial});
/third_party/python/Modules/_decimal/
H A D_decimal.c3248 * The portion of the spec we're working with is [[fill]align][sign][z] */
3253 /* skip over [[fill]align] (fill may be multi-byte character) */ in format_spec_z_search()
3261 /* fill not present-- skip over [align] */ in format_spec_z_search()
3337 /* NUL fill character: must be replaced with a valid UTF-8 char in dec_format()
3379 spec.fill[0] = '\xff'; in dec_format()
3380 spec.fill[1] = '\0'; in dec_format()
/third_party/astc-encoder/Source/
H A Dstb_image.h122 To add your name to the credits, pick a random blank space in the middle and fill it.
411 int (*read) (void *user,char *data,int size); // fill 'data' with 'size' bytes. return number of bytes actually read
2079 while (c == 0xff) c = stbi__get8(j->s); // consume fill bytes in stbi__grow_buffer_unsafe()
2924 x = stbi__get8(j->s); // consume repeated 0xff fill bytes in stbi__get_marker()
4365 stbi_uc fill = 0; in stbi__compute_huffman_codes() local
4369 fill = lencodes[n-1]; in stbi__compute_huffman_codes()
4378 memset(lencodes+n, fill, c); in stbi__compute_huffman_codes()
4402 // now fill header the normal way in stbi__parse_uncompressed_block()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISO2022.java332 Arrays.fill(cs, (byte)0); in reset()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc838 std::fill(local_var_info_.begin(), local_var_info_.end(), VarInfo{}); in ValidateFunction()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1902 Arrays.fill(zeros, '0'); in getNationalSignificantNumber()
/third_party/python/Lib/
H A Dargparse.py662 return textwrap.fill(text, width,

Completed in 103 milliseconds

1...<<212223242526