/external/wpa_supplicant_8/src/crypto/ |
sha256-internal.c | 19 * @num_elem: Number of elements in the data vector 25 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, 35 for (i = 0; i < num_elem; i++)
|
sha512-internal.c | 18 * @num_elem: Number of elements in the data vector 24 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, 31 for (i = 0; i < num_elem; i++)
|
md5-internal.c | 25 * @num_elem: Number of elements in the data vector 31 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) 40 for (i = 0; i < num_elem; i++)
|
sha1-internal.c | 25 * @num_elem: Number of elements in the data vector 31 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) 40 for (i = 0; i < num_elem; i++)
|
md4-internal.c | 29 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) 38 for (i = 0; i < num_elem; i++)
|
/system/bt/stack/sdp/ |
sdp_db.cc | 195 static int sdp_compose_proto_list(uint8_t* p, uint16_t num_elem, 206 for (xx = 0; xx < num_elem; xx++, p_elem_list++) { 473 bool SDP_AddSequence(uint32_t handle, uint16_t attr_id, uint16_t num_elem, 486 for (xx = 0; xx < num_elem; xx++) { 522 num_elem); 592 bool SDP_AddProtocolList(uint32_t handle, uint16_t num_elem, 600 offset = sdp_compose_proto_list(p_buff, num_elem, p_elem_list); 622 bool SDP_AddAdditionProtoLists(uint32_t handle, uint16_t num_elem, 636 for (xx = 0; xx < num_elem; xx++, p_proto_list++) {
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
main.c | 66 #define NUM_ELEM(x) ((sizeof(x)) / (sizeof(x[0]))) 144 for (i = 0 ; i < NUM_ELEM(key_algs_str) ; i++) { 267 for (i = 0; i < NUM_ELEM(common_cmd_opt); i++) {
|
/system/bt/bta/hl/ |
bta_hl_sdp.cc | 96 uint8_t* p, uint16_t num_elem, 101 for (xx = 0; xx < num_elem; xx++, p_elem_list++) { 141 bool bta_hl_add_sup_feature_list(uint32_t handle, uint16_t num_elem, 147 offset = bta_hl_compose_supported_feature_list(p_buf, num_elem, p_elem_list);
|
/toolchain/binutils/binutils-2.27/bfd/ |
elf32-mcore.c | 270 #ifndef NUM_ELEM 271 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) 281 for (i = NUM_ELEM (mcore_elf_howto_raw); i--;) 287 BFD_ASSERT (type < NUM_ELEM (mcore_elf_howto_table));
|
coff-mcore.c | 34 #ifndef NUM_ELEM 35 #define NUM_ELEM(A) (sizeof (A) / sizeof (A)[0]) 282 #define NUM_HOWTOS NUM_ELEM (mcore_coff_howto_table)
|
elf32-microblaze.c | 501 #ifndef NUM_ELEM 502 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) 513 for (i = NUM_ELEM (microblaze_elf_howto_raw); i--;) 519 BFD_ASSERT (type < NUM_ELEM (microblaze_elf_howto_table)); 633 for (i = 0; i < NUM_ELEM (microblaze_elf_howto_raw); i++) [all...] |
coff-arm.c | 70 #ifndef NUM_ELEM 71 #define NUM_ELEM(a) ((sizeof (a)) / sizeof ((a)[0])) 500 #define NUM_RELOCS NUM_ELEM (aoutarm_std_reloc_howto) [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.c | 98 size_t num_elem, const u8 *addr[], const size_t *len, 103 return hmac_sha1_vector(key, key_len, num_elem, addr, len, 106 return hmac_md5_vector(key, key_len, num_elem, addr, len, hash);
|
eap_eke_common.c | 212 size_t num_elem = 1; local 217 num_elem++; 223 return hmac_sha1_vector(key, key_len, num_elem, addr, len, res); 225 return hmac_sha256_vector(key, key_len, num_elem, addr, len,
|
ikev2_common.h | 275 size_t num_elem, const u8 *addr[], const size_t *len,
|
/system/bt/stack/include/ |
sdp_api.h | 457 bool SDP_AddSequence(uint32_t handle, uint16_t attr_id, uint16_t num_elem, 487 bool SDP_AddProtocolList(uint32_t handle, uint16_t num_elem, 502 bool SDP_AddAdditionProtoLists(uint32_t handle, uint16_t num_elem,
|
/external/pdfium/third_party/agg23/ |
agg_array.h | 183 void add_array(const T* ptr, unsigned num_elem) 185 while(num_elem--) {
|
/external/libpcap/ |
pcap-dos.h | 123 int num_elem; /* number of elements */ member in struct:rx_ringbuf
|
pcap-dos.c | [all...] |
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
layers_test.py | [all...] |
/external/tensorflow/tensorflow/python/kernel_tests/ |
segment_reduction_ops_test.py | 38 num_elem = 1 40 num_elem *= x 41 values = np.arange(1, num_elem + 1) [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
sparse_matmul_op.cc | [all...] |
/toolchain/binutils/binutils-2.27/opcodes/ |
score-dis.c | 488 #ifndef NUM_ELEM 489 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) 509 #define NUM_SCORE_REGNAMES NUM_ELEM (regnames) [all...] |
score7-dis.c | 44 #ifndef NUM_ELEM 45 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) 536 #define NUM_SCORE_REGNAMES NUM_ELEM (regnames) [all...] |
/external/v8/src/wasm/ |
module-decoder.cc | 582 uint32_t num_elem = local 587 for (uint32_t j = 0; ok() && j < num_elem; j++) { [all...] |