/external/libffi/src/x86/ |
win32.S | 268 movl %edx, -12(%ebp) /* resp */ 272 movl %edx, (%esp) /* &resp */ 284 movl %edx, -12(%ebp) /* resp */ 288 movl %edx, (%esp) /* &resp */
|
/external/openssl/crypto/ocsp/ |
ocsp_cl.c | 188 int OCSP_response_status(OCSP_RESPONSE *resp) 190 return ASN1_ENUMERATED_get(resp->responseStatus); 198 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp) 201 rb = resp->responseBytes;
|
ocsp.h | 419 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len); 421 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req); 433 int OCSP_response_status(OCSP_RESPONSE *resp); 434 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 472 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
|
ocsp_ht.c | 455 OCSP_RESPONSE *resp = NULL; local 463 rv = OCSP_sendreq_nbio(&resp, ctx); 469 return resp;
|
ocsp_ext.c | 358 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len) 360 return ocsp_add1_nonce(&resp->tbsResponseData->responseExtensions, val, len); 411 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req) 420 return OCSP_BASICRESP_add_ext(resp, req_ext, -1);
|
/external/v8/test/mjsunit/ |
debug-backtrace.js | 103 var resp = dcp.processDebugJSONRequest(json); 104 response = new ParsedResponse(resp); 248 resp = dcp.processDebugJSONRequest(json); 249 response = new ParsedResponse(resp);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_tls_common.c | 666 struct wpabuf *resp; local 668 resp = eap_msg_alloc(EAP_VENDOR_IETF, eap_type, 1, EAP_CODE_RESPONSE, 670 if (resp == NULL) 674 wpabuf_put_u8(resp, peap_version); /* Flags */ 675 return resp; 1037 * @resp: Buffer for returning the EAP-Nak message 1041 struct eap_hdr *hdr, struct wpabuf **resp) 1050 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, 1052 if (*resp == NULL) 1058 wpabuf_put_u8(*resp, types[i].method) [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 885 Message resp; local 887 resp = obtainMessage(EVENT_SET_VM_NUMBER_DONE, 0, 0, onComplete); 888 mSIMRecords.setVoiceMailNumber(alphaTag, mVmNumber, resp); 924 Message resp; local 926 resp = obtainMessage(EVENT_GET_CALL_FORWARD_DONE, onComplete); 928 resp = onComplete; 930 mCM.queryCallForwardStatus(commandInterfaceCFReason,0,null,resp); 942 Message resp; local 944 resp = obtainMessage(EVENT_SET_CALL_FORWARD_DONE, 947 resp = onComplete [all...] |
/external/bluetooth/bluez/compat/ |
bnep.c | 242 rsp->resp = htons(BNEP_SUCCESS); 305 r = ntohs(rsp->resp);
|
/external/libffi/testsuite/libffi.call/ |
cls_64byte.c | 46 cls_struct_64byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 56 *(cls_struct_64byte*)resp = cls_struct_64byte_fn(b0, b1, b2, b3);
|
cls_7_1_byte.c | 43 cls_struct_7byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 52 *(cls_struct_7byte*)resp = cls_struct_7byte_fn(a1, a2);
|
nested_struct.c | 53 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 65 *(cls_struct_combined*)resp = cls_struct_combined_fn(b0, b1, b2);
|
nested_struct1.c | 55 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 69 *(cls_struct_combined*)resp = cls_struct_combined_fn(b0, b1, b2, b3);
|
nested_struct10.c | 44 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 55 *(B*)resp = B_fn(b0, b1, b2);
|
nested_struct6.c | 43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 54 *(B*)resp = B_fn(b0, b1, b2);
|
nested_struct8.c | 43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 54 *(B*)resp = B_fn(b0, b1, b2);
|
nested_struct9.c | 43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 54 *(B*)resp = B_fn(b0, b1, b2);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_it.S | 49 - Audio is playing buffer #0 (resp. #1) 50 - We must calculate a sample in buffer #1 (resp. #0)
|
/external/openssl/include/openssl/ |
ocsp.h | 419 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len); 421 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req); 433 int OCSP_response_status(OCSP_RESPONSE *resp); 434 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 472 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
|
/external/qemu/tcg/ |
README | 231 t0=t1 << t2. Undefined behavior if t2 < 0 or t2 >= 32 (resp 64) 235 t0=t1 >> t2 (unsigned). Undefined behavior if t2 < 0 or t2 >= 32 (resp 64) 239 t0=t1 >> t2 (signed). Undefined behavior if t2 < 0 or t2 >= 32 (resp 64) 243 Rotation of t2 bits to the left. Undefined behavior if t2 < 0 or t2 >= 32 (resp 64) 247 Rotation of t2 bits to the right. Undefined behavior if t2 < 0 or t2 >= 32 (resp 64)
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
mac.py | 328 resp = '' 330 resp += line 356 resp += line 361 resp += line 381 resp += line
|
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/ |
hlr_auc_gw.c | 25 * SIM-RESP-AUTH <IMSI> Kc1:SRES1:RAND1 Kc2:SRES2:RAND2 [Kc3:SRES3:RAND3] 26 * SIM-RESP-AUTH <IMSI> FAILURE 30 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES> 31 * AKA-RESP-AUTH <IMSI> FAILURE 412 ret = snprintf(rpos, rend - rpos, "SIM-RESP-AUTH %s", imsi); 471 /* AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES> */ 510 ret = snprintf(pos, end - pos, "AKA-RESP-AUTH %s ", imsi);
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 58 my $resp = <STDIN>; 59 chomp $resp; 60 if ( lc substr($resp,0,1) eq "y" ) {
|
/external/bluetooth/bluez/include/bluetooth/ |
bnep.h | 109 uint16_t resp; member in struct:bnep_control_rsp
|
/external/iproute2/lib/ |
libnetlink.c | 119 char resp[1024]; local 126 status = recv(rth->fd, resp, sizeof(resp), MSG_DONTWAIT|MSG_PEEK); 133 for (h = (struct nlmsghdr *)resp; NLMSG_OK(h, status);
|