Searched refs:p_str (Results 1 - 10 of 10) sorted by relevance
/external/boringssl/src/crypto/bn/ |
H A D | rsaz_exp.c | 82 unsigned char *p_str = storage + (64-((size_t)storage%64)); local 84 *table_s = p_str+320*3, 89 if ((((size_t)p_str&4095)+320)>>12) { 90 result = p_str; 91 a_inv = p_str + 320; 92 m = p_str + 320*2; /* should not cross page */ 94 m = p_str; /* should not cross page */ 95 result = p_str + 320; 96 a_inv = p_str + 320*2; 228 p_str 281 unsigned char *p_str = (unsigned char*)exponent; local [all...] |
/external/boringssl/src/crypto/ec/ |
H A D | p256-x86_64.c | 249 uint8_t p_str[33]; local 283 p_str[j + 0] = d & 0xff; 284 p_str[j + 1] = (d >> 8) & 0xff; 285 p_str[j + 2] = (d >> 16) & 0xff; 286 p_str[j + 3] = (d >>= 24) & 0xff; 289 p_str[j + 4] = d & 0xff; 290 p_str[j + 5] = (d >> 8) & 0xff; 291 p_str[j + 6] = (d >> 16) & 0xff; 292 p_str[j + 7] = (d >> 24) & 0xff; 297 p_str[ 436 uint8_t p_str[33] = {0}; local [all...] |
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
H A D | nfc_hal_prm.c | 550 char *p_str; local 555 p_str = "SPD_ERROR_DEST"; 559 p_str = "SPD_ERROR_PROJECTID"; 563 p_str = "SPD_ERROR_CHIPVER"; 567 p_str = "SPD_ERROR_MAJORVER"; 571 p_str = "SPD_ERROR_INVALID_PARAM"; 575 p_str = "SPD_ERROR_INVALID_SIG"; 579 p_str = "SPD_ERROR_NVM_CORRUPTED"; 583 p_str = "SPD_ERROR_PWR_MODE"; 587 p_str [all...] |
/external/libnfc-nci/halimpl/bcm2079x/include/ |
H A D | android_logmsg.h | 37 void LogMsg_0 (UINT32 trace_set_mask, const char *p_str);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
H A D | android_logmsg.cpp | 322 void LogMsg_0 (UINT32 maskTraceSet, const char *p_str) argument 324 LogMsg (maskTraceSet, p_str);
|
/external/dbus/dbus/ |
H A D | dbus-sysdeps-unix.c | 2088 struct passwd p_str; local 2113 result = getpwuid_r (uid, &p_str, buf, buflen, 2116 result = getpwnam_r (username_c, &p_str, buf, buflen, 2120 p = getpwuid_r (uid, &p_str, buf, buflen); 2122 p = getpwnam_r (username_c, &p_str, buf, buflen); 2136 if (result == 0 && p == &p_str)
|
/external/llvm/lib/Support/ |
H A D | regcomp.c | 80 static void p_str(struct parse *); 234 p_str(p); 480 - p_str - string (no metacharacters) "parser" 483 p_str(struct parse *p) function
|
/external/libnfc-nci/src/nfa/ee/ |
H A D | nfa_ee_act.c | 93 static void nfa_ee_trace_aid (char *p_str, UINT8 id, UINT8 aid_len, UINT8 *p) argument 110 NFA_TRACE_DEBUG4 ("%s id:0x%x len=%d aid:%s", p_str, id, aid_len, buff);
|
/external/v8/test/cctest/ |
H A D | test-api.cc | 7181 v8::Persistent<String> p_str(isolate, str); 7182 p_str.Reset();
|
/external/libnfc-nci/src/include/ |
H A D | bt_trace.h | 166 extern void LogMsg_0 (UINT32 trace_set_mask, const char *p_str);
|
Completed in 335 milliseconds