Home
last modified time | relevance | path

Searched refs:u_long (Results 1 – 25 of 47) sorted by relevance

12

/third_party/FreeBSD/sys/arm/include/
D_bus.h36 typedef u_long bus_addr_t;
37 typedef u_long bus_size_t;
43 typedef u_long bus_space_handle_t;
/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress03.c79 if ((u_long) brk_start % (u_long) pagesize) { in main()
80 if (sbrk(pagesize - ((u_long) brk_start % (u_long) pagesize)) in main()
Dmmapstress08.c71 if (sbrk(pagesize - ((u_long) sbrk(0) % (u_long) pagesize)) == in main()
/third_party/alsa-utils/aplay/
Dformats.h16 #define VOC_DATALEN(bp) ((u_long)(bp->datalen) | \
17 ((u_long)(bp->datalen_m) << 8) | \
18 ((u_long)(bp->datalen_h) << 16) )
/third_party/libcoap/src/
Dcoap_tcp.c54 u_long u_on = 1;
212 u_long u_on = 1;
305 u_long u_on = 1;
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c588 if (0 == ioctlsocket(client_s, FIONBIO, (u_long*) &opt) in MHD_W32_pair_of_sockets_()
605 && 0 == ioctlsocket(client_s, FIONBIO, (u_long*) &opt) in MHD_W32_pair_of_sockets_()
606 && 0 == ioctlsocket(server_s, FIONBIO, (u_long*) &opt)) in MHD_W32_pair_of_sockets_()
/third_party/FreeBSD/sys/sys/
Dmalloc.h64 u_long ks_magic; /* Detect programmer error. */
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtypes.h64 typedef unsigned long u_long, ulong; typedef
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtypes.h67 typedef unsigned long u_long, ulong; typedef
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtypes.h67 typedef unsigned long u_long, ulong; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtypes.h67 typedef unsigned long u_long, ulong; typedef
/third_party/musl/include/sys/
Dtypes.h67 typedef unsigned long u_long, ulong; typedef
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
Drpc_pmap_rmtcall.c56 u_long port; in main()
Drpc_pmap_rmtcall_stress.c57 u_long port; in main()
Drpc_pmap_rmtcall_performance.c106 u_long port; in main()
/third_party/curl/lib/
Dconfig-dos.h109 #define in_addr_t u_long
/third_party/pulseaudio/src/pulsecore/
Dpipe.c59 u_long arg; in set_block()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_network.c193 u_long iMode = block ? 0 : 1; in u_socket_block()
/third_party/python/Modules/
Dgetnameinfo.c104 u_long v4a;
/third_party/mbedtls/library/
Dnet_sockets.c480 u_long n = 0;
495 u_long n = 1;
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-tcp.c334 u_long nonblocking_enabled = 1; in jerryx_debugger_tcp_create()
/third_party/FreeBSD/sbin/newfs_msdos/
Dnewfs_msdos.c196 u_long x; in argtou()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs13 pub type u_long = c_ulong; typedef
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc65 u_long mode = blocking ? 0 : 1; in setBlocking()
/third_party/ffmpeg/libavformat/
Dos_support.c215 u_long param = enable; in ff_socket_nonblock()

12