Home
last modified time | relevance | path

Searched defs:beg (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dthrow_allocator.h202 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
214 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
239 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
250 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
287 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
391 base_type::const_iterator beg = __b.map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
398 auto beg = __b.map_construct().begin(); in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dthrow_allocator.h202 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
214 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
239 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
250 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
287 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
391 base_type::const_iterator beg = __b.map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
398 auto beg = __b.map_construct().begin(); in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_h323_asn1.c93 unsigned char *beg; member
521 unsigned char *beg = NULL; in decode_seq() local
650 unsigned char *beg = NULL; in decode_seqof() local
746 unsigned char *beg = NULL; in decode_choice() local
836 static int DecodeH323_UserInformation(unsigned char *buf, unsigned char *beg, in DecodeH323_UserInformation()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c682 uInt beg = s->pending; /* start of bytes to update crc */ local
710 uInt beg = s->pending; /* start of bytes to update crc */ local
741 uInt beg = s->pending; /* start of bytes to update crc */ local
H A Dinffast.c76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinffast.c73 unsigned char *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dialloc.c135 sector_t beg = uspi->s_sbbase + in ufs2_init_inodes_chunk() local
H A Dballoc.c239 static void ufs_change_blocknr(struct inode *inode, sector_t beg, in ufs_change_blocknr()
325 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, in ufs_clear_frags()
/OK3568_Linux_fs/kernel/drivers/platform/x86/intel_speed_select_if/
H A Disst_if_mmio.c19 int beg; member
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dtnc_misc.c131 int beg = 0, end = znode->child_cnt, uninitialized_var(mid); in ubifs_search_zbranch() local
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dtnc_misc.c129 int beg = 0, end = znode->child_cnt, mid; in ubifs_search_zbranch() local
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_fba.c90 int blksize, int beg, int nr) in define_extent()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dxen-fbfront.c189 unsigned long beg, end; in xenfb_deferred_io() local
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dkasan.h123 const void *beg; /* Address of the beginning of the global variable. */ member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2pdu.c1960 u8 *beg = (u8 *)cc + le16_to_cpu(cc->DataOffset); in parse_posix_ctxt() local
4470 int posix_info_sid_size(const void *beg, const void *end) in posix_info_sid_size()
4489 int posix_info_parse(const void *beg, const void *end, in posix_info_parse()
4556 static int posix_info_extra_size(const void *beg, const void *end) in posix_info_extra_size()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dvgacon.c874 int font_select = 0x00, beg, i; in vgacon_do_font_op() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_tree.c768 c_iterator beg = c_rb_tree_begin(thiz); in c_rb_tree_insert_unique() local
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dbitmap.c144 unsigned int bmap_n, int *beg, int boundary, in scan_bitmap_block()
H A Dreiserfs.h3285 b_blocknr_t beg, end; member
/OK3568_Linux_fs/kernel/mm/
H A Dz3fold.c662 void *beg = zhdr; in mchunk_memmove() local
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-brcmstb.c1075 const int beg = start ? 0 : PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS - 1; in brcm_phy_cntl() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64.h1141 #define CLEAR_INSN_CACHE(beg, end) \ argument