HomeSort by relevance Sort by last modified time
    Searched defs:csr (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
csmatch.h 23 CharsetRecognizer *csr; member in class:CharsetMatch
csdetect.cpp 267 CharsetRecognizer *csr; local
278 csr = fCSRecognizers[i];
279 detectResults = csr->match(textIn);
283 resultArray[resultCount++]->set(textIn, csr, confidence);
  /external/grub/netboot/
otulip.c 87 #define EMIT do { TULIP_CSR_WRITE(csr_srom_mii, csr); delay_300ns(); } while (0)
91 unsigned bit, csr; local
93 csr = SROMSEL ; EMIT;
94 csr = SROMSEL | SROMRD; EMIT;
95 csr ^= SROMCS; EMIT;
96 csr ^= SROMCLKON; EMIT;
101 csr ^= SROMCLKOFF; EMIT; /* clock low; data not valid */
102 csr ^= SROMCLKON; EMIT; /* clock high; data valid */
104 csr ^= SROMCLKOFF; EMIT;
105 csr ^= SROMCS; EMIT
120 unsigned lastbit, data, bits, bit, csr; local
    [all...]
  /external/bluetooth/bluez/tools/
hciattach.c 515 * CSR specific initialization
520 static int csr(int fd, struct uart_t *u, struct termios *ti) function
529 /* It seems that if we set the CSR UART speed straight away, it
530 * won't work, the CSR UART gets into a state where we can't talk
532 * On the other hand, doing a read before setting the CSR speed
535 * debugging) and only then set the CSR UART speed. Doing like
537 * The CSR UART control may be slow to wake up or something because
541 /* Try to read the build ID of the CSR chip */
545 cmd[1] = 0x00; /* CSR command */
548 /* CSR MSG header *
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub.c 2200 HB_ChainSubRule* csr; local
2250 HB_ChainSubRule* csr; local
3005 HB_ChainSubRule* csr; local
    [all...]

Completed in 381 milliseconds