HomeSort by relevance Sort by last modified time
    Searched refs:BYTE_ARRAY_CHUNK_SIZE (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
dbus_dict_helpers.c 632 #define BYTE_ARRAY_CHUNK_SIZE 34
646 buffer = wpa_zalloc(BYTE_ARRAY_ITEM_SIZE * BYTE_ARRAY_CHUNK_SIZE);
658 if ((count % BYTE_ARRAY_CHUNK_SIZE) == 0 && count != 0) {
660 (count + BYTE_ARRAY_CHUNK_SIZE));
  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 630 #define BYTE_ARRAY_CHUNK_SIZE 34
644 buffer = os_zalloc(BYTE_ARRAY_ITEM_SIZE * BYTE_ARRAY_CHUNK_SIZE);
656 if ((count % BYTE_ARRAY_CHUNK_SIZE) == 0 && count != 0) {
658 (count + BYTE_ARRAY_CHUNK_SIZE));

Completed in 294 milliseconds