OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpoffset
(Results
1 - 11
of
11
) sorted by null
/external/mesa3d/src/mesa/tnl/
t_vertex.c
318
GLuint
tmpoffset
;
local
321
tmpoffset
= map[i].offset;
323
tmpoffset
= offset;
328
vtx->attr[j].vertoffset !=
tmpoffset
) {
337
vtx->attr[j].vertoffset =
tmpoffset
;
/frameworks/base/core/java/android/text/method/
BaseKeyListener.java
153
int
tmpOffset
= offset;
155
final int codePoint = Character.codePointBefore(text,
tmpOffset
);
156
tmpOffset
-= Character.charCount(codePoint);
277
} while (
tmpOffset
> 0 && state != STATE_FINISHED);
/frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java
538
int
tmpOffset
= offset;
544
mSocketOS.write(b,
tmpOffset
, tmpLength);
545
tmpOffset
+= tmpLength;
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
432
uint64_t
TmpOffset
= Addr.getOffset();
442
TmpOffset
+= SL->getElementOffset(Idx);
448
TmpOffset
+= CI->getSExtValue() * S;
455
TmpOffset
+= CI->getSExtValue() * S;
466
Addr.setOffset(
TmpOffset
);
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp
339
long
TmpOffset
= Addr.Offset;
350
TmpOffset
+= SL->getElementOffset(Idx);
356
TmpOffset
+= CI->getSExtValue() * S;
363
TmpOffset
+= CI->getSExtValue() * S;
375
Addr.Offset =
TmpOffset
;
[
all
...]
/external/llvm/lib/Analysis/
ConstantFolding.cpp
260
APInt
TmpOffset
(BitWidth, 0);
263
if (!IsConstantOffsetFromGlobal(CE->getOperand(0), GV,
TmpOffset
, DL))
267
if (!GEP->accumulateConstantOffset(DL,
TmpOffset
))
270
Offset =
TmpOffset
;
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
798
int
TmpOffset
= Addr.Offset;
809
TmpOffset
+= SL->getElementOffset(Idx);
815
TmpOffset
+= CI->getSExtValue() * S;
822
TmpOffset
+= CI->getSExtValue() * S;
834
Addr.Offset =
TmpOffset
;
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
554
uint64_t
TmpOffset
= Addr.getOffset();
565
TmpOffset
+= SL->getElementOffset(Idx);
571
TmpOffset
+= CI->getSExtValue() * S;
578
TmpOffset
+= CI->getSExtValue() * S;
590
Addr.setOffset(
TmpOffset
);
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java
[
all
...]
/external/icu/icu4c/source/i18n/
tzfmt.cpp
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java
[
all
...]
Completed in 1071 milliseconds