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

1 2 3 4 5 6 7 8 9

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util.h 75 void Read(const MemLoc &ml, int size, bool expect_race = false) {
76 Access(ml.loc(), false, size, expect_race);
78 void Write(const MemLoc &ml, int size, bool expect_race = false) {
79 Access(ml.loc(), true, size, expect_race);
81 void Read1(const MemLoc &ml, bool expect_race = false) {
82 Read(ml, 1, expect_race); }
83 void Read2(const MemLoc &ml, bool expect_race = false) {
84 Read(ml, 2, expect_race); }
85 void Read4(const MemLoc &ml, bool expect_race = false) {
86 Read(ml, 4, expect_race);
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
multilist.c 30 multilist_d2l(multilist_t *ml, void *obj)
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,
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->ml_sublists, !=, NULL)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
blamka-round-avx2.h 14 __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...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/emptyds/
emptyds.c 145 Modifications **mlp, **nextp = NULL, *ml; local
153 ml = op->ora_modlist;
155 ap = nexta, a = *ap, mlp = nextp, ml = ml ? *mlp : NULL ) {
160 if ( ml ) {
161 nextp = &ml->sml_next;
168 remaining = remove_empty_values( &ml->sml_mod, a );
178 if ( ml ) {
179 *mlp = ml->sml_next;
180 ml->sml_next = NULL
200 Modifications **mlp, **nextp, *ml; local
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
fixup_tdescs.c 67 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->ml_type->t_tdesc->t_type != POINTER |
118 mlist_t *ml; local
209 mlist_t *ml, *lml; local
    [all...]
  /src/usr.bin/systat/
bufcache.c 130 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->ml_mount.mnt_stat.f_mntonname)
256 struct ml_entry *ml; local
366 struct ml_entry *ml; local
416 struct ml_entry *ml; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
modify.c 48 Modifications *ml; local
82 for ( i = 0, ml = op->orm_modlist; ml; i++ ,ml = ml->sml_next )
90 for ( i = 0, ml = op->orm_modlist; ml; ml = ml->sml_next ) {
93 if ( !isupdate && !get_relax( op ) && ml->sml_desc->ad_type->sat_no_user_mod
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
modify.c 49 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->sml_desc->ad_type->sat_no_user_mod
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
allinsn.exp 12 x-ml { set ASFLAGS_FOR_TARGET "-little --defsym LITTLE=1"
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
allinsn.exp 12 x-ml { set ASFLAGS_FOR_TARGET "-little --defsym LITTLE=1"
  /src/external/lgpl3/gmp/dist/tests/
t-sub.c 34 mp_limb_t want_dh,want_dl, mh,ml, sh,sl; member in struct:__anon23388
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...]
  /src/tests/modules/k_helper3/
k_helper3.c 63 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);
  /src/sys/arch/macppc/stand/ofwboot/
alloc.c 87 * 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) freelist = LIST_HEAD_INITIALIZER(freelist)
    [all...]
  /src/sys/arch/shark/stand/ofwboot/
alloc.c 88 * 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) freelist = LIST_HEAD_INITIALIZER(freelist)
    [all...]
  /src/sys/arch/sparc/stand/ofwboot/
alloc.c 88 * 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) freelist = LIST_HEAD_INITIALIZER(freelist)
    [all...]
  /src/lib/libc/citrus/modules/
citrus_mapper_serial.c 114 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...]
  /src/external/bsd/openldap/dist/servers/slapd/
modify.c 352 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,
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
smbk5pwd.c 349 Modifications *ml; local
431 ml = ch_malloc(sizeof(Modifications));
432 if (!qpw->rs_modtail) qpw->rs_modtail = &ml->sml_next;
433 ml->sml_next = qpw->rs_mods;
434 qpw->rs_mods = ml;
436 ml->sml_desc = ad_krb5Key;
437 ml->sml_op = LDAP_MOD_REPLACE;
439 ml->sml_flags = SLAP_MOD_INTERNAL;
441 ml->sml_numvals = i;
442 ml->sml_values = keys
    [all...]
  /src/external/bsd/less/dist/
cmdbuf.c 637 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)
719 struct mlist *ml; local
1408 struct mlist *ml = NULL; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
vernum.c 102 Modifications *ml, **mlp; local
107 for ( ml = op->orm_modlist; ml != NULL; ml = ml->sml_next ) {
108 if ( ml->sml_desc == vn->vn_vernum ) {
114 if ( ml->sml_desc == vn->vn_attr ) {
129 ml = ch_calloc( sizeof( Modifications ), 1 );
130 ml->sml_values = ch_calloc( sizeof( struct berval ) , 2 );
131 value_add_one( &ml->sml_values, &val_init )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
memberof.c 371 Modifications mod[ 2 ] = { { { 0 } } }, *ml; local
401 ml = &mod[ mcnt ];
402 ml->sml_numvals = 1;
403 ml->sml_values = &values[ 0 ];
404 ml->sml_values[ 0 ] = mo->mo_dn;
405 BER_BVZERO( &ml->sml_values[ 1 ] );
406 ml->sml_nvalues = &nvalues[ 0 ];
407 ml->sml_nvalues[ 0 ] = mo->mo_ndn;
408 BER_BVZERO( &ml->sml_nvalues[ 1 ] );
409 ml->sml_desc = slap_schema.si_ad_modifiersName
918 Modifications *ml = *mlp; local
935 Modifications *ml; local
960 Modifications *ml = *mlp; local
1058 Modifications *ml = *mmlp; local
1474 Modifications *ml, *mml = NULL; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DevelopmentModeInlineAdvisor.cpp 34 "ml-inliner-model-under-training", cl::Hidden,
63 "ml-inliner-output-spec-override", cl::Hidden,
65 "-ml-inliner-model-under-training documentation for the "
68 static cl::opt<std::string> TFFeedPrefix("ml-inliner-trained-model-feed-prefix",
132 /// 2) collect logs for the ML policy, using a model from a previous
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPModList.cpp 19 LDAPModList::LDAPModList(const LDAPModList& ml){
21 m_modList=ml.m_modList;
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
mutex.h 107 MutexLock ml(lock_);
108 last_thread = createBarrier(ml);
115 MutexLock ml(lock_);
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) {
142 phase_condition_.wait(ml.native_handle(), cb);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
mutex.h 107 MutexLock ml(lock_);
108 last_thread = createBarrier(ml);
115 MutexLock ml(lock_);
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) {
142 phase_condition_.wait(ml.native_handle(), cb);

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 9