HomeSort by: relevance | last modified time | path
    Searched refs:orig_value (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/sim/rx/
fpu.c 109 fp_t orig_value; member in struct:__anon19954
124 p->orig_value = f;
421 *c = a->orig_value;
423 *c = b->orig_value;
428 *c = a->orig_value;
430 *c = b->orig_value;
437 *c = a->orig_value | 0x00400000;
439 *c = b->orig_value | 0x00400000;
  /src/external/gpl3/gdb.old/dist/sim/rx/
fpu.c 109 fp_t orig_value; member in struct:__anon22693
124 p->orig_value = f;
421 *c = a->orig_value;
423 *c = b->orig_value;
428 *c = a->orig_value;
430 *c = b->orig_value;
437 *c = a->orig_value | 0x00400000;
439 *c = b->orig_value | 0x00400000;
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 163 char orig_value[4]; member in struct:entry
504 p->value = f.get_uint32(p->orig_value);
570 else // orig_value contains the string
572 count, tag_info(font_name_tag).orig_value);
751 printf("%.4s", tag_info(typeface_tag).orig_value);
1196 printf("%.4s", tag_info(t).orig_value);
  /src/external/gpl3/binutils/dist/bfd/
elfnn-loongarch.c 5210 loongarch_relax_resize_symbol (bfd_size_type *size, bfd_vma orig_value,
5213 splay_tree_key key = (splay_tree_key)orig_value;
5214 bfd_vma orig_end = orig_value + *size;
5230 if (orig_value < addr + op->size)
5232 bfd_size_type n_deleted = op->size - (orig_value - addr);
5355 bfd_vma orig_value = sym->st_value; local
5356 if (orig_value <= toaddr)
5358 = loongarch_calc_relaxed_addr (link_info, orig_value);
5360 if (orig_value + sym->st_size <= toaddr)
5361 loongarch_relax_resize_symbol (&sym->st_size, orig_value, pdops)
5406 bfd_vma orig_value = sym_hash->root.u.def.value; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-loongarch.c 4998 bfd_vma orig_value = sym->st_value; local
4999 if (orig_value <= toaddr)
5001 = loongarch_calc_relaxed_addr (link_info, orig_value);
5010 bfd_vma sym_end = orig_value + sym->st_size;
5014 pdops, (splay_tree_key)orig_value);
5023 if (orig_value <= addr && sym_end > addr)
5071 bfd_vma orig_value = sym_hash->root.u.def.value; local
5074 if (orig_value <= toaddr)
5076 = loongarch_calc_relaxed_addr (link_info, orig_value);
5079 bfd_vma sym_end = orig_value + sym_hash->size
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
6259 if (orig_value && *orig_value)
6261 size_t orig_value_len = strlen (orig_value);
6266 strcpy (new_value, orig_value);
6272 strcpy (new_value + add_len, orig_value);
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 4295 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4878 lt_extend_str (const char *orig_value, const char *add, int to_end)
4881 if (orig_value && *orig_value)
4883 int orig_value_len = strlen (orig_value);
4888 strcpy (new_value, orig_value);
4894 strcpy (new_value + add_len, orig_value);
  /src/crypto/external/cpl/tpm-tools/dist/
ltmain.sh 3276 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3881 lt_extend_str (const char *orig_value, const char *add, int to_end)
3884 if (orig_value && *orig_value)
3886 int orig_value_len = strlen (orig_value);
3891 strcpy (new_value, orig_value);
3897 strcpy (new_value + add_len, orig_value);
  /src/crypto/external/cpl/trousers/dist/
ltmain.sh 3276 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3881 lt_extend_str (const char *orig_value, const char *add, int to_end)
3884 if (orig_value && *orig_value)
3886 int orig_value_len = strlen (orig_value);
3891 strcpy (new_value, orig_value);
3897 strcpy (new_value + add_len, orig_value);
  /src/external/bsd/am-utils/dist/
ltmain.sh 4295 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4878 lt_extend_str (const char *orig_value, const char *add, int to_end)
4881 if (orig_value && *orig_value)
4883 int orig_value_len = strlen (orig_value);
4888 strcpy (new_value, orig_value);
4894 strcpy (new_value + add_len, orig_value);
  /src/external/bsd/file/dist/
ltmain.sh 5671 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6259 lt_extend_str (const char *orig_value, const char *add, int to_end)
6262 if (orig_value && *orig_value)
6264 size_t orig_value_len = strlen (orig_value);
6269 strcpy (new_value, orig_value);
6275 strcpy (new_value + add_len, orig_value);
  /src/external/bsd/flex/dist/build-aux/
