| /src/external/bsd/wpa/dist/src/ap/ |
| wpa_auth_ie.c | 1218 u32 selectors = 0; local 1243 selectors |= cipher; 1263 selectors |= cipher << 6; 1271 selectors |= cipher << 12; 1289 selectors |= selector << 18; 1292 *pos++ = selectors & 0xff; 1293 selectors >>= 8;
|
| /src/external/gpl3/gcc/dist/libobjc/ |
| init.c | 526 register all their selectors. */ 533 to register them and their selectors with the 588 struct objc_selector *selectors = symtab->refs; local 626 /* Replace referenced selectors from names to SELs. */ 627 if (selectors) 629 DEBUG_PRINTF (" registering selectors\n"); 630 __objc_register_selectors_from_module (selectors); 931 /* Register all of the selectors in the class and meta class. */ 973 /* Register all the selectors in the protocol with the runtime. 974 This both registers the selectors with the right types, an [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| init.c | 526 register all their selectors. */ 533 to register them and their selectors with the 588 struct objc_selector *selectors = symtab->refs; local 626 /* Replace referenced selectors from names to SELs. */ 627 if (selectors) 629 DEBUG_PRINTF (" registering selectors\n"); 630 __objc_register_selectors_from_module (selectors); 931 /* Register all of the selectors in the class and meta class. */ 973 /* Register all the selectors in the protocol with the runtime. 974 This both registers the selectors with the right types, an [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-general.cc | 1027 /* Store the construct selectors as tree codes from last to first. 1028 CTX is a list of trait selectors, nconstructs must be equal to its 1125 /* Lookup tables for context selectors. */ 1243 /* Return a name from PROP, a property in selectors accepting 1375 trait-selectors for the construct selector set. This is stashed as the 1380 /* Ignore this variant if it contains unknown construct selectors. 1407 /* Constructors for context selectors. */ 1410 make_trait_set_selector (enum omp_tss_code code, tree selectors, tree chain) 1413 selectors, chain); 1448 tree selectors = OMP_TSS_TRAIT_SELECTORS (tss) local [all...] |
| gimplify.cc | 14650 /* Return 0 if CONSTRUCTS selectors don't match the OpenMP context, 14733 tree selectors = TREE_VALUE (attr); 14734 int variant_nconstructs = list_length (selectors); 14741 omp_construct_traits_to_codes (selectors, variant_nconstructs, 14730 tree selectors = TREE_VALUE (attr); local
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-openmp.cc | 8414 tree selectors = NULL_TREE; local 8427 selectors that are not those described in this section"; 8428 however, we must record such selectors because they 8432 selectors = make_trait_selector (sel, NULL_TREE, NULL_TREE, 8433 selectors); 8486 selectors = make_trait_selector (sel, scoreval, 8487 properties, selectors); 8489 set_selectors = make_trait_set_selector (set, selectors,
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-openmp.cc | 7643 tree selectors = NULL_TREE; local 7697 selectors = tree_cons (get_identifier (os->trait_selector_name), 7698 properties, selectors); 7703 selectors, set_selectors);
|
| openmp.cc | 4655 const char *const *selectors = NULL; local 4663 selectors = omp_construct_selectors; 4669 selectors = omp_device_selectors; 4676 selectors = omp_implementation_selectors; 4682 selectors = omp_user_selectors; 4691 if (selectors[i] == NULL) 4708 if (strcmp (selectors[i], selector) == 0)
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 21466 const char *const *selectors = NULL; 21476 selectors = omp_construct_selectors; 21482 selectors = omp_device_selectors; 21489 selectors = omp_implementation_selectors; 21495 selectors = omp_user_selectors; 21504 if (selectors[i] == NULL) 21523 if (strcmp (selectors[i], IDENTIFIER_POINTER (selector)) == 0) 21773 tree selectors = c_parser_omp_context_selector (parser, set, parms); 21774 if (selectors == error_mark_node) 21777 ret = tree_cons (set, selectors, ret) 21461 const char *const *selectors = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 12013 tree selectors = NULL_TREE; 12021 of having hard-wired knowledge of specific selectors. */ 12093 selectors = make_trait_selector (OMP_TS_CODE (ts), scoreval, 12094 properties, selectors); 12096 OMP_TSS_TRAIT_SELECTORS (tss) = nreverse (selectors); 12012 tree selectors = NULL_TREE; local
|