Searched refs:baselen (Results 1 – 6 of 6) sorted by relevance
/external/kmod/tools/ |
D | depmod.c | 800 size_t baselen; /* points to start of basename/filename */ member 945 mod->baselen = lastslash - mod->path; in depmod_module_add() 999 …gher_priority(const struct depmod *depmod, const struct mod *mod, size_t baselen, size_t namelen, … in depmod_module_is_higher_priority() argument 1008 size_t newlen = baselen + modnamelen; in depmod_module_is_higher_priority() 1009 size_t oldlen = mod->baselen + mod->modnamesz; in depmod_module_is_higher_priority() 1055 static int depmod_modules_search_file(struct depmod *depmod, size_t baselen, size_t namelen, const … in depmod_modules_search_file() argument 1064 if (!path_ends_with_kmod_ext(path + baselen, namelen)) in depmod_modules_search_file() 1079 if (depmod_module_is_higher_priority(depmod, mod, baselen, in depmod_modules_search_file() 1111 static int depmod_modules_search_dir(struct depmod *depmod, DIR *d, size_t baselen, char *path) in depmod_modules_search_dir() argument 1127 if (baselen + namelen + 2 >= PATH_MAX) { in depmod_modules_search_dir() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 476 unsigned baselen = strlen(rname); in _mesa_program_resource_find_name() local 477 unsigned baselen_without_array_index = baselen; in _mesa_program_resource_find_name() 513 if (strncmp(rname, name, baselen) == 0) in _mesa_program_resource_find_name() 525 name[baselen] == '\0' || in _mesa_program_resource_find_name() 526 name[baselen] == '[' || in _mesa_program_resource_find_name() 527 name[baselen] == '.') { in _mesa_program_resource_find_name() 546 if (name[baselen] == '.') { in _mesa_program_resource_find_name() 552 if (name[baselen] == '\0') { in _mesa_program_resource_find_name() 554 } else if (name[baselen] == '[' && in _mesa_program_resource_find_name()
|
/external/bison/src/ |
D | files.c | 217 size_t baselen = *ext - *base; in file_name_split() local 219 if (dottablen < baselen in file_name_split()
|
/external/python/cpython2/Lib/encodings/ |
D | punycode.py | 108 def generate_integers(baselen, deltas): argument 116 bias = adapt(delta, points==0, baselen+points+1)
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 3051 int baselen = (int)(opbra - op->long_name); in main() local 3056 sprintf(buff1, "%.*s", baselen, op->long_name); in main() 3057 sprintf(buff2, "%s%.*s", buff1, fulllen - baselen - 2, opbra + 1); in main()
|
/external/mesa3d/src/compiler/glsl/ |
D | linker.cpp | 3622 unsigned baselen = strlen(var->name); in build_stageref() local 3635 if (strncmp(var->name, name, baselen) == 0) { in build_stageref() 3639 if (name[baselen] == '\0' || in build_stageref() 3640 name[baselen] == '[' || in build_stageref() 3641 name[baselen] == '.') { in build_stageref()
|