ltmain.sh 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
6259 if (orig_value && *orig_value)
6261 size_t orig_value_len = strlen (orig_value);
6266 strcpy (new_value, orig_value);
6272 strcpy (new_value + add_len, orig_value);
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ltmain.sh 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
6259 if (orig_value && *orig_value)
6261 size_t orig_value_len = strlen (orig_value);
6266 strcpy (new_value, orig_value);
6272 strcpy (new_value + add_len, orig_value);
  /src/external/bsd/ntp/dist/sntp/libevent/
ltmain.sh 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
6259 if (orig_value && *orig_value)
6261 size_t orig_value_len = strlen (orig_value);
6266 strcpy (new_value, orig_value);
6272 strcpy (new_value + add_len, orig_value);
  /src/external/bsd/openldap/dist/build/
ltmain.sh 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
6259 if (orig_value && *orig_value)
6261 size_t orig_value_len = strlen (orig_value);
6266 strcpy (new_value, orig_value);
6272 strcpy (new_value + add_len, orig_value);
  /src/external/bsd/openldap/dist/contrib/ldapc++/
ltmain.sh 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
6259 if (orig_value && *orig_value)
6261 size_t orig_value_len = strlen (orig_value);
6266 strcpy (new_value, orig_value);
6272 strcpy (new_value + add_len, orig_value);
  /src/external/gpl3/binutils/dist/
ltmain.sh 3492 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4023 lt_extend_str (const char *orig_value, const char *add, int to_end)
4026 if (orig_value && *orig_value)
4028 int orig_value_len = strlen (orig_value);
4033 strcpy (new_value, orig_value);
4039 strcpy (new_value + add_len, orig_value);
  /src/external/gpl3/binutils.old/dist/
ltmain.sh 3492 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4023 lt_extend_str (const char *orig_value, const char *add, int to_end)
4026 if (orig_value && *orig_value)
4028 int orig_value_len = strlen (orig_value);
4033 strcpy (new_value, orig_value);
4039 strcpy (new_value + add_len, orig_value);
  /src/external/gpl3/gcc/dist/
ltmain.sh 3492 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4023 lt_extend_str (const char *orig_value, const char *add, int to_end)
4026 if (orig_value && *orig_value)
4028 int orig_value_len = strlen (orig_value);
4033 strcpy (new_value, orig_value);
4039 strcpy (new_value + add_len, orig_value);
  /src/external/gpl3/gcc.old/dist/
ltmain.sh 3492 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4023 lt_extend_str (const char *orig_value, const char *add, int to_end)
4026 if (orig_value && *orig_value)
4028 int orig_value_len = strlen (orig_value);
4033 strcpy (new_value, orig_value);
4039 strcpy (new_value + add_len, orig_value);
  /src/external/gpl3/gdb/dist/
ltmain.sh 3492 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4023 lt_extend_str (const char *orig_value, const char *add, int to_end)
4026 if (orig_value && *orig_value)
4028 int orig_value_len = strlen (orig_value);
4033 strcpy (new_value, orig_value);
4039 strcpy (new_value + add_len, orig_value);
  /src/external/gpl3/gdb.old/dist/
ltmain.sh 3492 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4023 lt_extend_str (const char *orig_value, const char *add, int to_end)
4026 if (orig_value && *orig_value)
4028 int orig_value_len = strlen (orig_value);
4033 strcpy (new_value, orig_value);
4039 strcpy (new_value + add_len, orig_value);
  /src/external/lgpl3/gmp/dist/
ltmain.sh 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
6259 if (orig_value && *orig_value)
6261 size_t orig_value_len = strlen (orig_value);
6266 strcpy (new_value, orig_value);
6272 strcpy (new_value + add_len, orig_value);
  /src/external/lgpl3/mpc/dist/
ltmain.sh 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
6259 if (orig_value && *orig_value)
6261 size_t orig_value_len = strlen (orig_value);
6266 strcpy (new_value, orig_value);
6272 strcpy (new_value + add_len, orig_value);
  /src/external/gpl3/gdb/dist/gdb/
amd64-tdep.c 1379 ULONGEST orig_value;
1409 regcache_cooked_read_unsigned (regs, tmp_regno, &orig_value);
1411 dsc->tmp_save = orig_value;
1376 ULONGEST orig_value; local

Completed in 211 milliseconds

1 2 3