/third_party/backends/backend/ |
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()
|
/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table.cc | 207 Handle<FixedArray> result = Handle<FixedArray>::cast(table); in ConvertToKeysArray() local 209 result->set_map(ReadOnlyRoots(isolate).fixed_array_map()); in ConvertToKeysArray() 227 result->set(i, key); in ConvertToKeysArray() 229 return FixedArray::ShrinkOrEmpty(isolate, result, length); in ConvertToKeysArray()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_expr.cpp | 265 literal result; in fold_setcc() local 268 result = dst_type != AF_FLOAT_DST ? in fold_setcc() 271 result = literal(0); in fold_setcc() 273 convert_to_mov(n, sh.get_const_value(result)); in fold_setcc() 704 // result is const in fold_assoc() 981 // result doesn't depend on condition, convert to MOV in fold_alu_op3()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 29 # to improve Cortex-A9 result, but then A5/A7 loose more than 20%; 327 stmia $ctx,{$h0-$h4} @ store the result 565 @ instruction accepts 2x32-bit input and writes 2x64-bit result. 566 @ This means that result of reduction have to be compressed upon 571 @ not being wider than 58 bits, so that result of right shift 1217 str $h0,[$mac,#0] @ store the result
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 1648 int *result) in ossl_provider_test_operation_bit() 1653 if (!ossl_assert(result != NULL)) { in ossl_provider_test_operation_bit() 1658 *result = 0; in ossl_provider_test_operation_bit() 1662 *result = ((provider->operation_bits[byte] & bit) != 0); in ossl_provider_test_operation_bit() 1647 ossl_provider_test_operation_bit(OSSL_PROVIDER *provider, size_t bitnum, int *result) ossl_provider_test_operation_bit() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | tty.c | 1166 COORD result; in uv__tty_make_real_coord() local 1194 result.X = (unsigned short) x; in uv__tty_make_real_coord() 1195 result.Y = (unsigned short) y; in uv__tty_make_real_coord() 1196 return result; in uv__tty_make_real_coord()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 3484 let mut result = Vec::new(); in get_arg_conflicts_with() variables 3487 result.push(arg); in get_arg_conflicts_with() 3489 result.extend( in get_arg_conflicts_with() 3498 result in get_arg_conflicts_with()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1308 result: *mut *mut ::passwd, in getpwent_r() 1314 result: *mut *mut ::group, in getgrent_r() 1321 result: *mut *mut ::passwd, in fgetpwent_r() 1328 result: *mut *mut ::group, in fgetgrent_r()
|
/third_party/python/Lib/test/ |
H A D | string_tests.py | 59 # check that obj.method(*args) returns result 60 def checkequal(self, result, obj, methodname, *args, **kwargs): 61 result = self.fixtype(result) 67 result, 715 # MemoryError due to empty result (platform malloc issue when requesting
|
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 555 for result, agen in zip(results, closing_agens): 556 if isinstance(result, Exception): 560 'exception': result, 626 Return the Future's result, or raise its exception. 653 return future.result()
|