Home
last modified time | relevance | path

Searched refs:mind (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/third_party/gettext/gettext-tools/libgrep/
Dkwset.c80 int mind; /* Minimum depth of an accepting node. */ member
116 kwset->mind = INT_MAX; in kwsalloc()
276 if (trie->depth < kwset->mind) in kwsincr()
277 kwset->mind = trie->depth; in kwsincr()
390 if (kwset->mind < 256) in kwsprep()
392 delta[i] = kwset->mind; in kwsprep()
406 kwset->target = (char *) obstack_alloc (&kwset->obstack, kwset->mind); in kwsprep()
407 for (i = kwset->mind - 1, curr = kwset->trie; i >= 0; --i) in kwsprep()
413 for (i = 0; i < kwset->mind; ++i) in kwsprep()
414 delta[(unsigned char) kwset->target[i]] = kwset->mind - (i + 1); in kwsprep()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_destroy/
Dcoverage.txt7 4 YES ** Keeping in mind it 'may' fail and not 'shall' fail,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/
Dcoverage.txt7 4 YES ** Keeping in mind it 'may' fail and not 'shall' fail,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
Dcoverage.txt9 6 NO ** Keeping in mind it 'may' fail and not 'shall' fail,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
Dcoverage.txt6 3 YES ** Keeping in mind it 'may' fail and not 'shall' fail,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
Dcoverage.txt7 4 NO ** Keeping in mind it 'may' fail and not 'shall' fail,
/third_party/ffmpeg/libavcodec/
Dtexturedspenc.c246 int mind, maxd; in optimize_colors() local
326 mind = maxd = block[0] * v_r + block[1] * v_g + block[2] * v_b; in optimize_colors()
334 if (dot < mind) { in optimize_colors()
335 mind = dot; in optimize_colors()
/third_party/boost/libs/outcome/doc/src/content/experimental/worked-example/
Dsource.md13 in the mind of the compiler with no run time representation.
/third_party/typescript/tests/baselines/reference/
DobjectRestParameterES5.types66 // actually, never mind, don't clone
75 // actually, never mind, don't clone
DobjectRestParameter.types66 // actually, never mind, don't clone
75 // actually, never mind, don't clone
DobjectRestParameter.symbols55 // actually, never mind, don't clone
64 // actually, never mind, don't clone
DobjectRestParameterES5.symbols55 // actually, never mind, don't clone
64 // actually, never mind, don't clone
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
Dcoverage.txt10 * Keeping in mind it 'may' fail and not 'shall' fail,
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dstrict-boolean-expressions.md128 Set this to `true` if you don't mind implicitly treating false the same as a nullish value.
134 Set this to `true` if you don't mind implicitly treating an empty string the same as a nullish valu…
140 Set this to `true` if you don't mind implicitly treating zero or NaN the same as a nullish value.
Dprefer-string-starts-ends-with.md54 If you don't mind that style, you can turn this rule off safely.
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/outcome/
D_index.md24 …ing exceptions across layers of the program that were never designed with exception safety in mind.
38 was not designed with exception safety in mind and functions need to return information about failu…
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
Dcoverage.txt9 5 YES ** Keeping in mind it 'may' fail and not 'shall' fail,
/third_party/node/deps/npm/node_modules/is-obj/
Dreadme.md5 Keep in mind that array, function, regexp, etc, are objects in JavaScript.<br>
/third_party/curl/tests/data/
Dtest58120 Content-Type: changed/my/mind
/third_party/boost/libs/mpl/doc/src/refmanual/
DSequences-Views.rst7 will never be used. When approached with views in mind, many
/third_party/boost/libs/gil/doc/design/
Dconclusions.rst8 The Generic Image Library is designed with the following five goals in mind:
/third_party/boost/libs/gil/doc/html/_sources/design/
Dconclusions.rst.txt8 The Generic Image Library is designed with the following five goals in mind:
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/result/
Dtry_greedy.md38 Thus bear this in mind during usage: `TRY` is greedier for implicit conversions than the Outcome
/third_party/python/Doc/library/
Dbisect.rst75 Keep in mind that the ``O(log n)`` search is dominated by the slow O(n)
96 Keep in mind that the ``O(log n)`` search is dominated by the slow O(n)
107 thoughts in mind:
/third_party/grpc/third_party/upb/cmake/
DREADME.md13 please feel free to file an issue for that too. Do keep in mind that upb

12345678910>>...12