| /OK3568_Linux_fs/u-boot/include/ |
| H A D | malloc.h | 387 INTERNAL_SIZE_T* mz = (INTERNAL_SIZE_T*) (charp); \ 388 if(mzsz >= 5*sizeof(mzsz)) { *mz++ = 0; \ 389 *mz++ = 0; \ 390 if(mzsz >= 7*sizeof(mzsz)) { *mz++ = 0; \ 391 *mz++ = 0; \ 392 if(mzsz >= 9*sizeof(mzsz)) { *mz++ = 0; \ 393 *mz++ = 0; }}} \ 394 *mz++ = 0; \ 395 *mz++ = 0; \ 396 *mz = 0; \
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | verify_pefile.c | 25 const struct mz_hdr *mz = pebuf; in pefile_parse_binary() local 42 chkaddr(0, 0, sizeof(*mz)); in pefile_parse_binary() 43 if (mz->magic != MZ_MAGIC) in pefile_parse_binary() 45 cursor = sizeof(*mz); in pefile_parse_binary() 47 chkaddr(cursor, mz->peaddr, sizeof(*pe)); in pefile_parse_binary() 48 pe = pebuf + mz->peaddr; in pefile_parse_binary() 51 cursor = mz->peaddr + sizeof(*pe); in pefile_parse_binary()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | jr3_pci.c | 174 s16 mz; member 185 set_s16(&sensor->full_scale.mz, full_scale.mz); in set_full_scales() 198 result.mz = get_s16(&sensor->min_full_scale.mz); in get_min_full_scales() 211 result.mz = get_s16(&sensor->max_full_scale.mz); in get_max_full_scales() 246 val = get_s16(&spriv->sensor->filter[filter].mz); in jr3_pci_ai_read_chan() 537 r[5].l.range[0].min = -get_s16(&fs->mz) * 100; in jr3_pci_poll_subdevice() 539 r[5].l.range[0].max = get_s16(&fs->mz) * 100; in jr3_pci_poll_subdevice() 562 set_s16(&sensor->offsets.mz, 0); in jr3_pci_poll_subdevice()
|
| H A D | jr3_pci.h | 63 s32 mz; member 78 s32 mz; member 103 mz = 0x0020, enumerator
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memcontrol.c | 605 static void __mem_cgroup_insert_exceeded(struct mem_cgroup_per_node *mz, in __mem_cgroup_insert_exceeded() argument 614 if (mz->on_tree) in __mem_cgroup_insert_exceeded() 617 mz->usage_in_excess = new_usage_in_excess; in __mem_cgroup_insert_exceeded() 618 if (!mz->usage_in_excess) in __mem_cgroup_insert_exceeded() 624 if (mz->usage_in_excess < mz_node->usage_in_excess) { in __mem_cgroup_insert_exceeded() 633 else if (mz->usage_in_excess >= mz_node->usage_in_excess) in __mem_cgroup_insert_exceeded() 638 mctz->rb_rightmost = &mz->tree_node; in __mem_cgroup_insert_exceeded() 640 rb_link_node(&mz->tree_node, parent, p); in __mem_cgroup_insert_exceeded() 641 rb_insert_color(&mz->tree_node, &mctz->rb_root); in __mem_cgroup_insert_exceeded() 642 mz->on_tree = true; in __mem_cgroup_insert_exceeded() [all …]
|
| /OK3568_Linux_fs/buildroot/package/libiec61850/ |
| H A D | libiec61850.mk | 8 LIBIEC61850_SITE = $(call github,mz-automation,libiec61850,v$(LIBIEC61850_VERSION)) 12 LIBIEC61850_CPE_ID_VENDOR = mz-automation
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | memcontrol.h | 494 struct mem_cgroup_per_node *mz; in mem_cgroup_lruvec() local 505 mz = mem_cgroup_nodeinfo(memcg, pgdat->node_id); in mem_cgroup_lruvec() 506 lruvec = &mz->lruvec; in mem_cgroup_lruvec() 590 struct mem_cgroup_per_node *mz; in lruvec_memcg() local 595 mz = container_of(lruvec, struct mem_cgroup_per_node, lruvec); in lruvec_memcg() 596 return mz->memcg; in lruvec_memcg() 659 struct mem_cgroup_per_node *mz; in mem_cgroup_get_zone_lru_size() local 661 mz = container_of(lruvec, struct mem_cgroup_per_node, lruvec); in mem_cgroup_get_zone_lru_size() 662 return READ_ONCE(mz->lru_zone_size[zone_idx][lru]); in mem_cgroup_get_zone_lru_size()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/ |
| H A D | 0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch | 10 Upstream-Status: Submitted [https://github.com/mz-automation/libiec61850/pull/376]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/ |
| H A D | libiec61850_1.5.1.bb | 18 SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.5;protocol=https \
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_rxtx.c | 127 const struct rte_memzone *mz; member 202 const struct rte_memzone *mz; member 1299 rte_memzone_free(txq->mz); in igb_tx_queue_release() 1570 txq->mz = tz; in eth_igb_tx_queue_setup() 1637 rte_memzone_free(rxq->mz); in igb_rx_queue_release() 1784 rxq->mz = rz; in eth_igb_rx_queue_setup()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | dlmalloc.src | 393 INTERNAL_SIZE_T* mz = (INTERNAL_SIZE_T*) (charp); \ 394 if(mzsz >= 5*sizeof(mzsz)) { *mz++ = 0; \ 395 *mz++ = 0; \ 396 if(mzsz >= 7*sizeof(mzsz)) { *mz++ = 0; \ 397 *mz++ = 0; \ 398 if(mzsz >= 9*sizeof(mzsz)) { *mz++ = 0; \ 399 *mz++ = 0; }}} \ 400 *mz++ = 0; \ 401 *mz++ = 0; \ 402 *mz = 0; \
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 59 …/103,8yg3<��wz}�������������}z�������������������}}�~mXA$!(.#(9M[bb`mz{vwvplhgY>0,9:7@Ojm… 725 …_]YSLC;3.,,.110//.+,.+,../0/.////.01/(!--! +EPHCEa�������z�����ms����ypgw�{mz����������������n`XM>… 745 …kligdb^XSOONNMLID?:3/-,*--*)**('(*+)+,**++,,**,--+,,+,+,+),,-.-*,+,,+-,(!7]mz��kZH?F08H0!$'%… 1134 …63566676776777855662$IYj{�w����������������Ӵqz����������siaVPS]hx�����{mz�tb[indWOPQNJK@#OQd… 1489 …:BY���������������¸����������������������������������������������mS��������mz���������������������… 1647 …������ɧ��������������������������������[H����wd{��������������������������mz������y<"Y������te^XV… 1700 …������ȥ��������������������������������`Ez����vf}�������������������������mz������x;"Z������td]XX… 1725 …��������������������ɾ�v~�����������������d<GEDFDF\eWo����������������������mz��~w���|c[����������… 2074 …fgihhijijoqtx{zvtpkifhhghigfhged_WND:3.+-034542/.0//000/.01200111111212*Pp]mz�����y`PXinow����}{u… 2213 …kjiijjiknqtx{{{yuplhfhihhihiihgd`ZPC7,---1553331.-0/..022111130-02122140&]mz�����~jQQbmqv|����}|t… [all …]
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |