Searched defs:type (Results 1 - 25 of 7457) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c69 yaffs_ObjectType type);
1590 yaffs_ObjectType type)
1607 theObject->variantType = type;
1620 switch (type) {
1649 yaffs_ObjectType type)
1658 theObject = yaffs_CreateNewObject(dev, number, type);
1686 static yaffs_Object *yaffs_MknodObject(yaffs_ObjectType type, argument
1704 in = yaffs_CreateNewObject(dev, -1, type);
1709 in->variantType = type;
1734 switch (type) {
1589 yaffs_CreateNewObject(yaffs_Device * dev, int number, yaffs_ObjectType type) argument
1647 yaffs_FindOrCreateObjectByNumber(yaffs_Device * dev, int number, yaffs_ObjectType type) argument
[all...]
H A Dyaffs_guts.h195 yaffs_ObjectType extraObjectType; /* What object type? */
294 yaffs_ObjectType type; member in struct:__anon34324
/external/zlib/src/contrib/puff/
H A Dpuff.c19 * assumes that long's are at least 32 bits. puff.c uses the short data type,
42 * - Use short data type for large arrays
152 * - After the two-bit stored block type (00), the stored block length and
154 * bits in the byte that has the last bit of the type, as many as seven, are
386 * - Compressed data that is after the block type if fixed or after the code
517 * - This block type can be useful for compressing small amounts of data for
771 * -1: invalid block type (type == 3)
799 int last, type; /* block information */ local
821 type
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1670 /*Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
1861 /*Write block type*/
2367 void lodepng_chunk_type(char type[5], const unsigned char* chunk) argument
2370 for(i = 0; i < 4; i++) type[i] = chunk[4 + i];
2371 type[4] = 0; /*null termination char*/
2374 unsigned char lodepng_chunk_type_equals(const unsigned char* chunk, const char* type) argument
2376 if(strlen(type) != 4) return 0;
2377 return (chunk[4] == type[0] && chunk[5] == type[1] && chunk[6] == type[
2453 lodepng_chunk_create(unsigned char** out, size_t* outlength, unsigned length, const char* type, const unsigned char* data) argument
5285 unsigned type, bestType = 0; local
[all...]
H A Dlodepng_util.cpp50 char type[5]; local
51 lodepng_chunk_type(type, chunk);
52 if(std::string(type).size() != 4) return 1;
54 names.push_back(type);
74 char type[5]; local
75 lodepng_chunk_type(type, chunk);
76 std::string name(type);
118 char type[5]; local
119 lodepng_chunk_type(type, chunk);
120 std::string name(type);
175 char type[5]; local
[all...]
/external/webrtc/src/common_audio/resampler/
H A Dresampler.cc46 Resampler::Resampler(int inFreq, int outFreq, ResamplerType type) argument
65 Reset(inFreq, outFreq, type);
100 int Resampler::ResetIfNeeded(int inFreq, int outFreq, ResamplerType type) argument
106 || (type != my_type_))
108 return Reset(inFreq, outFreq, type);
115 int Resampler::Reset(int inFreq, int outFreq, ResamplerType type) argument
160 my_type_ = type;
186 // Change type to mono
187 type = static_cast<ResamplerType>(
188 ((static_cast<int>(type)
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c72 void WebRtcIsacfix_PitchFilter(WebRtc_Word16* indatQQ, // Q10 if type is 1 or 4, argument
73 // Q0 if type is 2.
78 WebRtc_Word16 type) {
102 if (type == 4) {
167 if (type == 2) {
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h125 RTPTypeHeader type; member in struct:webrtc::WebRtcRTPHeader
254 // payload type
273 WebRtc_UWord8* fragmentationPlType; // Payload type of each fragmentation
/external/webrtc/src/system_wrappers/source/
H A Dsort.cc337 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type type) argument
345 switch (type)
383 switch (type)
/external/webrtc/src/system_wrappers/test/TestSort/
H A DTestSort.cpp73 const char* TypeEnumToString(webrtc::Type type) argument
75 switch (type)
185 printf("It likely does not support the requested type\nExiting...\n");
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c406 char *pos, *role, *type, *pos2; local
414 type = pos;
415 pos = os_strchr(type, ' ');
456 if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "WPS") == 0) {
460 "reported: role=%s type=%s", role, type);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c355 hostapd_config_get_radius_attr(struct hostapd_radius_attr *attr, u8 type) argument
358 if (attr->type == type)
H A Dap_config.h136 u8 type; member in struct:hostapd_radius_attr
476 char type[256]; member in struct:hostapd_bss_config::hs20_icon
624 hostapd_config_get_radius_attr(struct hostapd_radius_attr *attr, u8 type);
H A Dap_drv_ops.c430 int hostapd_if_add(struct hostapd_data *hapd, enum wpa_driver_if_type type, argument
437 return hapd->driver->if_add(hapd->drv_priv, type, ifname, addr,
443 int hostapd_if_remove(struct hostapd_data *hapd, enum wpa_driver_if_type type, argument
449 return hapd->driver->if_remove(hapd->drv_priv, type, ifname);
H A Dieee802_1x.c43 u8 type, const u8 *data, size_t datalen)
61 xhdr->type = type;
135 key->type = EAPOL_KEY_TYPE_RC4;
178 hdr->type = IEEE802_1X_TYPE_EAPOL_KEY;
523 if (!radius_msg_add_attr(msg, attr->type,
672 u8 type, *data; local
684 sm->eap_type_supp = type = data[0];
690 eap_server_get_name(0, type), type);
42 ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, u8 type, const u8 *data, size_t datalen) argument
1437 u8 *buf, *pos, *end, type, sublen; local
1805 ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, const u8 *data, size_t datalen) argument
1959 ieee802_1x_eapol_event(void *ctx, void *sta_ctx, enum eapol_event type) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Deapol_common.h20 u8 type; member in struct:ieee802_1x_hdr
65 u8 type; member in struct:ieee802_1x_eapol_key
H A Dieee802_11_common.c25 * sub-type. */
88 "(type=%d len=%lu)",
119 "(type=%d len=%lu)",
134 "(type=%d len=%lu)",
383 u16 fc, type, stype; local
393 type = WLAN_FC_GET_TYPE(fc);
396 switch (type) {
H A Dwpa_common.h180 u8 type; member in struct:wpa_eapol_key
213 * 00-50-f2:1 (OUI:OUI type)
229 u8 oui[4]; /* 24-bit OUI followed by 8-bit OUI type */
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_nss.c24 static int nss_hash(HASH_HashType type, unsigned int max_res_len, argument
32 ctx = HASH_Create(type);
72 item.type = siBuffer;
H A Dcrypto_openssl.c81 static int openssl_digest_vector(const EVP_MD *type, size_t num_elem, argument
89 if (!EVP_DigestInit_ex(&ctx, type, NULL)) {
217 const EVP_CIPHER *type; local
219 type = aes_get_evp_cipher(len);
220 if (type == NULL)
227 if (EVP_EncryptInit_ex(ctx, type, NULL, key, NULL) != 1) {
268 const EVP_CIPHER *type; local
270 type = aes_get_evp_cipher(len);
271 if (type == NULL)
278 if (EVP_DecryptInit_ex(ctx, type, NUL
[all...]
H A Dtls.h66 const char *type; member in struct:tls_event_data::__anon33599
477 * @ext_type: Extension type
H A Dtls_openssl.c57 /* stack_index_t is the return type of OpenSSL's sk_XXX_num() functions. */
589 ev.alert.type = SSL_alert_type_string_long(ret);
1112 static int tls_match_altsubject_component(X509 *cert, int type, argument
1124 if (gen->type != type)
1137 int type; local
1144 type = GEN_EMAIL;
1147 type = GEN_DNS;
1150 type = GEN_URI;
1169 if (tls_match_altsubject_component(cert, type, po
3463 tls_hello_ext_cb(SSL *s, int client_server, int type, unsigned char *data, int len, void *arg) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h179 /* type - bits 0..1 */
591 * type. update_ft_ies() handler will then be called with the FT IEs to
652 * this variable provides more information on what type of association
2119 * @type: Interface type
2125 * not allowed (applies only to %WPA_IF_AP_BSS type)
2135 int (*if_add)(void *priv, enum wpa_driver_if_type type,
2143 * @type: Interface type
2147 int (*if_remove)(void *priv, enum wpa_driver_if_type type,
3845 u16 type; member in struct:wpa_event_data::tx_status
4130 enum reg_type type; member in struct:wpa_event_data::channel_list_changed
[all...]
H A Ddriver_hostap.c130 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
143 u16 fc, extra_len, type, stype; local
158 type = WLAN_FC_GET_TYPE(fc);
161 if (type != WLAN_FC_TYPE_MGMT || stype != WLAN_FC_STYPE_BEACON) {
188 switch (type) {
203 wpa_printf(MSG_DEBUG, "unknown frame type %d", type);

Completed in 927 milliseconds

1234567891011>>