/third_party/ffmpeg/libavcodec/ |
H A D | vp6.c | 593 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 D | astcenc_vecmathlib_avx2_8.h | 602 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 D | server.py | 100 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 D | acpidbg.c | 20 #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 D | acpidbg.c | 20 #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 D | curl_setup.h | 350 # 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 D | CalendarCalc.java | 240 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 D | CalendarFrame.java | 135 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 D | plurfmt.cpp | 485 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 D | net_sockets.c | 128 * 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 D | plurfmt.cpp | 485 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 D | plurfmt.cpp | 485 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 D | test_transactions.py | 58 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 D | p2p-nfc.py | 227 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 D | p2p-nfc.py | 227 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 D | haltpoll.c | 137 .select = haltpoll_select,
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | governor.c | 84 if (!gov || !gov->select) in cpuidle_register_governor()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_FISTTP.c | 12 #include <sys/select.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_llh.h | 20 u32 select);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | qemu_fw_cfg.h | 62 __be16 select; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_llh.h | 20 u32 select);
|
/kernel/linux/linux-6.6/drivers/cpuidle/governors/ |
H A D | haltpoll.c | 140 .select = haltpoll_select,
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | governor.c | 83 if (!gov || !gov->select) in cpuidle_register_governor()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | qemu_fw_cfg.h | 62 __be16 select; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_FISTTP.c | 12 #include <sys/select.h>
|