/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 23 delbitset(bitset ss) in delbitset() 29 addbit(bitset ss, int ibit) in addbit()
|
/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 23 delbitset(bitset ss) in delbitset() 29 addbit(bitset ss, int ibit) in addbit()
|
D | pgen.c | 343 addclosure(bitset ss, nfa *nf, int istate) in addclosure() 388 bitset ss; in makedfa() local
|
/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/generic/opengl-transport/host/commands/emugen/ |
D | strUtils.h | 27 std::stringstream ss; in toString() local
|
/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
|
/device/generic/goldfish/camera/ |
D | EmulatedQemuCamera.cpp | 76 std::stringstream ss(frame_dims); in Initialize() local
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/XenRealTimeClockLib/ |
D | XenRealTimeClockLib.c | 45 UINTN ss; in EpochToEfiTime() local
|
/device/linaro/bootloader/OpenPlatformPkg/Library/EfiTimeBaseLib/ |
D | EfiTimeBaseLib.c | 111 UINTN ss; in EpochToEfiTime() local
|
/device/google/wahoo/health/ |
D | HealthService.cpp | 166 std::stringstream ss(buffer); in get_disk_stats() local
|
/device/google/marlin/health/ |
D | HealthService.cpp | 162 std::stringstream ss(buffer); in get_disk_stats() local
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/ |
D | EblCmdFdt.c | 45 CONST CHAR8 *ss; in IsPrintableString() local
|
/device/google/crosshatch/health/ |
D | HealthService.cpp | 90 std::stringstream ss; in read_ufs_version() local
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | SubAllocator.cpp | 53 std::stringstream ss; in rangeCheck() local
|
/device/google/bonito/health/ |
D | HealthService.cpp | 93 std::stringstream ss; in read_emmc_version() local
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/ |
D | ShellDumpFdt.c | 29 CONST CHAR8 *ss; in IsPrintableString() local
|
/device/google/cuttlefish_common/host/libs/adb_connection_maintainer/ |
D | adb_connection_maintainer.cpp | 33 std::ostringstream ss; in MakeMessage() local
|
/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
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/ |
D | PL031RealTimeClockLib.c | 135 UINTN ss; in EpochToEfiTime() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument 721 #define new_time(hh, mm, ss, us, tzinfo) \ argument 848 int ss = days * 24 * 3600 + GET_TD_SECONDS(u); in call_utc_tzinfo_method() local 1413 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time() 2878 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local 3448 int ss = TIME_GET_SECOND(self); in time_replace() local 4394 int ss = DATE_GET_SECOND(self); in datetime_replace() local 4414 int y, m, d, hh, mm, ss, us; in datetime_astimezone() local 4533 int ss = DATE_GET_SECOND(self); in datetime_utctimetuple() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | datetimemodule.c | 693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument 721 #define new_time(hh, mm, ss, us, tzinfo) \ argument 848 int ss = days * 24 * 3600 + GET_TD_SECONDS(u); in call_utc_tzinfo_method() local 1413 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time() 2878 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local 3448 int ss = TIME_GET_SECOND(self); in time_replace() local 4394 int ss = DATE_GET_SECOND(self); in datetime_replace() local 4414 int y, m, d, hh, mm, ss, us; in datetime_astimezone() local 4533 int ss = DATE_GET_SECOND(self); in datetime_utctimetuple() local
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regexec.c | 1104 UChar *ss, *p, *pstart, *pend = NULL_UCHARP; in backref_match_at_nested_level() local 1667 UChar *ss; in match_at() local 1728 UChar *ss; in match_at() local 1779 UChar *ss; in match_at() local 2063 UChar* ss = s + enclen(encode, s); in match_at() local
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GLESv2Validation.cpp | 839 std::stringstream ss; in vertexAttribIndexRangeErrorMsg() local
|