Home
last modified time | relevance | path

Searched refs:select (Results 326 - 350 of 909) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/ffmpeg/libavcodec/
H A Dvp6.c593 VP56mv mv, int mask, int select, int luma) in vp6_filter()
623 vp6_block_copy_filter[select][x8]); in vp6_filter()
626 vp6_block_copy_filter[select][y8]); in vp6_filter()
629 vp6_block_copy_filter[select][x8], in vp6_filter()
630 vp6_block_copy_filter[select][y8]); in vp6_filter()
591 vp6_filter(VP56Context *s, uint8_t *dst, uint8_t *src, int offset1, int offset2, ptrdiff_t stride, VP56mv mv, int mask, int select, int luma) vp6_filter() argument
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h602 ASTCENC_SIMD_INLINE vint8 select(vint8 a, vint8 b, vmask8 cond) in select() function
907 ASTCENC_SIMD_INLINE vfloat8 select(vfloat8 a, vfloat8 b, vmask8 cond) in select() function
951 a = select(vfloat8::zero(), a, m); in haccumulate()
962 a = select(vfloat8::zero(), a, m); in haccumulate()
1209 print(select(vint8(0), vint8(1), a)); in print()
/third_party/python/Lib/http/
H A Dserver.py100 import select namespace
1176 while select.select([self.rfile], [], [], 0)[0]:
1224 while select.select([self.rfile._sock], [], [], 0)[0]:
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c20 #include <sys/select.h>
306 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop()
308 perror("select"); in acpi_aml_loop()
347 ret = select(maxfd+1, &rfds, NULL, NULL, &tv); in acpi_aml_readable()
349 perror("select"); in acpi_aml_readable()
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c20 #include <sys/select.h>
306 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop()
308 perror("select"); in acpi_aml_loop()
347 ret = select(maxfd+1, &rfds, NULL, NULL, &tv); in acpi_aml_readable()
349 perror("select"); in acpi_aml_readable()
/third_party/curl/lib/
H A Dcurl_setup.h350 # define select(a,b,c,d,e) Curl_amiga_select(a,b,c,d,e) macro
352 # define select(a,b,c,d,e) WaitSelect(a,b,c,d,e,0) macro
561 # define select(n,r,w,x,t) select_s(n,r,w,x,t) macro
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java240 dateMenu.select(i); in buildGUI()
292 localeMenu.select(selectMe); in buildGUI()
373 calendars[index].text.select(start,end); in textChanged()
405 * This function is called when users select a new representative city.
417 * This function is called when users select a new time field
H A DCalendarFrame.java135 calMenu[i].select(i); in init()
206 displayMenu.select(selectMe); in init()
278 * CalMenuListener responds to events in the two popup menus that select
308 calMenu[j].select(k); in itemStateChanged()
/third_party/icu/icu4c/source/i18n/
H A Dplurfmt.cpp485 keyword=selector.select(context, number-offset, ec); in findSubMessage()
589 UnicodeString PluralFormat::PluralSelectorAdapter::select(void *context, double number, in select() function in PluralFormat::PluralSelectorAdapter
593 return pluralRules->select(*dec); in select()
/third_party/mbedtls/library/
H A Dnet_sockets.c128 * allowed for fd_set used for the FD_xxx macros and the select() function.
140 /* A limitation of select() is that it only works with file descriptors in check_fd()
539 ret = select(fd + 1, &read_fds, &write_fds, NULL,
574 select(0, NULL, NULL, NULL, &tv);
645 ret = select(fd + 1, &read_fds, NULL, NULL, timeout == 0 ? NULL : &tv);
/third_party/node/deps/icu-small/source/i18n/
H A Dplurfmt.cpp485 keyword=selector.select(context, number-offset, ec); in findSubMessage()
589 UnicodeString PluralFormat::PluralSelectorAdapter::select(void *context, double number, in select() function in PluralFormat::PluralSelectorAdapter
593 return pluralRules->select(*dec); in select()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurfmt.cpp485 keyword=selector.select(context, number-offset, ec); in findSubMessage()
589 UnicodeString PluralFormat::PluralSelectorAdapter::select(void *context, double number, in select() function in PluralFormat::PluralSelectorAdapter
593 return pluralRules->select(*dec); in select()
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_transactions.py58 self.cur2.execute("select i from test")
65 self.cur2.execute("select i from test")
74 self.cur2.execute("select i from test")
83 self.cur2.execute("select i from test")
92 self.cur2.execute("select i from test")
102 self.cur2.execute("select i from test")
109 self.cur2.execute("select i from test")
137 cur.execute("select 1 union select 2 union select
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py227 summary("Handover select received")
309 print("Could not get handover select carrier record from wpa_supplicant")
311 print("Handover select carrier record from wpa_supplicant:")
339 print("Could not get handover select carrier record from wpa_supplicant")
341 print("Handover select carrier record from wpa_supplicant:")
355 print("Handover select:")
362 summary("Sending handover select")
378 import sys, tty, termios, select namespace
386 [i, o, e] = select.select([f
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py227 summary("Handover select received")
309 print("Could not get handover select carrier record from wpa_supplicant")
311 print("Handover select carrier record from wpa_supplicant:")
339 print("Could not get handover select carrier record from wpa_supplicant")
341 print("Handover select carrier record from wpa_supplicant:")
355 print("Handover select:")
362 summary("Sending handover select")
378 import sys, tty, termios, select namespace
386 [i, o, e] = select.select([f
[all...]
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
H A Dhaltpoll.c137 .select = haltpoll_select,
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dgovernor.c84 if (!gov || !gov->select) in cpuidle_register_governor()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_FISTTP.c12 #include <sys/select.h>
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.h20 u32 select);
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.h20 u32 select);
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H A Dhaltpoll.c140 .select = haltpoll_select,
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dgovernor.c83 if (!gov || !gov->select) in cpuidle_register_governor()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_FISTTP.c12 #include <sys/select.h>

Completed in 20 milliseconds

1...<<11121314151617181920>>...37