| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | adaptive_sort_merge.hpp | 612 , Buf &xbuf) in op_buffered_merge() argument 620 xbuf.move_assign(first, size_type(middle-first)); in op_buffered_merge() 622 (xbuf.data(), xbuf.end(), first, middle, last, comp, op); in op_buffered_merge() 626 xbuf.move_assign(middle, size_type(last-middle)); in op_buffered_merge() 628 (first, middle, last, xbuf.data(), xbuf.end(), comp, op); in op_buffered_merge() 637 , XBuf &xbuf) in buffered_merge() argument 639 op_buffered_merge(first, middle, last, comp, move_op(), xbuf); in buffered_merge() 653 , XBuf & xbuf) in collect_unique() argument 663 if(xbuf.capacity() >= max_collected){ in collect_unique() 664 typename XBuf::iterator const ph0 = xbuf.add(first); in collect_unique() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
| H A D | auxgm200.c | 83 u32 xbuf[4] = {}; in gm200_i2c_aux_xfer() local 100 memcpy(xbuf, data, *size); in gm200_i2c_aux_xfer() 102 AUX_TRACE(&aux->base, "wr %08x", xbuf[i / 4]); in gm200_i2c_aux_xfer() 103 nvkm_wr32(device, 0x00d930 + base + i, xbuf[i / 4]); in gm200_i2c_aux_xfer() 151 xbuf[i / 4] = nvkm_rd32(device, 0x00d940 + base + i); in gm200_i2c_aux_xfer() 152 AUX_TRACE(&aux->base, "rd %08x", xbuf[i / 4]); in gm200_i2c_aux_xfer() 154 memcpy(data, xbuf, *size); in gm200_i2c_aux_xfer()
|
| H A D | auxg94.c | 83 u32 xbuf[4] = {}; in g94_i2c_aux_xfer() local 100 memcpy(xbuf, data, *size); in g94_i2c_aux_xfer() 102 AUX_TRACE(&aux->base, "wr %08x", xbuf[i / 4]); in g94_i2c_aux_xfer() 103 nvkm_wr32(device, 0x00e4c0 + base + i, xbuf[i / 4]); in g94_i2c_aux_xfer() 151 xbuf[i / 4] = nvkm_rd32(device, 0x00e4d0 + base + i); in g94_i2c_aux_xfer() 152 AUX_TRACE(&aux->base, "rd %08x", xbuf[i / 4]); in g94_i2c_aux_xfer() 154 memcpy(data, xbuf, *size); in g94_i2c_aux_xfer()
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | proc.c | 160 char xbuf[16]; in proc_keys_show() local 202 memcpy(xbuf, "perm", 5); in proc_keys_show() 204 memcpy(xbuf, "expd", 5); in proc_keys_show() 209 sprintf(xbuf, "%llus", timo); in proc_keys_show() 211 sprintf(xbuf, "%llum", div_u64(timo, 60)); in proc_keys_show() 213 sprintf(xbuf, "%lluh", div_u64(timo, 60 * 60)); in proc_keys_show() 215 sprintf(xbuf, "%llud", div_u64(timo, 60 * 60 * 24)); in proc_keys_show() 217 sprintf(xbuf, "%lluw", div_u64(timo, 60 * 60 * 24 * 7)); in proc_keys_show() 236 xbuf, in proc_keys_show()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/ |
| H A D | adaptive_merge.hpp | 58 …::boost::movelib::detail_adaptive::adaptive_xbuf<value_type> xbuf(uninitialized, uninitialized_len… in adaptive_merge() 59 …ptive::adaptive_merge_impl(first, size_type(middle - first), size_type(last - middle), comp, xbuf); in adaptive_merge()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | tcrypt.c | 113 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() 134 sg_set_buf(&sg[k + 1], xbuf[k], PAGE_SIZE); in sg_init_aead() 137 sg_set_buf(&sg[k + 1], xbuf[k], rem); in sg_init_aead() 152 char *xbuf[XBUFSIZE]; member 295 if (testmgr_alloc_buf(data[i].xbuf)) { in test_mb_aead_speed() 297 testmgr_free_buf(data[i].xbuf); in test_mb_aead_speed() 382 sg_init_aead(cur->sg, cur->xbuf, in test_mb_aead_speed() 445 testmgr_free_buf(data[i].xbuf); in test_mb_aead_speed() 534 char *xbuf[XBUFSIZE]; in test_aead_speed() local 555 if (testmgr_alloc_buf(xbuf)) in test_aead_speed() [all …]
|
| H A D | testmgr.c | 2624 char *xbuf[XBUFSIZE]; in test_cipher() local 2627 if (testmgr_alloc_buf(xbuf)) in test_cipher() 2649 data = xbuf[0]; in test_cipher() 2696 testmgr_free_buf(xbuf); in test_cipher() 3936 char *xbuf[XBUFSIZE]; in test_akcipher_one() local 3949 if (testmgr_alloc_buf(xbuf)) in test_akcipher_one() 4005 memcpy(xbuf[0], m, m_size); in test_akcipher_one() 4008 sg_set_buf(&src_tab[0], xbuf[0], 8); in test_akcipher_one() 4009 sg_set_buf(&src_tab[1], xbuf[0] + 8, m_size - 8); in test_akcipher_one() 4013 memcpy(xbuf[1], c, c_size); in test_akcipher_one() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc_spi.c | 76 static uint mmc_spi_readdata(struct mmc *mmc, void *xbuf, in mmc_spi_readdata() argument 80 u8 *buf = xbuf; in mmc_spi_readdata() 111 static uint mmc_spi_writedata(struct mmc *mmc, const void *xbuf, in mmc_spi_writedata() argument 115 const u8 *buf = xbuf; in mmc_spi_writedata()
|
| /OK3568_Linux_fs/kernel/drivers/misc/genwqe/ |
| H A D | card_dev.c | 511 u8 *xbuf; in do_flash_update() local 540 xbuf = __genwqe_alloc_consistent(cd, FLASH_BLOCK, &dma_addr); in do_flash_update() 541 if (xbuf == NULL) in do_flash_update() 554 rc = copy_from_user(xbuf, buf, tocopy); in do_flash_update() 559 crc = genwqe_crc32(xbuf, tocopy, 0xffffffff); in do_flash_update() 635 __genwqe_free_consistent(cd, FLASH_BLOCK, xbuf, dma_addr); in do_flash_update() 647 u8 *xbuf; in do_flash_read() local 676 xbuf = __genwqe_alloc_consistent(cd, FLASH_BLOCK, &dma_addr); in do_flash_read() 677 if (xbuf == NULL) in do_flash_read() 739 rc = copy_to_user(buf, xbuf, tocopy); in do_flash_read() [all …]
|
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_midi_event.c | 321 unsigned char xbuf[4]; in snd_midi_event_decode() local 328 xbuf[0] = cmd; in snd_midi_event_decode() 330 status_event[type].decode(ev, xbuf + 1); in snd_midi_event_decode() 335 status_event[type].decode(ev, xbuf + 0); in snd_midi_event_decode() 340 memcpy(buf, xbuf, qlen); in snd_midi_event_decode()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/ |
| H A D | xstate.c | 1329 u8 *xbuf = (u8 *)xstate; in copy_supervisor_to_kernel() local 1335 memmove(xbuf + xstate_comp_offsets[i], in copy_supervisor_to_kernel() 1336 xbuf + xstate_supervisor_only_offsets[i], in copy_supervisor_to_kernel()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | rndis.c | 684 u8 *xbuf; in rndis_reset_response() local 688 while ((xbuf = rndis_get_next_response(params, &length))) in rndis_reset_response() 689 rndis_free_response(params, xbuf); in rndis_reset_response()
|
| /OK3568_Linux_fs/kernel/drivers/net/hyperv/ |
| H A D | netvsc_drv.c | 823 void *xbuf = xdp->data_hard_start; in netvsc_alloc_recv_skb() local 826 if (xbuf) { in netvsc_alloc_recv_skb() 831 skb = build_skb(xbuf, frag_size); in netvsc_alloc_recv_skb() 834 __free_page(virt_to_page(xbuf)); in netvsc_alloc_recv_skb()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | To-aviod-buffer-overflow-in-telnet.patch | 821 char xbuf[256];
|