| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | 0001-configure-Pass-LDFLAGS-to-link-tests.patch | 26 if try $CC -w -c $SFLAGS $test.c && 27 - try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then 28 + try $LDSHARED $SFLAGS $LDFLAGS -o $test$shared_ext $test.o; then 36 - if try $CC $CFLAGS -o $test $test.c; then 37 + if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then 45 - if try $CC $CFLAGS -o $test $test.c; then 46 + if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then 54 -if try $CC $CFLAGS -o $test $test.c; then 55 +if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then 63 - if try $CC $CFLAGS -o $test $test.c; then [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | pci-cxl.c | 87 int i, hwirq, try; in pnv_cxl_alloc_hwirq_ranges() local 93 try = num; in pnv_cxl_alloc_hwirq_ranges() 94 while (try) { in pnv_cxl_alloc_hwirq_ranges() 95 hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); in pnv_cxl_alloc_hwirq_ranges() 98 try /= 2; in pnv_cxl_alloc_hwirq_ranges() 100 if (!try) in pnv_cxl_alloc_hwirq_ranges() 104 irqs->range[i] = try; in pnv_cxl_alloc_hwirq_ranges() 107 num -= try; in pnv_cxl_alloc_hwirq_ranges()
|
| /OK3568_Linux_fs/kernel/drivers/phy/broadcom/ |
| H A D | phy-brcm-sata.c | 401 int try; in brcm_ns2_sata_init() local 440 try = 50; in brcm_ns2_sata_init() 441 while (try) { in brcm_ns2_sata_init() 447 try--; in brcm_ns2_sata_init() 449 if (!try) { in brcm_ns2_sata_init() 464 unsigned int val, try; in brcm_nsp_sata_init() local 506 try = 50; in brcm_nsp_sata_init() 507 while (--try) { in brcm_nsp_sata_init() 514 if (!try) { in brcm_nsp_sata_init() 536 unsigned int val, try; in brcm_sr_sata_init() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | rsrc_iodyn.c | 107 unsigned int try; in iodyn_find_io() local 132 try = res->end + 1; in iodyn_find_io() 133 if ((*base == 0) || (*base == try)) { in iodyn_find_io() 137 *base = try; in iodyn_find_io() 144 try = res->start - num; in iodyn_find_io() 145 if ((*base == 0) || (*base == try)) { in iodyn_find_io() 150 *base = try; in iodyn_find_io()
|
| /OK3568_Linux_fs/kernel/net/dccp/ccids/lib/ |
| H A D | tfrc_equation.c | 593 u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1; in tfrc_binsearch() local 596 try = (low + high) / 2; in tfrc_binsearch() 597 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch() 598 high = try; in tfrc_binsearch() 600 low = try + 1; in tfrc_binsearch()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/ |
| H A D | aw_dsp.c | 162 int try = 0; in aw_qcom_write_data_to_dsp() local 166 while (try < AW_DSP_TRY_TIME) { in aw_qcom_write_data_to_dsp() 173 try++; in aw_qcom_write_data_to_dsp() 187 int try = 0; in aw_qcom_read_data_from_dsp() local 192 while (try < AW_DSP_TRY_TIME) { in aw_qcom_read_data_from_dsp() 199 try++; in aw_qcom_read_data_from_dsp()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | stub.c | 297 size_t try, try_max; in main() local 300 for (try = 0, try_max = 5; try < try_max; try++) { in main() 307 (int)try + 1, (int)try_max); in main() 315 (int)try + 1, in main() 323 (int)try + 1, (int)try_max, handoff_fd, in main()
|
| /OK3568_Linux_fs/kernel/lib/kunit/ |
| H A D | try-catch-impl.h | 19 kunit_try_catch_func_t try, in kunit_try_catch_init() argument 23 try_catch->try = try; in kunit_try_catch_init()
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | tricks.rst | 7 If you want to trick swsusp/S3 into working, you might want to try: 20 want to try vesafb later] 22 * try running as few processes as possible, preferably go to single 28 When you make it work, try to find out what exactly was it that broke
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | iobp.c | 33 unsigned try; in iobp_poll() local 35 for (try = IOBP_RETRY; try > 0; try--) { in iobp_poll()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | ldflags.patch | 34 try-from: try-from.o fakelog.o $(SHLIB) 35 - $(CC) $(CFLAGS) -o $@ try-from.o fakelog.o $(SHLIBFLAGS) 36 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ try-from.o fakelog.o $(SHLIBFLAGS)
|
| H A D | 13_shlib_weaksym.patch | 30 -all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk 46 +all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk $(LIB) 80 -try-from: try-from.o fakelog.o $(LIB) 81 - $(CC) $(CFLAGS) -o $@ try-from.o fakelog.o $(LIB) $(LIBS) 82 +try-from: try-from.o fakelog.o $(SHLIB) 83 + $(CC) $(CFLAGS) -o $@ try-from.o fakelog.o $(SHLIBFLAGS) 97 rm -f tcpd miscd safe_finger tcpdmatch tcpdchk try-from *.[oa] core \
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-enum-mbus-code.rst | 44 Available media bus formats may depend on the current 'try' formats at 47 information about the try formats. 93 - The driver allows the application to try to change the default colorspace 100 - The driver allows the application to try to change the default transform function. 107 - The driver allows the application to try to change the default Y'CbCr 114 - The driver allows the application to try to change the default HSV 121 - The driver allows the application to try to change the default
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | do_mounts.c | 488 int try, err; in mount_nfs_root() local 500 for (try = 1; ; try++) { in mount_nfs_root() 505 if (try > NFSROOT_RETRY_MAX) in mount_nfs_root() 530 int try, err; in mount_cifs_root() local 537 for (try = 1; ; try++) { in mount_cifs_root() 542 if (try > CIFSROOT_RETRY_MAX) in mount_cifs_root()
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | tips.txt | 1 For a higher level overview, try: perf report --sort comm,dso 22 If you have debuginfo enabled, try: perf report -s sym,srcline 23 For memory address profiling, try: perf mem record / perf mem report 24 For tracepoint events, try: perf report -s trace_fields 30 If you prefer Intel style assembly, try: perf annotate -M intel 31 For hierarchical output, try: perf report --hierarchy
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | ostream | 278 try 320 try 329 try 372 try 398 try 428 try 454 try 484 try 510 try 536 try [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | ostream | 278 try 320 try 329 try 372 try 398 try 428 try 454 try 484 try 510 try 536 try [all …]
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp/ |
| H A D | 0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch | 38 try: 51 try: 58 try: 60 try: 91 try: 100 try: 109 try: 189 try: 196 try: 198 try:
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | atsha204a-i2c.c | 210 int try, res; in atsha204a_wakeup() local 214 for (try = 1; try <= 10; ++try) { in atsha204a_wakeup() 215 debug("Try %i... ", try); in atsha204a_wakeup()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lockdep.h | 430 #define LOCK_CONTENDED(_lock, try, lock) \ argument 432 if (!try(_lock)) { \ 439 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument 442 if (!try(_lock)) { \ 456 #define LOCK_CONTENDED(_lock, try, lock) \ argument 459 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument 471 #define LOCK_CONTENDED_FLAGS(_lock, try, lock, lockfl, flags) \ argument 472 LOCK_CONTENDED((_lock), (try), (lock)) 476 #define LOCK_CONTENDED_FLAGS(_lock, try, lock, lockfl, flags) \ argument
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Kbuild.include | 86 # try-run 87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 91 try-run = $(shell set -e; \ 104 as-option = $(call try-run,\ 110 as-instr = $(call try-run,\ 116 cc-option = $(call try-run,\ 121 cc-option-yn = $(call try-run,\ 131 cc-disable-warning = $(call try-run,\ 155 cc-ldoption = $(call try-run,\ 160 ld-option = $(call try-run,\ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | metadata_scm.bbclass | 16 try: 26 try: 35 try:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/ |
| H A D | gitver.bbclass | 28 try: 31 try: 50 try: 68 try:
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | i8042.c | 266 int keymap, try; in i8042_start() local 283 for (try = 0; kbd_reset(priv->quirks) != 0; try++) { in i8042_start() 284 if (try >= KBD_RESET_TRIES) in i8042_start()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
| H A D | download.patch | 40 foreach(try ${OPENCV_DOWNLOAD_TRIES_LIST}) 41 ocv_download_log("#try ${try}")
|