Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 53) sorted by relevance

123

/device/google/contexthub/firmware/os/cpu/cortexm4/
DcpuMath.c47 uint64_t try, ret; \
53 try = (ret + 1) * denom; \
54 if (try <= num && try >= ret * denom) \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dconfigure333 try()
340 try()
368 if try $CC -c $CFLAGS $test.c; then
385 if try $CC -w -c $SFLAGS $test.c &&
386 try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then
430 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then
447 if try $CC $CFLAGS -o $test $test.c; then
464 if try $CC $CFLAGS -o $test $test.c; then
482 if try $CC -c $CFLAGS $test.c; then
497 if try $CC -c $CFLAGS $test.c; then
[all …]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c340 int gotsomewhere, connreset, terrno, try, v_circuit, resplen, ns; in res_send() local
363 for (try = 0; try < _res.retry; try++) { in res_send()
416 try = _res.retry; in res_send()
598 if (_res.nscount == 1 || (try == 0 && ns == 0)) { in res_send()
671 msec = (_res.retrans << try) * 1000; in res_send()
672 if (try > 0) in res_send()
678 timeout.tv_sec = (_res.retrans << try); in res_send()
679 if (try > 0) in res_send()
/device/linaro/bootloader/edk2/OvmfPkg/ResetVector/
DResetVector.nasmb17 ; If neither ARCH_IA32 nor ARCH_X64 are defined, then try to include
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DVtf0.nasmb17 ; If neither ARCH_IA32 nor ARCH_X64 are defined, then try to include
/device/google/contexthub/firmware/
DCodingStandard.txt46 code, it will warn you if you accidentally try to dereference it, or on purpose try to access
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
DREADME58 sessions, the codec will try to encode kanji characters in this
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
DREADME58 sessions, the codec will try to encode kanji characters in this
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
DVConfigStrings.uni34 #string STR_VCONFIG_NO_ARG #language en-US "Invalid argument, try "-?" for help.\n"
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtPkg.dec82 # because KVM -- for the time being -- does not try to interfere with the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar69 try_stmt: ('try' ':' suite
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt89 try_stmt: ('try' ':' suite
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DREADME.txt45 PcdOverridePlatformFdt" is equal to TRUE, then before to try to install the
DFdtPlatformDxe.uni60 " installation process is run, it will first try to install the FDT from\r\n"
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DREADME48 If there are newline problems try using zip -a ...
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/Ia32/
DMpFuncs.nasm160 ; at the same time. If 1 CPU try to call a function, stack will be corrupted.
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt189 start thrashing; try _n=10000 to start. Once the
190 offending construct has been identified, try to remove
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME84 documentation is repeated in the doc string in the cgi module; try
/device/linaro/bootloader/edk2/
DBuildNotes2.txt98 For more information on build options, please try "build -h" on command line.
DEdk2Setup.bat192 @REM This option will try to set the compiler environment for building Nt32Pkg/Nt32Pkg.dsc
199 @REM This option will try to set the environment for building the Nt32Pkg/Nt32Pkg; on a 64-bit
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/X64/
DMpFuncs.nasm198 ; at the same time. If 1 CPU try to call a function, stack will be corrupted.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME276 Don't try to enable them in the Modules/Setup file. They
366 testing, try setting CC to a thread-safe (reentrant) compiler,
513 problems on our system. You might want to try running tests
527 try building with "make OPT=".
562 You may want to try the configure option "--enable-framework"
569 You may also want to try the configure option "--enable-universalsdk"
1078 you use VPATH -- don't try gnumake.)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME283 Don't try to enable them in the Modules/Setup file. They
373 testing, try setting CC to a thread-safe (reentrant) compiler,
520 problems on our system. You might want to try running tests
534 try building with "make OPT=".
569 You may want to try the configure option "--enable-framework"
576 You may also want to try the configure option "--enable-universalsdk"
1085 you use VPATH -- don't try gnumake.)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dalgorithm.txt194 data structures created in inftrees.c try to encode all that information
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.c55 try { a } catch(...) { if ((c)->status == 0) (c)->status = -1; }

123