Searched refs:offset8 (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/net/ |
D | net.c | 885 int offset8, start, len, done = 0; in __net_defragment() local 890 offset8 = (ip_off & IP_OFFS); in __net_defragment() 891 thisfrag = payload + offset8; in __net_defragment() 892 start = offset8 * 8; in __net_defragment() 926 if (offset8 + ((len + 7) / 8) <= h - payload) { in __net_defragment()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 705 int32_t offset8; in TestRegressionUTF8() local 712 offset8 = 0; in TestRegressionUTF8() 715 && offset8 < (MAX_LENGTH - MAX_UTF8_LEN)) in TestRegressionUTF8() 721 U8_APPEND_UNSAFE(utf8, offset8, currCh); in TestRegressionUTF8() 725 utf8, offset8, "UTF8", 0, TRUE, U_ZERO_ERROR )) { in TestRegressionUTF8() 728 if(!convertToU(utf8, offset8, in TestRegressionUTF8()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 237 int32_t offset8 = tz->getOffset(1, in Test4084933() local 254 ERR_IF_FAIL(offset8 != SToffset) in Test4084933()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 132 long offset8 = tz.getOffset(1, in Test4084933() local 140 offset7 != SToffset || offset8 != SToffset) in Test4084933()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 135 long offset8 = tz.getOffset(1, in Test4084933() local 143 offset7 != SToffset || offset8 != SToffset) in Test4084933()
|
/external/okhttp/website/static/ |
D | bootstrap-combined.min.css | 9 …offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-le… 18 …offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-le…
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 323 def offset8 : Operand<i64>; 887 def MOV8o8a : Ii32 <0xA0, RawFrm, (outs), (ins offset8:$src), 896 def MOV8ao8 : Ii32 <0xA2, RawFrm, (outs offset8:$dst), (ins), 911 def MOV64o8a : RIi8<0xA0, RawFrm, (outs), (ins offset8:$src), 915 def MOV64ao8 : RIi8<0xA2, RawFrm, (outs offset8:$dst), (ins),
|