Home
last modified time | relevance | path

Searched refs:baselen (Results 1 – 7 of 7) sorted by relevance

/external/kmod/tools/
Ddepmod.c800 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/
Dshader_query.cpp476 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/python/cpython2/Lib/encodings/
Dpunycode.py108 def generate_integers(baselen, deltas): argument
116 bias = adapt(delta, points==0, baselen+points+1)
/external/python/cpython3/Lib/encodings/
Dpunycode.py106 def generate_integers(baselen, deltas): argument
114 bias = adapt(delta, points==0, baselen+points+1)
/external/scapy/scapy/layers/tls/
Dkeyexchange.py463 length_from=lambda pkt: pkt.baselen),
505 length_from = lambda pkt: pkt.baselen),
/external/pcre/dist2/src/
Dpcre2grep.c3051 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/
Dlinker.cpp3622 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()