| /src/sys/external/bsd/acpica/dist/compiler/ |
| dtexpress.c | 85 UINT64 Result; 93 Result = DtEvaluateExpression (Field->Value); 94 *ReturnValue = Result; 107 * RETURN: 64-bit result of the requested operation 119 UINT64 Result; 128 Result = ~RightValue; 133 Result = !RightValue; 138 Result = LeftValue * RightValue; 150 Result = LeftValue / RightValue; 162 Result = LeftValue % RightValue [all...] |
| prexpress.c | 266 UINT64 Result; 279 Result = PrEvaluateExpression (ExpandedLine); 282 AslGbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Result)); 284 *ReturnValue = Result;
|
| /src/sys/external/bsd/acpica/dist/tools/efihello/ |
| efihello.c | 78 char *Result; 102 Result = fgets (LineBuffer, LINE_SIZE, File); 103 if (!Result) 112 if (strncmp (Result, "exit", 4) == 0)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
| sanitizer_symbolize.cc | 37 std::string Result; 39 llvm::raw_string_ostream OS(Result); 46 Result.c_str()) < MaxLength; 51 std::string Result; 53 llvm::raw_string_ostream OS(Result); 60 Result.c_str()) < MaxLength; 67 std::string Result = 70 Result.c_str()) < MaxLength 71 ? static_cast<int>(Result.size() + 1)
|
| sanitizer_wrappers.cc | 52 using Result = R; 65 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \ 67 GetTypes<__VA_ARGS__>::Result Function( \ 73 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \ 76 GetTypes<__VA_ARGS__>::Result Function( \ 83 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \ 87 GetTypes<__VA_ARGS__>::Result Function( \ 95 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \ 100 GetTypes<__VA_ARGS__>::Result Function( \
|
| /src/sys/external/bsd/gnu-efi/dist/lib/ia32/ |
| math.c | 45 // Left shift 64bit by 32bit and get a 64bit result 50 UINT64 Result; 67 mov dword ptr Result[0], eax 68 mov dword ptr Result[4], edx 71 return Result; 80 // Right shift 64bit by 32bit and get a 64bit result 85 UINT64 Result; 102 mov dword ptr Result[0], eax 103 mov dword ptr Result[4], edx 106 return Result; [all...] |
| /src/sys/external/bsd/gnu-efi/dist/lib/x86_64/ |
| math.c | 45 // Left shift 64bit by 32bit and get a 64bit result 50 UINT64 Result; 67 mov dword ptr Result[0], eax 68 mov dword ptr Result[4], edx 71 return Result; 80 // Right shift 64bit by 32bit and get a 64bit result 85 UINT64 Result; 102 mov dword ptr Result[0], eax 103 mov dword ptr Result[4], edx 106 return Result; [all...] |
| /src/usr.bin/make/unit-tests/ |
| vardebug.exp | 18 Result of ${VAR:M[2]} is "2" 23 Result of ${VAR:N[2]} is "1 3" 29 Result of ${VAR:S,2,two,} is "1 two 3" 32 Result of ${VAR:Q} is "1\ 2\ 3" 35 Result of ${VAR:tu} is "1 2 3" 37 Result of ${VAR:tl} is "1 2 3" 39 Result of ${VAR:Q} is "1\ 2\ 3" 42 Result of ${:Uvalue} is "value" (eval, defined) 47 Result of ${:M*e} is "value" (eval, defined) 51 Result of ${:Mvalu[e]} is "value" (eval, defined [all...] |
| var-op-append.exp | 3 Result of ${:U\$\$\$\$\$\$\$\$} is "$$$$$$$$" (eval, defined)
|
| directive-export-impl.exp | 11 Result of ${UT_VAR:N*} is "" 21 Result of ${.MAKE.EXPORTED:O} is "UT_VAR" 23 Result of ${.MAKE.EXPORTED:u} is "UT_VAR" 26 Result of ${:!echo "\$UT_VAR"!} is "<>" (eval, defined) 34 Result of ${UT_VAR:N*} is "" 46 Result of ${.MAKE.EXPORTED:O} is "UT_VAR" 48 Result of ${.MAKE.EXPORTED:u} is "UT_VAR" 51 Result of ${:!echo "\$UT_VAR"!} is "<defined>" (eval, defined)
|
| varmod-match-escape.exp | 7 Result of ${SPECIALS:M${:U}\:} is ":" 12 Result of ${SPECIALS:M\:${:U}} is ":" 20 Result of ${:U} is "" (eval, defined) 23 Result of ${VALUES:M\:${:U\:}} is ":" 28 Result of ${:U\:} is ":" (eval, defined) 31 Result of ${VALUES:M${:U\:}\:} is "::"
|
| directive-unexport-env.exp | 9 Result of ${.MAKE.EXPORTED:O} is "UT_EXPORTED" 11 Result of ${.MAKE.EXPORTED:u} is "UT_EXPORTED"
|
| varmod-sun-shell.exp | 5 Result of ${echo word; (exit 13):L} is "echo word; (exit 13)" (eval-keep-dollar-and-undefined, defined) 9 Result of ${echo word; (exit 13):sh} is "word" (eval-keep-dollar-and-undefined, defined)
|
| vardebug.mk | 32 # expect: Result of ${VAR:M[2]} is "2" 36 # expect: Result of ${VAR:N[2]} is "1 3" 43 # expect: Result of ${VAR:Q} is "1\ 2\ 3" 51 # expect: Result of ${:Mvalu[e]} is "value" (eval, defined)
|
| varname-dot-suffixes.exp | 11 Result of ${.SUFFIXES::=assign} is "" (eval-keep-dollar-and-undefined, regular) 15 Result of ${preserve:L} is "preserve" (eval-keep-dollar-and-undefined, defined) 18 Result of ${preserve:_=.SUFFIXES} is "preserve" (eval-keep-dollar-and-undefined, defined) 24 Result of ${1 2:L} is "1 2" (eval, defined) 36 Result of ${1 2:@.SUFFIXES@${.SUFFIXES}@} is ".c .o .1 .err .tar.gz .c .o .1 .err .tar.gz" (eval, defined)
|
| varmod-defined.exp | 8 Result of ${VAR:D${8_DOLLARS}} is "$$$$$$$$" (eval-keep-dollar-and-undefined, regular) 19 Result of ${VAR:@var@${8_DOLLARS}@} is "$$$$" (eval-keep-dollar-and-undefined, regular)
|
| varmod-assign.exp | 10 Result of ${VAR.${param}::=assigned-value} is "" 20 Result of ${CMD_CMD_VAR::=new-value} is "" 25 Result of ${CMD_GLOBAL_VAR::=new-value} is "" 30 Result of ${CMD_ENV_VAR::=new-value} is "" 37 Result of ${CMD_NEW_VAR::=new-value} is "" (eval, undefined)
|
| var-eval-short.exp | 11 Result of ${0:?${FAIL}then:${FAIL}else} is "" (parse, defined) 18 Result of ${DEFINED:L} is "defined" (parse, regular) 24 Result of ${DEFINED:?${FAIL}then:${FAIL}else} is "defined" (parse, regular)
|
| varmod-assign-shell.exp | 8 Result of ${ASSIGNED::!=echo output; ${:U(exit 13)}} is "" (eval-keep-dollar-and-undefined, regular)
|
| varmod-shell.exp | 9 Result of ${:!echo word; ${:U(exit 13)}!} is "word" (eval-keep-dollar-and-undefined, defined)
|
| /src/sys/external/bsd/acpica/dist/namespace/ |
| nsutils.c | 273 char *Result = NULL; 288 Result = &InternalName[1]; 293 Result = &InternalName[2]; 299 Result = &InternalName[3]; 319 Result = &InternalName[i]; 324 Result = &InternalName[(ACPI_SIZE) i+1]; 330 Result = &InternalName[(ACPI_SIZE) i+2]; 345 Result[i] = '_'; 351 Result[i] = (char) toupper ((int) *ExternalName); 367 Result += ACPI_NAMESEG_SIZE [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_fdr_logging.cc | 272 XRayBuffer Result; 273 Result.Data = CurrentBuffer; 274 Result.Size = SerializedBufferSize; 276 return Result; 288 s32 Result = XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; 289 if (!atomic_compare_exchange_strong(&LogFlushStatus, &Result, 294 return static_cast<XRayLogFlushStatus>(Result); 344 auto Result = XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; 345 atomic_store(&LogFlushStatus, Result, memory_order_release); 346 return Result; 434 int result = clock_gettime(CLOCK_REALTIME, &TS); variable [all...] |
| /src/sys/external/bsd/acpica/dist/executer/ |
| exconvrt.c | 87 UINT64 Result; 127 Result = 0; 145 Result = AcpiUtImplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer)); 149 Result = AcpiUtExplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer)); 176 * Get next byte and shift it into the Result. 180 Result |= (((UINT64) Pointer[i]) << (i * 8)); 193 ReturnDesc = AcpiUtCreateIntegerObject (Result); 200 ACPI_FORMAT_UINT64 (Result))); 202 /* Save the Result */
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| profile_collector_test.cc | 92 Profile Result; 98 Result.Path.push_back(F); 102 internal_memcpy(&Result.CallCount, P, sizeof(int64_t)); 106 internal_memcpy(&Result.CumulativeLocalTime, P, sizeof(int64_t)); 108 return std::make_tuple(std::move(Result), P);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_linux.h | 82 enum Result { 87 Result ListThreads(InternalMmapVector<tid_t> *threads);
|