Searched refs:ml (Results 1 - 25 of 213) sorted by relevance

123456789

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dreloc-lo-430x.d1 #as: -ml
H A Dattr-430-small-bad.d3 #as: -mdata-region=none -ml
H A Dattr-430x-large-any-good.d3 #as: -ml -mdata-region=none
H A Dattr-430x-large-lower-good.d3 #as: -ml
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util.h75 void Read(const MemLoc &ml, int size, bool expect_race = false) { argument
76 Access(ml.loc(), false, size, expect_race);
78 void Write(const MemLoc &ml, int size, bool expect_race = false) { argument
79 Access(ml.loc(), true, size, expect_race);
81 void Read1(const MemLoc &ml, bool expect_race = false) { argument
82 Read(ml, 1, expect_race); }
83 void Read2(const MemLoc &ml, bool expect_race = false) { argument
84 Read(ml, 2, expect_race); }
85 void Read4(const MemLoc &ml, bool expect_race = false) { argument
86 Read(ml,
87 Read8(const MemLoc &ml, bool expect_race = false) argument
89 Write1(const MemLoc &ml, bool expect_race = false) argument
91 Write2(const MemLoc &ml, bool expect_race = false) argument
93 Write4(const MemLoc &ml, bool expect_race = false) argument
95 Write8(const MemLoc &ml, bool expect_race = false) argument
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmultilist.c30 multilist_d2l(multilist_t *ml, void *obj) argument
32 return ((multilist_node_t *)((char *)obj + ml->ml_offset));
63 multilist_create(multilist_t *ml, size_t size, size_t offset, unsigned int num, argument
66 ASSERT3P(ml, !=, NULL);
72 ml->ml_offset = offset;
73 ml->ml_num_sublists = num;
74 ml->ml_index_func = index_func;
76 ml->ml_sublists = kmem_zalloc(sizeof (multilist_sublist_t) *
77 ml->ml_num_sublists, KM_SLEEP);
79 ASSERT3P(ml
92 multilist_destroy(multilist_t *ml) argument
123 multilist_insert(multilist_t *ml, void *obj) argument
168 multilist_remove(multilist_t *ml, void *obj) argument
211 multilist_is_empty(multilist_t *ml) argument
237 multilist_get_num_sublists(multilist_t *ml) argument
244 multilist_get_random_index(multilist_t *ml) argument
251 multilist_sublist_lock(multilist_t *ml, unsigned int sublist_idx) argument
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-avx2.h14 __m256i ml = _mm256_mul_epu32(A0, B0); \
15 ml = _mm256_add_epi64(ml, ml); \
16 A0 = _mm256_add_epi64(A0, _mm256_add_epi64(B0, ml)); \
20 ml = _mm256_mul_epu32(C0, D0); \
21 ml = _mm256_add_epi64(ml, ml); \
22 C0 = _mm256_add_epi64(C0, _mm256_add_epi64(D0, ml)); \
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dfixup_tdescs.c67 mlist_t *ml; local
74 for (ml = str->t_members; ml; ml = ml->ml_next) {
75 if (streq(ml->ml_name, mems[i]))
78 if (!ml)
81 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name ||
82 ml
118 mlist_t *ml; local
209 mlist_t *ml, *lml; local
[all...]
/netbsd-current/usr.bin/systat/
H A Dbufcache.c130 struct ml_entry *ml; local
187 for (i = lastrow, ml = LIST_FIRST(&mount_list); ml != NULL;
188 i++, ml = LIST_NEXT(ml, ml_entries)) {
190 int cnt = ml->ml_count;
191 double v = ml->ml_valid;
192 double s = ml->ml_size;
196 mvwprintw(wnd, i, 0, "%-20.20s", ml->ml_addr == NULL ?
197 "NULL" : ml
256 struct ml_entry *ml; local
366 struct ml_entry *ml; local
416 struct ml_entry *ml; local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmodify.c48 Modifications *ml; local
79 for ( i = 0, ml = op->orm_modlist; ml; i++ ,ml = ml->sml_next )
97 for ( i = 0, ml = op->orm_modlist; ml; ml = ml->sml_next ) {
100 if ( !isupdate && !get_relax( op ) && ml
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dmodify.c49 Modifications *ml; local
60 for ( i = 0, ml = op->orm_modlist; ml; i++, ml = ml->sml_next )
72 for ( i = 0, ml = op->orm_modlist; ml; ml = ml->sml_next ) {
73 if ( !isupdate && !get_relax( op ) && ml
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ia64/
H A Dline.exp55 set ml "undefined.c:9: undefined reference to `*this_function_is_not_defined'"
57 checkund $ml $testline
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-msp430-elf/
H A Dattr-gnu-region-lower.d1 #source: attr-gnu-main.s -ml -mdata-region=lower
2 #source: attr-gnu-obj.s -ml
H A Dattr-gnu-region-lower-upper.d2 #source: attr-gnu-main.s -ml -mdata-region=lower
3 #source: attr-gnu-obj.s -ml -mdata-region=upper
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dline.exp55 set ml "undefined.c:9: undefined reference to `*this_function_is_not_defined'"
57 checkund $ml $testline
/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Dt-sub.c34 mp_limb_t want_dh,want_dl, mh,ml, sh,sl; member in struct:__anon97
53 sub_ddmmss (got_dh,got_dl, data[i].mh,data[i].ml, data[i].sh,data[i].sl);
58 mp_limb_trace (" ml", data[i].ml);
73 mp_limb_t want_dh,want_dl, got_dh,got_dl, mh,ml, sh,sl; local
79 ml = urandom ();
83 refmpn_sub_ddmmss (&want_dh,&want_dl, mh,ml, sh,sl);
85 sub_ddmmss (got_dh,got_dl, mh,ml, sh,sl);
91 mp_limb_trace (" ml", ml);
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/sh/
H A Dallinsn.exp12 x-ml { set ASFLAGS_FOR_TARGET "-little --defsym LITTLE=1"
/netbsd-current/tests/modules/k_helper3/
H A Dk_helper3.c63 modctl_load_t ml; local
76 ml.ml_filename = filename;
77 ml.ml_flags = 0;
78 ml.ml_props = propsstr;
79 ml.ml_propslen = strlen(propsstr);
84 rv = modctl(MODCTL_LOAD, &ml);
/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dalloc.c88 * Each block actually has ALIGN(struct ml) + ALIGN(size) bytes allocated
91 * 0 ... (sizeof(struct ml) - 1)
94 * sizeof(struct ml) ... (ALIGN(sizeof(struct ml)) - 1)
98 * ALIGN(sizeof(struct ml)) ... (ALIGN(sizeof(struct ml)) +
104 * However, note that ALIGN(sizeof(struct ml)) + ALIGN(data size) must
112 struct ml { struct
114 LIST_ENTRY(ml) list;
117 LIST_HEAD(, ml) freelis
[all...]
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dalloc.c88 * Each block actually has ALIGN(struct ml) + ALIGN(size) bytes allocated
91 * 0 ... (sizeof(struct ml) - 1)
94 * sizeof(struct ml) ... (ALIGN(sizeof(struct ml)) - 1)
98 * ALIGN(sizeof(struct ml)) ... (ALIGN(sizeof(struct ml)) +
104 * However, note that ALIGN(sizeof(struct ml)) + ALIGN(data size) must
112 struct ml { struct
114 LIST_ENTRY(ml) list;
117 LIST_HEAD(, ml) freelis
[all...]
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dalloc.c87 * Each block actually has ALIGN(struct ml) + ALIGN(size) bytes allocated
90 * 0 ... (sizeof(struct ml) - 1)
93 * sizeof(struct ml) ... (ALIGN(sizeof(struct ml)) - 1)
97 * ALIGN(sizeof(struct ml)) ... (ALIGN(sizeof(struct ml)) +
103 * However, note that ALIGN(sizeof(struct ml)) + ALIGN(data size) must
111 struct ml { struct
113 LIST_ENTRY(ml) list;
116 LIST_HEAD(, ml) freelis
[all...]
/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_mapper_serial.c114 struct maplink *ml; local
116 while ((ml = SIMPLEQ_FIRST(&sr->sr_mappers)) != NULL) {
118 _mapper_close(ml->ml_mapper);
119 free(ml);
130 struct maplink *ml; local
145 ml = malloc(sizeof(*ml));
146 if (ml == NULL)
148 ret = _mapper_open(ma, &ml->ml_mapper, mapname);
150 free(ml);
219 struct maplink *ml; local
241 struct maplink *ml; local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmodify.c352 Modifications *ml,
359 for ( ; ml != NULL; ml = ml->sml_next ) {
360 if ( is_at_obsolete( ml->sml_desc->ad_type ) &&
361 (( ml->sml_op != LDAP_MOD_REPLACE &&
362 ml->sml_op != LDAP_MOD_DELETE ) ||
363 ml->sml_values != NULL ))
371 ml->sml_type.bv_val );
386 Modifications *ml,
350 slap_mods_obsolete_check( Operation *op, Modifications *ml, const char **text, char *textbuf, size_t textlen ) argument
384 slap_mods_no_user_mod_check( Operation *op, Modifications *ml, const char **text, char *textbuf, size_t textlen ) argument
426 slap_mods_no_repl_user_mod_check( Operation *op, Modifications *ml, const char **text, char *textbuf, size_t textlen ) argument
457 slap_mods_check( Operation *op, Modifications *ml, const char **text, char *textbuf, size_t textlen, void *ctx ) argument
685 slap_sort_vals( Modifications *ml, const char **text, int *dup, void *ctx ) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c348 Modifications *ml; local
430 ml = ch_malloc(sizeof(Modifications));
431 if (!qpw->rs_modtail) qpw->rs_modtail = &ml->sml_next;
432 ml->sml_next = qpw->rs_mods;
433 qpw->rs_mods = ml;
435 ml->sml_desc = ad_krb5Key;
436 ml->sml_op = LDAP_MOD_REPLACE;
438 ml->sml_flags = SLAP_MOD_INTERNAL;
440 ml->sml_numvals = i;
441 ml
[all...]
/netbsd-current/external/bsd/less/dist/
H A Dcmdbuf.c637 struct mlist *ml; local
656 for (ml = curr_mlist->curr_mp;;)
658 ml = (action == EC_UP) ? ml->prev : ml->next;
659 if (ml == curr_mlist)
666 if (strncmp(cmdbuf, ml->string, updown_match) == 0)
672 curr_mlist->curr_mp = ml;
673 s = ml->string;
696 static void ml_link(struct mlist *mlist, struct mlist *ml) argument
707 ml_unlink(struct mlist *ml) argument
719 struct mlist *ml; local
1336 mlist_size(struct mlist *ml) argument
1408 struct mlist *ml = NULL; local
1489 addhist_init(void *uparam, struct mlist *ml, char *string) argument
1512 write_mlist_header(struct mlist *ml, FILE *f) argument
1525 write_mlist(struct mlist *ml, FILE *f) argument
1561 copy_hist(void *uparam, struct mlist *ml, char *string) argument
[all...]

Completed in 187 milliseconds

123456789