HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 126 - 150 of 366) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libffi/testsuite/libffi.call/
cls_18byte.c 36 cls_struct_18byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
44 *(cls_struct_18byte*)resp = cls_struct_18byte_fn(a1, a2);
cls_19byte.c 39 cls_struct_19byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
47 *(cls_struct_19byte*)resp = cls_struct_19byte_fn(a1, a2);
cls_20byte.c 32 cls_struct_20byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_20byte*)resp = cls_struct_20byte_fn(a1, a2);
cls_20byte1.c 34 cls_struct_20byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
42 *(cls_struct_20byte*)resp = cls_struct_20byte_fn(a1, a2);
cls_3_1byte.c 35 cls_struct_3_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
44 *(cls_struct_3_1byte*)resp = cls_struct_3_1byte_fn(a1, a2);
cls_4_1byte.c 37 cls_struct_4_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
46 *(cls_struct_4_1byte*)resp = cls_struct_4_1byte_fn(a1, a2);
cls_5_1_byte.c 39 cls_struct_5byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
48 *(cls_struct_5byte*)resp = cls_struct_5byte_fn(a1, a2);
cls_5byte.c 34 cls_struct_5byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
43 *(cls_struct_5byte*)resp = cls_struct_5byte_fn(a1, a2);
cls_6byte.c 37 cls_struct_6byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
46 *(cls_struct_6byte*)resp = cls_struct_6byte_fn(a1, a2);
cls_7byte.c 36 cls_struct_7byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
45 *(cls_struct_7byte*)resp = cls_struct_7byte_fn(a1, a2);
cls_align_double.c 33 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
42 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
cls_align_float.c 31 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
cls_align_longdouble.c 32 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
41 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
cls_align_pointer.c 33 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
42 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
cls_align_sint16.c 31 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
cls_align_sint32.c 31 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
cls_align_sint64.c 31 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
cls_align_uint16.c 31 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
cls_align_uint32.c 31 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
cls_align_uint64.c 32 cls_struct_align_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
41 *(cls_struct_align*)resp = cls_struct_align_fn(a1, a2);
problem1.c 30 void stub(ffi_cif* cif __UNUSED__, void* resp, void** args,
39 *(my_ffi_struct *)resp = callee(a1, a2);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 169 struct wpabuf *resp; local
190 resp = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen,
192 if (resp == NULL)
195 wpabuf_put_u8(resp, data->out_op_code); /* Op-Code */
196 wpabuf_put_u8(resp, flags); /* Flags */
198 wpabuf_put_be16(resp, wpabuf_len(data->out_buf));
200 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
229 return resp;
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 1600 struct wpabuf *resp; local
    [all...]
  /external/speex/libspeex/
cb_search.c 53 static 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)
62 res = resp+i*subvect_size;
116 VARDECL(spx_word16_t *resp);
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
144 resp2 = resp;
153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack);
176 res = resp+rind*subvect_size;
259 VARDECL(spx_word16_t *resp);
311 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
316 resp2 = resp;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 672 struct wpabuf *resp = NULL; local
716 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD,
719 if (resp == NULL) {
724 wpabuf_put_u8(resp, lm_exch);
726 wpabuf_put_data(resp, buf + data->out_frag_pos, len);
739 return resp;
776 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD,
779 if (resp != NULL)
780 wpabuf_put_u8(resp, (EAP_PWD_GET_EXCHANGE(lm_exch)));
783 return resp;
    [all...]

Completed in 380 milliseconds

1 2 3 4 56 7 8 91011>>