/kernel/linux/linux-6.6/net/can/ |
H A D | bcm.c | 175 static char *bcm_proc_getifname(struct net *net, char *result, int ifindex) in bcm_proc_getifname() argument 185 strcpy(result, dev->name); in bcm_proc_getifname() 187 strcpy(result, "???"); in bcm_proc_getifname() 190 return result; in bcm_proc_getifname()
|
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 1117 int result = 0;
in OH_PreferencesPair_0200() local 1151 napi_create_int32(env, result, &ret);
in OH_PreferencesPair_0200() 1159 int result = 0;
in OH_Preferences_ErrCode_0100() local 1180 napi_create_int32(env, result, &ret);
in OH_Preferences_ErrCode_0100()
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 924 int32_t Test::TestStreamOperatorCallbackV1_3::OnResult(int32_t streamId, const std::vector<uint8_t> &result)
in OnResult() argument 926 MetadataUtils::ConvertVecToMetadata(result, streamResultMeta);
in OnResult() 939 int32_t Test::DemoCameraDeviceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t> &result)
in OnResult() argument 941 MetadataUtils::ConvertVecToMetadata(result, resultMeta);
in OnResult()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dca_lbr.c | 1695 LOCAL_ALIGNED_32(float, result, [DCA_LBR_SUBBANDS * 2], [4]); in transform_channel() 1709 s->imdct.imdct_calc(&s->imdct, result[0], values[0]); in transform_channel() 1712 s->fdsp->vector_fmul_add(output, result[0], s->window, in transform_channel() 1714 s->fdsp->vector_fmul_reverse(s->history[ch], result[noutsubbands], in transform_channel()
|
H A D | atrac3plus.c | 124 * @return result code: 0 = OK, otherwise - error code 154 * @return result code: 0 = OK, otherwise - error code 184 * @return result code: 0 = OK, otherwise - error code 238 * @return result code: 0 = OK, otherwise - error code 385 * @return result code: 0 = OK, otherwise - error code 520 * @return result code: 0 = OK, otherwise - error code 553 * @return result code: 0 = OK, otherwise - error code 580 * @return result code: 0 = OK, otherwise - error code 633 * @return result code: 0 = OK, otherwise - error code 686 * @return result cod 828 int i, result; get_subband_flags() local [all...] |
/third_party/curl/tests/ |
H A D | runtests.pl | 154 my %timevrfyend; # timestamp for each test result verification end 383 # files, run 'diff' on them, store the result and return the diff output! 428 my $result = compareparts($firstref, $secondref); 430 if($result) { 431 # timestamp test result verification end 447 return $result; 934 # create test result in CI services 944 # Submit the test case result with the CI runner 947 # update test result in CI services 1035 logmsg "Warning: test$testnum result i [all...] |
/third_party/glslang/gtests/ |
H A D | HexFloat.cpp | 426 std::string result; in NormalizeExponentInFloatString() local 439 result = out.str(); in NormalizeExponentInFloatString() 441 result = in; in NormalizeExponentInFloatString() 443 return result; in NormalizeExponentInFloatString()
|
/third_party/backends/backend/ |
H A D | fujitsu-scsi.h | 43 unsigned int result = 0; in getnbyte() local 50 result = (result << 8) | (pnt[i] & 0xff); in getnbyte() 51 return result; in getnbyte()
|
H A D | plustek-usbhw.c | 1182 SANE_Bool result; in usb_switchLamp() local 1186 result = usb_switchLampX( dev, on, SANE_TRUE ); in usb_switchLamp() 1188 result = usb_switchLampX( dev, on, SANE_FALSE ); in usb_switchLamp() 1193 return result; in usb_switchLamp()
|
H A D | plustek-pp_image.c | 939 Bool result = _FALSE; in imageP96ReadOneImageLine() local 1078 result = _TRUE; /* Line data in buffer */ in imageP96ReadOneImageLine() 1092 result = _TRUE; in imageP96ReadOneImageLine() 1103 if( _TRUE == result ) { in imageP96ReadOneImageLine()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_compress_symbolic.cpp | 38 * @param[out] result The merged output. 44 endpoints& result in merge_endpoints() 51 result.partition_count = partition_count; in merge_endpoints() 52 result.endpt0[0] = select(ep_plane1.endpt0[0], ep_plane2.endpt0[0], sep_mask); in merge_endpoints() 53 result.endpt1[0] = select(ep_plane1.endpt1[0], ep_plane2.endpt1[0], sep_mask); in merge_endpoints() 621 // weight pair, compute the smallest weight that will result in a color value greater than 1 in compress_symbolic_block_for_partition_1plane() 987 // weight pair, compute the smallest weight that will result in a color value greater than 1 in compress_symbolic_block_for_partition_2planes() 1650 // If attempting two planes is much worse than the best one plane result in compress_block()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-actions.h | 96 // for you automatically. You can assign the result of expression 445 // convertible to our result type. 530 // We need not worry about incompatible result types because the SFINAE on 532 // the same allowance for void result types. 853 // // Processes the arguments and returns a result, using 1005 // addition to the value of the mock function's result type below in case 1286 SetErrnoAndReturnAction(int errno_value, T result) in SetErrnoAndReturnAction() argument 1287 : errno_(errno_value), result_(result) {} in SetErrnoAndReturnAction() 1391 // Performs the action and ignores its result. 1412 // action with the given result an [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtptngts.cpp | 164 UnicodeString("1.1999"), // 00: yM (fixed expected result per ticket:6626:) in testAPI() 249 CharsToUnicodeString("1999\\u5E741\\u6708"), // 01: yMMM -> yyyy\u5E74MMM (fixed expected result per ticket:6626:) in testAPI() 251 CharsToUnicodeString("1999\\u5E741\\u670813\\u65E5"), // 03: yMMMd -> yyyy\u5E74MMMd\u65E5 (fixed expected result per ticket:6626:) in testAPI() 253 CharsToUnicodeString("1\\u670813\\u65E5"), // 05: MMMd -> M\u6708d\u65E5 (fixed expected result per ticket:6626:) in testAPI() 569 errln("ERROR: unexpected result from setDecimal() and getDecimal()!.\n"); in testAPI() 575 errln("ERROR: unexpected result from setAppendItemName() and getAppendItemName()!.\n"); in testAPI() 581 errln("ERROR: unexpected result from setAppendItemFormat() and getAppendItemFormat()!.\n"); in testAPI() 587 errln("ERROR: unexpected result from setDateTimeFormat() and getDateTimeFormat()!.\n"); in testAPI() 600 errln("ERROR: Unexpected result from getSkeleton().\n"); in testAPI() 605 errln("ERROR: Unexpected result fro in testAPI() 1270 UnicodeString result = gen->getBestPattern(UnicodeString(testItems[i][0]), options, status); testSkeletonsWithDayPeriods() local [all...] |
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.c | 1416 req->result = 0; in fuvc_transfer_initiate() 1625 if (req->result) in fuvc_vs_req_complete_sub() 1627 usb_err("req status is %d\n", req->result); in fuvc_vs_req_complete_sub() 1628 req->result = 0; in fuvc_vs_req_complete_sub()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | RelativeDateTimeFormatterTest.java | 859 String result = reldatefmt.format(offset, item.unit); in TestRelativeDateTimeUnitFormatters() 861 item.expectedResults[iOffset*2], result); in TestRelativeDateTimeUnitFormatters() 866 result = reldatefmt.formatNumeric(offset, item.unit); in TestRelativeDateTimeUnitFormatters() 868 item.expectedResults[iOffset*2 + 1], result); in TestRelativeDateTimeUnitFormatters()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | RelativeDateTimeFormatterTest.java | 856 String result = reldatefmt.format(offset, item.unit); in TestRelativeDateTimeUnitFormatters() 858 item.expectedResults[iOffset*2], result); in TestRelativeDateTimeUnitFormatters() 863 result = reldatefmt.formatNumeric(offset, item.unit); in TestRelativeDateTimeUnitFormatters() 865 item.expectedResults[iOffset*2 + 1], result); in TestRelativeDateTimeUnitFormatters()
|
/third_party/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 304 BOOL result = TRUE; in compare_screen() local 329 result = FALSE; in compare_screen() 340 result = FALSE; in compare_screen() 347 return result; in compare_screen()
|
/third_party/libuv/src/win/ |
H A D | tty.c | 1155 COORD result; in uv__tty_make_real_coord() local 1183 result.X = (unsigned short) x; in uv__tty_make_real_coord() 1184 result.Y = (unsigned short) y; in uv__tty_make_real_coord() 1185 return result; in uv__tty_make_real_coord()
|
/third_party/libcoap/src/ |
H A D | coap_io.c | 1622 int result; local 1680 result = select((int)nfds, &ctx->readfds, &ctx->writefds, &ctx->exceptfds, 1683 if (result < 0) { /* error */ 1702 if (result > 0) {
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-scanner-util.c | 98 void *result; in scanner_malloc() local 101 result = jmem_heap_alloc_block_null_on_error (size); in scanner_malloc() 103 if (result == NULL) in scanner_malloc() 111 return result; in scanner_malloc()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_64bit.cpp | 224 * For values > UINT_MAX the result is undefined */ 1089 bool result = Lower64BitToVec2().run(sh); in r600_nir_64_to_vec2() local 1091 if (result || !intr64bit.empty()) { in r600_nir_64_to_vec2() 1134 result = true; in r600_nir_64_to_vec2() 1137 return result; in r600_nir_64_to_vec2()
|
/third_party/lwip/src/core/ipv6/ |
H A D | nd6.c | 215 * The valid lifetime will never drop to zero as a result of this. */ in nd6_process_autoconfig_prefix() 1082 * - for duplicate addresses, retiring them early could result in a new 1085 * As a result, we may end up expiring addresses of either type here. 2173 err_t result = ERR_MEM; local 2244 result = ERR_OK; 2249 /* { result == ERR_MEM } through initialization */ 2258 result = ERR_OK; 2262 /* { result == ERR_MEM } through initialization */ 2265 return result;
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.h | 341 auto& result = spill_state_[block.ToSize()]; in GetSpillState() local 342 return result; in GetSpillState() 619 // live range to the result live range. 620 // The current range will terminate at position, while result will start from 626 UsePosition* DetachAt(LifetimePosition position, LiveRange* result, 791 // {lhs}, clear the source and return the result. Otherwise return nullptr. 1152 FindResult* result) const;
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.h | 29 #include "src/heap/allocation-result.h" 1481 // If the callback fails (indicated by a nullptr result) then this function 1603 void* result = v8::internal::GetRandomMmapAddr(); in GetRandomMmapAddr() local 1613 uintptr_t offset = reinterpret_cast<uintptr_t>(result) & kMmapRegionMask; in GetRandomMmapAddr() 1614 result = reinterpret_cast<void*>(mmap_region_base_ + offset); in GetRandomMmapAddr() 1617 return result; in GetRandomMmapAddr()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 427 TNode<Word32T> result = bytes[--count]; in BytecodeOperandReadUnaligned() local 431 result = Word32Or(value, result); in BytecodeOperandReadUnaligned() 433 return result; in BytecodeOperandReadUnaligned() 728 // TailCallStubThenDispatch updates accumulator with result. in CallJSAndDispatch() 756 // TailCallStubThenDispatch updates accumulator with result. in CallJSAndDispatch() 795 // TailCallStubThenDispatch updates accumulator with result. in CallJSWithSpreadAndDispatch()
|