HomeSort by relevance Sort by last modified time
    Searched refs:DP_F_PLUS (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 293 #define DP_F_PLUS (1 << 1)
340 flags |= DP_F_PLUS;
607 } else if (flags & DP_F_PLUS) /* Do a sign (+/i) */
714 else if (flags & DP_F_PLUS) /* Do a sign (+/i) */
  /external/openssh/openbsd-compat/
bsd-snprintf.c 139 #define DP_F_PLUS (1 << 1)
220 flags |= DP_F_PLUS;
564 if (flags & DP_F_PLUS) /* Do a sign (+/i) */
732 if (flags & DP_F_PLUS) { /* Do a sign (+/i) */

Completed in 2677 milliseconds