| /src/external/bsd/tre/dist/lib/ |
| tre-filter.c | 28 tre_filter_profile_t *profile = filter->profile; local 51 p = profile;
|
| tre-filter.h | 14 tre_filter_profile_t *profile; member in struct:__anon8190
|
| /src/usr.sbin/altq/libaltq/ |
| qop_cdnr.h | 41 struct tb_profile profile; member in struct:cdnrinfo::__anon8411::__anon8413 70 struct tb_profile *profile, 97 struct ifinfo *ifinfo, struct tb_profile *profile, 112 struct tb_profile *profile);
|
| parser.c | 1040 struct tb_profile profile[2]; local 1108 LOG(LOG_ERR, 0, "missing tb profile"); 1111 profile[0].rate = atobps(w); 1113 LOG(LOG_ERR, 0, "missing tb profile"); 1116 profile[0].depth = atobytes(w); 1122 if (qcmd_cdnr_add_tbmeter(action, ifname, NULL, &profile[0], 1130 LOG(LOG_ERR, 0, "missing tb profile"); 1133 profile[i].rate = atobps(w); 1135 LOG(LOG_ERR, 0, "missing tb profile"); 1138 profile[i].depth = atobytes(w) [all...] |
| /src/external/gpl3/gdb/dist/sim/m32r/ |
| m32r2.c | 286 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); 293 PROFILE_MODEL_TAKEN_COUNT (profile) += 1; 296 PROFILE_MODEL_UNTAKEN_COUNT (profile) += 1; 284 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); local
|
| m32rx.c | 286 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); 293 PROFILE_MODEL_TAKEN_COUNT (profile) += 1; 296 PROFILE_MODEL_UNTAKEN_COUNT (profile) += 1; 284 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); local
|
| m32r.c | 396 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); 403 PROFILE_MODEL_TAKEN_COUNT (profile) += 1; 406 PROFILE_MODEL_UNTAKEN_COUNT (profile) += 1; 394 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); local
|
| /src/external/gpl3/gdb.old/dist/sim/m32r/ |
| m32r2.c | 286 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); 293 PROFILE_MODEL_TAKEN_COUNT (profile) += 1; 296 PROFILE_MODEL_UNTAKEN_COUNT (profile) += 1; 284 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); local
|
| m32rx.c | 286 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); 293 PROFILE_MODEL_TAKEN_COUNT (profile) += 1; 296 PROFILE_MODEL_UNTAKEN_COUNT (profile) += 1; 284 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); local
|
| m32r.c | 396 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); 403 PROFILE_MODEL_TAKEN_COUNT (profile) += 1; 406 PROFILE_MODEL_UNTAKEN_COUNT (profile) += 1; 394 PROFILE_DATA *profile = CPU_PROFILE_DATA (cpu); local
|
| /src/bin/sh/ |
| main.c | 83 #define PROFILE 0 91 #if PROFILE 145 #if PROFILE 235 read_profile("/etc/profile"); 239 char *profile; local 245 profile = ststrcat(NULL, home, "/.profile", STSTRC_END); 246 read_profile(profile); 247 stunalloc(profile); 268 line_number = 1; /* undo anything from profile files * [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| rand.c | 381 char profile[MAX_PATH]; local 384 SHGFP_TYPE_CURRENT, profile) == S_OK) { 385 ret = snprintf(filename, size, "%s\\.rnd", profile);
|
| /src/external/gpl3/gcc/dist/contrib/ |
| analyze_brprob.py | 34 # Step 1: Compile and profile your program. You need to use -fprofile-generate 37 # Step 3: Compile the program with collected profile and dump IPA profiles 38 # (-fprofile-use -fdump-ipa-profile-details) 40 # find . -name '*.profile' | xargs cat > dump_file 223 class Profile: 304 help = 'IPA profile dump file') 317 profile = Profile(args.dump_file) variable 318 loop_niter_str = ';; profile-based iteration count: ' 329 profile.add(name, prediction, count, hits [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| analyze_brprob.py | 32 # Step 1: Compile and profile your program. You need to use -fprofile-generate 35 # Step 3: Compile the program with collected profile and dump IPA profiles 36 # (-fprofile-use -fdump-ipa-profile-details) 38 # find . -name '*.profile' | xargs cat > dump_file 221 class Profile: 302 help = 'IPA profile dump file') 315 profile = Profile(args.dump_file) variable 316 loop_niter_str = ';; profile-based iteration count: ' 327 profile.add(name, prediction, count, hits [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| amdgpu_ppatomfwctrl.c | 287 struct atom_asic_profiling_info_v4_1 *profile; local 291 profile = (struct atom_asic_profiling_info_v4_1 *) 295 if (!profile) 298 format_revision = ((struct atom_common_table_header *)profile)->format_revision; 299 content_revision = ((struct atom_common_table_header *)profile)->content_revision; 302 param->ulMaxVddc = le32_to_cpu(profile->maxvddc); 303 param->ulMinVddc = le32_to_cpu(profile->minvddc); 305 le32_to_cpu(profile->avfs_meannsigma_acontant0); 307 le32_to_cpu(profile->avfs_meannsigma_acontant1); 309 le32_to_cpu(profile->avfs_meannsigma_acontant2) [all...] |
| /src/usr.bin/rump_dhcpclient/ |
| dhcpcd.h | 63 char profile[PROFILE_LEN]; member in struct:if_state
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| ExplodedGraph.cpp | 398 // Profile 'State' to determine if we already have an existing node. 399 llvm::FoldingSetNodeID profile; local 402 NodeTy::Profile(profile, L, State, IsSink); 403 NodeTy* V = Nodes.FindNodeOrInsertPos(profile, InsertPos);
|
| SymbolManager.cpp | 158 llvm::FoldingSetNodeID profile; local 159 SymbolRegionValue::Profile(profile, R); 161 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); 177 llvm::FoldingSetNodeID profile; local 178 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); 180 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); 194 llvm::FoldingSetNodeID profile; local 195 SymbolDerived::Profile(profile, parentSymbol, R) 210 llvm::FoldingSetNodeID profile; local 228 llvm::FoldingSetNodeID profile; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| ARMAttributeParser.cpp | 96 StringRef profile; local 98 default: profile = "Unknown"; break; 99 case 'A': profile = "Application"; break; 100 case 'R': profile = "Real-time"; break; 101 case 'M': profile = "Microcontroller"; break; 102 case 'S': profile = "Classic"; break; 103 case 0: profile = "None"; break; 106 printAttribute(tag, value, profile);
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| driver.h | 71 int profile; member in struct:options
|
| /src/external/gpl3/gdb/dist/sim/sh/ |
| sh-sim.h | 101 int profile; member in struct:__anon19969::__anon19970
|
| /src/external/gpl3/gdb.old/dist/sim/sh/ |
| sh-sim.h | 101 int profile; member in struct:__anon22708::__anon22709
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-protos.h | 475 /* Nonzero if instructions not present in the 'M' profile can be used. */ 541 /* The profile letter for the architecture, upper case by convention. */ 542 char profile; member in struct:arm_build_target 598 /* The profile letter for the architecture, upper case by convention. */ 599 const char profile; member in struct:arch_option
|
| /src/external/gpl3/gcc/dist/gcc/ |
| emit-rtl.h | 220 bool profile; variable
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-protos.h | 443 /* Nonzero if instructions not present in the 'M' profile can be used. */ 509 /* The profile letter for the architecture, upper case by convention. */ 510 char profile; member in struct:arm_build_target 566 /* The profile letter for the architecture, upper case by convention. */ 567 const char profile; member in struct:arch_option
|