Home
last modified time | relevance | path

Searched refs:T (Results 1 – 25 of 127) sorted by relevance

123456

/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c677 #define T(v) (_task->v) macro
695 return atomicCmpXchgByte(&T(state), SENSOR_IDLE, newState); in trySwitchState_()
1046 osEnqueuePrivateEvt(EVT_SENSOR_INTERRUPT_1, _task, NULL, T(tid)); in lsm6dsm_readStatusReg_()
1048 T(pendingInt[LSM6DSM_INT1_INDEX]) = true; in lsm6dsm_readStatusReg_()
1059 if (!extiIsPendingGpio(T(int1))) in lsm6dsm_isr1()
1062 T(timestampInt[LSM6DSM_INT1_INDEX]) = rtcGetTime(); in lsm6dsm_isr1()
1065 extiClearPendingGpio(T(int1)); in lsm6dsm_isr1()
1097 …SPI_WRITE(LSM6DSM_CTRL10_C_ADDR, T(embeddedFunctionsRegister) & ~LSM6DSM_ENABLE_DIGITAL_FUNC, 3000… in lsm6dsm_writeEmbeddedRegister()
1103 SPI_WRITE(LSM6DSM_CTRL10_C_ADDR, T(embeddedFunctionsRegister)); in lsm6dsm_writeEmbeddedRegister()
1138 …SPI_WRITE(LSM6DSM_CTRL10_C_ADDR, T(embeddedFunctionsRegister) & ~LSM6DSM_ENABLE_DIGITAL_FUNC, 3000… in lsm6dsm_writeSlaveRegister()
[all …]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_print.c91 #define T(x) \ macro
151 T(addstr("\t\t\t", 3, &buf, &buflen)); in ns_sprintrrf()
155 T(addstr("@\t\t\t", 4, &buf, &buflen)); in ns_sprintrrf()
157 T(addstr(name, len, &buf, &buflen)); in ns_sprintrrf()
161 T(addstr(".", 1, &buf, &buflen)); in ns_sprintrrf()
164 T(spaced = addtab(len, 24, spaced, &buf, &buflen)); in ns_sprintrrf()
171 T(x = ns_format_ttl(ttl, buf, buflen)); in ns_sprintrrf()
174 T(addstr(tmp, len, &buf, &buflen)); in ns_sprintrrf()
175 T(spaced = addtab(x + len, 16, spaced, &buf, &buflen)); in ns_sprintrrf()
194 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf()
[all …]
Dns_ttl.c75 #define T(x) if ((x) < 0) return (-1); else (void)NULL macro
93 T(fmt1(weeks, 'W', &dst, &dstlen)); in ns_format_ttl()
97 T(fmt1(days, 'D', &dst, &dstlen)); in ns_format_ttl()
101 T(fmt1(hours, 'H', &dst, &dstlen)); in ns_format_ttl()
105 T(fmt1(mins, 'M', &dst, &dstlen)); in ns_format_ttl()
109 T(fmt1(secs, 'S', &dst, &dstlen)); in ns_format_ttl()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h76 template <class T> void minmax(const T *indices, int count, int *min, int *max) { in minmax()
79 const T *ptr = indices; in minmax()
87 template <class T> void minmaxExcept in minmaxExcept()
88 (const T *indices, int count, int *min, int *max, in minmaxExcept()
89 bool shouldExclude, T whatExclude) { in minmaxExcept()
95 const T *ptr = indices; in minmaxExcept()
105 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices()
106 T *ptr = indices; in shiftIndices()
114 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices()
123 template <class T> void shiftIndicesExcept in shiftIndicesExcept()
[all …]
DSmartPtr.h22 template <class T, bool threadSafe = false>
26 explicit SmartPtr(T* ptr = (T*)NULL) {
40 SmartPtr<T,threadSafe>(const SmartPtr<T,false>& rhs) {
52 SmartPtr<T,threadSafe>(SmartPtr<T,true>& rhs) {
77 T* Ptr() const { in Ptr()
81 const T* constPtr() const in constPtr()
86 T* operator->() const {
90 T& operator*() const {
99 bool operator <(const SmartPtr<T>& t1) const {
103 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs)
[all …]
DGLClientState.h560 template <class T>
561 int getVertexAttribParameter(GLuint index, GLenum param, T *ptr) in getVertexAttribParameter()
571 *ptr = (T)vertexAttrib.bindingindex; in getVertexAttribParameter()
575 *ptr = (T)vertexAttrib.reloffset; in getVertexAttribParameter()
578 *ptr = (T)(vertexAttribBufferBinding.buffer); in getVertexAttribParameter()
581 *ptr = (T)(vertexAttrib.enabled); in getVertexAttribParameter()
585 *ptr = (T)(vertexAttrib.isInt); in getVertexAttribParameter()
588 *ptr = (T)(vertexAttrib.size); in getVertexAttribParameter()
591 *ptr = (T)(vertexAttribBufferBinding.stride); in getVertexAttribParameter()
594 *ptr = (T)(vertexAttrib.type); in getVertexAttribParameter()
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Dk_tan.c76 #define T xxx macro
126 r = T[1] + w * (T[3] + w * (T[5] + w * (T[7] + w * (T[9] + in __kernel_tan()
127 w * T[11])))); in __kernel_tan()
128 v = z * (T[2] + w * (T[4] + w * (T[6] + w * (T[8] + w * (T[10] + in __kernel_tan()
129 w * T[12]))))); in __kernel_tan()
132 r += T[0] * s; in __kernel_tan()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c650 #define T(v) (_task->v) macro
664 bool ret = atomicCmpXchgByte(&T(state), SENSOR_IDLE, newState);
670 return atomicCmpXchgByte(&T(state), SENSOR_IDLE, newState);
761 slabAllocatorFree(T(mDataSlab), ev);
767 if (T(spiInUse)) {
771 T(packets[T(mRegCnt)]).size = 2;
772 T(packets[T(mRegCnt)]).txBuf = &T(txrxBuffer[T(mWbufCnt)]);
773 T(packets[T(mRegCnt)]).rxBuf = &T(txrxBuffer[T(mWbufCnt)]);
774 T(packets[T(mRegCnt)]).delay = delay * 1000;
775 T(txrxBuffer[T(mWbufCnt++)]) = BMI160_SPI_WRITE | addr;
[all …]
/device/asus/fugu/libaudio/
DLinearTransform.cpp34 template<class T>
36 static inline T ABS(T x) { return (x < 0) ? -x : x; } in ABS()
227 template <class T> void LinearTransform::reduce(T* N, T* D) { in reduce()
228 T a, b; in reduce()
244 T tmp = a; in reduce()
251 const T remainder = a % b; in reduce()
DLinearTransform.h56 template <class T> static void reduce(T* N, T* D);
/device/google/contexthub/util/nanotool/
Dnanopacket_impl.h23 template<typename T>
24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord()
28 if (parsing_progress_ == sizeof(T)) { in DeserializeWord()
Dnanopacket.h115 template<typename T>
116 bool DeserializeWord(T *destination, uint8_t byte);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DDLG_stream_input.h36 class T = ::std::char_traits<E>
42 DLG_stream_input(::std::basic_istream<E,T> * p_input_stream) in DLG_stream_input()
87 ::std::basic_istream<E,T> * input;
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DDLG_stream_input.h36 class T = ::std::char_traits<E>
42 DLG_stream_input(::std::basic_istream<E,T> * p_input_stream) in DLG_stream_input()
87 ::std::basic_istream<E,T> * input;
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
DGpt.com3 …f&�}�K��udf&�} �>�;uYf&�E f&�U$��|����3�P��|W�f`3Ɏٽ���I�\�|�Df�Df�T �B.����rfa����…
4 ��@���G P T S t a r t ! G P T E r r o r ! �������������������������������DUET����������������…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenMake.py501 self.ResultFileList = [str(T.Target) for T in self._AutoGenObject.CodaTargetList]
670 for T in self._AutoGenObject.Targets[Type]:
672 if T.GenFileListMacro and T.FileListMacro not in self.FileListMacros:
673 self.FileListMacros[T.FileListMacro] = []
674 if T.GenListFile and T.ListFileMacro not in self.ListFileMacros:
675 self.ListFileMacros[T.ListFileMacro] = []
676 if T.GenIncListFile and T.IncListFileMacro not in self.ListFileMacros:
677 self.ListFileMacros[T.IncListFileMacro] = []
681 for Dep in T.Dependencies:
684 if len(T.Inputs) == 1 and T.Inputs[0] in self.FileDependency:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
Dtest_selftype.py7 class T(type): class
10 __metaclass__ = T
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dshamodule.c135 T = R32(A,5) + f##n(B,C,D) + E + *WP++ + CONST##n; \
136 E = D; D = C; C = R32(B,30); B = A; A = T
141 T = R32(A,5) + f##n(B,C,D) + E + *WP++ + CONST##n; B = R32(B,30)
144 E = R32(T,5) + f##n(A,B,C) + D + *WP++ + CONST##n; A = R32(A,30)
147 D = R32(E,5) + f##n(T,A,B) + C + *WP++ + CONST##n; T = R32(T,30)
150 C = R32(D,5) + f##n(E,T,A) + B + *WP++ + CONST##n; E = R32(E,30)
153 B = R32(C,5) + f##n(D,E,T) + A + *WP++ + CONST##n; D = R32(D,30)
156 A = R32(B,5) + f##n(C,D,E) + T + *WP++ + CONST##n; C = R32(C,30)
164 SHA_INT32 T, A, B, C, D, E, W[80], *WP; in sha_transform() local
191 sha_info->digest[1] += T; in sha_transform()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dshamodule.c135 T = R32(A,5) + f##n(B,C,D) + E + *WP++ + CONST##n; \
136 E = D; D = C; C = R32(B,30); B = A; A = T
141 T = R32(A,5) + f##n(B,C,D) + E + *WP++ + CONST##n; B = R32(B,30)
144 E = R32(T,5) + f##n(A,B,C) + D + *WP++ + CONST##n; A = R32(A,30)
147 D = R32(E,5) + f##n(T,A,B) + C + *WP++ + CONST##n; T = R32(T,30)
150 C = R32(D,5) + f##n(E,T,A) + B + *WP++ + CONST##n; E = R32(E,30)
153 B = R32(C,5) + f##n(D,E,T) + A + *WP++ + CONST##n; D = R32(D,30)
156 A = R32(B,5) + f##n(C,D,E) + T + *WP++ + CONST##n; C = R32(C,30)
164 SHA_INT32 T, A, B, C, D, E, W[80], *WP; in sha_transform() local
191 sha_info->digest[1] += T; in sha_transform()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DApTst.asl90 Name(_TPC, 0) // All T-States are available
93 // T-State Control/Status interface
106 // T-State Dependency
150 Name(_TPC, 0) // All T-States are available
153 // T-State Control/Status interface
166 // T-State Dependency
210 Name(_TPC, 0) // All T-States are available
213 // T-State Control/Status interface
226 // T-State Dependency
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_idioms.py102 T = results["T"].clone() # The type being compared against
104 T.prefix = u" "
105 test = Call(Name(u"isinstance"), [x, Comma(), T])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_userlist.py50 class T(self.type2test): class
53 self.assertEqual(iter(T((1,2))).next(), "0!!!")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py134 S, T = ' \t' variable in Whitespace
157 S, T = Whitespace.S, Whitespace.T
164 elif ch == T:
/device/linaro/bootloader/edk2/
DMaintainers.txt16 T: SCM tree type and location. Type is one of: git, svn.
32 T: git - https://github.com/tianocore/edk2.git
33 T: git - https://bitbucket.org/tianocore/edk2.git
34 T: git - http://git.code.sf.net/p/tianocore/edk2
35 T: svn - https://svn.code.sf.net/p/edk2/code/trunk/edk2
100 T: svn - https://svn.code.sf.net/p/efi-shell/code/trunk/Shell/
117 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
118 T: git - https://github.com/tianocore/edk2-FatPkg.git
/device/google/dragon/crash_collector/
Dcoredump_writer.cc50 template<typename T>
51 T GetValueFromNote(const google_breakpad::ElfCoreDump::Note& note, in GetValueFromNote()
53 T default_value) { in GetValueFromNote()
54 const T* p = note.GetDescription().GetData<T>(offset); in GetValueFromNote()

123456