Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbitstring.h165 _bitstr += _bit_idx(_start); in bit_nset()
184 _bitstr += _bit_idx(_start); in bit_nclear()
205 if (_start >= _nbits) { in bit_ffs_at()
239 if (_start >= _nbits) { in bit_ffc_at()
293 _value = _start; in bit_ffs_area_at()
296 if (_bit_offset(_start) != 0) in bit_ffs_area_at()
340 _value = _start; in bit_ffc_area_at()
343 if (_bit_offset(_start) != 0) in bit_ffc_area_at()
393 if (_start >= _nbits) in bit_count()
398 _start -= _BITSTR_BITS * _bit_idx(_start); in bit_count()
[all …]
H A Drman.h162 void rman_set_start(struct resource *_r, rman_res_t _start);
H A Dlinker.h162 void *_start, void *_stop, int *_count);
/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S35 .globl _start
36 .ent _start
37 _start: label
40 .end _start
H A Dld.ucore.S32 ENTRY(_start)
/f-stack/freebsd/mips/mips/
H A Dinckern.S28 ENTRY(_start)
36 END(_start)
H A Dlocore.S86 ASM_ENTRY(_start)
/f-stack/dpdk/lib/librte_ethdev/
H A Dethdev_private.h25 eth_find_device(const struct rte_eth_dev *_start, rte_eth_cmp_t cmp,
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstring.tcl368 set _start [set start [randomInt 1500]]
370 if {$_start < 0} {set _start "end-[abs($_start)-1]"}
372 assert_equal [string range $bin $_start $_end] [r getrange bin $start $end]
/f-stack/freebsd/kern/
H A Dfirmw.S37 #define FIRMW_START(S) __CONCAT(_binary_, __CONCAT(S, _start))
H A Dbus_if.m284 * @param _start hint at the start of the resource range - pass
302 rman_res_t _start;
409 * @param _start the new starting address of the resource range
417 rman_res_t _start;
428 * @param _start the starting address of the resource range
434 rman_res_t _start;
558 * to start at @p _start and to include @p _count indices in its
565 * @param _start the start of the resource range
573 rman_res_t _start;
587 * @param _start the address of a location to receive the start
/f-stack/freebsd/arm/include/
H A Dmachdep.h63 extern uint8_t _start; /* Kernel entry point in locore.S */
/f-stack/freebsd/tools/
H A Darm_kernel_boothdr.awk152 /_start/ {
/f-stack/freebsd/arm/arm/
H A Dunwind.c291 thekernel.address = CADDR(&_start); in module_info_init()
292 thekernel.size = UADDR(&_end) - UADDR(&_start); in module_info_init()
H A Dlocore-v6.S110 ASENTRY_NP(_start)
244 END(_start)
/f-stack/app/micro_thread/
H A Dmicro_thread.h277 _start = func; in SetSartFunc()
296 ThreadStart _start; variable
H A Dmicro_thread.cpp211 _start = NULL; in MicroThread()
223 _start = NULL; in CleanState()
230 if (_start) { in Run()
231 _start(_args); in Run()
/f-stack/tools/compat/include/sys/
H A Dlinker.h154 void *_start, void *_stop, int *_count);
/f-stack/freebsd/arm64/arm64/
H A Dlocore.S54 ENTRY(_start)
160 END(_start)
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/
H A Dsalsa20_xmm6-asm.S41 jmp ._start
79 ._start: label