| /third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
| D | migrate_pages_common.c | 28 void set_bit(unsigned long *b, unsigned int n, unsigned int v) in set_bit() function
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | support.h | 67 #define set_bit(bit, var) (var) |= 1 << (bit) macro
|
| /third_party/libinput/src/ |
| D | util-bits.h | 52 set_bit(unsigned char *array, int bit) in set_bit() function
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | bitmap.h | 17 static inline void set_bit(unsigned int nr, unsigned long *bitmap) in set_bit() function
|
| /third_party/libevdev/libevdev/ |
| D | libevdev-util.h | 66 set_bit(unsigned long *array, int bit) in set_bit() function
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_simulator_validate.h | 63 set_bit(unsigned int bit, unsigned long *addr) in set_bit() function
|
| /third_party/mesa3d/src/mesa/drivers/dri/i915/ |
| D | intel_pixel_bitmap.c | 96 static void set_bit( GLubyte *dest, GLuint bit ) in set_bit() function
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| D | f_ether.c | 257 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/ |
| D | brw_pixel_bitmap.c | 94 static void set_bit( GLubyte *dest, GLuint bit ) in set_bit() function
|
| /third_party/NuttX/fs/inode/ |
| D | fs_files.c | 83 static void set_bit(int i, void *addr) in set_bit() function
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_signature.c | 144 static void set_bit(uint8_t* data, size_t pos) in set_bit() function
|
| /third_party/exfatprogs/lib/ |
| D | libexfat.c | 36 static inline void set_bit(int nr, void *addr) in set_bit() function
|
| /third_party/e2fsprogs/lib/support/ |
| D | quotaio_tree.c | 557 #define set_bit(bmp, ind) ((bmp)[(ind) >> 3] |= (1 << ((ind) & 7))) macro
|
| /third_party/f2fs-tools/fsck/ |
| D | quotaio_tree.c | 556 #define set_bit(bmp, ind) ((bmp)[(ind) >> 3] |= (1 << ((ind) & 7))) macro
|
| /third_party/libnl/lib/route/link/ |
| D | bridge.c | 55 static void set_bit(unsigned nr, uint32_t *addr) in set_bit() function
|