Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 20 of 20) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dbitmap_inlines.h38 assert(bit < binfo->nbits); in bitmap_get()
51 assert(bit < binfo->nbits); in bitmap_set()
65 bit = goff; in bitmap_set()
83 size_t bit; in bitmap_sfu() local
92 bit = ffs_lu(g) - 1; in bitmap_sfu()
96 bit = (bit << LG_BITMAP_GROUP_NBITS) + (ffs_lu(g) - 1); in bitmap_sfu()
105 bit = (i << LG_BITMAP_GROUP_NBITS) + (bit - 1); in bitmap_sfu()
107 bitmap_set(bitmap, binfo, bit); in bitmap_sfu()
108 return (bit); in bitmap_sfu()
119 assert(bit < binfo->nbits); in bitmap_unset()
[all …]
A Dutil_inlines.h67 #error No implementation for 64-bit ffs() in ffs_u64()
77 #error No implementation for 32-bit ffs() in ffs_u32()
/third_party/lib/acpica/generate/lint/
A Dlint.bat2 echo Begin 64-bit lint >> LintOut.txt
6 echo 64-bit lint completed >> LintOut.txt
8 echo Begin 32-bit lint >> LintOut.txt
12 echo 32-bit lint completed >> LintOut.txt
A Dreadme.txt8 lint.bat - lint batch file for 32 and 64 bit lint
9 std16.lnt - 16-bit options
10 std32.lnt - 32-bit options
11 std64.lnt - 64-bit options
/third_party/lib/jitterentropy/
A DCHANGES.md21 * Make it compile on 32 bit archtectures
25 * update processing of bit that is deemed holding no entropy by heuristic:
26 XOR it into pool without LSFR and bit rotation (reported and suggested
/third_party/ulib/musl/sanitizers/
A D__asan_early_init.c35 int bit = (sizeof(uintptr_t) * CHAR_BIT) - __builtin_clzl(top); in __asan_early_init() local
36 if (top != (uintptr_t)1 << bit) in __asan_early_init()
37 top = (uintptr_t)1 << (bit + 1); in __asan_early_init()
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl69 Warning 1032 - ^ 64-bit integer in 32-bit table, truncating
72 Warning 1032 - 64-bit integer in 32-bit table, truncating ^
3123 SMBY, 8, // 8-bit BYTE
3427 SMBY, 8, // 8-bit BYTE
3520 SMBY, 8, // 8-bit BYTE
3618 SMBY, 8, // 8-bit BYTE
3939 // The result of 0 means no bit was set, 1 means the left-most bit set is the
3940 // first bit, 2 means the left-most bit set is the second bit, and so on.
3949 // The result of 0 means no bit was set, 32 means the first bit set is the
3950 // 32nd bit, 31 means the first bit set is the 31st bit, and so on.
[all …]
A Dbadcode.asl253 // 10-bit ISA I/O address has a max of 0x3FF
/third_party/uapp/dash/src/
A Dexec.c337 int bit; in find_command() local
345 bit = DO_ALTPATH; in find_command()
348 bit = DO_NOFUNC; in find_command()
351 bit = DO_ALTBLTIN; in find_command()
354 if (act & bit) { in find_command()
/third_party/lib/acpica/source/tools/examples/
A Dextables.c358 32-bit PM Timer (V1) : 0
465 64-bit Wake Supported (V2) : 0
470 64-bit Wake Env Required (V2) : 0
/third_party/lib/acpica/
A Dchanges.txt573 table (via FADT 32-bit legacy field) and a "64-bit" table (via the 64-bit
3547 bit.
4866 bit
5026 bit
7133 bit
8914 bit
10366 bit
11027 referencing bit 0 instead of bit 1.
11174 bit,
11246 bit
[all …]
/third_party/lib/acpica/source/include/acpica/
A Dactypes.h527 #define ACPI_SET_BIT(target,bit) ((target) |= (bit)) argument
528 #define ACPI_CLEAR_BIT(target,bit) ((target) &= ~(bit)) argument
/third_party/ulib/musl/src/math/x86_64/
A Dexpl.S2 # where hi+lo = log2e*x with 128bit precision
/third_party/ulib/musl/
A DWHATSNEW322 - broken FD_* macros on 64-bit targets
334 - mismatching prototypes caused build failure on 64-bit
607 - pointer overflow in printf (crash on 32bit userspace, 64bit kernel)
644 - support invalid ld80 bit patterns as extra nans.
651 - mips (32-bit, o32 abi) port, currently static-linked only
747 - serious breakage in definition of O_ACCMODE mask (missing a bit)
778 - broken sysvipc *ctl functions on 64-bit archs
1122 - timezone file parser failing/crashing on 64-bit archs
1262 - sendfile off_t 32/64-bit size mismatch
1400 - sched_getaffinity left uninitialized data in output bit array
[all …]
A DINSTALL72 * Only 32-bit is supported
73 * Compiler toolchain must provide 64-bit long double, not IBM
/third_party/lib/acpica/generate/unix/
A Dreadme.txt17 Note: These utilities are tested and supported as 32-bit versions
/third_party/dev/ethernet/e1000/
A De1000_82575.c3410 bool bit = 0; in e1000_clock_in_i2c_byte() local
3416 e1000_clock_in_i2c_bit(hw, &bit); in e1000_clock_in_i2c_byte()
3417 *data |= bit << i; in e1000_clock_in_i2c_byte()
3435 bool bit = 0; in e1000_clock_out_i2c_byte() local
3440 bit = (data >> i) & 0x1; in e1000_clock_out_i2c_byte()
3441 status = e1000_clock_out_i2c_bit(hw, bit); in e1000_clock_out_i2c_byte()
A Dif_em.c3335 u32 index, bit; in em_if_vlan_register() local
3338 bit = vtag & 0x1F; in em_if_vlan_register()
3339 adapter->shadow_vfta[index] |= (1 << bit); in em_if_vlan_register()
3347 u32 index, bit; in em_if_vlan_unregister() local
3350 bit = vtag & 0x1F; in em_if_vlan_unregister()
3351 adapter->shadow_vfta[index] &= ~(1 << bit); in em_if_vlan_unregister()
/third_party/ulib/jemalloc/
A Dconfigure.ac323 AC_MSG_RESULT([Using a predefined value for sizeof(void *): 4 for 32-bit, 8 for 64-bit])
521 dnl 64bit AIX
524 dnl 32bit AIX
1761 AC_CACHE_CHECK([whether to force $1-bit __sync_{add,sub}_and_fetch()],
A DChangeLog39 - Refactor atomic and prng APIs to restore support for 32-bit platforms that
124 bitmap fix is critical for 64-bit Windows.
128 even when sizeof(long) is not the same as sizeof(void *), as on 64-bit
182 addition to speeding up bitmap operations on 64-bit systems, this reduces
503 systems. This fixes test compilation errors, especially on 32-bit Linux

Completed in 98 milliseconds