/prebuilts/go/darwin-x86/src/syscall/ |
zsysnum_freebsd_amd64.go | 287 SYS_SCTP_PEELOFF = 471 // { int sctp_peeloff(int sd, uint32_t name); } 288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \ 289 SYS_SCTP_GENERIC_SENDMSG_IOV = 473 // { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, \ 290 SYS_SCTP_GENERIC_RECVMSG = 474 // { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, \
|
zsysnum_freebsd_arm.go | 287 SYS_SCTP_PEELOFF = 471 // { int sctp_peeloff(int sd, uint32_t name); } 288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \ 289 SYS_SCTP_GENERIC_SENDMSG_IOV = 473 // { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, \ 290 SYS_SCTP_GENERIC_RECVMSG = 474 // { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, \
|
/prebuilts/go/linux-x86/src/syscall/ |
zsysnum_freebsd_386.go | 287 SYS_SCTP_PEELOFF = 471 // { int sctp_peeloff(int sd, uint32_t name); } 288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \ 289 SYS_SCTP_GENERIC_SENDMSG_IOV = 473 // { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, \ 290 SYS_SCTP_GENERIC_RECVMSG = 474 // { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, \
|
zsysnum_freebsd_amd64.go | 287 SYS_SCTP_PEELOFF = 471 // { int sctp_peeloff(int sd, uint32_t name); } 288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \ 289 SYS_SCTP_GENERIC_SENDMSG_IOV = 473 // { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, \ 290 SYS_SCTP_GENERIC_RECVMSG = 474 // { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, \
|
zsysnum_freebsd_arm.go | 287 SYS_SCTP_PEELOFF = 471 // { int sctp_peeloff(int sd, uint32_t name); } 288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \ 289 SYS_SCTP_GENERIC_SENDMSG_IOV = 473 // { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, \ 290 SYS_SCTP_GENERIC_RECVMSG = 474 // { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, \
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
elf-rel-xgot-n64-embed.d | 79 120000190: fc250038 sd a1,56\(at\) 148 1200002a4: fc25072c sd a1,1836\(at\) 252 120000444: fc250038 sd a1,56\(at\) 321 120000558: fc2507a4 sd a1,1956\(at\)
|
elf-rel-xgot-n64-linux.d | 79 1200001c0: fc250038 sd a1,56\(at\) 148 1200002d4: fc250764 sd a1,1892\(at\) 252 120000474: fc250038 sd a1,56\(at\) 321 120000588: fc2507dc sd a1,2012\(at\)
|
/bionic/libc/arch-mips/string/ |
memset.S | 178 # define C_ST sd
|
/external/llvm/test/MC/ARM/ |
eh-directive-setfp.s | 2 @ RUN: | llvm-readobj -s -sd | FileCheck %s
|
eh-directive-save.s | 2 @ RUN: | llvm-readobj -s -sd | FileCheck %s
|
/external/syslinux/core/lwip/src/api/ |
api_msg.c | 746 shut = conn->current_msg->msg.sd.shut; 854 msg->msg.sd.shut = NETCONN_SHUT_RDWR; [all...] |
/hardware/google/av/codec2/hidl/client/ |
client.cpp | 568 const hidl_vec<StructDescriptor>& sd) { 576 if (sd.size() != 1) { 578 sd.size()); 582 status = objcpy(&descriptor, sd[0]); [all...] |
/prebuilts/go/darwin-x86/src/crypto/aes/ |
aes_test.go | 111 sd := mul(s, 0xd) 113 w := se<<24 | s9<<16 | sd<<8 | sb
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
aes_test.go | 111 sd := mul(s, 0xd) 113 w := se<<24 | s9<<16 | sd<<8 | sb
|
/toolchain/binutils/binutils-2.27/gold/ |
plugin.h | 497 do_for_all_global_symbols(Read_symbols_data* sd,
|
/prebuilts/go/darwin-x86/src/bytes/ |
bytes_test.go | [all...] |
/prebuilts/go/darwin-x86/src/strings/ |
strings_test.go | [all...] |
/prebuilts/go/linux-x86/src/bytes/ |
bytes_test.go | [all...] |
/prebuilts/go/linux-x86/src/strings/ |
strings_test.go | [all...] |
/system/netd/server/ |
NetdNativeService.cpp | 259 SockDiag sd; local 260 if (!sd.open()) { 266 int err = sd.destroySockets(uidRanges, std::set<uid_t>(skipUids.begin(), skipUids.end()),
|
/external/v8/src/compiler/mips64/ |
code-generator-mips64.cc | [all...] |
/external/llvm/test/MC/Mips/micromips64r6/ |
invalid.s | 297 sd $31, 65536($31) # CHECK: :[[@LINE]]:11: error: expected memory with 16-bit signed offset 298 sd $31, 32768($31) # CHECK: :[[@LINE]]:11: error: expected memory with 16-bit signed offset 299 sd $31, -32769($31) # CHECK: :[[@LINE]]:11: error: expected memory with 16-bit signed offset
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/ |
ufs.h | 463 } sd; member in struct:resp_upiu
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
getaddrinfo.c | 1186 struct syslog_data sd = SYSLOG_DATA_INIT;
local 1187 syslog_r(LOG_NOTICE|LOG_AUTH, &sd,
1201 struct syslog_data sd = SYSLOG_DATA_INIT;
local 1202 syslog_r(LOG_NOTICE|LOG_AUTH, &sd,
[all...] |
/external/flatbuffers/src/ |
idl_gen_general.cpp | 1038 auto &sd = *field.value.type.struct_def; local [all...] |