Home
last modified time | relevance | path

Searched refs:select (Results 351 - 375 of 611) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_ctrl.c626 res = select(ctrl->s + 1, &rfds, NULL, NULL, &tv); in wpa_ctrl_request()
713 select(ctrl->s + 1, &rfds, NULL, NULL, &tv); in wpa_ctrl_pending()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_ctrl.c586 res = select(ctrl->s + 1, &rfds, NULL, NULL, &tv); in wpa_ctrl_request()
672 select(ctrl->s + 1, &rfds, NULL, NULL, &tv); in wpa_ctrl_pending()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c2680 instr->select.operands[0] = op0; in dxil_emit_select()
2681 instr->select.operands[1] = op1; in dxil_emit_select()
2682 instr->select.operands[2] = op2; in dxil_emit_select()
3073 assert(instr->value.id > instr->select.operands[0]->id); in emit_select()
3074 assert(instr->value.id > instr->select.operands[1]->id); in emit_select()
3075 assert(instr->value.id > instr->select.operands[2]->id); in emit_select()
3077 instr->value.id - instr->select.operands[1]->id, in emit_select()
3078 instr->value.id - instr->select.operands[2]->id, in emit_select()
3079 instr->value.id - instr->select.operands[0]->id in emit_select()
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c93 #include <sys/select.h>
705 select (sockfd + 1, &fdset, NULL, NULL, &timeout)) <= 0) in udp_command()
712 (LOG_NOTICE, "udp_command: ERROR - select failed: %s\n", in udp_command()
1421 while ( ( (result = select (fd + 1, &input, NULL, NULL, &timeout)) <= 0) && in bjnp_recv_header()
1428 "bjnp_recv_header: ERROR - could not read response header (select): %s!\n", in bjnp_recv_header()
1437 "bjnp_recv_header: ERROR - could not read response header (select timed out after %d ms)!\n", in bjnp_recv_header()
1600 while (((result = select (fd + 1, &input, NULL, NULL, &timeout)) <= 0) && in bjnp_recv_data()
1607 "bjnp_recv_data: ERROR - could not read response payload (select failed): %s!\n", in bjnp_recv_data()
1617 "bjnp_recv_data: ERROR - could not read response payload (select timed out after %d ms)!\n", in bjnp_recv_data()
2124 /* track highest used socket for later use in select */ in sanei_bjnp_find_devices()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp64 bool select(MachineInstr &I) override;
68 /// tblgen-erated 'select' implementation, used as the initial selector for
308 bool X86InstructionSelector::select(MachineInstr &I) { in select() function in X86InstructionSelector
516 // make any changes. So long as we select an opcode which is capable of in selectLoadStoreOp()
673 llvm_unreachable("Can't select G_CONSTANT, unsupported type."); in selectConstant()
735 // select it as a regular move. in selectTruncOrPtrToInt()
805 // Here we try to select Zext into a MOVZ and/or SUBREG_TO_REG instruction. in selectZext()
822 // If we select Zext into MOVZ + SUBREG_TO_REG, we need to have in selectZext()
906 // into the vector class, just replace it with copy, as we are able to select in selectAnyext()
1346 if (!select(ExtrIns in selectUnmergeValues()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp694 minVal = select(minVal, tcu::max(minVal, fmtMinVal), isZero); in iterate()
695 maxVal = select(maxVal, tcu::min(maxVal, fmtMaxVal), isZero); in iterate()
922 finalThreshold = select(max(formatThreshold, UVec4(deMax32(interpThreshold, outTypeThreshold))), UVec4(~0u), cmpMask); in iterate()
934 const Vec4 threshold = select(baseThreshold, Vec4(2.0f), cmpMask); in iterate()
943 const tcu::UVec4 threshold = select(UVec4(0u), UVec4(~0u), cmpMask); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp961 coord == tcu::select(tcu::Vec3(0.0f), tcu::Vec3(0.5f), singleTrueMask<3>(edgeDesc.constantCoordinateIndex))) in iterate()
964 coord.swizzle(0,1) == tcu::select(tcu::Vec2(edgeDesc.constantCoordinateValueChoices[0]), tcu::Vec2(0.5f), singleTrueMask<2>(edgeDesc.constantCoordinateIndex))) in iterate()
987 endpointA = tcu::select(tcu::Vec3(1.0f), tcu::Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoordinateIndex + 1) % 3)); in iterate()
988 endpointB = tcu::select(tcu::Vec3(1.0f), tcu::Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoordinateIndex + 2) % 3)); in iterate()
992 endpointA.xy() = tcu::select(tcu::Vec2(edgeDesc.constantCoordinateValueChoices[0]), tcu::Vec2(0.0f), singleTrueMask<2>(edgeDesc.constantCoordinateIndex)); in iterate()
993 endpointB.xy() = tcu::select(tcu::Vec2(edgeDesc.constantCoordinateValueChoices[0]), tcu::Vec2(1.0f), singleTrueMask<2>(edgeDesc.constantCoordinateIndex)); in iterate()
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js101 select(iterator: Iterator_<T, boolean>, context?: any): T[];
184 select(iterator: Iterator_<T, boolean>, context?: any): T[];
260 select(iterator: Iterator_<T, boolean>, context?: any): ChainedArray<T>;
351 select(iterator: Iterator_<T, boolean>, context?: any): ChainedArray<T>;
440 select<T>(list: T[], iterator: Iterator_<T, boolean>, context?: any): T[];
441 select<T>(list: Dictionary<T>, iterator: Iterator_<T, boolean>, context?: any): T[];
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp949 coord == tcu::select(tcu::Vec3(0.0f), tcu::Vec3(0.5f), singleTrueMask<3>(edgeDesc.constantCoordinateIndex))) in iterate()
952 coord.swizzle(0,1) == tcu::select(tcu::Vec2(edgeDesc.constantCoordinateValueChoices[0]), tcu::Vec2(0.5f), singleTrueMask<2>(edgeDesc.constantCoordinateIndex))) in iterate()
975 endpointA = tcu::select(tcu::Vec3(1.0f), tcu::Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoordinateIndex + 1) % 3)); in iterate()
976 endpointB = tcu::select(tcu::Vec3(1.0f), tcu::Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoordinateIndex + 2) % 3)); in iterate()
980 endpointA.xy() = tcu::select(tcu::Vec2(edgeDesc.constantCoordinateValueChoices[0]), tcu::Vec2(0.0f), singleTrueMask<2>(edgeDesc.constantCoordinateIndex)); in iterate()
981 endpointB.xy() = tcu::select(tcu::Vec2(edgeDesc.constantCoordinateValueChoices[0]), tcu::Vec2(1.0f), singleTrueMask<2>(edgeDesc.constantCoordinateIndex)); in iterate()
/third_party/vk-gl-cts/framework/common/
H A DtcuTextureUtil.cpp471 return TextureFormatInfo(select(cRange[0], 0.0f, chnMask),
472 select(cRange[1], 0.0f, chnMask),
473 select(scale, 1.0f, chnMask),
474 select(bias, 0.0f, chnMask));
618 return select(chnBits.swizzle(chnSwz.x(), chnSwz.y(), chnSwz.z(), chnSwz.w()), IVec4(0), chnMask);
695 return select(chnBits.swizzle(chnSwz.x(), chnSwz.y(), chnSwz.z(), chnSwz.w()), IVec4(0), chnMask);
1420 // select the float component
1428 // select the uint 8 component
1446 // select the unorm16 component
1454 // select th
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp56.h79 VP56mv mv, int mask, int select, int luma);
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h262 {"select", KEY_SELECT}, in keyboard_lookup_key()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h116 * selectArg = '{' argNameOrNumber ',' "select" ',' selectStyle '}'
153 * and <code>select</code> arguments for simple selection among a fixed set of choices.
893 * until we actually need to select a keyword.
901 virtual UnicodeString select(void *ctx, double number, UErrorCode& ec) const override;
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-3114.js62 var id_96 = id_97.select;
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
H A Dmain.c149 * use the tag to select the right type without these in main()
218 if (select(fdin + 1, &fds, NULL, NULL, &timeout) < 0 || in main()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmsgfmt.h116 * selectArg = '{' argNameOrNumber ',' "select" ',' selectStyle '}'
153 * and <code>select</code> arguments for simple selection among a fixed set of choices.
893 * until we actually need to select a keyword.
901 virtual UnicodeString select(void *ctx, double number, UErrorCode& ec) const override;
/third_party/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c95 #include <sys/select.h>
/third_party/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto01.c295 if (select(nfds, &rfds, NULL, NULL, NULL) < 0 && errno != EINTR) in do_child()
/third_party/ltp/testcases/network/lib6/
H A Dasapi_03.c315 nfds = select(sr + 1, &rfds, 0, 0, &tv); in so_test()
319 tst_brkm(TBROK | TERRNO, NULL, "%s select", in so_test()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_socket.c408 } while (select(sock + 1, &readfds, NULL, NULL, &timeout) > 0 in do_server()
/third_party/python/Include/
H A Dpyport.h230 * WRAPPER FOR <sys/select.h> *
236 #include <sys/select.h>
/third_party/python/Lib/multiprocessing/
H A Dforkserver.py218 rfds = [key.fileobj for (key, events) in selector.select()]
/third_party/openssl/apps/lib/
H A Ds_socket.c408 } while (select(sock + 1, &readfds, NULL, NULL, &timeout) > 0 in do_server()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp192 InstRef Scheduler::select() { in select() function in llvm::mca::Scheduler
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmsgfmt.h116 * selectArg = '{' argNameOrNumber ',' "select" ',' selectStyle '}'
153 * and <code>select</code> arguments for simple selection among a fixed set of choices.
893 * until we actually need to select a keyword.
901 virtual UnicodeString select(void *ctx, double number, UErrorCode& ec) const;

Completed in 39 milliseconds

1...<<11121314151617181920>>...25