HomeSort by relevance Sort by last modified time
    Searched defs:num_elem (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.c 217 size_t num_elem = 1; local
222 num_elem++;
228 return hmac_sha1_vector(key, key_len, num_elem, addr, len, res);
230 return hmac_sha256_vector(key, key_len, num_elem, addr, len,
  /external/libpcap/
pcap-dos.h 125 int num_elem; /* number of elements */ member in struct:rx_ringbuf
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 394 UINT8 num_elem; member in struct:__anon6101
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 386 int num_elem; /* number of elements */
387 rtx GTY ((length ("%h.num_elem"))) elem[1];
392 #define GET_NUM_ELEM(RTVEC) ((RTVEC)->num_elem)
393 #define PUT_NUM_ELEM(RTVEC, NUM) ((RTVEC)->num_elem = (NUM))
385 int num_elem; \/* number of elements *\/ variable
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 376 UINT8 num_elem; member in struct:__anon5304
    [all...]

Completed in 283 milliseconds