Searched refs:le (Results 1 - 25 of 508) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D990829-1.c1 double test (const double le, const double ri) argument
3 double val = ( ri - le ) / ( ri * ( le + 1.0 ) );
H A Dint-compare.c18 le (a, b) function
87 false (le (2, 1));
88 true (le (1, 2));
90 false (le (INT_MAX, 0));
91 true (le (0, INT_MAX));
92 false (le (INT_MAX, 1));
93 true (le (1, INT_MAX));
95 true (le (INT_MIN, 0));
96 false (le (0, INT_MIN));
97 true (le (INT_MI
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D990829-1.c1 double test (const double le, const double ri) argument
3 double val = ( ri - le ) / ( ri * ( le + 1.0 ) );
H A Dint-compare.c18 le (a, b) function
87 false (le (2, 1));
88 true (le (1, 2));
90 false (le (INT_MAX, 0));
91 true (le (0, INT_MAX));
92 false (le (INT_MAX, 1));
93 true (le (1, INT_MAX));
95 true (le (INT_MIN, 0));
96 false (le (0, INT_MIN));
97 true (le (INT_MI
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_link_resolver.c149 struct links_entry *le; local
155 while ((le = next_entry(res)) != NULL)
156 archive_entry_free(le->entry);
167 struct links_entry *le; local
173 le = next_entry(res);
174 if (le != NULL) {
175 *e = le->entry;
176 le->entry = NULL;
192 le = find_entry(res, *e);
193 if (le !
251 struct links_entry *le; local
306 struct links_entry *le; local
341 struct links_entry *le; local
373 struct links_entry *le, **new_buckets; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dlist.c52 entry_to_citer(const atf_list_t *l, const struct list_entry *le) argument
56 iter.m_entry = le;
62 entry_to_iter(atf_list_t *l, struct list_entry *le) argument
66 iter.m_entry = le;
74 struct list_entry *le; local
76 le = (struct list_entry *)malloc(sizeof(*le));
77 if (le != NULL) {
78 le->m_prev = le
89 delete_entry(struct list_entry *le) argument
102 struct list_entry *le; local
127 const struct list_entry *le = citer.m_entry; local
135 const struct list_entry *le = citer.m_entry; local
164 const struct list_entry *le = iter.m_entry; local
172 const struct list_entry *le = iter.m_entry; local
230 struct list_entry *le; local
254 struct list_entry *le = l->m_begin; local
261 const struct list_entry *le = l->m_begin; local
357 struct list_entry *le, *next, *prev; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dlist.c54 entry_to_citer(const atf_list_t *l, const struct list_entry *le) argument
58 iter.m_entry = le;
64 entry_to_iter(atf_list_t *l, struct list_entry *le) argument
68 iter.m_entry = le;
76 struct list_entry *le; local
78 le = (struct list_entry *)malloc(sizeof(*le));
79 if (le != NULL) {
80 le->m_prev = le
91 delete_entry(struct list_entry *le) argument
104 struct list_entry *le; local
129 const struct list_entry *le = citer.m_entry; local
137 const struct list_entry *le = citer.m_entry; local
166 const struct list_entry *le = iter.m_entry; local
174 const struct list_entry *le = iter.m_entry; local
232 struct list_entry *le; local
256 struct list_entry *le = l->m_begin; local
263 const struct list_entry *le = l->m_begin; local
359 struct list_entry *le, *next, *prev; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dalpha-step.c32 le (-360.0);
33 le (360.0);
81 " .ent le\n"
82 "le:\n"
90 " .end le\n");
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mep/
H A Dallinsn.exp6 run_dump_test $test.le
H A Ddj2.le.d4 #name: dj2.le
H A Dbranch1.le.d4 #name: branch1.le
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.c49 list_t *le; local
51 le = xmalloc(sizeof (list_t));
52 le->l_data = data;
53 le->l_next = *list;
54 *list = le;
82 list_t *le, **le2; local
88 for (le = *list, le2 = list; le; le2 = &le->l_next, le
103 list_t *le; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap_leaf.c123 struct zap_leaf_entry *le; local
127 le = &lc->l_entry;
129 le->le_type = BSWAP_8(le->le_type);
130 le->le_value_intlen = BSWAP_8(le->le_value_intlen);
131 le->le_next = BSWAP_16(le->le_next);
132 le->le_name_chunk = BSWAP_16(le
393 struct zap_leaf_entry *le; local
453 struct zap_leaf_entry *le; local
490 struct zap_leaf_entry *le = local
511 struct zap_leaf_entry *le = local
533 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, *zeh->zeh_chunkp); local
561 struct zap_leaf_entry *le; local
586 struct zap_leaf_entry *le; local
684 struct zap_leaf_entry *le; local
721 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry); local
773 struct zap_leaf_entry *le, *nle; local
826 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, i); local
863 struct zap_leaf_entry *le = local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dsb.h57 struct le *item;
63 typedef struct le struct
65 struct le *next;
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dlockstat.c135 lockstat_init_tables(lsenable_t *le) argument
152 if (le == NULL)
156 per = le->le_nbufs / ncpu;
157 slop = le->le_nbufs - (per * ncpu);
185 lockstat_start(lsenable_t *le) argument
190 lockstat_init_tables(le);
192 if ((le->le_flags & LE_CALLSITE) != 0)
197 if ((le->le_flags & LE_LOCK) != 0)
202 lockstat_csstart = le->le_csstart;
203 lockstat_csend = le
287 lockstat_alloc(lsenable_t *le) argument
426 lsenable_t *le; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mri/
H A Dwhile.s9 while d1 <le> #10 do
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/metadata/
H A Dmerge.c66 uint32_t le = 0; local
74 if (seg->le != le) {
77 lv->name, seg_count, le, seg->le);
171 if (seg_le(seg, s) != le) {
200 le += seg->len;
217 lv->name, seg->lv->name, seg->le,
218 seg->le + seg->len - 1,
225 lv->name, sl->count, seg->lv->name, seg->le,
258 _lv_split_segment(struct logical_volume *lv, struct lv_segment *seg, uint32_t le) argument
347 lv_split_segment(struct logical_volume *lv, uint32_t le) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-extents.c28 * pe->le map to a full le->pe map, and then
31 * the pe->le map to segments would be gladly
116 uint32_t i, lv_num, le; local
146 le = e[i].le_num;
148 if (le >= lvm->lv->le_count) {
154 if (lvm->map[le].pv) {
156 "already mapped.", le);
160 lvm->map[le].pv = pv;
161 lvm->map[le]
198 _area_length(struct lv_map *lvm, uint32_t le) argument
213 uint32_t le = 0, len; local
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/ffs/
H A Dt_miscquota.sh29 "walk user quota list over several disk blocks" -b le 1 user
33 -b le 1 user
37 -boL le 1 user
41 -boC le 1 user
45 -boLC le 1 user
49 -l le 1 user
53 -oRL le 1 user
57 "new quota entry denied by default entry" 5 -b le 1 user
60 "new quota entry denied by default entry, with list on more than one block" 5000 -b le 1 user
/netbsd-6-1-5-RELEASE/sbin/atactl/
H A Datactl.c597 print_error_entry(int num, const struct ata_smart_error *le) argument
606 le->command[i].device_control,
607 le->command[i].features,
608 le->command[i].sector_count,
609 le->command[i].sector_number,
610 le->command[i].cylinder_low,
611 le->command[i].cylinder_high,
612 le->command[i].device_head,
613 le->command[i].command,
614 le
691 print_selftest_entry(int num, const struct ata_smart_selftest *le) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgraphite-interchange.c77 ppl_Linear_Expression_t le; local
95 ppl_new_Linear_Expression_with_dimension (&le, dim - offset);
96 ppl_set_coef (le, i, 1);
97 ppl_max_for_le_pointset (PDR_ACCESSES (pdr), le, sub_size); local
99 ppl_delete_Linear_Expression (le);
134 ppl_Linear_Expression_t le; local
145 ppl_new_Linear_Expression_with_dimension (&le, dim);
146 ppl_set_coef (le, time_depth, 1);
147 ppl_set_coef (le, time_depth + offset, -1);
148 ppl_set_inhomogeneous (le,
202 ppl_Linear_Expression_t le, lma; local
[all...]
/netbsd-6-1-5-RELEASE/bin/test/
H A DTEST.csh130 echo 't 200 -le 200'
131 t 200 -le 200
132 echo 't 340 -le 222'
133 t 340 -le 222
135 echo 't 700 -le 1000 -a -n "1" -a "20" = "20"'
136 t 700 -le 1000 -a -n "1" -a "20" = "20"
137 echo 't ! \( 700 -le 1000 -a -n "1" -a "20" = "20" \)'
138 t ! \( 700 -le 1000 -a -n "1" -a "20" = "20" \)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Ddata-reloc.d4 .*: *file format elf32-tic6x-le
H A Dendian-3.d6 .*: *file format elf32-tic6x-le
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dtls-err-43.d2 #source: tls-le-12.s

Completed in 200 milliseconds

1234567891011>>