Home
last modified time | relevance | path

Searched refs:ss (Results 1 – 25 of 181) sorted by relevance

12345678

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dbitset.c11 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/
Dbitset.c11 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/
Dinterrupt_mgmt.h64 #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/
Dthermal-engine-marlin.conf20 algo_type ss
30 algo_type ss
40 algo_type ss
50 algo_type ss
89 algo_type ss
/device/google/taimen/
Dthermal-engine.conf2 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/
DSubAllocator.cpp53 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/
DstrUtils.h27 std::stringstream ss; in toString() local
28 ss << t; in toString()
29 return ss.str(); in toString()
/device/google/muskie/
Dthermal-engine.conf4 algo_type ss
14 algo_type ss
24 algo_type ss
45 algo_type ss
/device/google/crosshatch/
Dthermal-engine-crosshatch-novr-evt.conf2 algo_type ss
12 algo_type ss
22 algo_type ss
43 algo_type ss
Dthermal-engine-blueline-novr-evt.conf2 algo_type ss
12 algo_type ss
22 algo_type ss
43 algo_type ss
Dthermal-engine-blueline-novr-prod.conf2 algo_type ss
12 algo_type ss
22 algo_type ss
43 algo_type ss
Dthermal-engine-crosshatch-novr-prod.conf2 algo_type ss
12 algo_type ss
22 algo_type ss
43 algo_type ss
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/XenRealTimeClockLib/
DXenRealTimeClockLib.c45 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/
De_pow.c224 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/
DEfiTimeBaseLib.c111 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/
DThunk16.S32 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/
Dbitset.h16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbitset.h16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0) argument
/device/google/cuttlefish_common/common/libs/utils/
Dsubprocess.h112 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/
DThunk16.S84 .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
DThunk16.asm78 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/
DThunk16.asm118 mov eax, ss ; save ss
139 mov ss, dx
145 mov ax, ss
161 mov ss, di ; set up stack
DThunk16.S87 movl %ss,%eax
109 movw %dx,%ss
120 movw %ss,%ax
138 movw %di, %ss # set up stack
/device/google/bonito/
Dthermal-engine-bonito.conf2 algo_type ss
12 algo_type ss
Dthermal-engine-sargo.conf2 algo_type ss
12 algo_type ss

12345678