Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 1196) sorted by relevance

12345678910>>...48

/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-intermix-2.s16 .set macro macro
32 .set macro macro
50 .set macro macro
65 .set macro macro
83 .set macro macro
98 .set macro macro
116 .set macro macro
131 .set macro macro
149 .set macro macro
164 .set macro macro
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/mips/
H A Dmips16-intermix.s16 .set macro macro
32 .set macro macro
50 .set macro macro
65 .set macro macro
83 .set macro macro
98 .set macro macro
116 .set macro macro
131 .set macro macro
149 .set macro macro
164 .set macro macro
[all …]
H A Dmips16-hilo-match.s25 .set macro macro
49 .set macro macro
69 .set macro macro
76 .set macro macro
89 .set macro macro
97 .set macro macro
H A Delf-rel26.s17 .set macro macro
27 .set macro macro
36 .set macro macro
47 .set macro macro
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-intermix-2.s16 .set macro macro
32 .set macro macro
50 .set macro macro
65 .set macro macro
83 .set macro macro
98 .set macro macro
116 .set macro macro
131 .set macro macro
149 .set macro macro
164 .set macro macro
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16-intermix.s16 .set macro macro
32 .set macro macro
50 .set macro macro
65 .set macro macro
83 .set macro macro
98 .set macro macro
116 .set macro macro
131 .set macro macro
149 .set macro macro
164 .set macro macro
[all …]
H A Dmips16-hilo-match.s25 .set macro macro
49 .set macro macro
69 .set macro macro
76 .set macro macro
89 .set macro macro
97 .set macro macro
H A Delf-rel26.s17 .set macro macro
27 .set macro macro
36 .set macro macro
47 .set macro macro
/netbsd/external/bsd/nsd/dist/compat/
H A Dcpuset.c19 cpuset_t *set = calloc(1, sizeof(*set)); in cpuset_create() local
25 void cpuset_destroy(cpuset_t *set) in cpuset_destroy()
32 void cpuset_zero(cpuset_t *set) in cpuset_zero()
39 int cpuset_set(cpuid_t cpu, cpuset_t *set) in cpuset_set()
47 int cpuset_clr(cpuid_t cpu, cpuset_t *set) in cpuset_clr()
55 int cpuset_isset(cpuid_t cpu, const cpuset_t *set) in cpuset_isset()
62 size_t cpuset_size(const cpuset_t *set) in cpuset_size()
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc101 rebuild_location_adhoc_htab (line_maps *set) in rebuild_location_adhoc_htab()
116 can_be_stored_compactly_p (line_maps *set, in can_be_stored_compactly_p()
157 get_combined_adhoc_loc (line_maps *set, in get_combined_adhoc_loc()
273 get_range_from_loc (line_maps *set, in get_range_from_loc()
340 linemap_init (line_maps *set, in linemap_init()
370 linemap_check_files_exited (line_maps *set) in linemap_check_files_exited()
1332 first_map_in_common_1 (line_maps *set, in first_map_in_common_1()
1379 first_map_in_common (line_maps *set, in first_map_in_common()
1786 linemap_expand_location (line_maps *set, in linemap_expand_location()
1891 linemap_dump_location (line_maps *set, in linemap_dump_location()
[all …]
H A Dline-map.c101 rebuild_location_adhoc_htab (line_maps *set) in rebuild_location_adhoc_htab()
116 can_be_stored_compactly_p (line_maps *set, in can_be_stored_compactly_p()
157 get_combined_adhoc_loc (line_maps *set, in get_combined_adhoc_loc()
273 get_range_from_loc (line_maps *set, in get_range_from_loc()
340 linemap_init (line_maps *set, in linemap_init()
370 linemap_check_files_exited (line_maps *set) in linemap_check_files_exited()
1256 first_map_in_common_1 (line_maps *set, in first_map_in_common_1()
1303 first_map_in_common (line_maps *set, in first_map_in_common()
1707 linemap_expand_location (line_maps *set, in linemap_expand_location()
1812 linemap_dump_location (line_maps *set, in linemap_dump_location()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c101 rebuild_location_adhoc_htab (line_maps *set) in rebuild_location_adhoc_htab()
116 can_be_stored_compactly_p (line_maps *set, in can_be_stored_compactly_p()
157 get_combined_adhoc_loc (line_maps *set, in get_combined_adhoc_loc()
273 get_range_from_loc (line_maps *set, in get_range_from_loc()
340 linemap_init (line_maps *set, in linemap_init()
370 linemap_check_files_exited (line_maps *set) in linemap_check_files_exited()
1256 first_map_in_common_1 (line_maps *set, in first_map_in_common_1()
1303 first_map_in_common (line_maps *set, in first_map_in_common()
1707 linemap_expand_location (line_maps *set, in linemap_expand_location()
1812 linemap_dump_location (line_maps *set, in linemap_dump_location()
[all …]
/netbsd/sys/arch/sparc64/include/
H A Dcpuset.h38 #define CPUSET_ADD(set, cpu) ((set) |= CPUSET_SINGLE(cpu)) argument
39 #define CPUSET_DEL(set, cpu) ((set) &= ~CPUSET_SINGLE(cpu)) argument
42 #define CPUSET_EXCEPT(set, cpu) ((set) & ~CPUSET_SINGLE(cpu)) argument
44 #define CPUSET_HAS(set, cpu) ((set) & CPUSET_SINGLE(cpu)) argument
45 #define CPUSET_NEXT(set) (ffs(set) - 1) argument
47 #define CPUSET_EMPTY(set) ((set) == (sparc64_cpuset_t)0) argument
49 #define CPUSET_CLEAR(set) ((set) = (sparc64_cpuset_t)0) argument
/netbsd/lib/libc/compat/gen/
H A Dcompat_sigsetops.c69 sigemptyset(sigset13_t *set) in sigemptyset()
76 sigfillset(sigset13_t *set) in sigfillset()
83 sigaddset(sigset13_t *set, int signo) in sigaddset()
94 sigdelset(sigset13_t *set, int signo) in sigdelset()
105 sigismember(const sigset13_t *set, int signo) in sigismember()
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dsigprocmask.c36 sigismember (const sigset_t *set, int sig) in sigismember()
45 sigemptyset (sigset_t *set) in sigemptyset()
52 sigaddset (sigset_t *set, int sig) in sigaddset()
67 sigdelset (sigset_t *set, int sig) in sigdelset()
82 sigfillset (sigset_t *set) in sigfillset()
103 sigpending (sigset_t *set) in sigpending()
119 sigprocmask (int operation, const sigset_t *set, sigset_t *old_set) in sigprocmask()
/netbsd/include/
H A Dsignal.h116 sigaddset(sigset_t *set, int signo) in sigaddset()
127 sigdelset(sigset_t *set, int signo) in sigdelset()
138 sigismember(const sigset_t *set, int signo) in sigismember()
148 sigemptyset(sigset_t *set) in sigemptyset()
155 sigfillset(sigset_t *set) in sigfillset()
/netbsd/external/gpl2/texinfo/dist/info/
H A Dsignals.h53 # define sigemptyset(set) (*(set) = (sigset_t)0x0) argument
56 # define sigfillset(set) (*(set) = (sigset_t)0xffffffffff) argument
59 # define sigaddset(set, sig) *(set) |= sigmask (sig) argument
62 # define sigdelset(set, sig) *(set) &= ~(sigmask (sig)) argument
65 # define sigismember(set, sig) (*(set) & (sigmask (sig))) argument
69 # define sigsuspend(set) sigpause (*(set)) argument
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddfp.c73 decContext set; in decimal_real_from_string() local
90 decContext set; in decimal_to_decnumber() local
155 decContext set; in encode_decimal32() local
176 decContext set; in decode_decimal32() local
197 decContext set; in encode_decimal64() local
230 decContext set; in decode_decimal64() local
262 decContext set; in encode_decimal128() local
304 decContext set; in decode_decimal128() local
377 decContext set; in decimal_do_compare() local
419 decContext set; in decimal_round_for_format() local
[all …]
H A Ddfp.cc73 decContext set; in decimal_real_from_string() local
90 decContext set; in decimal_to_decnumber() local
155 decContext set; in encode_decimal32() local
176 decContext set; in decode_decimal32() local
197 decContext set; in encode_decimal64() local
230 decContext set; in decode_decimal64() local
262 decContext set; in encode_decimal128() local
304 decContext set; in decode_decimal128() local
377 decContext set; in decimal_do_compare() local
419 decContext set; in decimal_round_for_format() local
[all …]
/netbsd/sys/sys/
H A Dcdefs_elf.h175 #define __link_set_make_entry(set, sym) \ argument
178 #define __link_set_make_entry2(set, sym, n) \ argument
182 #define __link_set_make_entry(set, sym) \ argument
184 #define __link_set_make_entry2(set, sym, n) \ argument
188 #define __link_set_add_text(set, sym) __link_set_make_entry(set, sym) argument
190 #define __link_set_add_data(set, sym) __link_set_make_entry(set, sym) argument
191 #define __link_set_add_bss(set, sym) __link_set_make_entry(set, sym) argument
197 #define __link_set_start(set) (__start_link_set_##set) argument
198 #define __link_set_end(set) (__stop_link_set_##set) argument
200 #define __link_set_decl(set, ptype) \ argument
[all …]
H A Dcdefs_aout.h99 #define __link_set_make_entry(set, sym, type) \ argument
104 #define __link_set_make_entry(set, sym, type) \ argument
108 #define __link_set_add_text(set, sym) __link_set_make_entry(set, sym, 23) argument
109 #define __link_set_add_rodata(set, sym) __link_set_make_entry(set, sym, 23) argument
110 #define __link_set_add_data(set, sym) __link_set_make_entry(set, sym, 25) argument
111 #define __link_set_add_bss(set, sym) __link_set_make_entry(set, sym, 27) argument
113 #define __link_set_decl(set, ptype) \ argument
119 #define __link_set_start(set) (&(__link_set_##set).__ls_items[0]) argument
120 #define __link_set_end(set) \ argument
123 #define __link_set_count(set) ((__link_set_##set).__ls_length) argument
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddfp.c73 decContext set; in decimal_real_from_string() local
90 decContext set; in decimal_to_decnumber() local
155 decContext set; in encode_decimal32() local
176 decContext set; in decode_decimal32() local
197 decContext set; in encode_decimal64() local
230 decContext set; in decode_decimal64() local
262 decContext set; in encode_decimal128() local
304 decContext set; in decode_decimal128() local
377 decContext set; in decimal_do_compare() local
419 decContext set; in decimal_round_for_format() local
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-longdouble.cc46 longdouble::set (real_value &d) in set() function in longdouble
54 longdouble::set (int32_t d) in set() function in longdouble
60 longdouble::set (int64_t d) in set() function in longdouble
77 longdouble::set (uint32_t d) in set() function in longdouble
83 longdouble::set (uint64_t d) in set() function in longdouble
100 longdouble::set (bool d) in set() function in longdouble
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dsets.c34 slap_set_size( BerVarray set ) in slap_set_size()
49 slap_set_isempty( BerVarray set ) in slap_set_isempty()
71 slap_set_dispose( SetCookie *cp, BerVarray set, unsigned flags ) in slap_set_dispose()
88 set_dup( SetCookie *cp, BerVarray set, unsigned flags ) in set_dup()
145 BerVarray set; in slap_set_join() local
381 SetCookie *cp, BerVarray set, AttributeDescription *desc, int closure ) in set_chase()
429 set_parents( SetCookie *cp, BerVarray set ) in set_parents()
493 set_parent( SetCookie *cp, BerVarray set, int level ) in set_parent()
564 BerVarray set, lset; in slap_set_filter() local
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h853 LINEMAPS_USED (line_maps *set, bool map_kind) in LINEMAPS_USED()
906 LINEMAPS_ORDINARY_MAPS (const line_maps *set) in LINEMAPS_ORDINARY_MAPS()
930 LINEMAPS_ORDINARY_USED (const line_maps *set) in LINEMAPS_ORDINARY_USED()
938 LINEMAPS_ORDINARY_CACHE (const line_maps *set) in LINEMAPS_ORDINARY_CACHE()
962 LINEMAPS_MACRO_MAPS (const line_maps *set) in LINEMAPS_MACRO_MAPS()
979 LINEMAPS_MACRO_ALLOCATED (const line_maps *set) in LINEMAPS_MACRO_ALLOCATED()
986 LINEMAPS_MACRO_USED (const line_maps *set) in LINEMAPS_MACRO_USED()
994 LINEMAPS_MACRO_CACHE (const line_maps *set) in LINEMAPS_MACRO_CACHE()
1001 LINEMAPS_LAST_MACRO_MAP (const line_maps *set) in LINEMAPS_LAST_MACRO_MAP()
1048 COMBINE_LOCATION_DATA (class line_maps *set, in COMBINE_LOCATION_DATA()
[all …]

12345678910>>...48