Searched defs:resp (Results 1 - 25 of 271) sorted by relevance

1234567891011

/external/elfutils/lib/
H A Dcrc32_file.c56 crc32_file (int fd, uint32_t *resp) argument
84 *resp = crc32 (crc, mapped, st.st_size);
104 *resp = crc;
/external/libffi/testsuite/libffi.call/
H A Dclosure_fn0.c16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
19 *(ffi_arg*)resp =
40 (int)(long)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_fn1.c13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
16 *(ffi_arg*)resp =
35 (int)(long)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_fn2.c12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
H A Dclosure_fn3.c12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
H A Dclosure_fn4.c14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
17 *(ffi_arg*)resp =
47 (int)(long)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_fn5.c13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
16 *(ffi_arg*)resp =
46 (int)(long)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_fn6.c12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
15 *(ffi_arg*)resp =
39 (int)(long)userdata, (int)*(ffi_arg *)resp);
H A Dclosure_stdcall.c11 closure_test_stdcall(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
14 *(ffi_arg*)resp =
22 (int)*(ffi_arg *)resp);
H A Dcls_double.c10 static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(double *)resp = *(double *)args[0];
16 *(double *)resp);
H A Dcls_float.c10 static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(float *)resp = *(float *)args[0];
16 *(float *)resp);
H A Dcls_schar.c12 static void cls_ret_schar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
15 *(ffi_arg*)resp = *(signed char *)args[0];
17 (int)*(ffi_arg *)(resp));
H A Dcls_sint.c10 static void cls_ret_sint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(ffi_arg*)resp = *(signed int *)args[0];
15 (int)*(ffi_arg *)(resp));
H A Dcls_sshort.c10 static void cls_ret_sshort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(ffi_arg*)resp = *(signed short *)args[0];
15 (int)*(ffi_arg *)(resp));
H A Dcls_uchar.c10 static void cls_ret_uchar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(ffi_arg*)resp = *(unsigned char *)args[0];
15 (int)*(ffi_arg *)(resp));
H A Dcls_uint.c10 static void cls_ret_uint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(ffi_arg *)resp = *(unsigned int *)args[0];
16 (int)*(ffi_arg *)(resp));
H A Dcls_ulonglong.c10 static void cls_ret_ulonglong_fn(ffi_cif* cif __UNUSED__, void* resp, argument
13 *(unsigned long long *)resp= *(unsigned long long *)args[0];
16 *(unsigned long long *)(resp));
H A Dcls_ushort.c10 static void cls_ret_ushort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 *(ffi_arg*)resp = *(unsigned short *)args[0];
16 (int)*(ffi_arg *)(resp));
/external/libffi/testsuite/libffi.special/
H A Dunwindtest.cc11 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__,
19 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, argument
22 *(ffi_arg*)resp =
41 (int)(long)userdata, (int)*(ffi_arg*)resp);
43 throw (int)*(ffi_arg*)resp;
/external/openssh/
H A Dauth-chall.c83 char *resp[1], *name, *info, **prompts; local
91 resp[0] = (char *)response;
92 switch (device->respond(authctxt->kbdintctxt, 1, resp)) {
101 device->respond(authctxt->kbdintctxt, 0, resp) == 0)
/external/speex/libspeex/
H A Dcb_search_bfin.h37 void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack) argument
74 : "m" (subvect_size), "m" (shape_cb), "m" (r), "m" (resp), "m" (E)
82 resp += subvect_size;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_otp.c38 struct wpabuf *resp; local
72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
74 if (resp == NULL)
76 wpabuf_put_data(resp, password, password_len);
85 return resp;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_otp.c32 struct wpabuf *resp; local
66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
68 if (resp == NULL)
70 wpabuf_put_data(resp, password, password_len);
79 return resp;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_otp.c32 struct wpabuf *resp; local
66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
68 if (resp == NULL)
70 wpabuf_put_data(resp, password, password_len);
79 return resp;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_otp.c32 struct wpabuf *resp; local
66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
68 if (resp == NULL)
70 wpabuf_put_data(resp, password, password_len);
79 return resp;

Completed in 342 milliseconds

1234567891011