| /src/lib/libm/arch/vax/ |
| n_cabs.S | 120 jgeq ordered 124 ordered: label
|
| /src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
| generic.py | 170 def ordered(obj): function in function:check_traffic 172 return sorted((k, ordered(v)) for k, v in obj.items()) 174 return sorted(ordered(x) for x in obj) 177 ordered_data = ordered(data) 178 ordered_expected = ordered(expected)
|
| /src/tests/lib/libc/sys/ |
| t_sigqueue.c | 126 * place in ordered the signals to be delivered in delivery order 130 sigorder(int *ordered, const int *tosend, size_t len) 132 memcpy(ordered, tosend, len * sizeof(*tosend)); 133 qsort(ordered, len, sizeof(*ordered), asc); 139 if (ordered[i] >= SIGRTMIN) 143 while (ordered[i] == ordered[j] && j < len) 147 ordered[i + 1] = ordered[j] 163 int ordered[CNT]; local [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldelfgen.c | 46 unsigned int ordered; member in struct:os_sections 68 os_info->ordered = 0; 86 os_info->ordered++; 157 /* Place unordered sections before ordered sections. */ 187 VMA and thus are not ordered with respect to each other. Test VMA 280 if (os_info != NULL && os_info->ordered != 0) 282 if (os_info->ordered != os_info->count 286 "%pA has both ordered and unordered sections\n"),
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldelfgen.c | 46 unsigned int ordered; member in struct:os_sections 68 os_info->ordered = 0; 86 os_info->ordered++; 157 /* Place unordered sections before ordered sections. */ 187 VMA and thus are not ordered with respect to each other. Test VMA 280 if (os_info != NULL && os_info->ordered != 0) 282 if (os_info->ordered != os_info->count 286 "%pA has both ordered and unordered sections\n"),
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-general.h | 73 int ordered; member in struct:omp_for_data
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| loop_ull.c | 313 this work-share construct is initialized to expect an ORDERED section. */ 423 size_t ordered = 1; local 430 ordered += (uintptr_t) *mem; 431 if (gomp_work_share_start (ordered)) 493 this work-share construct is initialized to expect an ORDERED(N) - DOACROSS 496 in the ordered inner loops. */
|
| loop.c | 316 this work-share construct is initialized to expect an ORDERED section. */ 421 size_t ordered = 1; local 428 ordered += (uintptr_t) *mem; 429 if (gomp_work_share_start (ordered)) 491 this work-share construct is initialized to expect an ORDERED(N) - DOACROSS 494 in the ordered inner loops. */
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| loop_ull.c | 313 this work-share construct is initialized to expect an ORDERED section. */ 423 size_t ordered = 1; local 430 ordered += (uintptr_t) *mem; 431 if (gomp_work_share_start (ordered)) 493 this work-share construct is initialized to expect an ORDERED(N) - DOACROSS 496 in the ordered inner loops. */
|
| loop.c | 316 this work-share construct is initialized to expect an ORDERED section. */ 421 size_t ordered = 1; local 428 ordered += (uintptr_t) *mem; 429 if (gomp_work_share_start (ordered)) 491 this work-share construct is initialized to expect an ORDERED(N) - DOACROSS 494 in the ordered inner loops. */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-general.h | 75 int ordered; member in struct:omp_for_data
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coffcode.h | 4513 bool ordered = true; 4623 ordered = false; 4640 if (!ordered) 4512 bool ordered = true; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffcode.h | 4506 bool ordered = true; 4616 ordered = false; 4633 if (!ordered) 4505 bool ordered = true; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| coffcode.h | 4515 bool ordered = true; 4625 ordered = false; 4642 if (!ordered) 4514 bool ordered = true; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coffcode.h | 4515 bool ordered = true; 4625 ordered = false; 4642 if (!ordered) 4514 bool ordered = true; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 8861 "together with %<ordered%> clause"); 8888 "%<reduction%> clause", "ordered"); 8896 "with %<ordered%>"); 9997 int collapse, int ordered) 10191 && (!ordered || (i < collapse && collapse > 1))) 10250 && (!ordered || (i < collapse && collapse > 1))) 10264 if (c && ordered && i < collapse && collapse > 1) 10302 if (!ordered) 10359 int ordered = 0; 10377 ordered = TREE_VEC_LENGTH (declv) 10358 int ordered = 0; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| openmp.cc | 2555 && (m = gfc_match_dupl_check (!c->ordered, "ordered")) 2563 c->ordered = true; 2566 int ordered = 0; local 2567 if (gfc_extract_int (cexpr, &ordered, -1)) 2568 ordered = 0; 2569 else if (ordered <= 0) 2571 gfc_error_now ("ORDERED clause argument not" 2573 ordered = 0; 2575 c->orderedc = ordered; [all...] |
| gfortran.h | 1530 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member in struct:gfc_omp_clauses
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 9329 "together with %<ordered%> clause"); 9356 "%<reduction%> clause", "ordered"); 9364 "with %<ordered%>"); 10473 int collapse, int ordered) 10667 && (!ordered || (i < collapse && collapse > 1))) 10726 && (!ordered || (i < collapse && collapse > 1))) 10740 if (c && ordered && i < collapse && collapse > 1) 10778 if (!ordered) 10835 int ordered = 0; 10854 ordered = TREE_VEC_LENGTH (declv) 10834 int ordered = 0; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| openmp.cc | 55 substrings; excludes combined/composite directives. See note for "ordered" 87 ordered-blockassoc = ST_OMP_ORDERED 88 ordered-standalone = ST_OMP_ORDERED_DEPEND + depend/doacross. */ 89 {"ordered", GFC_OMP_DIR_EXECUTABLE, ST_OMP_ORDERED}, 3340 && (m = gfc_match_dupl_check (!c->ordered, "ordered")) 3348 c->ordered = true; 3351 int ordered = 0; local 3352 if (gfc_extract_int (cexpr, &ordered, -1)) 3353 ordered = 0 [all...] |
| gfortran.h | 1584 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member in struct:gfc_omp_clauses
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 6045 ordered-construct 6083 ordered-construct: 6084 ordered-directive structured-block 12850 if (!strcmp ("ordered", p)) 14826 ordered 14829 ordered ( constant-expression ) */ 14834 check_no_duplicate_clause (list, OMP_CLAUSE_ORDERED, "ordered"); 14857 error_at (loc, "ordered argument needs positive " 16948 c_name = "ordered"; 19234 int i, collapse = 1, ordered = 0, count, nbraces = 0 19229 int i, collapse = 1, ordered = 0, count, nbraces = 0; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 2533 case ORDERED: 2588 case ORDERED: 2839 case ORDERED: 2991 || code == ORDERED || code == UNORDERED) 3359 && code != ORDERED && code != UNORDERED) 3518 && code != ORDERED && code != UNORDERED) 4148 NE & ORDERED, but this requires an extra temporary. It's 4162 case ORDERED: 4313 case ORDERED: 4380 temp = ix86_expand_sse_cmp (operands[0], ORDERED, operands[2] 11304 bool ordered = ordereds[INTVAL (op2)]; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 2678 case ORDERED: 2733 case ORDERED: 3013 case ORDERED: 3184 || code == ORDERED || code == UNORDERED) 3588 && code != ORDERED && code != UNORDERED) 3747 && code != ORDERED && code != UNORDERED) 4387 NE & ORDERED, but this requires an extra temporary. It's 4401 case ORDERED: 4556 case ORDERED: 4623 temp = ix86_expand_sse_cmp (operands[0], ORDERED, operands[2] 12020 bool ordered = ordereds[INTVAL (op2)]; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 1612 bool ordered : 1; 6571 else if (omp_for_parse_state->ordered) 6575 "%<ordered%> clause"); 6678 /* ordered is C_OMP_DIR_CONSTRUCT only if it doesn't contain 7509 ordered-construct 7547 ordered-construct: 7548 ordered-directive structured-block 15001 if (!strcmp ("ordered", p)) 17227 ordered 17230 ordered ( constant-expression ) * 1610 bool ordered : 1; member in struct:omp_for_parse_data 22495 int i, collapse = 1, ordered = 0, count; local [all...] |