Searched refs:UL (Results 251 - 275 of 742) sorted by relevance

<<11121314151617181920>>

/external/vboot_reference/firmware/include/
H A Dbmpblk_header.h97 SCREEN_BLANK = ~0UL,
/external/fio/lib/
H A Daxmap.c177 if (!(al->map[offset] & (1UL << bit)))
180 al->map[offset] &= ~(1UL << bit);
235 unsigned long clear_mask = ~(1UL << ffz(~overlap));
251 return al->map[offset] != -1UL;
322 return (al->map[offset] & (1UL << bit)) != 0;
355 if (al->map[j] == -1UL)
397 if (al->map[offset] != -1UL) {
/external/honggfuzz/linux/
H A Darch.c111 if (prctl(PR_SET_PDEATHSIG, (unsigned long)SIGKILL, 0UL, 0UL, 0UL) == -1) {
127 if (prctl(PR_SET_DUMPABLE, 1UL, 0UL, 0UL, 0UL) == -1) {
/external/swiftshader/third_party/subzero/src/
H A DIceBitVector.h373 if (Bits[i] != ~0UL)
378 return Bits[Size / BITWORD_SIZE] == (1UL << Remainder) - 1;
406 Copy &= ~0UL << BitPos;
469 BitWord EMask = 1UL << (E % BITWORD_SIZE);
470 BitWord IMask = 1UL << (I % BITWORD_SIZE);
476 BitWord PrefixMask = ~0UL << (I % BITWORD_SIZE);
481 Bits[I / BITWORD_SIZE] = ~0UL;
483 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1;
509 BitWord EMask = 1UL << (E % BITWORD_SIZE);
510 BitWord IMask = 1UL << (
[all...]
/external/libdrm/intel/
H A Duthash.h139 #define HASH_BLOOM_BITLEN (1UL << HASH_BLOOM)
140 #define HASH_BLOOM_BYTELEN (HASH_BLOOM_BITLEN/8UL) + (((HASH_BLOOM_BITLEN%8UL)!=0UL) ? 1UL : 0UL)
646 #define MUR_PLUS0_ALIGNED(p) (((unsigned long)p & 3UL) == 0UL)
647 #define MUR_PLUS1_ALIGNED(p) (((unsigned long)p & 3UL) == 1UL)
[all...]
/external/ImageMagick/MagickCore/
H A Dcache.c1810 q=GetAuthenticPixelsCache(image,x,y,1UL,1UL,exception);
1865 q=GetAuthenticPixelCacheNexus(image,x,y,1UL,1UL,cache_info->nexus_info[id],
1926 1UL,1UL,cache_info->nexus_info[id],exception);
1985 p=GetVirtualPixelsFromNexus(image,virtual_pixel_method,x,y,1UL,1UL,
2045 p=GetVirtualPixelsFromNexus(image,virtual_pixel_method,x,y,1UL,1UL,
[all...]
H A Dmemory.c468 memory=memory_methods.acquire_memory_handler(size == 0 ? 1UL : size);
497 memory=AcquireBlock(size == 0 ? 1UL : size);
500 if (ExpandHeap(size == 0 ? 1UL : size) != MagickFalse)
501 memory=AcquireBlock(size == 0 ? 1UL : size);
1210 block=memory_methods.resize_memory_handler(memory,size == 0 ? 1UL : size);
1215 block=ResizeBlock(memory,size == 0 ? 1UL : size);
1218 if (ExpandHeap(size == 0 ? 1UL : size) == MagickFalse)
1224 block=ResizeBlock(memory,size == 0 ? 1UL : size);
H A Dthread-private.h84 magick_thread.signature=0UL;
/external/ImageMagick/coders/
H A Dpsd.c2176 packbits=(unsigned char *) AcquireQuantumMemory(128UL,sizeof(*packbits));
2284 packet_size=next_image->depth > 8UL ? 2UL : 1UL;
2337 packet_size=next_image->depth > 8UL ? 2UL : 1UL;
2378 packet_size=next_image->depth > 8UL ? 2UL : 1UL;
[all...]
H A Dmap.c170 packet_size=(size_t) (image->colors > 256 ? 6UL : 3UL);
395 packet_size=(size_t) (image->colors > 256 ? 6UL : 3UL);
/external/elfutils/tests/
H A Drun-dwarf-getmacros.sh373 __SIZE_MAX__ 18446744073709551615UL
376 __UINTMAX_MAX__ 18446744073709551615UL
377 __UINTMAX_C(c) c ## UL
387 __UINT64_MAX__ 18446744073709551615UL
402 __UINT_LEAST64_MAX__ 18446744073709551615UL
403 __UINT64_C(c) c ## UL
409 __UINT_FAST16_MAX__ 18446744073709551615UL
410 __UINT_FAST32_MAX__ 18446744073709551615UL
411 __UINT_FAST64_MAX__ 18446744073709551615UL
413 __UINTPTR_MAX__ 18446744073709551615UL
[all...]
/external/fio/
H A Dserver.h81 FIO_NET_CMD_F_MORE = 1UL << 0,
91 FIO_PROBE_FLAG_ZLIB = 1UL << 0,
/external/libchrome/base/third_party/icu/
H A Dicu_utf.h291 #define CBU16_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000)
305 (((base_icu::UChar32)(lead)<<10UL)+(base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
/external/ltp/testcases/kernel/mem/tunable/
H A Dmin_free_kbytes.c39 #define MAP_SIZE (1UL<<20)
131 if (total_mem < 3145728UL)
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_hw_context.c74 radeon_emit(cs, (dst_offset >> 32UL) & 0xff);
75 radeon_emit(cs, (src_offset >> 32UL) & 0xff);
/external/valgrind/memcheck/tests/
H A Dsh-mem-random.c96 n = 1664525UL * n + 1013904223UL;
/external/valgrind/none/tests/mips64/
H A Dconst.h74 unsigned long c = 19650218UL;
78 reg_val2[i] = (1812433253UL * (reg_val2[i - 1] ^
/external/valgrind/none/tests/s390x/
H A Dcondloadstore.c100 INSNVALCCINIT(insn, value, ccset, 0UL, FUNC); \
114 INSNVAL(insn, 0UL, FUNC); \
/external/aac/libSBRdec/src/
H A Dsbr_crc.cpp121 ULONG bMask = (1UL << (nBits - 1));
/external/curl/docs/examples/
H A Dcookie_interface.c98 (unsigned long)time(NULL) + 31337UL,
/external/freetype/src/lzw/
H A Dftzopen.c79 ? (FT_UInt)( ( 1UL << num_bits ) - 256 )
86 state->free_bits = (FT_UInt)( ( 1UL << num_bits ) - 256 );
285 state->max_free = (FT_UInt)( ( 1UL << state->max_bits ) - 256 );
296 ? (FT_UInt)( ( 1UL << state->num_bits ) - 256 )
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h947 #define PERF_FLAG_FD_NO_GROUP (1UL << 0)
948 #define PERF_FLAG_FD_OUTPUT (1UL << 1)
949 #define PERF_FLAG_PID_CGROUP (1UL << 2) /* pid=cgroup id, per-cpu mode only */
950 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */
/external/libnl/lib/
H A Dsocket.c98 if (1UL & (used_ports_map[i] >> n))
101 used_ports_map[i] |= (1UL << n);
131 mask = 1UL << (nr % 32);
164 mask = 1UL << (nr % 32);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h43 #define UINT64_C(x) x ## UL
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h43 #define UINT64_C(x) x##UL

Completed in 652 milliseconds

<<11121314151617181920>>