/external/ltp/testcases/kernel/syscalls/get_robust_list/ |
D | get_robust_list01.c | 78 size_t len_ptr; /* size of structure struct robust_list_head */ in main() local 84 len_ptr = sizeof(struct robust_list_head); in main() 115 &len_ptr)); in main() 136 &len_ptr)); in main() 152 &len_ptr)); in main() 164 &len_ptr)); in main()
|
/external/rust/crates/smallvec/src/ |
D | lib.rs | 621 let (_, len_ptr, _) = self.triple_mut(); in set_len() 622 *len_ptr = new_len; in set_len() 688 let &mut (ptr, ref mut len_ptr) = self.data.heap_mut(); in triple_mut() 689 (ptr, len_ptr, self.capacity) in triple_mut() 774 let (ptr, len_ptr, _) = self.triple_mut(); in pop() 775 if *len_ptr == 0 { in pop() 778 let last_index = *len_ptr - 1; in pop() 779 *len_ptr = last_index; in pop() 933 let (ptr, len_ptr, _) = self.triple_mut(); in truncate() 934 while len < *len_ptr { in truncate() [all …]
|
/external/libsrtp2/include/ |
D | srtp.h | 418 srtp_err_status_t srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr); 514 srtp_err_status_t srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr); 564 int *len_ptr,
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.c | 898 char **len_ptr, char **body_ptr) in wps_er_soap_hdr() argument 927 *len_ptr = wpabuf_put(buf, 0); in wps_er_soap_hdr() 951 char *len_ptr, char *body_ptr) in wps_er_soap_end() argument 958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf)); in wps_er_soap_end() 965 char *len_ptr, *body_ptr; in wps_er_sta_send_msg() local 990 &len_ptr, &body_ptr); in wps_er_sta_send_msg() 1000 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr); in wps_er_sta_send_msg() 1423 char *len_ptr, *body_ptr; in wps_er_send_set_sel_reg() local 1451 &dst, &len_ptr, &body_ptr); in wps_er_send_set_sel_reg() 1456 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_ptr); in wps_er_send_set_sel_reg() [all …]
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1690 #define __sanitizer_syscall_pre_get_robust_list(pid, head_ptr, len_ptr) \ argument 1692 (long)(len_ptr)) 1693 #define __sanitizer_syscall_post_get_robust_list(res, pid, head_ptr, len_ptr) \ argument 1695 res, (long)(pid), (long)(head_ptr), (long)(len_ptr)) 2974 long len_ptr); 2976 long head_ptr, long len_ptr);
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1689 #define __sanitizer_syscall_pre_get_robust_list(pid, head_ptr, len_ptr) \ argument 1691 (long)(len_ptr)) 1692 #define __sanitizer_syscall_post_get_robust_list(res, pid, head_ptr, len_ptr) \ argument 1694 res, (long)(pid), (long)(head_ptr), (long)(len_ptr)) 2975 long len_ptr); 2977 long head_ptr, long len_ptr);
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 2498 u8 *len_ptr; in pasn_get_sae_wd() local 2509 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd() 2517 WPA_PUT_LE16(len_ptr, len - 2); in pasn_get_sae_wd() 2520 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd() 2526 WPA_PUT_LE16(len_ptr, wpabuf_len(buf) - len - 2); in pasn_get_sae_wd()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2663 PRE_SYSCALL(get_robust_list)(long pid, void *head_ptr, void *len_ptr) {} 2666 void *len_ptr) {}
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2662 PRE_SYSCALL(get_robust_list)(long pid, void *head_ptr, void *len_ptr) {} 2665 void *len_ptr) {}
|