/external/libffi/testsuite/libffi.call/ |
cls_2byte.c | 31 cls_struct_2byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 40 *(cls_struct_2byte*)resp = cls_struct_2byte_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_3byte1.c | 31 cls_struct_3byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 40 *(cls_struct_3byte*)resp = cls_struct_3byte_fn(a1, a2);
|
cls_3byte2.c | 31 cls_struct_3byte_gn1(ffi_cif* cif __UNUSED__, void* resp, void** args, 40 *(cls_struct_3byte_1*)resp = cls_struct_3byte_fn1(a1, a2);
|
cls_4byte.c | 31 cls_struct_4byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 40 *(cls_struct_4byte*)resp = cls_struct_4byte_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_8byte.c | 30 cls_struct_8byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 39 *(cls_struct_8byte*)resp = cls_struct_8byte_fn(a1, a2);
|
cls_9byte1.c | 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp, 40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
|
cls_9byte2.c | 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp, 40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
|
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/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...] |
cb_search_arm4.h | 39 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) 57 res = resp+j; 86 res = resp+j; 131 resp += subvect_size<<2;
|
/external/bluetooth/bluez/tools/ |
hciattach.c | 491 unsigned char resp[30]; /* Response */ local 540 if (read_hci_event(fd, resp, 100) < 0) { 547 } while (resp[1] != 0xFF); 554 sprintf(temp + (i*3), "-%02X", resp[i]); 562 resp[15] & 0xFF, resp[14] & 0xFF); 584 if (read_hci_event(fd, resp, 100) < 0) { 591 } while (resp[1] != 0xFF); 597 sprintf(temp + (i*3), "-%02X", resp[i]); 817 unsigned char resp[10] local 870 unsigned char cmd[30], resp[30]; local [all...] |
/bionic/libc/kernel/common/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|