HomeSort by: relevance | last modified time | path
    Searched defs:converted (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/utilities/
utclib.c 688 * RETURN: Converted value
701 UINT32 converted = 0; local
828 converted = 1;
841 if (converted == 0 && ReturnValue == 0 && String != NULL)
874 * RETURN: Converted character as an int
895 * RETURN: Converted character as an int
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 99 // have been already converted.
102 // Marks an instruction as converted - adds it to ConvertedInsts and adds
104 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { function in class:__anon2801::SystemZTDCPass
145 // All comparisons with 0 can be converted.
237 converted(&I, Op0, Mask, Worthy);
266 converted(&I, V, Mask, true);
291 converted(&I, V, Mask, false);
317 converted(&I, Op0, Mask, true);
381 // If unused, or used and converted, remove it.
  /src/external/bsd/ntp/dist/ntpd/
ntp_scanner.c 687 int converted; local
836 converted = sscanf(&yytext[2], "%x",
839 converted = sscanf(yytext, "%u",
841 if (1 != converted) {
refclock_hopfser.c 217 int converted; local
237 converted = sscanf(pp->a_lastcode,
257 if ((8 != converted) || (pp->hour < 0) || (pp->hour > 23) ||
  /src/external/mit/libuv/dist/src/win/
udp.c 1101 struct sockaddr_storage converted; local
1108 err = uv__convert_to_localhost_if_unspecified(addr, &converted);
1111 addr = (const struct sockaddr*) &converted;
tcp.c 775 struct sockaddr_storage converted; local
780 err = uv__convert_to_localhost_if_unspecified(addr, &converted);
812 if (uv__is_fast_loopback_fail_supported() && uv__is_loopback(&converted)) {
843 (const struct sockaddr*) &converted,
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 383 // Action<F>, as long as F's arguments can be implicitly converted
384 // to Func's and Func's return type can be implicitly converted to F's.
500 // Note: The value passed into Return must be converted into
899 converted(action);
901 return [converted](Args... args) -> R {
902 return converted.Perform(std::forward_as_tuple(
922 std::vector<Action<void(Args...)>> converted; member in struct:testing::DoAllAction::Op
926 for (auto& a : converted) {
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 651 Invoke this function on every expression that is converted implicitly,
804 tree converted;
824 converted to an enumeration type. The value is unchanged if
883 converted = convert_to_integer_maybe_fold (type, e, dofold);
886 return ignore_overflows (converted, e);
1140 to void via a cast. If an expression is being implicitly converted, IMPLICIT
1170 /* Explicitly evaluate void-converted concept checks since their
1659 converted to type TYPE. The TREE_TYPE of the value
1969 whose underlying type is fixed (10.2) can be converted to a
1973 converted to a prvalue of the promoted underlying type. *
802 tree converted; local
    [all...]
except.cc 712 bool converted = false;
730 converted = true;
740 if (!converted)
711 bool converted = false; local
typeck.cc 278 been applied, and enumerated types converted to their compatible
558 the TLQ). The reason is that both T1 and T2 can then be converted to the
957 been applied, and enumerated types converted to their compatible
2309 converted to their declared types. Note that this function does not perform
2482 converted value. */
2498 A prvalue for an integral bit-field (11.3.9) can be converted to a prvalue
2500 otherwise, it can be converted to unsigned int if unsigned int can
2824 /* If MEMBER is from an anonymous aggregate, we have converted
3780 If INDEX is of some user-defined type, it must be converted to
4395 types in the list TYPELIST. The converted expressions are store
4952 int converted = 0; local
10753 bool converted = false; local
    [all...]
call.cc 514 subobject to which the `this' pointer should be converted if FN
1308 A null pointer constant can be converted to a pointer type; ... A
1309 null pointer constant of integral type can be converted to an
1395 class type, can be converted to an rvalue of type
1480 to member type can be converted to a prvalue of type bool. ...
1482 std::nullptr_t can be converted to a prvalue of type bool; */
1597 a prvalue of type "pointer to cv2 T2" can be converted to the type
1885 implicitly converted to an lvalue of type "cv3 T3," where
2267 be members of the class being converted, and functions
2714 question given the converted operand types TYPE1 and TYPE2. The othe
5614 bool converted = false; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 664 Invoke this function on every expression that is converted implicitly,
821 tree converted;
841 converted to an enumeration type. The value is unchanged if
900 converted = convert_to_integer_maybe_fold (type, e, dofold);
903 return ignore_overflows (converted, e);
1173 to void via a cast. If an expression is being implicitly converted, IMPLICIT
1203 /* Explicitly evaluate void-converted concept checks since their
1705 converted to type TYPE. The TREE_TYPE of the value
2015 whose underlying type is fixed (10.2) can be converted to a
2019 converted to a prvalue of the promoted underlying type. *
819 tree converted; local
    [all...]
typeck.cc 409 been applied, and enumerated types converted to their compatible
708 the TLQ). The reason is that both T1 and T2 can then be converted to the
1107 been applied, and enumerated types converted to their compatible
2459 converted to their declared types. Note that this function does not perform
2623 converted value. */
2639 A prvalue for an integral bit-field (11.3.9) can be converted to a prvalue
2641 otherwise, it can be converted to unsigned int if unsigned int can
2965 /* If MEMBER is from an anonymous aggregate, we have converted
3936 If INDEX is of some user-defined type, it must be converted to
4551 types in the list TYPELIST. The converted expressions are store
5211 int converted = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-i386.c 891 which may be converted to
919 which may be converted to
945 which may be converted to
1247 bool *converted,
1435 *converted = true;
1520 *converted = true;
1543 bool converted;
1569 converted = false;
1664 &converted, info))
2021 if (!converted)
1540 bool converted; local
    [all...]
elf64-x86-64.c 1221 which may be converted to
1230 which may be converted to
1296 which may be converted to
1800 bool *converted,
2080 overflow against the converted relocation. */
2107 /* Skip if the converted relocation will overflow. */
2216 /* Skip if the converted relocation will overflow. */
2328 /* Skip if the converted relocation will overflow. */
2427 /* Skip if the converted relocation will overflow. */
2492 *converted = true
2510 bool converted; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-i386.c 891 which may be converted to
919 which may be converted to
945 which may be converted to
1238 bool *converted,
1426 *converted = true;
1511 *converted = true;
1534 bool converted;
1560 converted = false;
1653 &converted, info))
1996 if (!converted)
1531 bool converted; local
    [all...]
elf64-x86-64.c 1221 which may be converted to
1230 which may be converted to
1296 which may be converted to
1788 bool *converted,
2068 overflow against the converted relocation. */
2095 /* Skip if the converted relocation will overflow. */
2204 /* Skip if the converted relocation will overflow. */
2316 /* Skip if the converted relocation will overflow. */
2415 /* Skip if the converted relocation will overflow. */
2480 *converted = true
2498 bool converted; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-i386.c 885 which may be converted to
913 which may be converted to
939 which may be converted to
1228 bool *converted,
1399 *converted = true;
1475 *converted = true;
1498 bool converted;
1524 converted = false;
1605 &converted, info))
1948 if (!converted)
1495 bool converted; local
    [all...]
elf64-x86-64.c 1220 which may be converted to
1229 which may be converted to
1295 which may be converted to
1739 bool *converted,
2104 *converted = true;
2124 bool converted;
2150 converted = false;
2272 converted = true;
2674 if (!converted)
2679 load is converted or --no-keep-memory isn't used. *
2122 bool converted; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-i386.c 885 which may be converted to
913 which may be converted to
939 which may be converted to
1218 bool *converted,
1389 *converted = true;
1465 *converted = true;
1488 bool converted;
1514 converted = false;
1595 &converted, info))
1938 if (!converted)
1485 bool converted; local
    [all...]
elf64-x86-64.c 1163 which may be converted to
1172 which may be converted to
1238 which may be converted to
1660 bool *converted,
2025 *converted = true;
2045 bool converted;
2071 converted = false;
2193 converted = true;
2595 if (!converted)
2600 load is converted or --no-keep-memory isn't used. *
2043 bool converted; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc 1882 HOST_WIDE_INT converted = (HOST_WIDE_INT) *op; local
1883 write_atom (ATOM_INTEGER, &converted);
3000 /* Saves or restores a pointer. The pointer is converted back and
5204 We greedily converted the symbol name to lowercase before we knew its
  /src/external/gpl3/gcc/dist/gcc/fortran/
module.cc 1882 HOST_WIDE_INT converted = (HOST_WIDE_INT) *op; local
1883 write_atom (ATOM_INTEGER, &converted);
3019 /* Saves or restores a pointer. The pointer is converted back and
5223 We greedily converted the symbol name to lowercase before we knew its
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 721 applied, and enumerated types converted to their compatible integer
1017 are allowed here and are converted to their compatible integer types.
2234 Enumeral types or short or char are converted to int.
2247 /* Functions and arrays have been converted during parsing. */
2551 converted to a pointer. */
3480 holds the type of enum values which have been converted to integral
3565 individual converted arguments. */
3630 as long double should be converted once to double. But for
3720 Ignore the converted argument and use the PARMVAL obtained
7226 automatically converted into a pointer to an anonymous fiel
11745 int converted = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 1044 applied, and enumerated types converted to their compatible integer
1343 Otherwise, both operands are converted to the unsigned integer type
1360 are allowed here and are converted to their compatible integer types.
2571 Enumeral types or short or char are converted to int.
2584 /* Functions and arrays have been converted during parsing. */
2889 converted to a pointer. */
3895 holds the type of enum values which have been converted to integral
3993 individual converted arguments. */
4058 as long double should be converted once to double. But for
4153 Ignore the converted argument and use the PARMVAL obtaine
8558 tree converted = build_real_from_int_cst (type, init); local
12585 int converted = 0; local
    [all...]

Completed in 118 milliseconds

1 2