Searched refs:local_store (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.c | 1880 uint8_t local_store[SCTP_PARAM_BUFFER_SIZE]; local 1884 (struct sctp_paramhdr *)&local_store, min(plen,sizeof(local_store)));
|
D | sctp_pcb.c | 7366 uint8_t local_store[SCTP_PARAM_BUFFER_SIZE]; local 7370 (struct sctp_paramhdr *)&local_store, min(sizeof(local_store),plen));
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstructions.td | 236 def local_store : PatFrag<(ops node:$val, node:$ptr),
|
D | EvergreenInstructions.td | 482 [(local_store (i32 R600_Reg32:$src1), R600_Reg32:$src0)]
|
D | SIInstructions.td | 2408 defm : DSWritePat <DS_WRITE_B32, i32, local_store>; 2409 defm : DSWritePat <DS_WRITE_B64, v2i32, local_store>;
|