Home
last modified time | relevance | path

Searched defs:n_bytes (Results 1 – 20 of 20) sorted by relevance

/external/adhd/cras/src/server/
Dcras_gpio_jack.c24 int gpio_switch_read(int fd, void *buf, size_t n_bytes) in gpio_switch_read()
29 int gpio_switch_eviocgname(int fd, char *name, size_t n_bytes) in gpio_switch_eviocgname()
34 int gpio_switch_eviocgbit(int fd, void *buf, size_t n_bytes) in gpio_switch_eviocgbit()
39 int gpio_switch_eviocgsw(int fd, void *bits, size_t n_bytes) in gpio_switch_eviocgsw()
/external/u-boot/fs/yaffs2/
Dyaffs_ecc.c205 void yaffs_ecc_calc_other(const unsigned char *data, unsigned n_bytes, in yaffs_ecc_calc_other()
231 int yaffs_ecc_correct_other(unsigned char *data, unsigned n_bytes, in yaffs_ecc_correct_other()
Dyaffs_summary.c43 unsigned n_bytes; member
123 int n_bytes; in yaffs_summary_write() local
185 int n_bytes; in yaffs_summary_read() local
Dyaffs_packedtags2.h28 unsigned n_bytes; member
Dyaffs_checkptrw.c257 int yaffs2_checkpt_wr(struct yaffs_dev *dev, const void *data, int n_bytes) in yaffs2_checkpt_wr()
287 int yaffs2_checkpt_rd(struct yaffs_dev *dev, void *data, int n_bytes) in yaffs2_checkpt_rd()
Dyaffs_packedtags1.h26 unsigned n_bytes:10; member
Dyaffs_yaffs2.c211 int n_bytes = 0; in yaffs_calc_checkpt_blocks_required() local
312 u32 n_bytes; in yaffs2_wr_checkpt_dev() local
340 u32 n_bytes; in yaffs2_rd_checkpt_dev() local
Dyaffs_guts.c301 int yaffs_check_ff(u8 *buffer, int n_bytes) in yaffs_check_ff()
2983 const u8 *buffer, int n_bytes, int use_reserve) in yaffs_wr_data_obj()
3412 int yaffs_file_rd(struct yaffs_obj *in, u8 * buffer, loff_t offset, int n_bytes) in yaffs_file_rd()
3492 int n_bytes, int write_through) in yaffs_do_file_wr()
3663 int n_bytes, int write_through) in yaffs_wr_file()
Dyaffs_guts.h134 int n_bytes; /* Only valid if the cache is dirty */ member
183 unsigned n_bytes; /* Only valid for data chunks */ member
/external/boringssl/src/fipstools/
Dcavp_rsa2_keygen_test.cc54 std::vector<uint8_t> n_bytes(BN_num_bytes(n)), e_bytes(BN_num_bytes(e)), in TestRSA2KeyGen() local
Dcavp_rsa2_siggen_test.cc62 std::vector<uint8_t> n_bytes(BN_num_bytes(n)); in TestRSA2SigGen() local
/external/boringssl/src/crypto/bio/
Dhexdump.c150 const unsigned n_bytes = ctx->used; in finish() local
/external/openssh/
Dttymodes.c352 int n_bytes = 0; in tty_parse_modes() local
Dsession.c1880 int n_bytes; in session_pty_req() local
/external/u-boot/drivers/spi/
Dpic32_spi.c107 static u32 pic32_tx_max(struct pic32_spi_priv *priv, int n_bytes) in pic32_tx_max()
120 static u32 pic32_rx_max(struct pic32_spi_priv *priv, int n_bytes) in pic32_rx_max()
Drk_spi.c44 u8 n_bytes; member
Dmxc_spi.c337 int n_bytes = DIV_ROUND_UP(bitlen, 8); in mxc_spi_xfer_internal() local
/external/adhd/cras/src/tests/
Dalsa_jack_unittest.cc1085 int gpio_switch_eviocgbit(int fd, void *buf, size_t n_bytes) in gpio_switch_eviocgbit()
1103 int gpio_switch_eviocgsw(int fd, void *bits, size_t n_bytes) in gpio_switch_eviocgsw()
1113 int gpio_switch_read(int fd, void *buf, size_t n_bytes) in gpio_switch_read()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1680 static const GLuint n_bytes = sizeof(T); in readBaseTypeFromSignedChannel() local
1929 static const GLuint n_bytes = sizeof(T); in writeBaseTypeToSignedChannel() local
/external/kernel-headers/original/uapi/linux/
Dopenvswitch.h304 __u64 n_bytes; /* Number of matched bytes. */ member