| /src/external/gpl3/gcc/dist/gcc/ |
| cppdefault.h | 37 const char *const component; /* The component containing the directory member in struct:default_include
|
| genmodes.cc | 63 struct mode_data *component; /* mode of components */ member in struct:mode_data 67 this mode as a component. */ 70 struct mode_data *complex; /* complex type with mode as component. */ 296 validate_field (m, component); 333 m->component = 0; 343 m->component = 0; 361 m->component = 0; 369 m->component = 0; 373 /* A partial integer mode uses ->component to say what the 378 m->bytesize = m->component->bytesize 720 struct mode_data *component = find_mode (m); local 751 struct mode_data *component = find_mode (base); local 783 struct mode_data *component = find_mode (base); local [all...] |
| gimple-range-trace.h | 46 char component[name_len]; member in class:range_tracer
|
| graphds.h | 39 int component; /* Number of dfs restarts before reaching the member in struct:vertex
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cppdefault.h | 37 const char *const component; /* The component containing the directory member in struct:default_include
|
| genmodes.cc | 63 struct mode_data *component; /* mode of components */ member in struct:mode_data 67 this mode as a component. */ 70 struct mode_data *complex; /* complex type with mode as component. */ 295 validate_field (m, component); 332 m->component = 0; 342 m->component = 0; 360 m->component = 0; 368 m->component = 0; 372 /* A partial integer mode uses ->component to say what the 377 m->bytesize = m->component->bytesize 719 struct mode_data *component = find_mode (m); local 750 struct mode_data *component = find_mode (base); local 782 struct mode_data *component = find_mode (base); local [all...] |
| graphds.h | 39 int component; /* Number of dfs restarts before reaching the member in struct:vertex
|
| gimple-range-trace.h | 46 char component[name_len]; member in class:range_tracer
|
| /src/external/mit/isl/dist/ |
| schedule_test.sh.in | 17 for o in --schedule-whole-component --no-schedule-whole-component; do
|
| isl_scheduler_scc.c | 33 * "component" contains the component to which an SCC belongs, 34 * where the component is represented by the index of the first SCC 35 * in the component. 40 * During construction, "component" may also contain the index 41 * of some other SCC in the component, but then it is necessarily 43 * can be reached by recursively looking up "component". 45 * indexed by a component sequence number. 48 * to store the position of the next SCC within a component. 53 * sorted per component. Within each component, the origina 70 int *component; member in struct:isl_scc_graph 901 int *component = scc_graph->component; local 991 int *component = scc_graph->component; local [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/ |
| llvm-compilers-check | 166 for component in components: 167 component = component.rstrip("2") 168 compsrc = src + "/" + component 179 # back through path components until it finds unique component names 182 # Find the number of common starting characters in the last component 188 # Find a unique component of each path. 280 def execute(self, command, execdir, env, component): 281 prefix = self.component_abbrev[component.replace("-", "_")] 454 for component in components [all...] |
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| cmp_util.h | 47 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file,
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| cmp_util.h | 47 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file,
|
| /src/sbin/raidctl/ |
| raidctl.c | 118 char component[PATH_MAX]; local 186 get_comp(component, optarg, sizeof(component)); 210 get_comp(component, optarg, sizeof(component)); 216 get_comp(component, optarg, sizeof(component)); 222 get_comp(component, optarg, sizeof(component)); 243 get_comp(component, optarg, sizeof(component)) [all...] |
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| path.cpp | 63 const std::string component = in.substr(pos, next_pos - pos); local 64 if (!component.empty()) { 66 out += component; 67 else if (component != ".") 68 out += "/" + component; 114 /// The branch path of a path with just one component (no separators) is ".".
|
| /src/external/mpl/dhcp/dist/includes/ |
| t_api.h | 75 t_assert(const char *component, int anum, int class, const char *what, ...)
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| linker.go | 9 // This file defines bindings for the linker component.
|
| transforms_coroutines.go | 9 // This file defines bindings for the coroutines component.
|
| /src/external/gpl2/lvm2/dist/libdm/ |
| libdm-string.c | 66 * Remove hyphen quoting from a component of a name. 67 * NULL-terminates the component and returns start of next component. 69 static char *_unquote(char *component) 71 char *c = component;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-style.c | 110 int component = value / 36; local 111 rgb[0] = component == 0 ? 0 : (55 + component * 40); 113 component = value / 6; 114 rgb[1] = component == 0 ? 0 : (55 + component * 40);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-style.c | 110 int component = value / 36; local 111 rgb[0] = component == 0 ? 0 : (55 + component * 40); 113 component = value / 6; 114 rgb[1] = component == 0 ? 0 : (55 + component * 40);
|
| /src/external/gpl2/groff/dist/src/utils/afmtodit/ |
| afmtodit.pl | 6291 my $component = ""; 6319 $component = $1; 6322 # Map each component to a character string according to the 6325 # * If the component is in the Adobe Glyph List, then map 6328 $utmp = $AGL_to_unicode{$component}; 6333 # * Otherwise, if the component is of the form `uni' 6340 # number as a Unicode scalar value and map the component 6343 elsif ($component =~ /^uni([0-9A-F]{4})+$/) { 6344 while ($component =~ /([0-9A-F]{4})/g) { 6356 # * Otherwise, if the component is of the form `u' (U+0075 [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_util.c | 113 * substitute fallback if component/function name is NULL or empty or contains 126 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, 139 if (BIO_printf(bio, "%s:%s:%d:", improve_location_name(component, "CMP"), 159 const char *component = improve_location_name(func, ERR_lib_error_string(err)); local 186 OSSL_CMP_print_to_bio(bio, component, file, line, 194 if (log_fn(component, file, line, OSSL_CMP_LOG_ERR, msg) <= 0)
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_util.c | 116 * substitute fallback if component/function name is NULL or empty or contains 128 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, 142 if (BIO_printf(bio, "%s:%s:%d:", improve_location_name(component, "CMP"), 160 const char *component = local 188 OSSL_CMP_print_to_bio(bio, component, file, line, 196 if (log_fn(component, file, line, OSSL_CMP_LOG_ERR, msg) <= 0)
|
| /src/external/bsd/kyua-testers/dist/ |
| fs.c | 436 /// \param first First component of the path to concatenate. 445 const char* component; local 449 while ((component = va_arg(ap, const char*)) != NULL) { 450 length += 1 + strlen(component); 464 while ((component = va_arg(ap, const char*)) != NULL) { 465 added_size = snprintf(iterator, length, "/%s", component);
|