Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 17 of 17) sorted by relevance

/bionic/libm/src/
Ds_nan.c104 uint32_t bits[2]; member
121 uint32_t bits[1]; member
Dfpmath.h45 } bits; member
71 } bits; member
/bionic/libc/kernel/arch-x86/asm/
Dio_apic_32.h35 } __attribute__ ((packed)) bits; member
47 } __attribute__ ((packed)) bits; member
57 } __attribute__ ((packed)) bits; member
66 } __attribute__ ((packed)) bits; member
Dprocessor_32.h262 unsigned int bits[0]; member
/bionic/libm/sh/
D_fpmath.h47 } bits; member
/bionic/libm/arm/
D_fpmath.h43 } bits; member
/bionic/libm/powerpc/
D_fpmath.h36 } bits; member
/bionic/libm/sparc64/
D_fpmath.h37 } bits; member
/bionic/libm/alpha/
D_fpmath.h36 } bits; member
/bionic/libm/i386/
D_fpmath.h37 } bits; member
/bionic/libm/amd64/
D_fpmath.h38 } bits; member
/bionic/libm/ia64/
D_fpmath.h48 } bits; member
/bionic/libc/bionic/
Dsha1.c32 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
Dpthread.c766 #define FIELD_MASK(shift,bits) (((1 << (bits))-1) << (shift)) argument
769 #define FIELD_TO_BITS(val,shift,bits) (((val) & ((1 << (bits))-1)) << (shift)) argument
772 #define FIELD_FROM_BITS(val,shift,bits) (((val) >> (shift)) & ((1 << (bits))-1)) argument
/bionic/libc/kernel/common/linux/
Dtelephony.h186 struct phone_except bits; member
/bionic/libc/stdlib/
Dstrtod.c1128 (_d, e, bits) double d; int *e, *bits; in d2b() argument
/bionic/libc/kernel/common/sound/
Dasound.h314 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member