| /third_party/node/test/parallel/ |
| H A D | test-buffer-inheritance.js | 31 t.fill(5);
|
| H A D | test-buffer-fakes.js | 53 fb.fill(0);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | ShaderExecutableD3D.cpp | 51 mUniformData.fill(0); in UniformStorageD3D()
|
| /third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
| H A D | PolyphaseResampler.cpp | 40 std::fill(mSingleFrame.begin(), mSingleFrame.end(), 0.0); in readFrame()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.cpp | 327 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs); 329 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs); 336 RC.fill(0, L, BT::BitValue::Zero); 352 RC.fill(PW, RW, BT::BitValue::Zero); 359 RC.fill(PW, RW, BT::BitValue::Zero); 441 RPC.fill(0, 2, BT::BitValue::Zero); 704 RegisterCell RZ = RegisterCell(W0).fill(BX, W1, Zero) 705 .fill(W1+(W1-BX), W0, Zero); 799 RC.fill(i*8, i*8+8, F); 892 RC.fill( [all...] |
| /third_party/mbedtls/library/ |
| H A D | sha256.c | 648 size_t fill; in mbedtls_sha256_update() local 656 fill = SHA256_BLOCK_SIZE - left; in mbedtls_sha256_update() 665 if (left && ilen >= fill) { in mbedtls_sha256_update() 666 memcpy((void *) (ctx->buffer + left), input, fill); in mbedtls_sha256_update() 672 input += fill; in mbedtls_sha256_update() 673 ilen -= fill; in mbedtls_sha256_update()
|
| H A D | sha1.c | 243 size_t fill; in mbedtls_sha1_update() local 251 fill = 64 - left; in mbedtls_sha1_update() 260 if (left && ilen >= fill) { in mbedtls_sha1_update() 261 memcpy((void *) (ctx->buffer + left), input, fill); in mbedtls_sha1_update() 267 input += fill; in mbedtls_sha1_update() 268 ilen -= fill; in mbedtls_sha1_update()
|
| H A D | ripemd160.c | 271 size_t fill; in mbedtls_ripemd160_update() local 279 fill = 64 - left; in mbedtls_ripemd160_update() 288 if (left && ilen >= fill) { in mbedtls_ripemd160_update() 289 memcpy((void *) (ctx->buffer + left), input, fill); in mbedtls_ripemd160_update() 295 input += fill; in mbedtls_ripemd160_update() 296 ilen -= fill; in mbedtls_ripemd160_update()
|
| /third_party/mesa3d/src/amd/vulkan/radix_sort/ |
| H A D | radix_sort_vk.c | 139 duoni.objectHandle = (uint64_t)rs->pipelines.named.fill; in rs_debug_utils_set() 181 1 + // fill in rs_pipeline_count() 307 RS_SUBGROUP_SIZE_CREATE_INFO_ZERO(fill), // fill in radix_sort_vk_create() 338 RS_COMPUTE_PIPELINE_CREATE_INFO_DECL(1), // fill in radix_sort_vk_create() 971 rs->pipeline_layouts.named.fill, in radix_sort_vk_sort_indirect_devaddr() 977 vkCmdBindPipeline(cb, VK_PIPELINE_BIND_POINT_COMPUTE, rs->pipelines.named.fill); in radix_sort_vk_sort_indirect_devaddr() 996 rs->pipeline_layouts.named.fill, in radix_sort_vk_sort_indirect_devaddr() 1002 vkCmdBindPipeline(cb, VK_PIPELINE_BIND_POINT_COMPUTE, rs->pipelines.named.fill); in radix_sort_vk_sort_indirect_devaddr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | APFloat.h | 470 const APInt *fill = nullptr); 646 void makeNaN(bool SNaN, bool Neg, const APInt *fill); 783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() argument 784 getIEEE().makeNaN(SNaN, Neg, fill); in makeNaN() 859 /// \param type - The unspecified fill bits for creating the NaN, 0 by 864 APInt fill(64, type); in getNaN() 865 return getQNaN(Sem, Negative, &fill); in getNaN()
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_register_allocation.cpp | 252 RegisterFile() { regs.fill(0); } in RegisterFile() 292 fill(start, rc.size(), 0xFFFFFFFF); in block() 322 fill(start, rc.size(), 0); in clear() 325 void fill(Operand op) in fill() function in aco::__anon6956::RegisterFile 330 fill(op.physReg(), op.size(), op.tempId()); in fill() 335 void fill(Definition def) in fill() function in aco::__anon6956::RegisterFile 340 fill(def.physReg(), def.size(), def.tempId()); in fill() 351 void fill(PhysReg start, unsigned size, uint32_t val) in fill() function in aco::__anon6956::RegisterFile 359 fill(start, DIV_ROUND_UP(num_bytes, 4), 0xF0000000); in fill_subdword() 792 reg_file.fill(de in update_renames() 812 bool fill = true; update_renames() local 835 bool fill = true; update_renames() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | transform.c | 129 enum FillMethod fill) in ff_affine_transform() 155 switch(fill) { in ff_affine_transform() 125 ff_affine_transform(const uint8_t *src, uint8_t *dst, int src_stride, int dst_stride, int width, int height, const float *matrix, enum InterpolateMethod interpolate, enum FillMethod fill) ff_affine_transform() argument
|
| /third_party/gptfdisk/ |
| H A D | mbrpart.cc | 326 cout.fill(' '); in ShowData() 359 cout.fill('0'); in ShowData()
|
| H A D | bsd.cc | 198 cout.fill('0'); in DisplayBSDData() 201 cout.fill(' '); in DisplayBSDData()
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | free-list.cc | 165 std::fill(free_list_heads_.begin(), free_list_heads_.end(), nullptr); in Clear() 166 std::fill(free_list_tails_.begin(), free_list_tails_.end(), nullptr); in Clear()
|
| /third_party/mesa3d/src/util/tests/vma/ |
| H A D | vma_random_test.cpp | 91 if (action == 1) fill(); in test() 205 void fill() in fill() function
|
| /third_party/python/Lib/idlelib/ |
| H A D | searchbase.py | 152 btn.pack(side="left", fill="both") 166 btn.pack(side="left", fill="both")
|
| H A D | textview.py | 97 self.textframe.pack(side='top', expand=True, fill='both') 134 self.viewframe.pack(side='top', expand=True, fill='both')
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | unit_spirv.h | 93 const auto saved_fill = os->fill(); in PrintTo() 102 os->fill(saved_fill); in PrintTo()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | unit_spirv.h | 93 const auto saved_fill = os->fill(); in PrintTo() 102 os->fill(saved_fill); in PrintTo()
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 22 const testArrayFill = [""].fill("fill"); 120 var testArrayFill = [""].fill("fill");
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | fixed_array_exception_safety_test.cc | 166 fixed_arr_ptr->fill(thrower); in TEST() 183 fixed_arr_ptr->fill(thrower); in TEST()
|
| /third_party/spirv-tools/test/ |
| H A D | unit_spirv.h | 93 const auto saved_fill = os->fill(); in PrintTo() 102 os->fill(saved_fill); in PrintTo()
|
| /third_party/zlib/contrib/iostream2/ |
| H A D | zstream.h | 244 oss->fill(m_os->fill()); in os_flush()
|
| /third_party/googletest/googletest/samples/ |
| H A D | prime_tables.h | 100 ::std::fill(is_prime_, is_prime_ + is_prime_size_, true); in CalculatePrimesUpTo()
|