/third_party/FreeBSD/sys/arm/include/ |
D | _bus.h | 36 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/ |
D | mmapstress03.c | 79 if ((u_long) brk_start % (u_long) pagesize) { in main() 80 if (sbrk(pagesize - ((u_long) brk_start % (u_long) pagesize)) in main()
|
D | mmapstress08.c | 71 if (sbrk(pagesize - ((u_long) sbrk(0) % (u_long) pagesize)) == in main()
|
/third_party/alsa-utils/aplay/ |
D | formats.h | 16 #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/ |
D | coap_tcp.c | 54 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/ |
D | w32functions.c | 588 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/ |
D | malloc.h | 64 u_long ks_magic; /* Detect programmer error. */
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | types.h | 64 typedef unsigned long u_long, ulong; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | types.h | 67 typedef unsigned long u_long, ulong; typedef
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | types.h | 67 typedef unsigned long u_long, ulong; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | types.h | 67 typedef unsigned long u_long, ulong; typedef
|
/third_party/musl/include/sys/ |
D | types.h | 67 typedef unsigned long u_long, ulong; typedef
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/ |
D | rpc_pmap_rmtcall.c | 56 u_long port; in main()
|
D | rpc_pmap_rmtcall_stress.c | 57 u_long port; in main()
|
D | rpc_pmap_rmtcall_performance.c | 106 u_long port; in main()
|
/third_party/curl/lib/ |
D | config-dos.h | 109 #define in_addr_t u_long
|
/third_party/pulseaudio/src/pulsecore/ |
D | pipe.c | 59 u_long arg; in set_block()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_network.c | 193 u_long iMode = block ? 0 : 1; in u_socket_block()
|
/third_party/python/Modules/ |
D | getnameinfo.c | 104 u_long v4a;
|
/third_party/mbedtls/library/ |
D | net_sockets.c | 480 u_long n = 0; 495 u_long n = 1;
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-tcp.c | 334 u_long nonblocking_enabled = 1; in jerryx_debugger_tcp_create()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | newfs_msdos.c | 196 u_long x; in argtou()
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 13 pub type u_long = c_ulong; typedef
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | socket.cc | 65 u_long mode = blocking ? 0 : 1; in setBlocking()
|
/third_party/ffmpeg/libavformat/ |
D | os_support.c | 215 u_long param = enable; in ff_socket_nonblock()
|