Searched refs:frm (Results 1 - 18 of 18) sorted by relevance

/external/libcxx/src/
H A Dlocale.cpp1455 const intern_type* frm, const intern_type*, const intern_type*& frm_nxt,
1458 frm_nxt = frm;
1465 const extern_type* frm, const extern_type*, const extern_type*& frm_nxt,
1468 frm_nxt = frm;
1495 const extern_type* frm, const extern_type* end, size_t mx) const
1497 return static_cast<int>(min<size_t>(mx, static_cast<size_t>(end-frm)));
1533 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt,
1536 // look for first internal null in frm
1537 const intern_type* fend = frm;
1541 // loop over all null-terminated sequences in frm
1454 do_out(state_type&, const intern_type* frm, const intern_type*, const intern_type*& frm_nxt, extern_type* to, extern_type*, extern_type*& to_nxt) const argument
1464 do_in(state_type&, const extern_type* frm, const extern_type*, const extern_type*& frm_nxt, intern_type* to, intern_type*, intern_type*& to_nxt) const argument
1494 do_length(state_type&, const extern_type* frm, const extern_type* end, size_t mx) const argument
1532 do_out(state_type& st, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
1589 do_in(state_type& st, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
1690 do_length(state_type& st, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
1737 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
1814 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
1891 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2012 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2133 utf8_to_utf16_length(const uint8_t* frm, const uint8_t* frm_end, size_t mx, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2234 ucs4_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2289 utf8_to_ucs4(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2403 utf8_to_ucs4_length(const uint8_t* frm, const uint8_t* frm_end, size_t mx, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2501 ucs2_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2547 utf8_to_ucs2(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2628 utf8_to_ucs2_length(const uint8_t* frm, const uint8_t* frm_end, size_t mx, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2697 ucs4_to_utf16be(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2742 utf16be_to_ucs4(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2787 utf16be_to_ucs4_length(const uint8_t* frm, const uint8_t* frm_end, size_t mx, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2829 ucs4_to_utf16le(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2874 utf16le_to_ucs4(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2919 utf16le_to_ucs4_length(const uint8_t* frm, const uint8_t* frm_end, size_t mx, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2961 ucs2_to_utf16be(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
2989 utf16be_to_ucs2(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
3013 utf16be_to_ucs2_length(const uint8_t* frm, const uint8_t* frm_end, size_t mx, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
3035 ucs2_to_utf16le(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
3063 utf16le_to_ucs2(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
3087 utf16le_to_ucs2_length(const uint8_t* frm, const uint8_t* frm_end, size_t mx, unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) argument
3117 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3134 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3171 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3194 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3211 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3248 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3265 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3294 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3340 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3359 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3377 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3415 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3434 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3452 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3490 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3509 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3527 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3565 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3584 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3602 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3640 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3659 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3677 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3715 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3734 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3752 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3790 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3809 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3827 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3865 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3884 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3902 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
3940 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
3959 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
3977 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
4015 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
4034 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
4052 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
4090 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
4109 do_out(state_type&, const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const argument
4127 do_in(state_type&, const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, intern_type* to, intern_type* to_end, intern_type*& to_nxt) const argument
4165 do_length(state_type&, const extern_type* frm, const extern_type* frm_end, size_t mx) const argument
[all...]
/external/python/cpython3/Objects/clinic/
H A Dbytesobject.c.h310 "maketrans(frm, to, /)\n"
315 "The returned table will be one where each byte in frm is mapped to the byte at\n"
318 "The bytes objects frm and to must be of the same length.");
324 bytes_maketrans_impl(Py_buffer *frm, Py_buffer *to);
330 Py_buffer frm = {NULL, NULL}; local
334 &frm, &to)) {
337 return_value = bytes_maketrans_impl(&frm, &to);
340 /* Cleanup for frm */
341 if (frm.obj) {
342 PyBuffer_Release(&frm);
[all...]
H A Dbytearrayobject.c.h80 "maketrans(frm, to, /)\n"
85 "The returned table will be one where each byte in frm is mapped to the byte at\n"
88 "The bytes objects frm and to must be of the same length.");
94 bytearray_maketrans_impl(Py_buffer *frm, Py_buffer *to);
100 Py_buffer frm = {NULL, NULL}; local
104 &frm, &to)) {
107 return_value = bytearray_maketrans_impl(&frm, &to);
110 /* Cleanup for frm */
111 if (frm.obj) {
112 PyBuffer_Release(&frm);
[all...]
/external/pdfium/third_party/lcms/src/
H A Dcmsalpha.c232 int FormatterPos(cmsUInt32Number frm) argument
234 int b = T_BYTES(frm);
236 if (b == 0 && T_FLOAT(frm))
238 if (b == 2 && T_FLOAT(frm))
240 if (b == 4 && T_FLOAT(frm))
242 if (b == 2 && !T_FLOAT(frm))
244 if (b == 1 && !T_FLOAT(frm))
H A Dcmsplugin.c479 cmsBool CMSEXPORT _cmsIOPrintf(cmsIOHANDLER* io, const char* frm, ...) argument
487 _cmsAssert(frm != NULL);
489 va_start(args, frm);
491 len = vsnprintf((char*) Buffer, 2047, frm, args);
H A Dcmscgats.c1600 void Writef(SAVESTREAM* f, const char* frm, ...) argument
1605 va_start(args, frm);
1606 vsnprintf(Buffer, 4095, frm, args);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwnm_ap.c192 const u8 *addr, const u8 *frm, int len)
195 const u8 *pos = frm;
204 while (pos + 1 < frm + len) {
206 if (pos + 2 + ie_len > frm + len)
293 const u8 *addr, const u8 *frm,
305 pos = frm;
322 const u8 *addr, const u8 *frm,
334 pos = frm;
191 ieee802_11_rx_wnmsleep_req(struct hostapd_data *hapd, const u8 *addr, const u8 *frm, int len) argument
292 ieee802_11_rx_bss_trans_mgmt_query(struct hostapd_data *hapd, const u8 *addr, const u8 *frm, size_t len) argument
321 ieee802_11_rx_bss_trans_mgmt_resp(struct hostapd_data *hapd, const u8 *addr, const u8 *frm, size_t len) argument
/external/wpa_supplicant_8/src/ap/
H A Dwnm_ap.c192 const u8 *addr, const u8 *frm, int len)
195 const u8 *pos = frm;
204 while (pos + 1 < frm + len) {
206 if (pos + 2 + ie_len > frm + len)
293 const u8 *addr, const u8 *frm,
305 pos = frm;
322 const u8 *addr, const u8 *frm,
334 pos = frm;
191 ieee802_11_rx_wnmsleep_req(struct hostapd_data *hapd, const u8 *addr, const u8 *frm, int len) argument
292 ieee802_11_rx_bss_trans_mgmt_query(struct hostapd_data *hapd, const u8 *addr, const u8 *frm, size_t len) argument
321 ieee802_11_rx_bss_trans_mgmt_resp(struct hostapd_data *hapd, const u8 *addr, const u8 *frm, size_t len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwnm_ap.c192 const u8 *addr, const u8 *frm, int len)
195 const u8 *pos = frm;
204 while (pos + 1 < frm + len) {
206 if (pos + 2 + ie_len > frm + len)
293 const u8 *addr, const u8 *frm,
305 pos = frm;
322 const u8 *addr, const u8 *frm,
334 pos = frm;
191 ieee802_11_rx_wnmsleep_req(struct hostapd_data *hapd, const u8 *addr, const u8 *frm, int len) argument
292 ieee802_11_rx_bss_trans_mgmt_query(struct hostapd_data *hapd, const u8 *addr, const u8 *frm, size_t len) argument
321 ieee802_11_rx_bss_trans_mgmt_resp(struct hostapd_data *hapd, const u8 *addr, const u8 *frm, size_t len) argument
/external/python/cpython3/Include/
H A Dbytes_methods.h34 extern PyObject* _Py_bytes_maketrans(Py_buffer *frm, Py_buffer *to);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.c180 const u8 *frm, u16 key_len_total)
191 ptr = (u8 *) frm + 1 + 2;
247 const u8 *frm, int len)
253 const u8 *pos = frm; /* point to payload after the action field */
269 key_len_total = WPA_GET_LE16(frm + 1);
272 frm[0], key_len_total);
279 while (pos - frm + 1 < len) {
281 if (2 + ie_len > frm + len - pos) {
313 wnm_sleep_mode_exit_success(wpa_s, frm, key_len_total);
1655 const u8 *sa, const u8 *frm, in
179 wnm_sleep_mode_exit_success(struct wpa_supplicant *wpa_s, const u8 *frm, u16 key_len_total) argument
246 ieee802_11_rx_wnmsleep_resp(struct wpa_supplicant *wpa_s, const u8 *frm, int len) argument
1654 ieee802_11_rx_wnm_notif_req(struct wpa_supplicant *wpa_s, const u8 *sa, const u8 *frm, int len) argument
[all...]
/external/scapy/scapy/
H A Dscapypipes.py227 fd,frm = self.fd.accept()
228 self._high_send(frm)
232 self._trigger(frm)
/external/python/cpython3/Objects/
H A Dbytes_methods.c360 "B.maketrans(frm, to) -> translation table\n\
364 in frm is mapped to the byte at the same position in to.\n\
365 The bytes objects frm and to must be of the same length.");
368 _Py_bytes_maketrans(Py_buffer *frm, Py_buffer *to) argument
374 if (frm->len != to->len) {
385 for (i = 0; i < frm->len; i++) {
386 p[((unsigned char *)frm->buf)[i]] = ((char *)to->buf)[i];
H A Dbytesobject.c2207 frm: Py_buffer
2213 The returned table will be one where each byte in frm is mapped to the byte at
2216 The bytes objects frm and to must be of the same length.
2220 bytes_maketrans_impl(Py_buffer *frm, Py_buffer *to) argument
2223 return _Py_bytes_maketrans(frm, to);
/external/pdfium/third_party/lcms/include/
H A Dlcms2_plugin.h171 CMSAPI cmsBool CMSEXPORT _cmsIOPrintf(cmsIOHANDLER* io, const char* frm, ...);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1930 static int atheros_send_mgmt(void *priv, const u8 *frm, size_t data_len, argument
1939 mgmt = (const struct ieee80211_mgmt *) frm;
1950 os_memcpy(&mgmt_frm->buf[0], frm, data_len);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1930 static int atheros_send_mgmt(void *priv, const u8 *frm, size_t data_len, argument
1939 mgmt = (const struct ieee80211_mgmt *) frm;
1950 os_memcpy(&mgmt_frm->buf[0], frm, data_len);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1930 static int atheros_send_mgmt(void *priv, const u8 *frm, size_t data_len, argument
1939 mgmt = (const struct ieee80211_mgmt *) frm;
1950 os_memcpy(&mgmt_frm->buf[0], frm, data_len);

Completed in 616 milliseconds