HomeSort by: relevance | last modified time | path
    Searched defs:ptr2 (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/sys/arch/hpc/hpc/platid_gen/
platid_gen.h 40 const void *ptr1, *ptr2; member in struct:node_s
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-equal.c 46 const char *ptr2; local
67 for (ptr2 = msgstr2;;)
69 if (msgstr2_end - ptr2 < fieldlen)
71 ptr2 = NULL;
74 if (memcmp (ptr2, field, fieldlen) == 0)
76 ptr2 = memchr (ptr2, '\n', msgstr2_end - ptr2);
77 if (ptr2 == NULL)
79 ptr2++
    [all...]
msgl-fsearch.c 376 index_ty *ptr2; local
397 ptr2 = list + 2;
398 ptr2_end = ptr2 + len2;
400 while (ptr1 < ptr1_end && ptr2 < ptr2_end)
402 if (ptr1->index < *ptr2)
407 else if (ptr1->index > *ptr2)
409 destptr->index = *ptr2;
411 ptr2++;
418 ptr2++;
428 while (ptr2 < ptr2_end
455 const struct mult_index *ptr2 = (const struct mult_index *) p2; local
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
san_bump.c 56 void *ptr2 = edata_addr_get(edata2); local
59 uintptr_t ptrdiff = ptr2 > ptr ? (uintptr_t)ptr2 - (uintptr_t)ptr
60 : (uintptr_t)ptr - (uintptr_t)ptr2;
67 expect_u_eq(((unsigned *)ptr2)[i], 0, "Memory is not zeroed");
binshard.c 55 void *ptr, *ptr2; local
63 ptr2 = mallocx(129, MALLOCX_TCACHE_NONE);
70 edata = emap_edata_lookup(tsdn, &arena_emap_global, ptr2);
72 dallocx(ptr2, 0);
hook.c 473 void *volatile ptr2; local
478 ptr2 = ralloc(ptr, 130, flags);
479 expect_ptr_eq(ptr, ptr2, "Small realloc moved");
497 ptr2 = malloc(1 * 1024 * 1024);
499 ptr = ralloc(ptr2, 2 * 1024 * 1024, flags);
500 /* ptr is the new address, ptr2 is the old address. */
501 if (ptr == ptr2) {
510 expect_ptr_eq(ptr2, arg_address, "Wrong address");
513 expect_u64_eq((uintptr_t)ptr2, arg_args_raw[0], "Wrong argument");
521 ptr2 = ralloc(ptr, 128, flags)
    [all...]
tcache_max.c 94 void *ptr2 = alloc_func(alloc_size); local
97 dalloc_func(ptr2, alloc_size);
114 expect_ptr_eq(ptr2, ptr4, "Unexpected cached ptr");
  /src/tests/fs/ffs/
t_fifos.c 108 pthread_t ptw1, ptw2, ptr1, ptr2; local
134 pthread_create(&ptr2, NULL, r2, NULL);
139 pthread_join(ptr2, NULL);
  /src/external/bsd/ppp/dist/pppd/
tls.c 103 char *ptr1 = NULL, *ptr2 = NULL; local
178 ptr2 = subject;
184 ptr2 = cn_str;
191 ptr2 = cn_str;
193 ptr2 = cn_str + off;
197 if (strcmp(ptr1, ptr2)) {
198 error("Certificate verification error: CN (%s) != %s", ptr1, ptr2);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
watch-reverse.c 55 struct foo struct1, struct2, *ptr1, *ptr2; variable in typeref:struct:
141 ptr2 = &struct2;
162 ptr1 = ptr2;
172 ptr1 = ptr2;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
watch-reverse.c 55 struct foo struct1, struct2, *ptr1, *ptr2; variable in typeref:struct:
141 ptr2 = &struct2;
162 ptr1 = ptr2;
172 ptr1 = ptr2;
  /src/external/bsd/jemalloc/dist/test/unit/
binshard.c 55 void *ptr, *ptr2; local
63 ptr2 = mallocx(129, MALLOCX_TCACHE_NONE);
70 edata = emap_edata_lookup(tsdn, &arena_emap_global, ptr2);
72 dallocx(ptr2, 0);
hook.c 481 void *volatile ptr2; local
486 ptr2 = ralloc(ptr, 130, flags);
487 expect_ptr_eq(ptr, ptr2, "Small realloc moved");
505 ptr2 = malloc(1 * 1024 * 1024);
507 ptr = ralloc(ptr2, 2 * 1024 * 1024, flags);
508 /* ptr is the new address, ptr2 is the old address. */
509 if (ptr == ptr2) {
518 expect_ptr_eq(ptr2, arg_address, "Wrong address");
521 expect_u64_eq((uintptr_t)ptr2, arg_args_raw[0], "Wrong argument");
529 ptr2 = ralloc(ptr, 128, flags)
    [all...]
san_bump.c 100 void *ptr2 = edata_addr_get(edata2); local
103 uintptr_t ptrdiff = ptr2 > ptr ? (uintptr_t)ptr2 - (uintptr_t)ptr
104 : (uintptr_t)ptr - (uintptr_t)ptr2;
111 expect_u_eq(((unsigned *)ptr2)[i], 0, "Memory is not zeroed");
tcache_max.c 105 void *ptr2 = alloc_func(alloc_size, alloc_option); local
109 dalloc_func(ptr2, alloc_size, dalloc_option);
126 expect_ptr_eq(ptr2, ptr4, "Unexpected cached ptr");
  /src/external/gpl3/binutils/dist/ld/
mri.c 167 struct section_name_struct *ptr2; local
174 for (ptr2 = order; ptr2; ptr2 = ptr2->next)
175 if (strcmp (ptr2->name, ptr1->name) == 0)
176 ptr2->ok_to_load = 1;
  /src/external/gpl3/binutils.old/dist/ld/
mri.c 167 struct section_name_struct *ptr2; local
174 for (ptr2 = order; ptr2; ptr2 = ptr2->next)
175 if (strcmp (ptr2->name, ptr1->name) == 0)
176 ptr2->ok_to_load = 1;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
watchpoint.c 38 struct foo struct1, struct2, *ptr1, *ptr2; variable in typeref:struct:
177 ptr2 = &struct2;
198 ptr1 = ptr2;
208 ptr1 = ptr2;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
watchpoint.c 38 struct foo struct1, struct2, *ptr1, *ptr2; variable in typeref:struct:
177 ptr2 = &struct2;
198 ptr1 = ptr2;
208 ptr1 = ptr2;
  /src/external/mpl/bind/dist/tests/isc/
mem_test.c 374 void *ptr2; local
392 ptr2 = isc__mem_get(mctx2, 1024, 0, dummyfilename, __LINE__);
393 assert_non_null(ptr2);
397 isc_mem_put(mctx2, ptr2, 1024);
413 * Find the allocation of ptr2 and make sure it contains
  /src/external/bsd/openldap/dist/servers/slapd/
zn_malloc.c 642 char *ptr2; local
647 ptr2 = (char*)zo2->zo_ptr + ((char*)ptr1 - (char*)zo1->zo_ptr);
648 ptr2 = (char*)(((unsigned long)ptr2 + zpad) & ~zpad);
649 return (int)((char*)ptr1 - (char*)ptr2);
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 474 tree ptr1 = NULL_TREE, ptr2 = NULL_TREE; local
484 ptr2 = gimple_assign_rhs3 (def_stmt);
490 ptr2 = gimple_assign_rhs2 (def_stmt);
505 if (ptr2)
506 res2 = is_addr_local (return_stmt, ptr2, plocmap, visited);
value-relation.cc 1700 relation_chain *ptr2 = m_relations.m_head; local
1702 if (ptr || ptr2)
1708 for (; ptr2; ptr2 = ptr2->m_next)
1711 ptr2->dump (f);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 474 tree ptr1 = NULL_TREE, ptr2 = NULL_TREE; local
484 ptr2 = gimple_assign_rhs3 (def_stmt);
490 ptr2 = gimple_assign_rhs2 (def_stmt);
505 if (ptr2)
506 res2 = is_addr_local (return_stmt, ptr2, plocmap, visited);
  /src/external/bsd/iscsi/dist/src/osd/
osdfs.c 186 char *ptr, *ptr2; local
202 if ((ptr2=strchr(ptr, '\n'))!=NULL) {
204 if ((ptr2 = strchr(ptr2+1, '\n'))==NULL) {
213 ptr = ptr2+1;
533 char *ptr2; local
536 if ((ptr2=strchr(ptr, '\n'))!=NULL) {
537 *ptr2 = 0x0;
538 ptr2 = strchr(ptr2+1, '\n')
804 char *entries, *ptr, *ptr2; local
967 char *ptr, *ptr2; local
    [all...]

Completed in 27 milliseconds

1 2 3