HomeSort by: relevance | last modified time | path
    Searched refs:first_id (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ada-tasks.c 604 unsigned int first_id = 0; local
611 first_id = value_as_long (value_at (u32type, addr));
623 pspace_data->cpu_id_offset = first_id;
  /src/external/gpl3/gdb/dist/gdb/
ada-tasks.c 604 unsigned int first_id = 0; local
611 first_id = value_as_long (value_at (u32type, addr));
623 pspace_data->cpu_id_offset = first_id;
  /src/sys/kern/
sys_pset.c 417 syscallarg(id_t) first_id;
452 id1 = SCARG(uap, first_id);
systrace_args.c 3111 iarg[1] = SCARG(p, first_id); /* id_t */
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
netbsd_syscall_hooks.h 2239 #define __sanitizer_syscall_pre__pset_bind(idtype, first_id, second_id, psid, \
2242 (long long)(idtype), (long long)(first_id), (long long)(second_id), \
2244 #define __sanitizer_syscall_post__pset_bind(res, idtype, first_id, second_id, \
2247 res, (long long)(idtype), (long long)(first_id), (long long)(second_id), \
4378 long long first_id,
4382 long long first_id,
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 2603 syscallarg(id_t) first_id;
2611 SCARG(&ua, first_id) = SCARG(uap, first_id);
netbsd32_syscallargs.h 2192 syscallarg(id_t) first_id; member in struct:netbsd32__pset_bind_args
netbsd32_systrace_args.c 2945 iarg[1] = SCARG(p, first_id); /* id_t */
  /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
netbsd_syscall_hooks.h 2267 #define __sanitizer_syscall_pre__pset_bind(idtype, first_id, second_id, psid, \
2270 (long long)(idtype), (long long)(first_id), (long long)(second_id), \
2272 #define __sanitizer_syscall_post__pset_bind(res, idtype, first_id, second_id, \
2275 res, (long long)(idtype), (long long)(first_id), (long long)(second_id), \
4559 long long first_id,
4563 long long first_id,
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
netbsd_syscall_hooks.h 2267 #define __sanitizer_syscall_pre__pset_bind(idtype, first_id, second_id, psid, \
2270 (long long)(idtype), (long long)(first_id), (long long)(second_id), \
2272 #define __sanitizer_syscall_post__pset_bind(res, idtype, first_id, second_id, \
2275 res, (long long)(idtype), (long long)(first_id), (long long)(second_id), \
4559 long long first_id,
4563 long long first_id,
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 9379 of DIEs in between sorted_abbrev_dies[first_id] and abbrev_dies[end_id - 1]
9384 optimize_implicit_const (unsigned int first_id, unsigned int end,
9388 if (end < first_id + 2)
9393 dw_die_ref die = sorted_abbrev_dies[first_id];
9407 if (constant_size (AT_unsigned (a)) * (end - first_id)
9425 for (i = first_id; i < end; i++)
9445 unsigned int first_id = ~0U;
9466 if (dwarf_version >= 5 && first_id != ~0U)
9467 optimize_implicit_const (first_id, i, implicit_consts);
9472 first_id = i
9435 unsigned int first_id = ~0U; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 9337 of DIEs in between sorted_abbrev_dies[first_id] and abbrev_dies[end_id - 1]
9342 optimize_implicit_const (unsigned int first_id, unsigned int end,
9346 if (end < first_id + 2)
9351 dw_die_ref die = sorted_abbrev_dies[first_id];
9365 if (constant_size (AT_unsigned (a)) * (end - first_id)
9383 for (i = first_id; i < end; i++)
9403 unsigned int first_id = ~0U;
9424 if (dwarf_version >= 5 && first_id != ~0U)
9425 optimize_implicit_const (first_id, i, implicit_consts);
9430 first_id = i
9393 unsigned int first_id = ~0U; local
    [all...]
  /src/sys/sys/
syscallargs.h 2691 syscallarg(id_t) first_id; member in struct:sys__pset_bind_args

Completed in 123 milliseconds