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

  /toolchain/binutils/binutils-2.25/gas/
macro.c 115 size_t to_len = strlen (to); local
120 if (to_len == 4 && strcasecmp (to, "ENDR") == 0)
201 if (strncasecmp (ptr->ptr + i, to, to_len) == 0
202 && (ptr->len == (i + to_len)
203 || ! (is_part_of_name (ptr->ptr[i + to_len])
204 || is_name_ender (ptr->ptr[i + to_len]))))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 2825 Py_ssize_t from_len, to_len; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 2806 Py_ssize_t from_len, to_len; local
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 2825 Py_ssize_t from_len, to_len; local
    [all...]

Completed in 127 milliseconds