Searched refs:FUNCTION (Results 126 - 136 of 136) sorted by path

123456

/haiku/src/system/libroot/os/arch/riscv64/
H A Dbyteorder.S17 FUNCTION(__swap_float):
44 FUNCTION(__swap_double):
H A Dstack_frame.S11 FUNCTION(get_stack_frame):
/haiku/src/system/libroot/os/arch/x86/
H A Dget_stack_frame.S10 FUNCTION(get_stack_frame):
/haiku/src/system/libroot/os/arch/x86_64/
H A Dget_stack_frame.S11 FUNCTION(get_stack_frame):
/haiku/src/system/libroot/posix/arch/arm64/
H A Dsiglongjmp.S11 FUNCTION(siglongjmp):
12 FUNCTION(longjmp):
13 FUNCTION(_longjmp):
H A Dsigsetjmp.S9 FUNCTION(__sigsetjmp):
10 FUNCTION(sigsetjmp):
32 FUNCTION(setjmp):
33 FUNCTION(_setjmp):
/haiku/src/system/libroot/posix/arch/m68k/
H A Dsetjmp_internal.h24 #define FUNCTION(x) .global x; .type x,@function; x macro
/haiku/src/system/libroot/posix/arch/ppc/
H A Dsetjmp_internal.h45 #define FUNCTION(x) .global x; .type x,@function; x macro
/haiku/src/system/libroot/posix/arch/riscv64/
H A Dsiglongjmp.S13 FUNCTION(siglongjmp):
14 FUNCTION(longjmp):
15 FUNCTION(_longjmp):
H A Dsigsetjmp.S12 FUNCTION(__sigsetjmp):
13 FUNCTION(sigsetjmp):
34 FUNCTION(setjmp):
35 FUNCTION(_setjmp):
/haiku/src/tools/fs_shell/
H A Dvfs.cpp40 # define FUNCTION(x) fssh_dprintf x macro
43 # define FUNCTION(x) ; macro
775 FUNCTION(("get_vnode: mountid %ld vnid 0x%Lx %p\n", mountID, vnodeID, _vnode));
1017 FUNCTION(("get_dir_path_and_leaf(path = %s)\n", path));
1099 FUNCTION(("vnode_path_to_vnode(vnode = %p, path = %s)\n", vnode, path));
1252 FUNCTION(("path_to_vnode(path = \"%s\")\n", path));
1438 FUNCTION(("dir_vnode_to_path(%p, %p, %lu)\n", vnode, buffer, bufferSize));
1887 FUNCTION(("new_vnode(volume = %p (%ld), vnodeID = %lld, node = %p)\n",
2701 FUNCTION(("vfs_get_file_map: vnode %p, vecs %p, offset %lld, size = %u\n", vnode, vecs, offset, (unsigned)size));
3082 FUNCTION(("file_create_entry_re
[all...]

Completed in 136 milliseconds

123456