/third_party/lz4/tests/ |
H A D | abiTest.c | 49 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers() argument 51 const char* const ip1 = (const char*)buff1; in checkBuffers()
|
H A D | roundTripTest.c | 61 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers() argument 63 const char* const ip1 = (const char*)buff1; in checkBuffers()
|
H A D | frametest.c | 846 static void locateBuffDiff(const void* buff1, const void* buff2, size_t size, o_scenario_e o_scenario) in locateBuffDiff() argument 850 const BYTE* b1=(const BYTE*)buff1; in locateBuffDiff()
|
H A D | fuzzer.c | 302 * find the first different byte between buff1 and buff2. 303 * presumes buff1 != buff2. 307 static void FUZ_findDiff(const void* buff1, const void* buff2) in FUZ_findDiff() argument 309 const BYTE* const b1 = (const BYTE*)buff1; in FUZ_findDiff()
|
/third_party/toybox/toys/pending/ |
H A D | telnetd.c | 47 char buff1[BUFSIZE], buff2[BUFSIZE]; member 349 if ((c = read(tm->pty_fd, tm->buff1 + tm->buff1_avail, in telnetd_main() 352 if ((w = dup_iacs(tm->buff1 + tm->buff1_written, tm->new_fd + FLAG(i), in telnetd_main() 379 if ((w = dup_iacs(tm->buff1 + tm->buff1_written, tm->new_fd + FLAG(i), in telnetd_main()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacdec_mips.c | 375 float *buff1 = saved_ltp; in update_ltp_mips() local 416 [src]"+r"(buff0), [dst]"+r"(buff1) in update_ltp_mips()
|
/third_party/curl/lib/vtls/ |
H A D | gtls.c | 759 unsigned char *buff1 = NULL; in pkp_pin_peer_pubkey() local 787 buff1 = malloc(len1); in pkp_pin_peer_pubkey() 788 if(!buff1) in pkp_pin_peer_pubkey() 793 ret = gnutls_pubkey_export(key, GNUTLS_X509_FMT_DER, buff1, &len2); in pkp_pin_peer_pubkey() 800 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1); in pkp_pin_peer_pubkey() 806 Curl_safefree(buff1); in pkp_pin_peer_pubkey()
|
H A D | openssl.c | 4039 unsigned char *buff1 = NULL, *temp = NULL; in ossl_pkp_pin_peer_pubkey() local 4061 buff1 = temp = malloc(len1); in ossl_pkp_pin_peer_pubkey() 4062 if(!buff1) in ossl_pkp_pin_peer_pubkey() 4073 if((len1 != len2) || !temp || ((temp - buff1) != len1)) in ossl_pkp_pin_peer_pubkey() 4079 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1); in ossl_pkp_pin_peer_pubkey() 4082 if(buff1) in ossl_pkp_pin_peer_pubkey() 4083 free(buff1); in ossl_pkp_pin_peer_pubkey()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 3947 char buff1[24]; in main() local 3956 if ((ret = snprintf(buff1, sizeof(buff1), "%.*s", baselen, op->long_name), in main() 3957 ret < 0 || ret > (int)sizeof(buff1)) || in main() 3958 (ret = snprintf(buff2, sizeof(buff2), "%s%.*s", buff1, in main() 3969 if (strncmp(arg, buff1, arglen) == 0 || in main()
|
H A D | pcre2test.c | 8650 char buff1[128]; in display_properties() 8653 format_list_item(found[k], buff1, wantscripts); in display_properties() 8658 x = printf("%s", buff1); in display_properties()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ULocaleTest.java | 832 String buff, buff1; in TestObsoleteNames() 843 buff1 = uloc.getISO3Language(); in TestObsoleteNames() 844 if(buff1.compareTo(tests[i][1])!=0){ in TestObsoleteNames() 867 buff1 = uloc.getISO3Country(); in TestObsoleteNames() 868 if(buff1.compareTo(tests[i][3])!=0){ in TestObsoleteNames()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 845 String buff, buff1; in TestObsoleteNames() 856 buff1 = uloc.getISO3Language(); in TestObsoleteNames() 857 if(buff1.compareTo(tests[i][1])!=0){ in TestObsoleteNames() 880 buff1 = uloc.getISO3Country(); in TestObsoleteNames() 881 if(buff1.compareTo(tests[i][3])!=0){ in TestObsoleteNames()
|