HomeSort by relevance Sort by last modified time
    Searched refs:TZ (Results 51 - 67 of 67) sorted by null

1 23

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_formats.c 168 ZXB(Z16_UNORM, Z16_UNORM, C0, C0, C0, xx, UNORM, Z16, TZ),
169 ZXB(Z32_FLOAT, Z32_FLOAT, C0, C0, C0, xx, FLOAT, Z32, TZ),
170 ZXB(Z24X8_UNORM, Z24_X8_UNORM, C0, C0, C0, xx, UNORM, Z24_X8, TZ),
171 ZSB(Z24_UNORM_S8_UINT, Z24_S8_UNORM, C0, C0, C0, xx, UNORM, Z24_S8, TZ),
173 SZB(S8_UINT_Z24_UNORM, S8_Z24_UNORM, C1, C1, C1, xx, UNORM, S8_Z24, TZ),
176 Z32_S8_X24, TZ),
  /external/bouncycastle/
import_bouncycastle.sh 276 LC_ALL=C TZ=UTC0 diff -Naur $bouncycastle_dir_orig $bouncycastle_dir >> $patch && die "ERROR: No diff for patch $path in file $i"
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 517 unsigned TZ = countTrailingZeros(Imm);
519 LastShift = (TZ / 16) * 16;
  /external/openssl/
import_openssl.sh 722 LC_ALL=C TZ=UTC0 diff -aup $OPENSSL_DIR_ORIG/$i $OPENSSL_DIR/$i >> $patch && die "ERROR: No diff for patch $path in file $i"
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 250 '2000-01-01TZ',
date.js 206 // When TZ is omitted, it defaults to 'Z' meaning UTC.
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 351 #define MASK_VECTOR_NANS_T(X,Y, TZ, FLAG) \
355 if (X.AggregateVal[_i].TZ##Val != X.AggregateVal[_i].TZ##Val || \
356 Y.AggregateVal[_i].TZ##Val != Y.AggregateVal[_i].TZ##Val) \
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 341 // (add X1, (shl (and (srl X2, c1), (c2>>tz)), tz)) where tz is the number
357 unsigned TZ = countTrailingZeros(And_imm);
358 if (TZ != 1 && TZ != 2)
369 And_imm >>= TZ;
397 CurDAG->getConstant(Srl_imm+TZ, MVT::i32));
401 N1, CurDAG->getConstant(TZ, MVT::i32));
    [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 339 H????S?6}|"???????<?t>ou?A??XLD??)?X a7f??0@<?N???)??l??????x?E???<~??V??!;t??o?<?p?OH4?v???<?ij'?^A?!?o0?yb,Y1???'???<x?u2???{?\??9?*?3?????;???<?J/r?~E??Uhhn?k????s?xw? <??^g?????QPd?? ???%g??fCp<4?d^x???A??.?vJ&E^?^???A?pq?<8?{d{??DR?%?[E??I?'*?N????<Hzi?~??T???y?T?a?ü?????[<:???J?????l????l?_}I?o?0<4?i.9?T???F%b" F??m???q???E?<??#??? ??Tz?AP?v???@?7?q<D?%?I?<e??Z?(?X?\*E???W??W<?.{)????J?1t?}???????T#?_E%\<D????_?R?
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 171 unsigned TZ = countTrailingZeros(ITState.Mask);
172 if (++ITState.CurPosition == 5 - TZ)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump 124 ?^??#??4D?w?????P??/M?Jf??P??<???H?5?W?????lu?o?J??_????????*?1W???'~????.??N??{???*?K?za?2~??????W?(f??@>????M?c?//??}8?*?b??z?M???`?dh?c??F?????)tz?{?by-?5?????R&??|????H???j|}??V????P??k<???! ??/c?L?#????????????a?e[?l~?q%'??uZ??=?n~?'??.??f???r!?f2??Lj?VcTd%??Aa??t??X'?????P?aq???B?w?z??>???\?:????H??%?64?ye?F?/??" P??'???q???W????????M ?I??|h?w)LGY?o\?z??&X?x?L?+d??K???"sM?q?n?v?p?-???????*??o?5??q?(m*?|?&?M??9?_D?????B??m???3????=?q3???\??l???[x???^E???ôo@? [?uk??7M{??/I? ?1?P? ??l}k????O?#?GJ?[@|??{???5???^??S?\??q??GG/?r??{??????u??H??R^?Y??K?~??9???S????5@???{?w?>*???;}_???XbHw??A????L?D?3??YQ??~??›?y????*?:hn??*_B:?p????Et>Q??d ?<??O??????t??}b?
241 _?_???G@?K?S/D??Gk?&???????@????=?n????.??f????r%!??d"?X"<;L??TZ??oX'???qG?^???s???Y?u?cI?
    [all...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 50 uint32_t TZ = llvm::countTrailingZeros(ITMask);
51 if (TZ > 3)
58 return (4 - TZ);
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 1269 milliseconds

1 23