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

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/stats/
stats_client.cc 73 uptr old_data = InterlockedIncrement64(reinterpret_cast<LONG64 *>(&s->data)); local
75 uptr old_data = InterlockedIncrement(&s->data); local
77 uptr old_data = __sync_fetch_and_add(&s->data, 1); local
81 if (CountFromData(old_data + 1) == 0)
stats_client.cc 73 uptr old_data = InterlockedIncrement64(reinterpret_cast<LONG64 *>(&s->data)); local
75 uptr old_data = InterlockedIncrement(&s->data); local
77 uptr old_data = __sync_fetch_and_add(&s->data, 1); local
81 if (CountFromData(old_data + 1) == 0)
  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_lib.c 398 void *old_data = ui->user_data; local
401 ui->meth->ui_destroy_data(ui, old_data);
402 old_data = NULL;
406 return old_data;
ui_lib.c 398 void *old_data = ui->user_data; local
401 ui->meth->ui_destroy_data(ui, old_data);
402 old_data = NULL;
406 return old_data;
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_lib.c 393 void *old_data = ui->user_data; local
396 ui->meth->ui_destroy_data(ui, old_data);
397 old_data = NULL;
401 return old_data;
ui_lib.c 393 void *old_data = ui->user_data; local
396 ui->meth->ui_destroy_data(ui, old_data);
397 old_data = NULL;
401 return old_data;
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_lib.c 394 void *old_data = ui->user_data; local
397 ui->meth->ui_destroy_data(ui, old_data);
398 old_data = NULL;
402 return old_data;
ui_lib.c 394 void *old_data = ui->user_data; local
397 ui->meth->ui_destroy_data(ui, old_data);
398 old_data = NULL;
402 return old_data;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c 1659 void *old_data[2]; local
1680 old_data[0] = kmem_alloc(bonus_data_size, KM_SLEEP);
1681 bcopy(hdl->sa_bonus->db_data, old_data[0],
1685 old_data[0] = NULL;
1693 old_data[1] = kmem_alloc(spill_data_size, KM_SLEEP);
1694 bcopy(hdl->sa_spill->db_data, old_data[1],
1699 if (old_data[0])
1700 kmem_free(old_data[0], bonus_data_size);
1703 old_data[1] = NULL;
1767 (uintptr_t)old_data[k]), length)
    [all...]
sa.c 1659 void *old_data[2]; local
1680 old_data[0] = kmem_alloc(bonus_data_size, KM_SLEEP);
1681 bcopy(hdl->sa_bonus->db_data, old_data[0],
1685 old_data[0] = NULL;
1693 old_data[1] = kmem_alloc(spill_data_size, KM_SLEEP);
1694 bcopy(hdl->sa_spill->db_data, old_data[1],
1699 if (old_data[0])
1700 kmem_free(old_data[0], bonus_data_size);
1703 old_data[1] = NULL;
1767 (uintptr_t)old_data[k]), length)
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 477 environment **old_data = data; local
483 data[i] = old_data[i];
484 free(old_data);
526 IntArg *old_data = data; local
530 data[i] = old_data[i];
531 a_delete old_data; local
553 Char *old_data = data; local
557 data[i] = old_data[i];
558 a_delete old_data; local
input.cpp 477 environment **old_data = data; local
483 data[i] = old_data[i];
484 free(old_data);
526 IntArg *old_data = data; local
530 data[i] = old_data[i];
531 a_delete old_data; local
553 Char *old_data = data; local
557 data[i] = old_data[i];
558 a_delete old_data; local
  /src/external/gpl3/binutils/dist/gprofng/src/
CallStack.cc 87 CallStackNode **old_data = data; local
94 new_data[i] = old_data[i];
97 new_data[i + 1] = old_data[i];
100 if (old_data != first_data)
101 free (old_data);
106 old_data[i + 1] = old_data[i];
107 old_data[ind] = item;
CallStack.cc 87 CallStackNode **old_data = data; local
94 new_data[i] = old_data[i];
97 new_data[i + 1] = old_data[i];
100 if (old_data != first_data)
101 free (old_data);
106 old_data[i + 1] = old_data[i];
107 old_data[ind] = item;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CallStack.cc 87 CallStackNode **old_data = data; local
94 new_data[i] = old_data[i];
97 new_data[i + 1] = old_data[i];
100 if (old_data != first_data)
101 free (old_data);
106 old_data[i + 1] = old_data[i];
107 old_data[ind] = item;
CallStack.cc 87 CallStackNode **old_data = data; local
94 new_data[i] = old_data[i];
97 new_data[i + 1] = old_data[i];
100 if (old_data != first_data)
101 free (old_data);
106 old_data[i + 1] = old_data[i];
107 old_data[ind] = item;
  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc 109 unsigned char old_data[MAX_BREAKPOINT_LEN]; member in struct:raw_breakpoint
378 memcpy (bp->old_data, buf, bp_size (bp));
405 memcpy (buf, bp->old_data, bp_size (bp));
1878 gdb_assert (bp->old_data >= buf + mem_len
1879 || buf >= &bp->old_data[sizeof (bp->old_data)]);
1901 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len);
1967 gdb_assert (bp->old_data >= myaddr + mem_len
1968 || myaddr >= &bp->old_data[sizeof (bp->old_data)]);
    [all...]
mem-break.cc 109 unsigned char old_data[MAX_BREAKPOINT_LEN]; member in struct:raw_breakpoint
378 memcpy (bp->old_data, buf, bp_size (bp));
405 memcpy (buf, bp->old_data, bp_size (bp));
1878 gdb_assert (bp->old_data >= buf + mem_len
1879 || buf >= &bp->old_data[sizeof (bp->old_data)]);
1901 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len);
1967 gdb_assert (bp->old_data >= myaddr + mem_len
1968 || myaddr >= &bp->old_data[sizeof (bp->old_data)]);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc 109 unsigned char old_data[MAX_BREAKPOINT_LEN]; member in struct:raw_breakpoint
378 memcpy (bp->old_data, buf, bp_size (bp));
405 memcpy (buf, bp->old_data, bp_size (bp));
1878 gdb_assert (bp->old_data >= buf + mem_len
1879 || buf >= &bp->old_data[sizeof (bp->old_data)]);
1901 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len);
1967 gdb_assert (bp->old_data >= myaddr + mem_len
1968 || myaddr >= &bp->old_data[sizeof (bp->old_data)]);
    [all...]
mem-break.cc 109 unsigned char old_data[MAX_BREAKPOINT_LEN]; member in struct:raw_breakpoint
378 memcpy (bp->old_data, buf, bp_size (bp));
405 memcpy (buf, bp->old_data, bp_size (bp));
1878 gdb_assert (bp->old_data >= buf + mem_len
1879 || buf >= &bp->old_data[sizeof (bp->old_data)]);
1901 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len);
1967 gdb_assert (bp->old_data >= myaddr + mem_len
1968 || myaddr >= &bp->old_data[sizeof (bp->old_data)]);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 2186 struct gfc_data *data, *old_data; member in struct:gfc_namespace
gfortran.h 2186 struct gfc_data *data, *old_data; member in struct:gfc_namespace
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 2107 struct gfc_data *data, *old_data; member in struct:gfc_namespace
gfortran.h 2107 struct gfc_data *data, *old_data; member in struct:gfc_namespace
  /src/external/public-domain/sqlite/dist/
sqlite3.c 36801 void *old_data = elem->data; local
192925 void *old_data = elem->data; local
    [all...]

Completed in 142 milliseconds

1 2