Searched defs:n_bytes (Results 1 – 9 of 9) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_gpio_jack.c | 24 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/boringssl/src/fipstools/ |
D | cavp_rsa2_keygen_test.cc | 54 std::vector<uint8_t> n_bytes(BN_num_bytes(n)), e_bytes(BN_num_bytes(e)), in TestRSA2KeyGen() local
|
D | cavp_rsa2_siggen_test.cc | 62 std::vector<uint8_t> n_bytes(BN_num_bytes(n)); in TestRSA2SigGen() local
|
/external/boringssl/src/crypto/bio/ |
D | hexdump.c | 150 const unsigned n_bytes = ctx->used; in finish() local
|
/external/valgrind/coregrind/ |
D | launcher-linux.c | 137 ssize_t n_bytes; in select_platform() local
|
/external/adhd/cras/src/tests/ |
D | alsa_jack_unittest.cc | 1082 int gpio_switch_eviocgbit(int fd, void *buf, size_t n_bytes) in gpio_switch_eviocgbit() 1100 int gpio_switch_eviocgsw(int fd, void *bits, size_t n_bytes) in gpio_switch_eviocgsw() 1110 int gpio_switch_read(int fd, void *buf, size_t n_bytes) in gpio_switch_read()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1680 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/ |
D | openvswitch.h | 304 __u64 n_bytes; /* Number of matched bytes. */ member
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 20702 IRTemp n_bytes = newTemp( Ity_I8 ); in dis_vx_store() local 20875 IRTemp n_bytes = newTemp(Ity_I8); in dis_vx_store() local
|