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

/device/linaro/bootloader/edk2/StdLib/Include/
H A Dresolv.h105 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c2569 int idx, ndots = 0; local
2585 ndots++;
2635 return ImportFrom(modname, aliases, ndots, lineno, col_offset,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c2564 int idx, ndots = 0; local
2580 ndots++;
2630 return ImportFrom(modname, aliases, ndots, lineno, col_offset,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c1925 int ndots = count_from_dots(tree); local
1926 int havename = (TYPE(CHILD(tree, ndots + 1)) == dotted_name);
1927 int offset = ndots + havename;
1932 && (!havename || validate_dotted_name(CHILD(tree, ndots + 1)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c1896 int ndots = count_from_dots(tree); local
1897 int havename = (TYPE(CHILD(tree, ndots + 1)) == dotted_name);
1898 int offset = ndots + havename;
1903 && (!havename || validate_dotted_name(CHILD(tree, ndots + 1)))

Completed in 29 milliseconds