Home
last modified time | relevance | path

Searched defs:set_bit (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages_common.c28 void set_bit(unsigned long *b, unsigned int n, unsigned int v) in set_bit() function
/third_party/ntfs-3g/include/ntfs-3g/
Dsupport.h67 #define set_bit(bit, var) (var) |= 1 << (bit) macro
/third_party/libinput/src/
Dutil-bits.h52 set_bit(unsigned char *array, int bit) in set_bit() function
/third_party/ltp/tools/sparse/sparse-src/
Dbitmap.h17 static inline void set_bit(unsigned int nr, unsigned long *bitmap) in set_bit() function
/third_party/libevdev/libevdev/
Dlibevdev-util.h66 set_bit(unsigned long *array, int bit) in set_bit() function
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h63 set_bit(unsigned int bit, unsigned long *addr) in set_bit() function
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c96 static void set_bit( GLubyte *dest, GLuint bit ) in set_bit() function
/third_party/NuttX/drivers/usbdev/gadget/
Df_ether.c257 static void eth_drv_config(struct netif *usb_netif, uint32_t cflags, uint8_t set_bit) in eth_drv_config()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel_bitmap.c94 static void set_bit( GLubyte *dest, GLuint bit ) in set_bit() function
/third_party/NuttX/fs/inode/
Dfs_files.c83 static void set_bit(int i, void *addr) in set_bit() function
/third_party/ffmpeg/libavfilter/
Dvf_signature.c144 static void set_bit(uint8_t* data, size_t pos) in set_bit() function
/third_party/exfatprogs/lib/
Dlibexfat.c36 static inline void set_bit(int nr, void *addr) in set_bit() function
/third_party/e2fsprogs/lib/support/
Dquotaio_tree.c557 #define set_bit(bmp, ind) ((bmp)[(ind) >> 3] |= (1 << ((ind) & 7))) macro
/third_party/f2fs-tools/fsck/
Dquotaio_tree.c556 #define set_bit(bmp, ind) ((bmp)[(ind) >> 3] |= (1 << ((ind) & 7))) macro
/third_party/libnl/lib/route/link/
Dbridge.c55 static void set_bit(unsigned nr, uint32_t *addr) in set_bit() function