/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | bitset.c | 11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes); in newbitset() local 13 if (ss == NULL) in newbitset() 16 ss += nbytes; in newbitset() 18 *--ss = 0; in newbitset() 19 return ss; in newbitset() 23 delbitset(bitset ss) in delbitset() argument 25 PyObject_FREE(ss); in delbitset() 29 addbit(bitset ss, int ibit) in addbit() argument 34 if (ss[ibyte] & mask) in addbit() 36 ss[ibyte] |= mask; in addbit() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | bitset.c | 11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes); in newbitset() local 13 if (ss == NULL) in newbitset() 16 ss += nbytes; in newbitset() 18 *--ss = 0; in newbitset() 19 return ss; in newbitset() 23 delbitset(bitset ss) in delbitset() argument 25 PyObject_FREE(ss); in delbitset() 29 addbit(bitset ss, int ibit) in addbit() argument 34 if (ss[ibyte] & mask) in addbit() 36 ss[ibyte] |= mask; in addbit() [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/ |
D | interrupt_mgmt.h | 64 #define get_interrupt_rm_flag(flag, ss) (((flag >> INTR_RM_FLAGS_SHIFT) >> ss) \ argument 66 #define set_interrupt_rm_flag(flag, ss) (flag |= U(1) << ss) argument 67 #define clr_interrupt_rm_flag(flag, ss) (flag &= ~(U(1) << ss)) argument
|
/device/google/marlin/ |
D | thermal-engine-marlin.conf | 20 algo_type ss 30 algo_type ss 40 algo_type ss 50 algo_type ss 89 algo_type ss
|
/device/google/taimen/ |
D | thermal-engine.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss 97 algo_type ss 107 algo_type ss 128 algo_type ss
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | SubAllocator.cpp | 53 std::stringstream ss; in rangeCheck() local 54 ss << "SubAllocator " << task << ": "; in rangeCheck() 55 ss << "Out of range: " << std::hex << addr << " "; in rangeCheck() 56 ss << "Range: " << in rangeCheck() 59 std::string msg = ss.str(); in rangeCheck()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | strUtils.h | 27 std::stringstream ss; in toString() local 28 ss << t; in toString() 29 return ss.str(); in toString()
|
/device/google/muskie/ |
D | thermal-engine.conf | 4 algo_type ss 14 algo_type ss 24 algo_type ss 45 algo_type ss
|
/device/google/crosshatch/ |
D | thermal-engine-crosshatch-novr-evt.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
D | thermal-engine-blueline-novr-evt.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
D | thermal-engine-blueline-novr-prod.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
D | thermal-engine-crosshatch-novr-prod.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/XenRealTimeClockLib/ |
D | XenRealTimeClockLib.c | 45 UINTN ss; in EpochToEfiTime() local 66 ss = EpochSeconds % 60; in EpochToEfiTime() 67 a = (EpochSeconds - ss) / 60; in EpochToEfiTime() 74 Time->Second = ss; in EpochToEfiTime()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | e_pow.c | 224 double ss,s2,s_h,s_l,t_h,t_l; in __ieee754_pow() local 241 ss = u*v; in __ieee754_pow() 242 s_h = ss; in __ieee754_pow() 250 s2 = ss*ss; in __ieee754_pow() 252 r += s_l*(s_h+ss); in __ieee754_pow() 259 v = s_l*t_h+t_l*ss; in __ieee754_pow()
|
/device/linaro/bootloader/OpenPlatformPkg/Library/EfiTimeBaseLib/ |
D | EfiTimeBaseLib.c | 111 UINTN ss; in EpochToEfiTime() local 132 ss = EpochSeconds % 60; in EpochToEfiTime() 133 a = (EpochSeconds - ss) / 60; in EpochToEfiTime() 140 Time->Second = ss; in EpochToEfiTime()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | Thunk16.S | 32 push %ss 59 movl %ss, %eax # mov ax, ss 74 movl %eax, %ss 88 movl %ss, %edx 89 movl %ecx, %ss # set new segment selectors 96 movl %esi, %ss # set up 16-bit stack segment
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | bitset.h | 16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | bitset.h | 16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0) argument
|
/device/google/cuttlefish_common/common/libs/utils/ |
D | subprocess.h | 112 std::stringstream ss; in AddParameter() local 113 if (BuildParameter(&ss, args...)) { in AddParameter() 114 command_.push_back(ss.str()); in AddParameter()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
D | Thunk16.S | 84 .byte 0x16 # push ss 113 movl %ss,%eax # mov ax, ss 173 movl %edx,%ss # set new segment selectors 185 movl %esi,%ss # set up 16-bit stack segment 261 movq %ss, %rbx 262 pushq %rbx # Save ss segment register on the stack 295 movl %edx,%ss 313 movq %rbx, %ss
|
D | Thunk16.asm | 78 DB 16h ; push ss 107 mov eax, ss ; mov ax, ss 161 mov ss, edx ; set new segment selectors 173 mov ss, esi ; set up 16-bit stack segment 239 mov rbx, ss 240 push rbx ; Save ss segment register on the stack 272 mov ss, edx 288 mov ss, rbx
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/ |
D | Thunk16.asm | 118 mov eax, ss ; save ss 139 mov ss, dx 145 mov ax, ss 161 mov ss, di ; set up stack
|
D | Thunk16.S | 87 movl %ss,%eax 109 movw %dx,%ss 120 movw %ss,%ax 138 movw %di, %ss # set up stack
|
/device/google/bonito/ |
D | thermal-engine-bonito.conf | 2 algo_type ss 12 algo_type ss
|
D | thermal-engine-sargo.conf | 2 algo_type ss 12 algo_type ss
|