Searched refs:array (Results 1 - 25 of 2736) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
409 Levels: array [TCompressionLevel] of ShortInt =
530 Buf: array [0..4095] of Char;
/external/zopfli/src/zopfli/
H A Dhash.c91 void ZopfliUpdateHash(const unsigned char* array, size_t pos, size_t end, argument
99 array[pos + ZOPFLI_MIN_MATCH - 1] : 0);
113 array[pos] == array[pos + amount + 1] && amount < (unsigned short)(-1)) {
130 void ZopfliWarmupHash(const unsigned char* array, size_t pos, size_t end, argument
133 UpdateHashValue(h, array[pos + 0]);
134 UpdateHashValue(h, array[pos + 1]);
H A Dhash.h56 Updates the hash values based on the current position in the array. All calls
59 void ZopfliUpdateHash(const unsigned char* array, size_t pos, size_t end,
67 void ZopfliWarmupHash(const unsigned char* array, size_t pos, size_t end,
H A Dlz77.c125 /* 8 checks at once per array bounds check (size_t is 64-bit). */
131 /* 4 checks at once per array bounds check (unsigned int is 32-bit). */
138 /* do 8 checks at once per array bounds check. */
166 beginning of the whole array. */
211 beginning of the whole array. */
230 const unsigned char* array,
273 arrayend = &array[pos] + limit;
296 scan = &array[pos];
297 match = &array[pos - dist];
314 currentlength = scan - &array[po
229 ZopfliFindLongestMatch(ZopfliBlockState* s, const ZopfliHash* h, const unsigned char* array, size_t pos, size_t size, size_t limit, unsigned short* sublen, unsigned short* distance, unsigned short* length) argument
[all...]
H A Dlz77.h78 Even when not using "sublen", it can be more efficient to provide an array,
80 array: the data
86 sublen: output array of 259 elements, or null. Has, for each length, the
89 for convenience that the array is made 3 longer).
92 ZopfliBlockState *s, const ZopfliHash* h, const unsigned char* array,
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp533 convert tree1d[] to tree2d[][]. In the 2D array, a value of 32767 means
1293 /*search the index in the array, that has the largest value smaller than or equal to the given value,
1294 given array must be sorted (if no value is smaller, it returns the size of the given array)*/
1295 static size_t searchCodeIndex(const unsigned* array, size_t array_size, size_t value) argument
1298 /*for(size_t i = 1; i < array_size; i++) if(array[i] > value) return i - 1;
1307 if(array[mid] <= value) left = mid + 1; /*the value to find is more to the right*/
1308 else if(array[mid - 1] > value) right = mid - 1; /*the value to find is more to the left*/
2153 /*ucvector-controlled version of the output buffer, for dynamic array*/
2896 /*index: bitgroup index, bits: bitgroup size(1, 2 or 4), in: bitgroup value, out: octet array t
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dutils_module_tests.c50 int array[10]; local
105 array[0] = 10;
106 array[1] = 10;
107 array[2] = 5;
108 array[3] = 10;
109 array[4] = 5;
110 array[5] = 0;
111 if (int_array_len(array) != 5)
113 int_array_sort_unique(array);
114 if (int_array_len(array) !
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dutils_module_tests.c50 int array[10]; local
105 array[0] = 10;
106 array[1] = 10;
107 array[2] = 5;
108 array[3] = 10;
109 array[4] = 5;
110 array[5] = 0;
111 if (int_array_len(array) != 5)
113 int_array_sort_unique(array);
114 if (int_array_len(array) !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan_learn.c52 static int bssid_in_array(u8 *array, size_t array_len, const u8 *bssid) argument
56 if (array == NULL || array_len == 0)
60 if (os_memcmp(array + i * ETH_ALEN, bssid, ETH_ALEN) == 0)
195 static int in_array(int *array, int val) argument
199 if (array == NULL)
202 for (i = 0; array[i]; i++) {
203 if (array[i] == val)
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c366 * wpas_dbus_simple_array_property_getter - Get array type property
368 * @type: DBus type of property array elements (must be basic type)
369 * @array: pointer to array of elements to put into response message
370 * @array_len: length of above array
374 * Generic getter for array type properties. Array elements type is
379 const void *array,
438 (const char *) array +
459 * wpas_dbus_simple_array_array_property_getter - Get array array typ
377 wpas_dbus_simple_array_property_getter(DBusMessageIter *iter, const int type, const void *array, size_t array_len, DBusError *error) argument
470 wpas_dbus_simple_array_array_property_getter(DBusMessageIter *iter, const int type, struct wpabuf **array, size_t array_len, DBusError *error) argument
4492 DBusMessageIter iter, array; local
4584 DBusMessageIter iter, array; local
[all...]
H A Ddbus_new_handlers.h36 const void *array,
42 struct wpabuf **array,
H A Ddbus_new_handlers_p2p.c1912 * wpas_dbus_getter_persistent_groups - Get array of persistent group objects
2442 * This is supposed to be array of bytearrays (aay), but the earlier
2460 "dbus: Not an array of array of bytes");
2977 DBusMessageIter variant, array; local
2989 dbus_message_iter_recurse(&variant, &array);
2990 dbus_message_iter_get_fixed_array(&array, &data, &len);
H A Ddbus_old_handlers.c343 * Returns: a dbus message containing a dbus array of objects paths, or returns
510 /* free returned method array */
1266 message, "Byte array expected.");
1273 message, "Invalid array size.");
1331 DBusMessageIter iter, array; local
1340 dbus_message_iter_recurse(&iter, &array);
1341 while (dbus_message_iter_get_arg_type(&array) == DBUS_TYPE_STRING) {
1344 dbus_message_iter_get_basic(&array, &name);
1351 dbus_message_iter_next(&array);
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dhidl_manager.cpp1068 std::array<uint8_t, kWfdDeviceInfoLen> hidl_peer_wfd_device_info{};
1192 std::array<uint8_t, 32> hidl_psk;
H A Diface_config_utils.cpp97 struct wpa_supplicant* wpa_s, const std::array<uint8_t, 8>& type)
H A Diface_config_utils.h38 struct wpa_supplicant* wpa_s, const std::array<uint8_t, 8>& type);
H A Dp2p_iface.cpp591 std::pair<SupplicantStatus, std::array<uint8_t, 6>>
595 std::array<uint8_t, 6> addr;
678 const std::array<uint8_t, 6>& peer_address,
726 const std::array<uint8_t, 6>& peer_address,
794 const std::array<uint8_t, 6>& peer_address)
808 const std::array<uint8_t, 6>& go_device_address,
809 const std::array<uint8_t, 6>& peer_address)
822 const std::array<uint8_t, 6>& peer_address)
890 const std::array<uint8_t, 6>& peer_address)
911 const std::array<uint8_
[all...]
H A Dp2p_iface.h13 #include <array>
202 std::pair<SupplicantStatus, std::array<uint8_t, 6>>
214 const std::array<uint8_t, 6>& peer_address,
220 const std::array<uint8_t, 6>& peer_address,
226 const std::array<uint8_t, 6>& peer_address);
229 const std::array<uint8_t, 6>& go_device_address,
230 const std::array<uint8_t, 6>& peer_address);
233 const std::array<uint8_t, 6>& peer_address);
241 const std::array<uint8_t, 6>& peer_address);
243 const std::array<uint8_
[all...]
H A Dp2p_network.cpp155 std::pair<SupplicantStatus, std::array<uint8_t, 6>>
159 std::array<uint8_t, 6> bssid{};
H A Dp2p_network.h71 std::pair<SupplicantStatus, std::array<uint8_t, 6>> getBssidInternal();
H A Dsta_iface.cpp630 const std::array<uint8_t, 6> &mac_address)
647 const std::array<uint8_t, 6> &mac_address)
666 const std::array<uint8_t, 6> &mac_address)
685 const std::array<uint8_t, 6> &mac_address,
715 const std::array<uint8_t, 6> &mac_address, const std::string &file_name)
728 std::pair<SupplicantStatus, std::array<uint8_t, 6>>
750 std::array<uint8_t, 6> mac_addr;
814 const std::array<int8_t, 2> &code)
835 const std::array<uint8_t, 6> &bssid, const std::string &pin)
845 const std::array<uint8_
[all...]
H A Dsta_iface.h13 #include <array>
177 const std::array<uint8_t, 6>& mac_address);
179 const std::array<uint8_t, 6>& mac_address);
181 const std::array<uint8_t, 6>& mac_address);
183 const std::array<uint8_t, 6>& mac_address,
188 const std::array<uint8_t, 6>& mac_address,
190 std::pair<SupplicantStatus, std::array<uint8_t, 6>>
203 const std::array<int8_t, 2>& code);
205 const std::array<uint8_t, 6>& bssid, const std::string& pin);
207 const std::array<uint8_
[all...]
H A Dsta_network.cpp696 const std::array<uint8_t, 6> &bssid)
702 // Zero'ed array is used to clear out the BSSID value.
813 SupplicantStatus StaNetwork::setPskInternal(const std::array<uint8_t, 32> &psk)
900 // |eap_method_type| member in the array is used to indicate the end
1136 std::pair<SupplicantStatus, std::array<uint8_t, 6>>
1140 std::array<uint8_t, 6> bssid{};
1199 std::pair<SupplicantStatus, std::array<uint8_t, 32>>
1207 std::array<uint8_t, 32> psk;
1582 const std::array<uint8_t, 14> &auts)
H A Dsta_network.h13 #include <array>
197 SupplicantStatus setBssidInternal(const std::array<uint8_t, 6>& bssid);
206 SupplicantStatus setPskInternal(const std::array<uint8_t, 32>& psk);
236 std::pair<SupplicantStatus, std::array<uint8_t, 6>> getBssidInternal();
244 std::pair<SupplicantStatus, std::array<uint8_t, 32>> getPskInternal();
285 const std::array<uint8_t, 14>& auts);

Completed in 617 milliseconds

1234567891011>>