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

  /external/toybox/toys/posix/
cpio.c 66 unsigned val, inpos = 8, outpos; local
75 sscanf(hex, pattern, &val, &outpos);
76 if (inpos != outpos) error_exit("bad header");
  /external/libvterm/src/
screen.c 677 size_t outpos = 0; local
683 if(buffer && outpos + thislen <= len) \
684 outpos += fill_utf8((c), (char *)buffer + outpos); \
686 outpos += thislen; \
689 if(buffer && outpos + 1 <= len) \
690 ((uint32_t*)buffer)[outpos++] = (c); \
692 outpos++; \
722 return outpos;
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 686 int pos, tokpos, outpos; /*postion of current char in input string and token and output*/ local
721 outpos = 0;
730 strncpy(&(data[outpos]), &(str[stokstart]), stoklen);
731 outpos += stoklen;
732 strncpy(&(data[outpos]), " ", 1);
734 outpos += 1;
740 if (outpos == 0) {
741 outpos = 1;
743 data[outpos-1] = 0;
    [all...]
  /external/svox/pico/lib/
picokdt.c 303 picoos_uint16 outpos; local
314 && (PICO_OK == picoos_read_mem_pi_uint16(this->base, &curpos, &outpos))
319 if (inppos && outpos && treepos) {
321 dtp->outmaptable = this->base + outpos;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 1649 Py_ssize_t outpos; local
1968 Py_ssize_t outpos; local
2271 Py_ssize_t outpos; local
2544 Py_ssize_t outpos; local
2805 Py_ssize_t outpos; local
3206 Py_ssize_t outpos; local
3422 Py_ssize_t outpos; local
3825 Py_ssize_t outpos; local
4118 Py_ssize_t outpos; local
4991 Py_ssize_t outpos = *outp-PyUnicode_AS_UNICODE(*outobj); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 1580 Py_ssize_t outpos; local
1901 Py_ssize_t outpos; local
2204 Py_ssize_t outpos; local
2477 Py_ssize_t outpos; local
2735 Py_ssize_t outpos; local
3158 Py_ssize_t outpos; local
3374 Py_ssize_t outpos; local
3768 Py_ssize_t outpos; local
4061 Py_ssize_t outpos; local
4898 Py_ssize_t outpos = *outp-PyUnicode_AS_UNICODE(*outobj); local
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 1612 int outpos; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1548 milliseconds