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/ |
D | random.c | 39 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/ |
D | itimer.c | 90 raise(SIGALRM); in iTimerRealNotifyFunction() 107 raise(SIGVTALRM); in iTimerVirtualNotifyFunction() 124 raise(SIGPROF); in iTimerProfNotifyFunction()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | signal.h | 82 int raise(int sig);
|
/device/linaro/bootloader/edk2/StdLib/LibC/Signal/ |
D | Signal.c | 77 raise( int sig) in raise() function
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | Environs.c | 55 raise(SIGABRT); in abort()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat-history.txt | 39 -- Corrected a mistake that caused borderline underflow cases not to raise
|
D | softfloat.txt | 179 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
|
D | softfloat-specialize | 70 #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/ |
D | softfloat-specialize | 66 #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/ |
D | Python.asdl | 103 -- not sure what to call the first argument for raise and except
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | platform-interrupt-controller-API.rst | 212 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.
|
D | firmware-update.rst | 106 Exception Levels raise SMCs to invoke FWU functionality in BL1, which causes
|
D | interrupt-framework-design.rst | 595 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/ |
D | Grammar | 51 raise_stmt: 'raise' [test [',' test [',' test]]]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | Grammar.txt | 71 raise_stmt: 'raise' [test ['from' test | ',' test [',' test]]]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | README | 238 # 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/ |
D | math_private.h | 541 #define breakpoint() raise(SIGTRAP)
|
/device/linaro/bootloader/arm-trusted-firmware/ |
D | contributing.rst | 17 raise a separate `issue`_ for this and ensure that the changes that
|