Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 13 of 13) sorted by relevance

/third_party/ulib/musl/src/ctype/
A Dtowctrans.c10 signed char lower; member
218 static wchar_t __towcase(wchar_t wc, int lower) { in __towcase() argument
220 int lmul = 2 * lower - 1; in __towcase()
221 int lmask = lower - 1; in __towcase()
227 if (lower && (unsigned)wc - 0x10a0 < 0x2e) { in __towcase()
233 if (!lower && (unsigned)wc - 0x2d00 < 0x26) { in __towcase()
242 if (casemaps[i].lower == 1) in __towcase()
247 for (i = 0; pairs[i][1 - lower]; i++) { in __towcase()
248 if (pairs[i][1 - lower] == wc) in __towcase()
249 return pairs[i][lower]; in __towcase()
[all …]
/third_party/dev/ethernet/e1000/
A Dem_txrx.c373 ctxd->lower.data = htole32(cmd | txd_lower | seg_len); in em_isc_txd_encap()
382 ctxd->lower.data = htole32(cmd | txd_lower | TSO_WORKAROUND); in em_isc_txd_encap()
390 ctxd->lower.data = htole32(cmd | txd_lower | seg_len); in em_isc_txd_encap()
410 ctxd->lower.data |= htole32(E1000_TXD_CMD_EOP | txd_flags); in em_isc_txd_encap()
695 pkt_info = le32toh(rxd->wb.lower.mrq); in em_isc_rxd_pkt_get()
734 ri->iri_flowid = le32toh(rxd->wb.lower.hi_dword.rss); in em_isc_rxd_pkt_get()
A De1000_82575.h72 } lower; member
217 } lower; member
A De1000_hw.h415 } lower; member
445 } lower; member
470 } lower; member
520 } lower; member
A Digb_txrx.c449 pkt_info = le16toh(rxd->wb.lower.lo_dword.hs_rss.pkt_info); in igb_isc_rxd_pkt_get()
454 ptype = le32toh(rxd->wb.lower.lo_dword.data) & IGB_PKTTYPE_MASK; in igb_isc_rxd_pkt_get()
503 le32toh(rxd->wb.lower.hi_dword.rss); in igb_isc_rxd_pkt_get()
A De1000_vf.h108 } lower; member
A Dfuchsia.c488 desc->lower.data = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS | E1000_TXD_CMD_RS | len; in eth_tx()
/third_party/ulib/usbhost/
A Dusbhost.c470 char lower = ascii_string[2 * i]; in usb_device_get_string() local
472 if (upper || (lower & 0x80)) { in usb_device_get_string()
475 ascii_string[i] = lower; in usb_device_get_string()
/third_party/ulib/musl/src/stdio/
A Dvfprintf.c227 __NO_SAFESTACK static char* fmt_x(uintmax_t x, char* s, int lower) { in fmt_x() argument
229 *--s = xdigits[(x & 15)] | lower; in fmt_x()
/third_party/ulib/jemalloc/
A DChangeLog331 + Chunk fragmentation tends to be lower because there are fewer distinct run
/third_party/tools/android/avb/
A Davbtool380 if not pout.lower().startswith(self.MODULUS_PREFIX):
/third_party/lib/acpica/
A Dchanges.txt3207 descriptions in function headers are now translated properly to lower
4009 completely lower case.
8759 converting identifiers from mixed to lower case. This will correct
11292 Disallow the use of lower case letters within the EISAID macro, as per
11665 All directory names in the entire source package are lower case, as they
11699 All directory names in the entire source package are lower case, as they
12986 within quotes were not fully lower cased (they were left with a
15216 All Acpi data types and structures are now in lower case. Only
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl6727 // of the lower nibble should be set. BIT1, BIT3 should be set.
7405 // This test shows that MS ACPI.SYS stores only the lower 8-bits of a 32-bit

Completed in 59 milliseconds