Home
last modified time | relevance | path

Searched refs:_end (Results 1 – 20 of 20) sorted by relevance

/f-stack/dpdk/drivers/mempool/octeontx/
H A Drte_mempool_octeontx.c27 goto _end; in octeontx_fpavf_alloc()
41 _end: in octeontx_fpavf_alloc()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstring.tcl369 set _end [set end [randomInt 1500]]
371 if {$_end < 0} {set _end "end-[abs($_end)-1]"}
372 assert_equal [string range $bin $_start $_end] [r getrange bin $start $end]
/f-stack/freebsd/kern/
H A Dfirmw.S38 #define FIRMW_END(S) __CONCAT(_binary_, __CONCAT(S, _end))
H A Dbus_if.m286 * @param _end hint at the end of the resource range - pass
303 rman_res_t _end;
410 * @param _end the new ending address of the resource range
418 rman_res_t _end;
/f-stack/freebsd/amd64/include/
H A Dcpu.h73 extern char _end[];
/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S47 la v1, _end
H A Dld.ucore.S140 _end = .; define
/f-stack/freebsd/arm/include/
H A Dmachdep.h73 extern uint8_t _end; /* End of kernel (text+ctors+unwind+data+bss) */
/f-stack/freebsd/tools/
H A Darm_kernel_boothdr.awk159 /_end/ {
/f-stack/freebsd/mips/nlm/
H A Dxlp_machdep.c118 extern uint32_t _end;
452 tmp = (vm_paddr_t)MIPS_KSEG0_TO_PHYS(&_end); in xlp_mem_init()
/f-stack/freebsd/sys/
H A Drman.h158 void rman_set_end(struct resource *_r, rman_res_t _end);
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstdcli.c684 #define CLEAN_RETURN(i) { operationResult = (i); goto _end; }
1201 goto _end; in main()
1233 goto _end; in main()
1371 _end: in main()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-shared-linux-o32.ld234 _end. Align after .bss to ensure correct alignment even if the
241 _end = .; symbol
H A Dcvmx-shared-linux-n32.ld256 _end. Align after .bss to ensure correct alignment even if the
265 _end = .; PROVIDE (end = .); symbol
H A Dcvmx-shared-linux.ld255 _end. Align after .bss to ensure correct alignment even if the
264 _end = .; PROVIDE (end = .); symbol
/f-stack/freebsd/arm/arm/
H A Dunwind.c292 thekernel.size = UADDR(&_end) - UADDR(&_start); in module_info_init()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c856 #define CLEAN_RETURN(i) { operationResult = (i); goto _end; }
996 _end: in main()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c120 pa < round_page(_end - KERNBASE)); in is_kernel_paddr()
H A Dpmap.c1584 pa >= trunc_2mpage(_end - KERNBASE)) in bootaddr_rwx()
/f-stack/freebsd/i386/i386/
H A Dpmap.c372 extern char _end[];
446 physfree = (u_long)&_end; in __CONCAT()