Home
last modified time | relevance | path

Searched refs:raise (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Drandom.c39 win32_urandom_init(int raise) in win32_urandom_init() argument
69 if (raise) in win32_urandom_init()
79 win32_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in win32_urandom() argument
85 if (win32_urandom_init(raise) == -1) in win32_urandom()
95 if (raise) in win32_urandom()
147 vms_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in vms_urandom() argument
150 if (raise) { in vms_urandom()
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Ditimer.c90 raise(SIGALRM); in iTimerRealNotifyFunction()
107 raise(SIGVTALRM); in iTimerVirtualNotifyFunction()
124 raise(SIGPROF); in iTimerProfNotifyFunction()
/device/linaro/bootloader/edk2/StdLib/Include/
Dsignal.h82 int raise(int sig);
/device/linaro/bootloader/edk2/StdLib/LibC/Signal/
DSignal.c77 raise( int sig) in raise() function
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DEnvirons.c55 raise(SIGABRT); in abort()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-history.txt39 -- Corrected a mistake that caused borderline underflow cases not to raise
Dsoftfloat.txt179 where `<exception>' is the appropriate name. To raise a floating-point
224 Conversions from floating-point to integer raise the invalid exception if
322 functions raise the invalid exception if either input is any kind of NaN.
323 The equal functions, on the other hand, are defined not to raise the invalid
358 The function takes a mask indicating the set of exceptions to raise. No
Dsoftfloat-specialize70 #if 0 // Don't raise exceptions
99 #else // Don't raise exceptions
101 #endif // Don't raise exceptions
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
Dsoftfloat-specialize66 #if 0 // Don't raise exceptions
95 #else // Don't raise exceptions
97 #endif // Don't raise exceptions
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl103 -- not sure what to call the first argument for raise and except
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dplatform-interrupt-controller-API.rst212 This API should raise an EL3 SGI. The first parameter, ``sgi_num``, specifies
218 to appropriate *SGI Register* in order to raise the EL3 SGI.
Dfirmware-update.rst106 Exception Levels raise SMCs to invoke FWU functionality in BL1, which causes
Dinterrupt-framework-design.rst595 to raise a periodic interrupt (every half a second) for the purpose of testing
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar51 raise_stmt: 'raise' [test [',' test [',' test]]]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt71 raise_stmt: 'raise' [test ['from' test | ',' test [',' test]]]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME238 # operation. Note that in order to raise the measured timings
267 # Repeat the operations per round to raise the run-time
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h541 #define breakpoint() raise(SIGTRAP)
/device/linaro/bootloader/arm-trusted-firmware/
Dcontributing.rst17 raise a separate `issue`_ for this and ensure that the changes that