HomeSort by relevance Sort by last modified time
    Searched defs:er (Results 1 - 25 of 30) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/
extend.c 27 int er /* extend right border */
45 vpx_memset(dest_ptr2, src_ptr2[0], er);
59 linesize = el + er + w;
81 int er = dst->border + dst->y_width - src->y_width; local
86 et, el, eb, er);
91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
96 et, el, eb, er);
101 et, el, eb, er);
113 int er = dst->border + dst->y_width - src->y_width; local
127 er = 0
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 22 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)
42 wpa_printf(MSG_DEBUG, "WPS ER: Received SSDP from %s",
44 wpa_hexdump_ascii(MSG_MSGDUMP, "WPS ER: Received SSDP contents",
47 if (sd == er->multicast_sd) {
97 wpa_printf(MSG_DEBUG, "WPS ER: "
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
121 wpa_printf(MSG_DEBUG, "WPS ER: AP discovered: %s
    [all...]
wps_er.h 35 struct wps_er *er; member in struct:wps_er_ap
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
108 int wps_er_ssdp_init(struct wps_er *er);
109 void wps_er_ssdp_deinit(struct wps_er *er);
110 void wps_er_send_ssdp_msearch(struct wps_er *er);
wps_i.h 35 * er - Whether the local end is an external registrar
37 int er; member in struct:wps_data
wps_er.c 76 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,
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id)
119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap)
183 wpa_printf(MSG_DEBUG, "WPS ER: Unsubscribed from AP %s (%s)",
188 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing)) {
189 eloop_cancel_timeout(wps_er_deinit_finish, er, NULL)
362 struct wps_er *er = eloop_data; local
1215 struct wps_er *er = ctx; local
1251 struct wps_er *er; local
1347 struct wps_er *er = eloop_data; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/txt_db/
txt_db.c 74 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/openssl/crypto/txt_db/
txt_db.c 74 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/bluetooth/bluedroid/stack/smp/
smp_keys.c 340 BT_OCTET16 er; local
348 BTM_GetDeviceEncRoot(er);
349 /* CSRK = d1(ER, DIV, 1) */
353 if (!SMP_Encrypt(er, BT_OCTET16_LEN, buffer, 4, &output))
748 ** Description This function is to calculate LTK = d1(ER, DIV, 0)= e(ER, DIV)
755 BT_OCTET16 er; local
760 BTM_GetDeviceEncRoot(er);
762 /* LTK = d1(ER, DIV, 0)= e(ER, DIV)*
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 338 EventRecurrence er = new EventRecurrence(); local
339 er.parse(recur);
765 private static void print(EventRecurrence er) {
767 System.out.println(" freq=" + er.freq);
768 System.out.println(" until=" + er.until);
769 System.out.println(" count=" + er.count);
770 System.out.println(" interval=" + er.interval);
771 System.out.println(" wkst=" + er.wkst);
772 System.out.println(" bysecond=" + Arrays.toString(er.bysecond));
773 System.out.println(" bysecondCount=" + er.bysecondCount)
    [all...]
  /system/media/audio_utils/
echo_reference.c 71 struct echo_reference *er; local
77 er = (struct echo_reference *)((char *)buffer_provider -
80 if (er->wr_src_buf == NULL || er->wr_frames_in == 0) {
86 buffer->frame_count = (buffer->frame_count > er->wr_frames_in) ?
87 er->wr_frames_in : buffer->frame_count;
88 // this is er->rd_channel_count here as we resample after stereo to mono conversion if any
89 buffer->i16 = (int16_t *)er->wr_src_buf + (er->wr_curr_frame_size - er->wr_frames_in)
98 struct echo_reference *er; local
134 struct echo_reference *er = (struct echo_reference *)echo_reference; local
296 struct echo_reference *er = (struct echo_reference *)echo_reference; local
482 struct echo_reference *er; local
523 struct echo_reference *er = (struct echo_reference *)echo_reference; local
    [all...]
  /external/chromium_org/sync/test/engine/
mock_connection_manager.cc 608 sync_pb::CommitResponse_EntryResponse* er = response_map[id_string]; local
610 er->set_response_type(CommitResponse::CONFLICT);
614 er->set_response_type(CommitResponse::TRANSIENT_ERROR);
617 er->set_response_type(CommitResponse::SUCCESS);
618 er->set_version(entry.version() + 1);
621 er->set_name(commit_time_rename_prepended_string_ + entry.name());
627 er->set_parent_id_string(parent_id_string);
630 er->set_id_string(id_string); // Allows verification.
634 er->set_id_string(new_id);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 245 GLfixed er, eg, eb, ea; member in struct:affine_info
326 + (sample[RCOMP] + 1) * info->er) >> (FIXED_SHIFT + 8); \
557 info.er = 0; \
564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
601 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info
824 info.er = 0; \
830 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 245 GLfixed er, eg, eb, ea; member in struct:affine_info
326 + (sample[RCOMP] + 1) * info->er) >> (FIXED_SHIFT + 8); \
557 info.er = 0; \
564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
601 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info
824 info.er = 0; \
830 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
    [all...]
  /external/tcpdump/
print-nfs.c 1084 parsestatus(const u_int32_t *dp, int *er)
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/bluetooth/bluedroid/stack/btm/
btm_ble.c 215 memcpy(p_devcb->er, p_key->er, sizeof(BT_OCTET16));
234 ** the local device ER is copied into er
237 void BTM_GetDeviceEncRoot (BT_OCTET16 er)
242 memcpy (er, btm_cb.devcb.er, BT_OCTET16_LEN);
1731 BT_OCTET16 er; local
    [all...]
btm_int.h 196 BT_OCTET16 er; /* BLE encryption key */ member in struct:__anon3519
481 UINT16 div; /* local DIV to generate local LTK=d1(ER,DIV,0) and CSRK=d1(ER,DIV,1) */
    [all...]
  /external/chromium_org/ui/base/gestures/
gesture_sequence.cc 708 gfx::Rect er = point.enclosing_rectangle(); local
709 gfx::Point center = er.CenterPoint();
1005 gfx::Rect er = point.enclosing_rectangle(); local
    [all...]
  /external/grub/stage2/
iso9660.h 148 struct ER {
154 } er; member in union:rock_ridge::__anon20254
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 477 EventRecurrence er = (EventRecurrence) obj; local
479 er.startDate == null : Time.compare(startDate, er.startDate) == 0) &&
480 freq == er.freq &&
481 (until == null ? er.until == null : until.equals(er.until)) &&
482 count == er.count &&
483 interval == er.interval &&
484 wkst == er.wkst &&
485 arraysEqual(bysecond, bysecondCount, er.bysecond, er.bysecondCount) &
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 323 BT_OCTET16 er; local
372 /* load BLE local information: ID keys, ER if available */
373 bta_dm_co_ble_load_local_keys(&key_mask, er, &id_key);
377 BTM_BleLoadLocalKeys(BTA_BLE_LOCAL_KEY_TYPE_ER, (tBTM_BLE_LOCAL_KEYS *)&er);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 107 UINT8 er[BT_OCTET16_LEN]; member in struct:__anon3379
    [all...]
  /external/stressapptest/src/
worker.cc 867 struct ErrorRecord er; local
868 er.actual = actual;
869 er.expected = expected;
870 er.vaddr = &memblock[i];
874 ProcessError(&er, 12, errormessage.c_str());
1009 struct ErrorRecord er; local
1010 er.actual = actual;
1012 er.expected = tag;
1013 er.vaddr = mem64;
1016 er.tagvaddr = reinterpret_cast<uint64*>(actual)
1246 struct ErrorRecord er; local
1390 struct ErrorRecord er; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 285 const DWORD er = GetLastError();
287 if (er == ERROR_FILE_EXISTS || er == ERROR_ALREADY_EXISTS)
299 error = map_windows32_error_to_string (er);
283 const DWORD er = GetLastError(); local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 2434 EventRecurrence er = new EventRecurrence(); local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1721 BT_OCTET16 er; member in union:__anon3732
    [all...]

Completed in 1379 milliseconds

1 2