Home
last modified time | relevance | path

Searched refs:select (Results 176 - 200 of 611) sorted by relevance

12345678910>>...25

/third_party/skia/experimental/sktext/editor/
H A DSelection.cpp9 void Selection::select(TextRange range, SkRect rect) { in select() function in skia::editor::Selection
H A DSelection.h28 void select(TextRange range, SkRect rect);
/third_party/skia/src/core/
H A DSkVM.cpp362 case Op::select: write(o, V{id}, "=", op, V{x}, V{y}, V{z}); break; in write_one_instruction()
480 case Op::select: write(o, R{d}, "=", op, R{x}, R{y}, R{z}); break; in dump()
845 return select(is_x, x, approx_pow2(mul(approx_log2(x), y))); in approx_powf()
861 x = select(neg, x - Pi, x); in approx_sin()
865 x = select(neg, -x, x); in approx_sin()
897 x = select(neg, -x, x); in approx_tan()
901 x = select(use_quotient, x - (Pi/4), x); in approx_tan()
905 x = select(use_quotient, (1+x)/(1-x), x); in approx_tan()
906 x = select(neg, -x, x); in approx_tan()
915 x = select(ne in approx_asin()
1103 I32 Builder::select(I32 x, I32 y, I32 z) { select() function in skvm::Builder
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp52 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()
122 epd = select(epd, vint4::zero(), plane_mask); in realign_weights_undecimated()
220 uqw_vec = select(uqw_vec, uqw_up_vec, check_result_up); in realign_weights_undecimated()
221 uqw_vec = select(uqw_vec, uqw_down_vec, check_result_down); in realign_weights_undecimated()
329 epd = select(epd, vint4::zero(), plane_mask); in realign_weights_undecimated()
455 epd = select(epd, vint4::zero(), plane_mask); in realign_weights_decimated()
628 min_ep = select(min_ep, ep, use_ep); in compress_symbolic_block_for_partition_1plane()
993 min_ep1 = select(min_ep1, ep1, use_ep1); in compress_symbolic_block_for_partition_2planes()
997 min_ep2 = select(min_ep in compress_symbolic_block_for_partition_2planes()
[all...]
/third_party/gn/src/gn/
H A Dexec_process.cc26 #include <sys/select.h>
275 HANDLE_EINTR(select(std::max(out_read.get(), err_read.get()) + 1,
/third_party/backends/backend/
H A Depson2_net.c19 #include <sys/select.h>
50 ready = select(s->fd + 1, &readable, NULL, NULL, &tv); in sanei_epson_net_read_raw()
54 DBG(15, "%s: select failed: %d\n", __func__, ready); in sanei_epson_net_read_raw()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c61 n = select(wsi_eff->desc.sockfd + 1, NULL, &writefds, NULL, &tv); in lws_send_pipe_choked()
77 return select(fd->fd + 1, &readfds, NULL, NULL, &tv); in lws_poll_listen_fd()
/third_party/lzma/CPP/Windows/Control/
H A DListView.h92 void SetItemState_Selected(int index, bool select) { SetItemState(index, select ? LVIS_SELECTED : 0, LVIS_SELECTED); } in SetItemState_Selected() argument
/third_party/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c207 n = select(s + 1, &rdfds, 0, 0, &timeout); in setup1()
281 if (select(nfds, &rfds, NULL, NULL, in do_child()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-udpserver.c49 #include <sys/select.h>
343 int select_ret; /* return value of select() */ in main()
345 struct timeval select_timeout; /* timeout for select() */ in main()
355 select_ret = select(max_read_fd + 1, &active_fds, in main()
361 fatal_error("select()"); in main()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_event_loop.c358 volatile int rc; /* select() return code */ in main()
396 rc = select(maxfd+1, &read_fd_set, &write_fd_set, &except_fd_set, &timeout); in main()
399 // printf("time for select %i\n",ts2.tv_usec - ts1.tv_usec); in main()
404 /* select error */ in main()
454 rc = select(maxfd+1, &read_fd_set, &write_fd_set, &except_fd_set, &timeout); in main()
458 /* select error */ in main()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_response_cleanup.c259 select (max + 1, &rs, &ws, &es, &tv); in testExternalGet()
277 select (max + 1, &rs, &ws, &es, &tv); in testExternalGet()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.cc26 #include <sys/select.h>
298 res = select(static_cast<int>(socket + 1), nullptr, &fdset, nullptr, &tv); in Connect()
/third_party/python/Lib/test/
H A Dtest_exception_hierarchy.py3 import select namespace
49 self.assertIs(select.error, OSError)
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dtypes.h68 #include <sys/select.h>
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dhellobrowser.c6 #include <sys/select.h>
H A Dlogging.c6 #include <sys/select.h>
/base/security/device_security_level/baselib/msglib/src/utils/
H A Dmessenger_utils.h63 ret = select(0, NULL, NULL, NULL, &tmv); in MessengerSleep()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmembarrierndk.cpp23 #include <sys/select.h>
/third_party/curl/tests/libtest/
H A Dlib1905.c86 select(MAX + 1, &R, &W, &E, &timeout); in test()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtypes.h71 #include <sys/select.h>
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtypes.h71 #include <sys/select.h>
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtypes.h71 #include <sys/select.h>
/third_party/musl/src/select/
H A Dpselect.c1 #include <sys/select.h>
/third_party/musl/include/sys/
H A Dtypes.h71 #include <sys/select.h>

Completed in 14 milliseconds

12345678910>>...25