Searched refs:ul (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/os/package/
H A DPackageFlags.h13 B_PACKAGE_FLAG_APPROVE_LICENSE = 1ul << 0,
15 B_PACKAGE_FLAG_SYSTEM_PACKAGE = 1ul << 1,
/haiku/src/libs/mapm/
H A Dmapm_rnd.c251 unsigned long ul; local
262 ul = (unsigned long)(timestamp / 7);
263 ul += timestamp + 537;
267 sprintf(buf2,"%lu",ul);
H A Dmapm_fft.c128 unsigned long ul; local
225 ul = (unsigned long)(dtemp * 1.0E-4);
226 carry = (double)ul;
236 M_get_div_rem((int)ul, w0, (w0 + 1));
/haiku/headers/private/kernel/arch/arm64/
H A Darch_pte.h76 #define L0_SIZE (1ul << L0_SHIFT)
77 #define L0_OFFSET (L0_SIZE - 1ul)
/haiku/headers/cpp/
H A Dstl_hashtable.h151 53ul, 97ul, 193ul, 389ul, 769ul,
152 1543ul, 3079ul, 6151ul, 12289ul, 24593ul,
[all...]
/haiku/src/libs/iconv/
H A Dconfig.h289 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
296 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
300 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
302 #define SIZE_T_SUFFIX ul
326 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
330 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itoa.c122 /* 2 */ {SEL1(0ul) 1, 1, {0, 31, 0x80000000ul SEL2(0xfffffffful)}},
124 /* 4 */ {SEL1(0ul) 1, 2, {1, 15, 0x40000000ul SEL2(0xfffffffful)}},
128 /* 8 */ {SEL1(0ul) 1, 3, {1, 10, 0x40000000ul SEL2(0xfffffffful)}},
136 /* 16 */ {SEL1(0ul) 1, 4, {3, 7, 0x10000000ul SEL2(0xfffffffful)}},
152 /* 32 */ {SEL1(0ul) 1, 5, {1, 6, 0x40000000ul SEL2(0xfffffffful)}},
198 *--buflim = digits[work_lo & ((1ul << BITS) - 1)]; \
H A Dvfscanf.c305 unsigned long int ul; member in union:__anon5516
1542 num.ul = __strtoul_internal (wp, &tw, base, flags & GROUP);
1554 *ARG (unsigned long int *) = num.ul;
1557 = (unsigned short int) num.ul;
1559 *ARG (unsigned int *) = (unsigned int) num.ul;
1561 *ARG (unsigned char *) = (unsigned char) num.ul;
1574 *ARG (signed char *) = (signed char) num.ul;
H A D_itowa.c118 *--bp = digits[work_lo & ((1ul << BITS) - 1)]; \
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.h231 return 1ul << fRegime[level].shift;
/haiku/src/libs/compat/freebsd_network/
H A Dbus_dma.cpp275 dmat->alignment ? dmat->alignment : 1ul, dmat->boundary);
283 dmat->alignment ? dmat->alignment : 1ul, dmat->boundary);

Completed in 86 milliseconds