Searched defs:er (Results 1 - 20 of 20) sorted by relevance

/external/libvpx/vp8/common/
H A Dextend.c25 int er /* extend right border */
47 vpx_memset(dest_ptr2, src_ptr2[0], er);
59 linesize = el + er + w + 1;
77 int er = 0xf & (16 - (width & 0xf)); local
81 if (er != 0 || eb != 0)
83 extend_plane_borders(ybf->y_buffer, ybf->y_stride, height, width, 0, 0, eb, er);
88 er = 0x7 & (8 - (width & 0x7));
91 if (er || eb)
93 extend_plane_borders(ybf->u_buffer, ybf->uv_stride, height, width, 0, 0, eb, er);
94 extend_plane_borders(ybf->v_buffer, ybf->uv_stride, height, width, 0, 0, eb, er);
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; local
38 if (er->filter_addr.s_addr &&
39 er->filter_addr.s_addr != addr.sin_addr.s_addr)
47 if (sd == er->multicast_sd) {
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
129 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
161 int wps_er_ssdp_init(struct wps_er *er) argument
195 wps_er_ssdp_deinit(struct wps_er *er) argument
[all...]
H A Dwps_er.h35 struct wps_er *er; member in struct:wps_er_ap
101 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
103 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
104 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
107 int wps_er_ssdp_init(struct wps_er *er);
108 void wps_er_ssdp_deinit(struct wps_er *er);
109 void wps_er_send_ssdp_msearch(struct wps_er *er);
H A Dwps_er.c76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, argument
103 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
113 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) argument
116 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
178 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
185 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing)) {
186 eloop_cancel_timeout(wps_er_deinit_finish, er, NULL);
187 wps_er_deinit_finish(er, NUL
220 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
277 wps_er_ap_get_settings(struct wps_er *er, const u8 *uuid) argument
288 wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) argument
312 wps_er_ap_use_cached_settings(struct wps_er *er, struct wps_er_ap *ap) argument
334 wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) argument
359 struct wps_er *er = eloop_data; local
634 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
673 wps_er_ap_remove(struct wps_er *er, struct in_addr *addr) argument
685 wps_er_ap_remove_all(struct wps_er *er) argument
1169 wps_er_http_event(struct wps_er *er, struct http_request *req, unsigned int ap_id) argument
1205 wps_er_http_notify(struct wps_er *er, struct http_request *req) argument
1233 struct wps_er *er = ctx; local
1269 struct wps_er *er; local
1332 wps_er_refresh(struct wps_er *er) argument
1349 struct wps_er *er = eloop_data; local
1365 wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx) argument
1496 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
1558 wps_er_pbc(struct wps_er *er, const u8 *uuid) argument
1880 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *pin, size_t pin_len) argument
1911 wps_er_set_config(struct wps_er *er, const u8 *uuid, const struct wps_credential *cred) argument
1963 wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *pin, size_t pin_len, const struct wps_credential *cred) argument
[all...]
H A Dwps_i.h32 * er - Whether the local end is an external registrar
34 int er; member in struct:wps_data
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; local
38 if (er->filter_addr.s_addr &&
39 er->filter_addr.s_addr != addr.sin_addr.s_addr)
47 if (sd == er->multicast_sd) {
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
129 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
161 int wps_er_ssdp_init(struct wps_er *er) argument
195 wps_er_ssdp_deinit(struct wps_er *er) argument
[all...]
H A Dwps_er.h35 struct wps_er *er; member in struct:wps_er_ap
101 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
103 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
104 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
107 int wps_er_ssdp_init(struct wps_er *er);
108 void wps_er_ssdp_deinit(struct wps_er *er);
109 void wps_er_send_ssdp_msearch(struct wps_er *er);
H A Dwps_er.c76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, argument
103 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
113 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) argument
116 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
178 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
185 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing)) {
186 eloop_cancel_timeout(wps_er_deinit_finish, er, NULL);
187 wps_er_deinit_finish(er, NUL
220 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
277 wps_er_ap_get_settings(struct wps_er *er, const u8 *uuid) argument
288 wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) argument
312 wps_er_ap_use_cached_settings(struct wps_er *er, struct wps_er_ap *ap) argument
334 wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) argument
359 struct wps_er *er = eloop_data; local
634 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
673 wps_er_ap_remove(struct wps_er *er, struct in_addr *addr) argument
685 wps_er_ap_remove_all(struct wps_er *er) argument
1169 wps_er_http_event(struct wps_er *er, struct http_request *req, unsigned int ap_id) argument
1205 wps_er_http_notify(struct wps_er *er, struct http_request *req) argument
1233 struct wps_er *er = ctx; local
1269 struct wps_er *er; local
1332 wps_er_refresh(struct wps_er *er) argument
1349 struct wps_er *er = eloop_data; local
1365 wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx) argument
1496 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
1558 wps_er_pbc(struct wps_er *er, const u8 *uuid) argument
1880 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *pin, size_t pin_len) argument
1911 wps_er_set_config(struct wps_er *er, const u8 *uuid, const struct wps_credential *cred) argument
1963 wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *pin, size_t pin_len, const struct wps_credential *cred) argument
[all...]
H A Dwps_i.h32 * er - Whether the local end is an external registrar
34 int er; member in struct:wps_data
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; local
38 if (er->filter_addr.s_addr &&
39 er->filter_addr.s_addr != addr.sin_addr.s_addr)
47 if (sd == er->multicast_sd) {
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
129 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
161 int wps_er_ssdp_init(struct wps_er *er) argument
195 wps_er_ssdp_deinit(struct wps_er *er) argument
[all...]
H A Dwps_er.h35 struct wps_er *er; member in struct:wps_er_ap
101 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
103 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
104 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
107 int wps_er_ssdp_init(struct wps_er *er);
108 void wps_er_ssdp_deinit(struct wps_er *er);
109 void wps_er_send_ssdp_msearch(struct wps_er *er);
H A Dwps_er.c76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, argument
103 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
113 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) argument
116 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
178 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
185 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing)) {
186 eloop_cancel_timeout(wps_er_deinit_finish, er, NULL);
187 wps_er_deinit_finish(er, NUL
220 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
277 wps_er_ap_get_settings(struct wps_er *er, const u8 *uuid) argument
288 wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) argument
312 wps_er_ap_use_cached_settings(struct wps_er *er, struct wps_er_ap *ap) argument
334 wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) argument
359 struct wps_er *er = eloop_data; local
634 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
673 wps_er_ap_remove(struct wps_er *er, struct in_addr *addr) argument
685 wps_er_ap_remove_all(struct wps_er *er) argument
1169 wps_er_http_event(struct wps_er *er, struct http_request *req, unsigned int ap_id) argument
1205 wps_er_http_notify(struct wps_er *er, struct http_request *req) argument
1233 struct wps_er *er = ctx; local
1269 struct wps_er *er; local
1332 wps_er_refresh(struct wps_er *er) argument
1349 struct wps_er *er = eloop_data; local
1365 wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx) argument
1496 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
1558 wps_er_pbc(struct wps_er *er, const u8 *uuid) argument
1880 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *pin, size_t pin_len) argument
1911 wps_er_set_config(struct wps_er *er, const u8 *uuid, const struct wps_credential *cred) argument
1963 wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *pin, size_t pin_len, const struct wps_credential *cred) argument
[all...]
H A Dwps_i.h32 * er - Whether the local end is an external registrar
34 int er; member in struct:wps_data
/external/openssl/crypto/txt_db/
H A Dtxt_db.c74 int er=1; local
162 er=2;
171 er=2;
175 er=0;
178 if (er)
181 if (er == 1) fprintf(stderr,"OPENSSL_malloc failure\n");
/external/tcpdump/
H A Dprint-nfs.c1084 parsestatus(const u_int32_t *dp, int *er) argument
1091 if (er)
1092 *er = errnum;
1175 int er; local
1177 dp = parsestatus(dp, &er);
1180 if (er)
1189 int er; local
1191 if (!(dp = parsestatus(dp, &er)))
1193 if (er)
1206 int er; local
1223 int er; local
1274 int er; local
1360 int er; local
1390 int er; local
1400 int er; local
1424 int er; local
1460 int er; local
1492 int er; local
[all...]
/external/chromium/net/tools/flip_server/
H A Depoll_server.h784 friend ostream& operator<<(ostream& os, const EventRecorder& er) { argument
785 for (int i = 0; i < er.unregistered_fds_.size(); ++i) {
786 os << "fd: " << er.unregistered_fds_[i] << "\n";
787 os << er.unregistered_fds_[i];
789 for (EventCountsMap::const_iterator i = er.event_counts_.begin();
790 i != er.event_counts_.end();
795 for (int i = 0; i < er.debug_events_.size(); ++i) {
796 os << *(er.debug_events_[i]) << "\n";
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.cc63 PostEventData(int ev, int er) : events(ev), error(er) { } argument
/external/grub/stage2/
H A Diso9660.h154 } er; member in union:rock_ridge::__anon5032
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 360 milliseconds