/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | srv6_end_next_csid_l3vpn_test.sh | 288 # and 'b' should be considered valid ("y") or invalid ("n"). 1048 local valid 1059 valid="$(__parse_csid_container_cfg "${cfg}" 3)" 1067 if [ "${valid}" == "y" ]; then 1069 "Accept valid C-SID container cfg (lblen=${blen}, nflen=${flen})"
|
/third_party/gn/src/gn/ |
H A D | builder.cc | 285 for (auto it = record->all_deps().begin(); it.valid(); ++it) { in ConfigDefined() 481 for (auto it = record->all_deps().begin(); it.valid(); ++it) { in RecursiveSetShouldGenerate() 529 for (auto it = waiting_deps.begin(); it.valid(); ++it) { in ResolveItem()
|
/third_party/libsnd/src/ |
H A D | sd2.c | 102 { int subformat, error = 0, valid ; in sd2_open() local 109 valid = psf_file_valid (psf) ; in sd2_open() 111 if (! valid) in sd2_open()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_getaddrinfo.c | 34 # error "you MUST specify a valid number of arguments for getservbyname_r" 256 ares_bool_t valid = ARES_TRUE; in fake_addrinfo() local 260 valid = ARES_FALSE; in fake_addrinfo() 270 if (numdots != 3 || !valid) { in fake_addrinfo() 760 /* prevent ARES_EBADNAME for valid FQDN, where ndots < channel->ndots */ in as_is_first()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_draw.c | 70 if (fd_resource(pfb->zsbuf->texture)->valid) { 90 if (fd_resource(pfb->zsbuf->texture)->valid) { 115 if (fd_resource(surf)->valid) {
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 474 // and src data color type are not valid. No conversion is performed on the data before passing 579 bool valid() const { return kInvalidSurfaceOrigin != fRTOrigin; } in valid() function in final::__anon18809 581 bool knownDisabled() const { return this->valid() && !fWindowState.enabled(); } in knownDisabled() 597 if (!this->valid()) { in knownEqualTo()
|
/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 275 bool valid = this->isValid(); 277 if (valid) { 383 circlePaint.setColor(valid ? SK_ColorBLACK : SK_ColorRED);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 1147 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid result for valid input" << tcu::TestLog::EndMessage; in iterate() 1436 /* Prepare valid program */ in iterate() 1440 /* Test valid case */ in iterate() 1539 * @param is_case_valid Selects if valid or invalid case is tested 2472 /* Test valid case */ in iterate() 3340 * and valid behavior. in verifyResults() 3346 /* OpenGL ES has undefined out-of-bound behavior - verify only valid result*/ in verifyResults() 3357 name = "valid indices"; in verifyResults() 3370 bool valid = false; in verifyResults() local 3373 valid in verifyResults() 3404 bool valid = false; verifyResults() local 3638 bool valid = false; verifyResults() local [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrutil.c | 181 /* Check to see if chunk name is valid. */ in png_read_chunk_header() 1072 (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0)) in png_handle_PLTE() 1075 * require it. Don't cancel the 'valid' flag because this would prevent in png_handle_PLTE() 1088 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_hIST) != 0) in png_handle_PLTE() 1093 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_bKGD) != 0) in png_handle_PLTE() 1175 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_sBIT) != 0) in png_handle_sBIT() 1560 info_ptr->valid |= PNG_INFO_iCCP; in png_handle_iCCP() 1832 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_handle_tRNS() 1940 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_bKGD) != 0) in png_handle_bKGD() 2054 else if (info_ptr == NULL || (info_ptr->valid in png_handle_eXIf() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 1358 if (paclnode->valid == true) { in rtw_acl_add_sta() 1376 if (!paclnode->valid) { in rtw_acl_add_sta() 1381 paclnode->valid = true; in rtw_acl_add_sta() 1427 if (paclnode->valid) { in rtw_acl_remove_sta() 1428 paclnode->valid = false; in rtw_acl_remove_sta() 2386 pacl_list->aclnode[i].valid = false; in start_ap_mode() 2421 if (paclnode->valid) { in stop_ap_mode() 2422 paclnode->valid = false; in stop_ap_mode()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_ap.c | 1045 if (paclnode->valid) { in rtw_acl_add_sta() 1063 if (!paclnode->valid) { in rtw_acl_add_sta() 1068 paclnode->valid = true; in rtw_acl_add_sta() 1105 if (paclnode->valid) { in rtw_acl_remove_sta() 1106 paclnode->valid = false; in rtw_acl_remove_sta() 1719 pacl_list->aclnode[i].valid = false; in start_ap_mode() 1752 if (paclnode->valid) { in stop_ap_mode() 1753 paclnode->valid = false; in stop_ap_mode()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 1197 if (paclnode->valid == true) { in rtw_acl_add_sta() 1214 if (!paclnode->valid) { in rtw_acl_add_sta() 1219 paclnode->valid = true; in rtw_acl_add_sta() 1252 if (paclnode->valid) { in rtw_acl_remove_sta() 1253 paclnode->valid = false; in rtw_acl_remove_sta() 2118 pacl_list->aclnode[i].valid = false; in start_ap_mode() 2151 if (paclnode->valid) { in stop_ap_mode() 2152 paclnode->valid = false; in stop_ap_mode()
|
/third_party/gptfdisk/ |
H A D | gpt.cc | 505 // is valid, 2 if the backup header is valid, 3 if both are valid, and 506 // 0 if neither is valid. Note that this function checks the GPT signature, 509 int valid = 3; in CheckHeaderValidity() local 517 valid -= 1; in CheckHeaderValidity() 518 } else if ((mainHeader.revision != 0x00010000) && valid) { in CheckHeaderValidity() 519 valid -= 1; in CheckHeaderValidity() 528 valid -= 2; in CheckHeaderValidity() 529 } else if ((secondHeader.revision != 0x00010000) && valid) { in CheckHeaderValidity() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_query.cpp | 614 * Checks if array subscript is valid and if so sets array_index. 1144 * "A valid name cannot be a structure, an array of structures, or any in program_resource_location() 1211 * valid location assigned. in _get_resource_location_index() 1884 bool valid = true; in validate_io() local 1983 valid = false; in validate_io() 2036 valid = false; in validate_io() 2041 valid = false; in validate_io() 2082 valid = false; in validate_io() 2087 valid = false; in validate_io() 2092 valid in validate_io() [all...] |
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 366 xprintf("Device contains neither a valid DOS " in read_mbr() 461 xprintf("Device %s: doesn't contain a valid partition table\n", disk_device); in list_partitions() 800 int i, valid = 0; in validate() local 804 valid = 0; in validate() 806 } else valid = 1; in validate() 808 return valid; in validate() 816 int i, asked = 0, valid = 0, start_index = 0; in ask_start_sector() local 834 if (asked) valid = validate(start_index, begin, end, start, asked); in ask_start_sector() 835 if (valid) break; in ask_start_sector() 862 } while (asked && !valid); in ask_start_sector() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | devinet.c | 424 is valid, it will try to restore deleted routes... Grr. in __inet_del_ifa() 1637 unsigned long tstamp, u32 preferred, u32 valid) in put_cacheinfo() 1644 ci.ifa_valid = valid; in put_cacheinfo() 1654 u32 preferred, valid; in inet_fill_ifaddr() local 1674 valid = ifa->ifa_valid_lft; in inet_fill_ifaddr() 1682 if (valid != INFINITY_LIFE_TIME) { in inet_fill_ifaddr() 1683 if (valid > tval) in inet_fill_ifaddr() 1684 valid -= tval; in inet_fill_ifaddr() 1686 valid = 0; in inet_fill_ifaddr() 1691 valid in inet_fill_ifaddr() 1636 put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, unsigned long tstamp, u32 preferred, u32 valid) put_cacheinfo() argument [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | devinet.c | 428 is valid, it will try to restore deleted routes... Grr. in __inet_del_ifa() 1662 unsigned long tstamp, u32 preferred, u32 valid) in put_cacheinfo() 1669 ci.ifa_valid = valid; in put_cacheinfo() 1679 u32 preferred, valid; in inet_fill_ifaddr() local 1699 valid = ifa->ifa_valid_lft; in inet_fill_ifaddr() 1707 if (valid != INFINITY_LIFE_TIME) { in inet_fill_ifaddr() 1708 if (valid > tval) in inet_fill_ifaddr() 1709 valid -= tval; in inet_fill_ifaddr() 1711 valid = 0; in inet_fill_ifaddr() 1716 valid in inet_fill_ifaddr() 1661 put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, unsigned long tstamp, u32 preferred, u32 valid) put_cacheinfo() argument [all...] |
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 74 bool valid; /* was found in most recent poll */ member 227 display_mode->valid = false; in wsi_display_invalidate_connector_modes() 242 display_mode->valid = true; in wsi_display_register_drm_mode() 252 display_mode->valid = true; in wsi_display_register_drm_mode() 358 * valid in wsi_display_get_connector() 402 if (!display_mode->valid) in wsi_display_fill_in_display_properties() 700 if (!display_mode->valid) in wsi_GetDisplayModePropertiesKHR() 730 if (!display_mode->valid) in wsi_GetDisplayModeProperties2KHR() 772 if (display_mode->valid) { in wsi_CreateDisplayModeKHR() 2480 display_mode->valid in wsi_display_register_x_mode() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 41 // A struct to hold either SPIR-V ids or literal constants. If id is not valid, a literal is 181 data.accessChain.swizzles.empty() && !data.accessChain.dynamicComponent.valid(); in IsAccessChainUnindexedLValue() 804 ASSERT(!accessChain.dynamicComponent.valid()); in accessChainPushDynamicComponent() 855 if (accessChain.accessChainId.valid()) in accessChainCollapse() 979 if (accessChain.dynamicComponent.valid()) in accessChainLoad() 1016 ASSERT(!accessChain.dynamicComponent.valid()); in accessChainStore() 1077 if (!indexId.valid()) in makeAccessChainIdList() 1092 ASSERT(!data->idList[index].id.valid()); in makeAccessChainLiteralList() 1109 if (accessChain.postDynamicComponentTypeId.valid()) in getAccessChainTypeId() 1113 if (accessChain.postSwizzleTypeId.valid()) in getAccessChainTypeId() 1242 bool valid = castConstant.cast(expectedBasicType, *constUnion); createConstant() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 252 if (!vertexA.valid()) in CopyTriangleFanIndicesWithRestart() 256 else if (!vertexB.valid()) in CopyTriangleFanIndicesWithRestart() 1150 // These aren't valid D3D11 swapchain formats, so don't expose them as configs in generateConfigs() 1345 if (!mSyncQuery.valid()) in finish() 1575 if (!format.valid()) in getD3DTextureInfo() 2344 if (mSupportsShareHandles.valid()) in getShareHandleSupport() 2485 ASSERT(dest.valid()); in copyImageInternal() 2518 ASSERT(readSRV.valid()); in copyImageInternal() 2530 ASSERT(source.valid()); in copyImageInternal() 2759 ASSERT(destRTV.valid()); in copyTexture() [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | s3c24xx-dma.c | 95 * for a DMA source. Instead only specific channels are valid. 98 * as valid. 100 * parts of 4 bits each, to hold the information if the channel is valid 104 * SDI is valid on channels 0, 2 and 3 - with varying hw request sources. 182 * @valid: does the channel have all required elements 192 bool valid; member 266 /* every phy is valid for memcopy channels */ in s3c24xx_dma_phy_valid() 297 if (!phy->valid) in s3c24xx_dma_get_phy() 1269 phy->valid = true; in s3c24xx_dma_probe() 1358 if (phy->valid) in s3c24xx_dma_probe() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | nct6683.c | 305 bool valid; /* true if following fields are valid */ member 601 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) { in nct6683_update_device() 642 data->valid = true; in nct6683_update_device() 1091 data->valid = false; /* Force cache refresh */ in intrusion0_alarm_store() 1312 data->valid = false; in nct6683_resume()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | ipv6.c | 90 addr->valid = 1; in sctp_inet6addr_event() 106 addr->valid = 0; in sctp_inet6addr_event() 298 if (!laddr->valid || laddr->state == SCTP_ADDR_DEL || in sctp_v6_get_dst() 328 if (!laddr->valid || in sctp_v6_get_dst() 431 addr->valid = 1; in sctp_v6_copy_addrlist() 655 /* This function checks if the address is a valid address to be used for
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 109 atomic_set(&msg_wq->valid, MSG_Q_SEND); in msg_init() 482 (atomic_read(&msg_wq->valid) == MSG_Q_END_RECV), timeout * HZ); in hmdfs_sendmessage_request() 869 atomic_set(&msg_info->valid, MSG_Q_END_RECV); in hmdfs_response_wakeup() 922 if (!msg_info || atomic_read(&msg_info->valid) != MSG_Q_SEND) { in hmdfs_file_response_work_fn() 980 if (atomic_read(&msg_info->valid) == MSG_Q_SEND) { in hmdfs_response_handle_sync()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 109 atomic_set(&msg_wq->valid, MSG_Q_SEND); in msg_init() 482 (atomic_read(&msg_wq->valid) == MSG_Q_END_RECV), timeout * HZ); in hmdfs_sendmessage_request() 869 atomic_set(&msg_info->valid, MSG_Q_END_RECV); in hmdfs_response_wakeup() 922 if (!msg_info || atomic_read(&msg_info->valid) != MSG_Q_SEND) { in hmdfs_file_response_work_fn() 980 if (atomic_read(&msg_info->valid) == MSG_Q_SEND) { in hmdfs_response_handle_sync()
|