Searched defs:ln (Results 1 - 5 of 5) sorted by relevance

/system/extras/tests/kernel.config/
H A Dscrape_mmap_addr.cpp16 std::string ln; local
22 while (getline(m_file, ln)) {
24 if (std::regex_match (ln,sm, reg)) {
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dutil.c192 struct str ln; local
222 ln.file = grep_malloc(strlen(fn) + 1);
223 strcpy(ln.file, fn);
224 ln.line_no = 0;
225 ln.len = 0;
227 ln.off = -1;
230 ln.off += ln.len + 1;
231 if ((ln.dat = grep_fgetln(f, &ln
[all...]
/system/nfc/src/nfc/int/
H A Dce_int.h57 uint32_t ln; member in struct:__anon2408
H A Drw_int.h494 uint32_t ln; /* Ln: actual size of stored NDEF data (in bytes) */ member in struct:__anon2440
/system/nfc/src/nfc/tags/
H A Drw_t3t.c437 p_cb->ndef_attrib.ln = 0;
664 uint32_t ln; local
699 /* If starting NDEF write: set WriteF=ON, and ln=current ndef length */
702 ln = p_cb->ndef_attrib.ln;
704 /* If finishing NDEF write: set WriteF=OFF, and ln=new ndef len */
707 ln = p_cb->ndef_msg_len;
711 UINT8_TO_STREAM(p, (ln >> 16) & 0xFF); /* High byte (of 3) of Ln */
712 UINT8_TO_STREAM(p, (ln >> 8) & 0xFF); /* Middle byte (of 3) of Ln */
713 UINT8_TO_STREAM(p, (ln)
[all...]

Completed in 177 milliseconds