HomeSort by: relevance | last modified time | path
    Searched defs:weak (Results 1 - 13 of 13) sorted by relevancy

  /src/external/mit/isl/dist/
isl_scheduler.h 216 * weak is set if the components are weakly connected
253 int weak; member in struct:isl_sched_graph
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
des.c 151 {0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01}, /* weak keys */
155 {0x01,0xFE,0x01,0xFE,0x01,0xFE,0x01,0xFE}, /* semi-weak keys */
175 * @return 1 if the key is weak, 0 otherwise.
182 int weak = 0; local
186 weak ^= (ct_memcmp(weak_keys[i], key, DES_CBLOCK_LEN) == 0);
188 return !!weak;
212 * Does NOT check that the key is weak for or have wrong parity.
283 * not weak for or have correct parity.
288 * @return 0 on success, -1 on invalid parity, -2 on weak key.
313 * @return 0 on success, -1 on invalid parity, -2 on weak key
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
context.c 946 static const krb5_enctype weak[] = { local
963 * that contained the weak entries.
971 return weak;
  /src/external/mit/lua/dist/src/
lstate.h 79 ** - all kinds of weak tables during propagation phase;
81 ** 'weak': tables with weak values to be cleared;
83 ** 'allweak': tables with weak keys and/or weak values to be cleared.
283 GCObject *weak; /* list of tables with weak values */ member in struct:global_State
284 GCObject *ephemeron; /* list of ephemeron tables (weak keys) */
285 GCObject *allweak; /* list of all-weak tables */
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 555 weak = 2, // no mutable globals are read or written member in class:TRUST::PURE
  /src/external/gpl3/gcc/dist/gcc/config/
darwin.cc 107 for weak or single-definition items. */
257 /* If our linker is new enough to coalesce weak symbols, then we
575 weak, global which are not allowed.
1200 reference-catching in output_operand, so we need to manually mark weak
1283 it depends on whether we've previously seen a global weak definition
1652 bool zsize, one, weak, use_coal, ro; local
1655 weak = (DECL_P (decl)
1682 use_coal = (weak || one) && ld_uses_coal_sects;
2218 /* Emit a label for an FDE, making it global and/or weak if appropriate.
2380 bool local_def, weak; local
2658 bool one, pub, weak; local
2770 bool one, weak; local
2860 bool one, weak; local
3984 bool weak = (decl local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.cc 107 for weak or single-definition items. */
257 /* If our linker is new enough to coalesce weak symbols, then we
536 weak, global which are not allowed.
1161 reference-catching in output_operand, so we need to manually mark weak
1244 it depends on whether we've previously seen a global weak definition
1613 bool zsize, one, weak, use_coal, ro; local
1616 weak = (DECL_P (decl)
1643 use_coal = (weak || one) && ld_uses_coal_sects;
2179 /* Emit a label for an FDE, making it global and/or weak if appropriate.
2341 bool local_def, weak; local
2619 bool one, pub, weak; local
2731 bool one, weak; local
2821 bool one, weak; local
3945 bool weak = (decl local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 5922 TYPE desired, BOOL weak,
5934 tree weak;
5961 weak = CALL_EXPR_ARG (exp, 3);
5963 if (tree_fits_shwi_p (weak) && tree_to_shwi (weak) != 0)
5993 call. The weak parameter must be dropped to match the expected parameter
6015 /* Skip the boolean weak parameter. */
7840 /* If this is turned into an external library call, the weak parameter
7846 /* Skip the boolean weak parameter. */
8329 constant or the address of a non-weak symbol. *
5932 tree weak; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 6665 TYPE desired, BOOL weak,
6677 tree weak;
6704 weak = CALL_EXPR_ARG (exp, 3);
6706 if (tree_fits_shwi_p (weak) && tree_to_shwi (weak) != 0)
6736 call. The weak parameter must be dropped to match the expected parameter
6758 /* Skip the boolean weak parameter. */
8649 /* If this is turned into an external library call, the weak parameter
8655 /* Skip the boolean weak parameter. */
9141 constant or the address of a non-weak symbol. *
6675 tree weak; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 18064 bool weak = false;
18109 else if (!strcmp (p, "weak"))
18166 "%<capture%>, %<compare%>, %<weak%>, %<fail%>, "
18207 if (weak)
18208 error_at (cloc, "too many %qs clauses", "weak");
18210 weak = true;
18241 if (weak && !compare)
18243 error_at (loc, "%qs clause requires %qs clause", "weak", "compare");
18244 weak = false;
18894 if (weak && opcode != COND_EXPR
18059 bool weak = false; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 20918 bool weak = false;
20960 else if (!strcmp (p, "weak"))
21017 "%<capture%>, %<compare%>, %<weak%>, %<fail%>, "
21058 if (weak)
21059 error_at (cloc, "too many %qs clauses", "weak");
21061 weak = true;
21092 if (weak && !compare)
21094 error_at (loc, "%qs clause requires %qs clause", "weak", "compare");
21095 weak = false;
21766 if (weak && opcode != COND_EXPR
20913 bool weak = false; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1589 unsigned grainsize_strict:1, num_tasks_strict:1, compare:1, weak:1; member in struct:gfc_omp_clauses
1965 them (dummy arguments, generic list elements, etc) are "weak" pointers;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1535 unsigned grainsize_strict:1, num_tasks_strict:1, compare:1, weak:1; member in struct:gfc_omp_clauses

Completed in 138 milliseconds