OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UL
(Results
276 - 300
of
345
) sorted by null
<<
11
12
13
14
/external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h
70
#define U16_SURROGATE_OFFSET ((0xd800<<10
UL
)+0xdc00-0x10000)
72
(((UChar32)(lead)<<10
UL
)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
33
#define PGDIR_SIZE (1
UL
<< PGDIR_SHIFT)
/external/elfutils/libelf/
elf_getarsym.c
235
arsym[n].as_hash = ~0
UL
;
/external/freetype/src/autofit/
afcjk.c
[
all
...]
aflatin2.c
[
all
...]
/external/freetype/src/sfnt/
ttkern.c
90
FT_UInt32 mask = (FT_UInt32)1
UL
<< nn;
/external/iptables/extensions/
libipt_string.c
62
i->to_offset = (u_int16_t) ~0
UL
;
/external/kernel-headers/original/linux/
interrupt.h
238
#define __raise_softirq_irqoff(nr) do { or_softirq_pending(1
UL
<< (nr)); } while (0)
lockdep.h
57
#define MAX_LOCKDEP_SUBCLASSES 8
UL
mm.h
461
#define ZONES_MASK ((1
UL
<< ZONES_WIDTH) - 1)
462
#define NODES_MASK ((1
UL
<< NODES_WIDTH) - 1)
463
#define SECTIONS_MASK ((1
UL
<< SECTIONS_WIDTH) - 1)
464
#define ZONETABLE_MASK ((1
UL
<< ZONETABLE_SHIFT) - 1)
[
all
...]
swap.h
277
#define total_swapcache_pages 0
UL
/external/qemu/android/
cmdline-option.c
134
mask = (1
UL
<< debug_tags[nn].flag);
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h
33
#define PGDIR_SIZE (1
UL
<< PGDIR_SHIFT)
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h
33
#define PGDIR_SIZE (1
UL
<< PGDIR_SHIFT)
/system/core/libpixelflinger/
raster.cpp
160
uint32_t tmus = 1
UL
<<tmu;
/external/bison/lib/
bitset_stats.c
161
1
UL
<< (i - 1),
162
(1
UL
<< i) - 1,
/external/e2fsprogs/lib/ext2fs/
unix_io.c
430
#define RLIM_INFINITY ((unsigned long)(~0
UL
>>1))
432
#define RLIM_INFINITY (~0
UL
)
/external/icu4c/i18n/
ucol_wgt.c
85
return (uint32_t)(weight+(1
UL
<<(8*(4-length))));
90
return (uint32_t)(weight-(1
UL
<<(8*(4-length))));
/external/dropbear/libtommath/
bn_mp_div.c
254
q.dp[i - t - 1] = (q.dp[i - t - 1] - 1
UL
) & MP_MASK;
/external/kernel-headers/original/asm-arm/
uaccess.h
432
#define strlen_user(s) strnlen_user(s, ~0
UL
>> 1)
/external/v8/src/
globals.h
93
#define V8_UINT64_C(x) (x ##
UL
)
/external/webkit/JavaScriptCore/wtf/
ThreadingWin.cpp
432
static const long MaxSemaphoreCount = static_cast<long>(~0
UL
>> 1);
/external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp
52
const unsigned long cMaxPNGSize = 1000000
UL
;
/external/elfcopy/
dwarf.c
3457
unsigned long
ul
, reg, roffs;
local
[
all
...]
/external/dropbear/libtomcrypt/testprof/
der_tests.c
21
static const unsigned long int_val = 12345678
UL
;
138
static const unsigned long int_val = 12345678
UL
;
278
if (mp_cmp_d(l->data, 12345678
UL
) != LTC_MP_EQ) {
[
all
...]
Completed in 1348 milliseconds
<<
11
12
13
14