Home
last modified time | relevance | path

Searched refs:ordering (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dgetopt.c160 } ordering; variable
301 ordering = RETURN_IN_ORDER;
306 ordering = REQUIRE_ORDER;
310 ordering = REQUIRE_ORDER;
312 ordering = PERMUTE;
391 if (ordering == PERMUTE)
445 if (ordering == REQUIRE_ORDER)
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dgetopt.c170 } ordering; variable
306 ordering = RETURN_IN_ORDER;
311 ordering = REQUIRE_ORDER;
315 ordering = REQUIRE_ORDER;
317 ordering = PERMUTE;
399 if (ordering == PERMUTE)
453 if (ordering == REQUIRE_ORDER)
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoA.td167 (ins GPR:$addr, GPR:$incr, ixlenimm:$ordering), []> {
191 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> {
201 ixlenimm:$ordering), []> {
211 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> {
220 : Pat<(intrin GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering),
221 (AMOInst GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering)>;
225 timm:$ordering),
227 timm:$ordering)>;
266 (ins GPR:$addr, GPR:$cmpval, GPR:$newval, ixlenimm:$ordering), []> {
295 ixlenimm:$ordering), []> {
[all …]
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py120 ordering = []
125 ordering.append('setUp')
130 ordering.append('test')
133 ordering.append('tearDown')
138 ordering.append('cleanup1')
141 ordering.append('cleanup2')
147 ordering.append('success')
153 self.assertEqual(ordering, ['setUp', 'test', 'tearDown',
157 ordering = []
161 self.assertEqual(ordering, ['setUp', 'cleanup1'])
[all …]
H A Dtest_setups.py514 ordering = []
520 ordering.append('setUpModule')
524 ordering.append('tearDownModule')
530 ordering.append('setUpClass')
534 ordering.append('tearDownClass')
537 ordering.append('test_something')
550 self.assertEqual(ordering, expectedOrder)
/openbsd-src/gnu/lib/libiberty/src/
H A Dgetopt.c191 } ordering; variable
419 ordering = RETURN_IN_ORDER; in _getopt_initialize()
424 ordering = REQUIRE_ORDER; in _getopt_initialize()
428 ordering = REQUIRE_ORDER; in _getopt_initialize()
430 ordering = PERMUTE; in _getopt_initialize()
559 if (ordering == PERMUTE) in _getopt_internal()
612 if (ordering == REQUIRE_ORDER) in _getopt_internal()
/openbsd-src/usr.bin/systat/
H A Dpool.c276 order_type *ordering; in sort_pool() local
281 ordering = curr_mgr->order_curr; in sort_pool()
283 if (ordering == NULL) in sort_pool()
285 if (ordering->func == NULL) in sort_pool()
292 mergesort(pools, num_pools, sizeof(struct pool_info), ordering->func); in sort_pool()
512 order_type *ordering; in pool_cache_sort() local
517 ordering = curr_mgr->order_curr; in pool_cache_sort()
519 if (ordering == NULL) in pool_cache_sort()
521 if (ordering->func == NULL) in pool_cache_sort()
528 mergesort(pool_caches, num_pool_caches, sizeof(*pool_caches), ordering->func); in pool_cache_sort()
H A Dmalloc.c204 order_type *ordering; in sort_types() local
209 ordering = curr_mgr->order_curr; in sort_types()
211 if (ordering == NULL) in sort_types()
213 if (ordering->func == NULL) in sort_types()
218 mergesort(types, num_types, sizeof(struct type_info), ordering->func); in sort_types()
/openbsd-src/lib/libcrypto/ts/
H A Dts_rsp_utils.c369 TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering) in TS_TST_INFO_set_ordering() argument
371 a->ordering = ordering ? 0xFF : 0x00; in TS_TST_INFO_set_ordering()
379 return a->ordering ? 1 : 0; in TS_TST_INFO_get_ordering()
/openbsd-src/gnu/llvm/llvm/docs/
H A DAtomics.rst57 instructions with atomic ordering involved, concurrency does not matter, with
103 ordering; see `Atomic orderings`_.
113 A ``fence`` provides Acquire and/or Release ordering which is not part of
134 Acquire/Release. (See also `LangRef Ordering <LangRef.html#ordering>`_.)
222 address, a consistent ordering exists.
270 Architectures with weak memory ordering (essentially everything relevant today
331 ordering exists between all SequentiallyConsistent operations.
351 barriers. Additionally, the code generator must enforce ordering between
410 On architectures which use barrier instructions for all atomic ordering (like
505 void __atomic_load(size_t size, void *ptr, void *ret, int ordering)
[all …]
/openbsd-src/lib/libssl/test/
H A DCAtsa.cnf39 preserve = no # keep passed DN ordering
141 ordering = yes # Is ordering defined for timestamps?
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A DTODO5 - take a hard look at --file-ordering (broken) and --function-ordering
36 the core because of an ugly ordering conflict---for now, the current
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A DTODO5 - take a hard look at --file-ordering (broken) and --function-ordering
36 the core because of an ugly ordering conflict---for now, the current
/openbsd-src/gnu/llvm/clang/tools/driver/
H A DCMakeLists.txt105 set(LINKER_ORDER_FILE_OPTION "-Wl,--section-ordering-file,${CLANG_ORDER_FILE}")
107 set(LINKER_ORDER_FILE_OPTION "-Wl,--symbol-ordering-file,${CLANG_ORDER_FILE}")
/openbsd-src/gnu/usr.bin/binutils/gprof/po/
H A Dsv.po372 "\t[--function-ordering] [--file-ordering]\n"
386 "\t[--debug[=niv�]] [--function-ordering] [--file-ordering]\n"
433 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
434 msgstr "%s: Endast en av --function-ordering och --file-ordering kan anges.\n"
H A Dda.po370 "\t[--function-ordering] [--file-ordering]\n"
384 "\t[--debug[=niveau]] [--function-ordering] [--file-ordering]\n"
431 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
432 msgstr "%s: Kun en af --function-ordering og --file-ordering kan angives.\n"
H A Dde.po372 "\t[--function-ordering] [--file-ordering]\n"
386 "\t[--function-ordering] [--file-ordering]\n"
431 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
432 msgstr "%s: Nur entweder --function-ordering oder --file-ordering kann angegeben werden.\n"
H A Did.po370 "\t[--function-ordering] [--file-ordering]\n"
384 "\t[--function-ordering] [--file-ordering]\n"
429 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
430 msgstr "%s: Hanya satu --function-ordering dan --file-ordering dapat dispesifikasikan.\n"
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/po/
H A Dda.po370 "\t[--function-ordering] [--file-ordering]\n"
384 "\t[--debug[=niveau]] [--function-ordering] [--file-ordering]\n"
431 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
432 msgstr "%s: Kun en af --function-ordering og --file-ordering kan angives.\n"
H A Did.po370 "\t[--function-ordering] [--file-ordering]\n"
384 "\t[--function-ordering] [--file-ordering]\n"
429 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
430 msgstr "%s: Hanya satu --function-ordering dan --file-ordering dapat dispesifikasikan.\n"
H A Dde.po379 "\t[--function-ordering] [--file-ordering]\n"
393 "\t[--function-ordering] [--file-ordering]\n"
440 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
441 msgstr "%s: Nur entweder --function-ordering oder --file-ordering kann angegeben werden.\n"
H A Dpt_BR.po374 "\t[--function-ordering] [--file-ordering]\n"
388 "\t[--function-ordering] [--file-ordering]\n"
433 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
434 msgstr "%s: Apenas um de --function-ordering e --file-ordering pode ser especificado.\n"
H A Dga.po378 "\t[--function-ordering] [--file-ordering]\n"
392 "\t[--function-ordering] [--file-ordering]\n"
439 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
440 msgstr "%s: N� cheada�tear ach ceann amh�in de --function-ordering agus --file-ordering a bheith so…
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DAtomicDesign.rst18 a mutex, and in this case ignoring the memory ordering parameter (effectively
27 // volatile-qualified type. Memory ordering values map to the following meanings:
110 If desired the intrinsics taking two ordering parameters can default ``mem_success``
244 for the correct manipulation of the run time memory ordering arguments, and only
695 So far, all of the intrinsics presented require a **sequentially consistent** memory ordering.
697 that internal mutex). But ``<atomic>`` supports weaker memory ordering operations. In all,
715 If the compiler does not offer any given operation, at any given memory ordering
717 ordering operation. This continues up to ``seq_cst``, and if that doesn't
722 Each intrinsic is appended with the 7-letter name of the memory ordering it
723 addresses. For example a ``load`` with ``relaxed`` ordering is defined by:
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash39.C12 OrderingEnum ordering; variable

12345678910>>...13