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

1 2 3 4 56 7 8 91011

  /external/libxml2/os400/dlfcn/
dlfcn.c 414 char buf2[MAXPATHLEN + 1]; local
466 l2 = readlink(buf1, buf2, MAXPATHLEN + 1);
471 if (buf2[0] != '/')
474 l1 = dlmakepath(buf1, l1, buf2, l2);
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 537 struct wpabuf *buf2; local
544 buf2 = wpabuf_concat(buf, NULL);
545 if (buf2 != buf)
547 wpabuf_free(buf2);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 1302 querybuf *buf, *buf2; local
    [all...]
  /external/libchrome/sandbox/linux/syscall_broker/
broker_process_unittest.cc 343 char buf2[3]; local
344 memset(buf2, 1, sizeof(buf2));
345 int read_len2 = read(cpuinfo_fd2, buf2, sizeof(buf2));
352 ASSERT_EQ(memcmp(buf, buf2, read_len1), 0);
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_windows.go 259 buf2 := make([]byte, cert.Length)
260 copy(buf2, buf)
261 if c, err := ParseCertificate(buf2); err == nil {
  /prebuilts/go/linux-x86/src/crypto/x509/
root_windows.go 259 buf2 := make([]byte, cert.Length)
260 copy(buf2, buf)
261 if c, err := ParseCertificate(buf2); err == nil {
  /external/ltp/testcases/kernel/fs/dmapi/
attr.c 1058 int buf2 = INVALID_ADDR; local
1089 &attrname, 0, sizeof(buf2),
1090 (void *)&buf2);
9785 char buf1[ATTR_LISTLEN], buf2[ATTR_LISTLEN]; local
9890 char buf1[ATTR_LISTLEN], buf2[ATTR_LISTLEN]; local
10004 char buf1[ATTR_LISTLEN], buf2[ATTR_LISTLEN]; local
10112 char buf1[ATTR_LISTLEN], buf2[ATTR_LISTLEN]; local
10232 char buf1[ATTR_LISTLEN], buf2[ATTR_LISTLEN]; local
10544 char buf2[ATTR_SMALLLEN + 1]; local
10695 char buf2[ATTR_SMALLLEN]; local
10865 char buf2[ATTR_SMALLLEN]; local
    [all...]
  /external/valgrind/coregrind/
m_main.c 1491 HChar buf2[VG_(mkstemp_fullname_bufsz)(sizeof buf - 1)]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationRegressionTest.java 1255 StringBuilder buf2 = new StringBuilder(); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java 1254 StringBuilder buf2 = new StringBuilder(); local
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 968 char buf2[MAXNAMELEN]; local
978 separate_pathname(name2, buf2, &newname2);
979 if (strcmp(buf1, buf2) == 0) {
987 else if (strcmp(buf2, "..") == 0)
991 else if (strlen(buf2) == 0)
1008 if (chdir(buf2) == 0) {
1187 char buf2[MAXNAMELEN]; local
1197 separate_pathname(name2, buf2, &newname2);
1198 if (strcmp(buf1, buf2) == 0) {
1206 else if (strcmp(buf2, "..") == 0
    [all...]
  /external/kmod/testsuite/
testsuite.c 698 char *buf1, *buf2; local
704 a2 = read_loaded_modules(t, &buf2, &l2);
734 free(buf2);
  /external/libnl/lib/idiag/
idiag_msg_obj.c 385 char buf[64], buf2[64]; local
392 nl_msec2str(msg->idiag_expires, buf2, sizeof(buf2)),
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 2881 char buf2[PATH_MAX]; local
2911 char buf2[PATH_MAX]; local
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 941 char buf2[MAXNAMELEN]; local
951 separate_pathname(name2, buf2, &newname2);
952 if (strcmp(buf1, buf2) == 0) {
960 else if (strcmp(buf2, "..") == 0)
964 else if (strlen(buf2) == 0)
981 if (chdir(buf2) == 0) {
1162 char buf2[MAXNAMELEN]; local
1172 separate_pathname(name2, buf2, &newname2);
1173 if (strcmp(buf1, buf2) == 0) {
1181 else if (strcmp(buf2, "..") == 0
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 216 GLubyte *fail = swrast->stencil_temp.buf2;
410 GLubyte *passMask = swrast->stencil_temp.buf2;
529 GLubyte *newVals = swrast->stencil_temp.buf2;
s_context.h 331 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon28772::__anon28773
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 6647 char *buf2 = 0 ; variable
6705 char *buf2 = 0 ; variable
8130 char *buf2 = 0 ; variable
8466 char *buf2 = 0 ; variable
8678 char *buf2 = 0 ; variable
8926 char *buf2 = 0 ; variable
9304 char *buf2 = 0 ; variable
9580 char *buf2 = 0 ; variable
9823 char *buf2 = 0 ; variable
10183 char *buf2 = 0 ; variable
10468 char *buf2 = 0 ; variable
10654 char *buf2 = 0 ; variable
10830 char *buf2 = 0 ; variable
11047 char *buf2 = 0 ; variable
11202 char *buf2 = 0 ; variable
    [all...]
  /system/core/libion/tests/
device_test.cpp 119 void *buf2 = malloc(bigger_than_cache); local
121 memcpy(buf2, buf1, bigger_than_cache);
123 free(buf2);
  /external/freetype/src/autofit/
afhints.c 328 char buf1[16], buf2[16], buf3[16], buf4[16]; local
343 af_print_idx( buf2, segment_idx_1 ),
416 char buf1[16], buf2[16], buf3[16]; local
441 af_print_idx( buf2, AF_INDEX_NUM( seg->serif, segments ) ),
548 char buf1[16], buf2[16]; local
579 af_print_idx( buf2, AF_INDEX_NUM( edge->serif, edges ) ),
    [all...]
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 178 static int FindDiff(const uint8_t* buf1, const uint8_t* buf2, int len) {
180 while (i < len && buf1[i] == buf2[i]) {
  /external/boringssl/src/crypto/dsa/
dsa.c 162 unsigned char buf[SHA256_DIGEST_LENGTH], buf2[SHA256_DIGEST_LENGTH]; local
237 OPENSSL_memcpy(buf2, seed, qsize);
248 !EVP_Digest(buf, qsize, buf2, NULL, evpmd, NULL)) {
252 md[i] ^= buf2[i];
  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 985 char buf2[32]; local
991 FXSYS_itoa(i, buf2, 10);
992 FX_STRSIZE len = FXSYS_strlen(buf2);
993 FXSYS_memcpy(buf + buf_size, buf2, len);
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 440 char buf2[16]; local
441 snprintf(buf2, sizeof(buf2), "0x%02x,", buf[i]);
442 mOut << buf2; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 495 uint8_t *buf2 = nullptr;
527 buf2 = buf;
627 buf2 = buf;
729 buf = addBranch(buf, buf2, 0x01);

Completed in 1118 milliseconds

1 2 3 4 56 7 8 91011