| /third_party/ffmpeg/libavcodec/ |
| H A D | opus_pvq.c | 491 int fill, int quant) in quant_band_template() 546 fill = ff_celt_bit_interleave[fill & 0xF] | ff_celt_bit_interleave[fill >> 4] << 2; in quant_band_template() 555 fill |= fill << blocks; in quant_band_template() 580 fill = (fill & 1) | (fill << 1); in quant_band_template() 654 orig_fill = fill; in quant_band_template() 483 quant_band_template(CeltPVQ *pvq, CeltFrame *f, OpusRangeCoder *rc, const int band, float *X, float *Y, int N, int b, uint32_t blocks, float *lowband, int duration, float *lowband_out, int level, float gain, float *lowband_scratch, int fill, int quant) quant_band_template() argument [all...] |
| H A D | argo.c | 165 int fill = bytestream2_get_byte(gb); in decode_mad1() local 169 memset(ddst, fill, 8); in decode_mad1() 253 int fill = bytestream2_get_byte(gb); in decode_mad1() local 256 fill = (fill << 8) | fill; in decode_mad1() 258 AV_WN16(ddst, fill); in decode_mad1() 273 int fill = bytestream2_get_byte(gb); in decode_mad1() local 275 av_log(avctx, AV_LOG_DEBUG, "%d %d %d %d\n", x, y, count, fill); in decode_mad1() 376 int fill in decode_mad1_24() local [all...] |
| H A D | mv30.c | 302 int fill; in decode_intra_block() local 309 fill = sign_extend(bytestream2_get_ne16(gbyte), 16); in decode_intra_block() 310 pfill[0] += fill; in decode_intra_block() 316 fill = sign_extend(bytestream2_get_ne16(gbyte), 16); in decode_intra_block() 317 pfill[0] += fill; in decode_intra_block() 325 fill = sign_extend(bytestream2_get_ne16(gbyte), 16); in decode_intra_block() 326 pfill[0] += fill; in decode_intra_block() 343 int fill; in decode_inter_block() local 350 fill = sign_extend(bytestream2_get_ne16(gbyte), 16); in decode_inter_block() 351 pfill[0] += fill; in decode_inter_block() [all...] |
| H A D | mwsc.c | 50 uint32_t fill = bytestream2_get_le24(gb); in rle_uncompress() local 60 bytestream2_put_le24(pb, fill); in rle_uncompress() 66 for (int j = 0; j < fill; j++, w++) { in rle_uncompress() 82 bytestream2_put_le24(pb, fill); in rle_uncompress()
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_maskfun.c | 34 int fill; member 58 { "fill", "set fill value", OFFSET(fill), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, VFT }, 206 s->fill = FFMIN(s->fill, s->max); in fill_frame() 212 memset(dst, s->fill, s->planewidth[p]); in fill_frame() 222 dst[x] = s->fill; in fill_frame() 286 int fill = s->fill; in process_command() local [all...] |
| /third_party/python/Objects/stringlib/ |
| H A D | transmogrify.h | 74 /* Second pass: create output string and fill it */ in stringlib_expandtabs_impl() 106 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, char fill) in pad() argument 122 memset(STRINGLIB_STR(u), fill, left); in pad() local 128 fill, right); in pad() local 143 Padding is done using the specified fill character. 167 Padding is done using the specified fill character. 191 Padding is done using the specified fill character. 216 Pad a numeric string with zeros on the left, to fill a field of the given width. 225 Py_ssize_t fill; in stringlib_zfill_impl() local 233 fill in stringlib_zfill_impl() [all...] |
| /third_party/pulseaudio/src/tests/ |
| H A D | volume-ui.py | 216 vbox.pack_start(channel_labels[i], expand=False, fill=True) 222 vbox.pack_start(channel_scales[i], expand=False, fill=True) 226 vbox.pack_start(channel_dB_labels[i], expand=False, fill=True) 230 vbox.pack_start(value_label, expand=False, fill=True) 235 vbox.pack_start(value_scale, expand=False, fill=True) 238 vbox.pack_start(value_dB_label, expand=False, fill=True) 242 vbox.pack_start(balance_label, expand=False, fill=True) 247 vbox.pack_start(balance_scale, expand=False, fill=True) 251 vbox.pack_start(fade_label, expand=False, fill=True) 256 vbox.pack_start(fade_scale, expand=False, fill [all...] |
| /third_party/node/test/parallel/ |
| H A D | test-assert-typedarray-deepequal.js | 54 new Uint8Array(new SharedArrayBuffer(3)).fill(1).buffer, 55 new Uint8Array(new SharedArrayBuffer(3)).fill(2).buffer, 61 new Uint8Array(new ArrayBuffer(3)).fill(1).buffer, 62 new Uint8Array(new SharedArrayBuffer(3)).fill(2).buffer,
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | low_level_alloc_test.cc | 47 int fill; // filled with data starting with this member 54 TEST_ASSERT((d.ptr[i] & 0xff) == ((d.fill + i) & 0xff)); in CheckBlockDesc() 61 d->fill = rand() & 0xff; in RandomizeBlockDesc() 63 d->ptr[i] = (d->fill + i) & 0xff; in RandomizeBlockDesc()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| H A D | vktDeviceObjectReservationTests.cpp | 1411 std::fill(begin(semaphores) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(semaphores), SemaphoreSp()); 1413 std::fill(begin(semaphores), end(semaphores), SemaphoreSp()); 1424 std::fill(begin(commandBuffers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(commandBuffers), CommandBufferSp()); 1426 std::fill(begin(commandBuffers), end(commandBuffers), CommandBufferSp()); 1434 std::fill(begin(fences) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(fences), FenceSp()); 1436 std::fill(begin(fences), end(fences), FenceSp()); 1450 std::fill(begin(buffers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(buffers), BufferSp()); 1452 std::fill(begin(buffers), end(buffers), BufferSp()); 1460 std::fill(begin(images) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(images), ImageSp()); 1462 std::fill(begi [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
| H A D | vktDeviceObjectReservationTests.cpp | 1410 std::fill(begin(semaphores) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(semaphores), SemaphoreSp()); 1412 std::fill(begin(semaphores), end(semaphores), SemaphoreSp()); 1423 std::fill(begin(commandBuffers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(commandBuffers), CommandBufferSp()); 1425 std::fill(begin(commandBuffers), end(commandBuffers), CommandBufferSp()); 1433 std::fill(begin(fences) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(fences), FenceSp()); 1435 std::fill(begin(fences), end(fences), FenceSp()); 1449 std::fill(begin(buffers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(buffers), BufferSp()); 1451 std::fill(begin(buffers), end(buffers), BufferSp()); 1459 std::fill(begin(images) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(images), ImageSp()); 1461 std::fill(begi [all...] |
| /third_party/python/Lib/tkinter/test/test_tkinter/ |
| H A D | test_geometry_managers.py | 94 a.pack_configure(side='left', expand='yes', fill='both') 95 b.pack_configure(side='top', expand='on', fill='both') 96 c.pack_configure(side='right', expand=True, fill='both') 97 d.pack_configure(side='bottom', expand=1, fill='both') 123 b.pack_configure(expand=True, fill='both') 131 check('20x40+260+80', '240x200+0+0', side='right', padx=20, fill='x') 133 side='right', padx=(9, 31), fill='x') 134 check('60x40+240+80', '240x200+0+0', side='right', ipadx=20, fill='x') 136 side='right', ipadx=5, padx=10, fill='x') 138 side='right', ipadx=5, padx=(5, 15), fill [all...] |
| /third_party/musl/src/locale/ |
| H A D | strfmon.c | 12 int fill, nogrp, negpar, nosym, left, intl; in vstrfmon_l() local 25 fill = ' '; in vstrfmon_l() 33 fill = *++fmt; in vstrfmon_l()
|
| /third_party/node/benchmark/util/ |
| H A D | inspect.js | 84 benchmark(n, Array(50).fill().map((_, i) => i), options); 87 obj = new Uint8Array(Array(50).fill().map((_, i) => i)); 91 obj = new Uint8Array(Array(50).fill().map((_, i) => i));
|
| /third_party/ltp/testcases/kernel/syscalls/memcmp/ |
| H A D | memcmp01.c | 35 static void fill(char *str, int len) in fill() function 54 fill(p, len); in verify_memcmp() 55 fill(q, len); in verify_memcmp()
|
| /third_party/python/Lib/tkinter/ |
| H A D | scrolledtext.py | 24 self.vbar.pack(side=RIGHT, fill=Y) 28 self.pack(side=LEFT, fill=BOTH, expand=True) 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
| /third_party/gptfdisk/ |
| H A D | gptpart.cc | 261 // finally fill with zeroes 304 cout.fill(' '); 315 cout.fill('0'); 319 cout.fill(' '); 363 cout.fill(' '); 385 cout.fill('0'); 391 cout.fill(' ');
|
| /third_party/lwip/src/netif/ppp/polarssl/ |
| H A D | md4.c | 194 int fill; in md4_update() local 201 fill = 64 - left; in md4_update() 209 if( left && ilen >= fill ) in md4_update() 212 input, fill ); in md4_update() 214 input += fill; in md4_update() 215 ilen -= fill; in md4_update()
|
| /third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
| H A D | blake2b_prov.c | 261 size_t fill; in ossl_blake2b_update() local 271 fill = sizeof(c->buf) - c->buflen; in ossl_blake2b_update() 272 if (datalen > fill) { in ossl_blake2b_update() 274 memcpy(c->buf + c->buflen, in, fill); /* Fill buffer */ in ossl_blake2b_update() 277 in += fill; in ossl_blake2b_update() 278 datalen -= fill; in ossl_blake2b_update()
|
| H A D | blake2s_prov.c | 252 size_t fill; in ossl_blake2s_update() local 262 fill = sizeof(c->buf) - c->buflen; in ossl_blake2s_update() 263 if (datalen > fill) { in ossl_blake2s_update() 265 memcpy(c->buf + c->buflen, in, fill); /* Fill buffer */ in ossl_blake2s_update() 268 in += fill; in ossl_blake2s_update() 269 datalen -= fill; in ossl_blake2s_update()
|
| /third_party/openssl/providers/implementations/digests/ |
| H A D | blake2b_prov.c | 261 size_t fill; in ossl_blake2b_update() local 271 fill = sizeof(c->buf) - c->buflen; in ossl_blake2b_update() 272 if (datalen > fill) { in ossl_blake2b_update() 274 memcpy(c->buf + c->buflen, in, fill); /* Fill buffer */ in ossl_blake2b_update() 277 in += fill; in ossl_blake2b_update() 278 datalen -= fill; in ossl_blake2b_update()
|
| H A D | blake2s_prov.c | 252 size_t fill; in ossl_blake2s_update() local 262 fill = sizeof(c->buf) - c->buflen; in ossl_blake2s_update() 263 if (datalen > fill) { in ossl_blake2s_update() 265 memcpy(c->buf + c->buflen, in, fill); /* Fill buffer */ in ossl_blake2s_update() 268 in += fill; in ossl_blake2s_update() 269 datalen -= fill; in ossl_blake2s_update()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | iostream_state_saver.h | 53 flags_type flags, fill_type fill) in ostream_state_saver() 56 fill_(os.fill(fill)), in ostream_state_saver() 64 os_.fill(fill_); in ~ostream_state_saver() 197 out << h << out.fill() << l; in write() 216 out << h << out.fill() << l; in write() 52 ostream_state_saver(ostream_type& os, flags_type flags, fill_type fill) ostream_state_saver() argument
|
| /third_party/elfutils/libelf/ |
| H A D | elf_fill.c | 1 /* Set fill byte used when constructing ELF objects. 43 elf_fill (int fill) in elf_fill() argument 45 __libelf_fill_byte = fill; in elf_fill()
|
| /third_party/python/Objects/ |
| H A D | setobject.c | 38 /* Object used as dummy key to fill deleted entries */ 171 so->fill++; in set_add_entry() 175 if ((size_t)so->fill*5 < mask*3) in set_add_entry() 194 the setobject's fill and used fields. 258 if (so->fill == so->used) { in set_table_resize() 264 Subtle: This is *necessary* if fill==size, in set_table_resize() 266 terminate failing searches. If fill < size, it's in set_table_resize() 268 assert(so->fill > so->used); in set_table_resize() 290 if (so->fill == so->used) { in set_table_resize() 297 so->fill in set_table_resize() 401 Py_ssize_t fill = so->fill; set_clear_internal() local [all...] |