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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
message.h 80 possible, enumerator in enum:is_format
  /src/sbin/routed/
if.c 156 struct interface *ifp, *possible = 0; local
167 possible = ifp;
170 if (possible || !bcast)
171 return possible;
180 possible = ifp;
183 return possible;
1145 msglog("possible netmask problem"
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-osdata.c 229 /* get_core_array_size helper that uses /sys/devices/system/cpu/possible. */
234 std::optional<std::string> possible local
235 = read_text_file_to_string ("/sys/devices/system/cpu/possible");
237 if (!possible.has_value ())
246 and dashes, in order to find the largest possible core number. The size
250 for (std::string::size_type start = 0; start < possible->size ();)
252 const char *start_p = &(*possible)[start];
264 gdb_assert (start <= possible->size ());
280 /* Using /sys/.../possible is preferred, because it handles the case where
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-osdata.c 229 /* get_core_array_size helper that uses /sys/devices/system/cpu/possible. */
234 std::optional<std::string> possible local
235 = read_text_file_to_string ("/sys/devices/system/cpu/possible");
237 if (!possible.has_value ())
246 and dashes, in order to find the largest possible core number. The size
250 for (std::string::size_type start = 0; start < possible->size ();)
252 const char *start_p = &(*possible)[start];
264 gdb_assert (start <= possible->size ());
280 /* Using /sys/.../possible is preferred, because it handles the case where
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 368 is possible to convert OP' back to OP using a possible sign change
369 followed by a possible promotion P. Return this OP', or null if OP is
375 A successful return means that it is possible to go from OP' to OP
386 ...possible other uses of A...
389 In this case it's possible to go directly from C to OP using:
624 possible promotions, there is a promotion already embedded
910 It would be possible to use a signed type here instead if
1580 HALF_TYPE a_cast = (HALF_TYPE) a; // possible no-op
1581 HALF_TYPE b_cast = (HALF_TYPE) b; // possible no-o
4293 bool possible = choose_mult_variant (VECTOR_MODE_P (TYPE_MODE (vectype)) local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 355 is possible to convert OP' back to OP using a possible sign change
356 followed by a possible promotion P. Return this OP', or null if OP is
362 A successful return means that it is possible to go from OP' to OP
373 ...possible other uses of A...
376 In this case it's possible to go directly from C to OP using:
599 possible promotions, there is a promotion already embedded
809 It would be possible to use a signed type here instead if
1340 HALF_TYPE a_cast = (HALF_TYPE) a; // possible no-op
1341 HALF_TYPE b_cast = (HALF_TYPE) b; // possible no-o
3173 bool possible = choose_mult_variant (VECTOR_MODE_P (TYPE_MODE (vectype)) local
    [all...]

Completed in 37 milliseconds