/external/jemalloc/include/jemalloc/internal/ |
size_classes.sh | 34 lg() { function 66 lg ${ndelta}; lg_ndelta=${lg_result}; pow2 ${lg_ndelta} 232 * LG_SIZE_CLASS_GROUP: Lg of size class count for each size doubling. 236 * lg_grp: Lg group base size (no deltas added). 237 * lg_delta: Lg delta to previous size class. 248 * LG_TINY_MAXCLASS: Lg of maximum tiny size class. 251 * LG_LARGE_MINCLASS: Lg of minimum large size class.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
symbols-3.s | 50 Lg: .space 8
|
symbols-6-64.d | 44 0000000000000030 l.*0e SECT.*05 0000 \[__dummy.__dummy\] Lg
|
symbols-6.d | 44 000000c6 l( )+0e SECT( )+05 0000 \[__dummy.__dummy\] Lg
|
/external/llvm/include/llvm/Support/ |
ScaledNumber.h | 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether 195 // Get the floor of the lg of Digits. 209 /// \brief Get the lg (rounded) of a scaled number. 211 /// Get the lg of \c Digits*2^Scale. 218 /// \brief Get the lg floor of a scaled number. 220 /// Get the floor of the lg of \c Digits*2^Scale. 224 auto Lg = getLgImpl(Digits, Scale); 225 return Lg.first - (Lg.second > 0); 228 /// \brief Get the lg ceiling of a scaled number 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
ScaledNumber.h | 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether 195 // Get the floor of the lg of Digits. 209 /// \brief Get the lg (rounded) of a scaled number. 211 /// Get the lg of \c Digits*2^Scale. 218 /// \brief Get the lg floor of a scaled number. 220 /// Get the floor of the lg of \c Digits*2^Scale. 224 auto Lg = getLgImpl(Digits, Scale); 225 return Lg.first - (Lg.second > 0); 228 /// \brief Get the lg ceiling of a scaled number 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
ScaledNumber.h | 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether 195 // Get the floor of the lg of Digits. 209 /// \brief Get the lg (rounded) of a scaled number. 211 /// Get the lg of \c Digits*2^Scale. 218 /// \brief Get the lg floor of a scaled number. 220 /// Get the floor of the lg of \c Digits*2^Scale. 224 auto Lg = getLgImpl(Digits, Scale); 225 return Lg.first - (Lg.second > 0); 228 /// \brief Get the lg ceiling of a scaled number 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
ScaledNumber.h | 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether 195 // Get the floor of the lg of Digits. 209 /// \brief Get the lg (rounded) of a scaled number. 211 /// Get the lg of \c Digits*2^Scale. 218 /// \brief Get the lg floor of a scaled number. 220 /// Get the floor of the lg of \c Digits*2^Scale. 224 auto Lg = getLgImpl(Digits, Scale); 225 return Lg.first - (Lg.second > 0); 228 /// \brief Get the lg ceiling of a scaled number 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
ScaledNumber.h | 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether 195 // Get the floor of the lg of Digits. 209 /// \brief Get the lg (rounded) of a scaled number. 211 /// Get the lg of \c Digits*2^Scale. 218 /// \brief Get the lg floor of a scaled number. 220 /// Get the floor of the lg of \c Digits*2^Scale. 224 auto Lg = getLgImpl(Digits, Scale); 225 return Lg.first - (Lg.second > 0); 228 /// \brief Get the lg ceiling of a scaled number 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
ScaledNumber.h | 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether 195 // Get the floor of the lg of Digits. 209 /// \brief Get the lg (rounded) of a scaled number. 211 /// Get the lg of \c Digits*2^Scale. 218 /// \brief Get the lg floor of a scaled number. 220 /// Get the floor of the lg of \c Digits*2^Scale. 224 auto Lg = getLgImpl(Digits, Scale); 225 return Lg.first - (Lg.second > 0); 228 /// \brief Get the lg ceiling of a scaled number 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
ScaledNumber.h | 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether 195 // Get the floor of the lg of Digits. 209 /// \brief Get the lg (rounded) of a scaled number. 211 /// Get the lg of \c Digits*2^Scale. 218 /// \brief Get the lg floor of a scaled number. 220 /// Get the floor of the lg of \c Digits*2^Scale. 224 auto Lg = getLgImpl(Digits, Scale); 225 return Lg.first - (Lg.second > 0); 228 /// \brief Get the lg ceiling of a scaled number 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
ScaledNumber.h | 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether 195 // Get the floor of the lg of Digits. 209 /// \brief Get the lg (rounded) of a scaled number. 211 /// Get the lg of \c Digits*2^Scale. 218 /// \brief Get the lg floor of a scaled number. 220 /// Get the floor of the lg of \c Digits*2^Scale. 224 auto Lg = getLgImpl(Digits, Scale); 225 return Lg.first - (Lg.second > 0); 228 /// \brief Get the lg ceiling of a scaled number 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
ScaledNumber.h | 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether 195 // Get the floor of the lg of Digits. 209 /// \brief Get the lg (rounded) of a scaled number. 211 /// Get the lg of \c Digits*2^Scale. 218 /// \brief Get the lg floor of a scaled number. 220 /// Get the floor of the lg of \c Digits*2^Scale. 224 auto Lg = getLgImpl(Digits, Scale); 225 return Lg.first - (Lg.second > 0); 228 /// \brief Get the lg ceiling of a scaled number 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber [all...] |
/external/webrtc/talk/media/testdata/ |
video.rtpdump | 138 J'????I?O????Q^?5?X?&t(?C???}25@??x7???Z??-?seG??m05?"???\???????>+),K?_????????7??3?)??Ys|'??B?Õ????]?[?#?n1??#_~?0??? ^J? ???6?/Y%x?+
)???u?Y?Dr???Da??j?? ???=?n~?
??.?? f ???r !??b.a;?u?????v5??XG???3369W'(??{?&d?=qZ??{u???bd_??&E?'??x?o7?]k ?L??3?L ?\??%???D4'?/????C??B??m??L???Kc??;n??BZ%C??A67????B,?h??y???(L??????
????M?$??|??(????(On?3q-}?Gg?o???|??-?Bge?cMq&?????C?ggo?p??!???Lg* ?FaFyb6???*?t*??.?)??1{????:???71/??i????1?{?????????a???`???Y&)??F!??X???%????Q?Q?g=b??1|??'_??? ???=?n~?O??.?? f ????r !??f2?i1?d%?]???? ?????¿(??Mrp??tHm?????t???J?O*?$???d@???)?/?K.x??A?#1D???W ?N:??i?/9??'???oC??????~???#?????a??:??[??=??/??k'???7B????|??|?z?|'_?u???L??c?I????4? [all...] |
h264-svc-99-640x360.rtpdump | 225 ?\QF????;????????Xy6?????????9?????!bp??1fC~6?Ow ?}??t???,???B?]??d4q???t-???d??3 ????Lg?1k?pR????y??e????????v?????jl?.f?9?1?-v?$? !g??ut?????š??g?/j?i??W?v??????x_??????N?? _???:s?H???? 270 ?k ??]???F.?????qx?????M???? )?c%`??'??f?? f ??1?r 8 >??? ? .?? ?%F? ??;1??|????
,?o?????A?#?( ?w,%+?-???? Z\???U0'???}?H? hh PX?+R?K??]\En??ku??{g?M#!p1?H?? ?+?s????b????\?:l?n???? lG?x????f??(??????;??<???u???Xw\? )?q ? ??????pa??? ??? ?????? 0???"?w? ) @_?$???i???? 375 ?u[?F???9???m?g??Z?? ?f?t?X?j?? ??c%g??'??f?? f F??T?r 8 >?? ??4?{` ??!?ya?D?|]??.0 I?c?c[<?Of???E?[?F?_
?P6???;=+?Xh????h?d+???v????????5?jj??L5?????N(?A?L?E{B?E*????C{'??k?{Un?:?7??hv7?%???P;•??3?e??.?B?\?wR?????2???&??!?SZ?s??+???????^Laww??YQ-?)??skd???^X?x??rj??it??4????7? j???T?A?c [r??V? D?3(?^?[?????`k1}?{%3K?Y??F1???!????q?cnF????/?}???N??vY????????9?}??T%?1????????x????E??Ss?lg????*?|l1??g???;???q?j]????A??_?f?s?xS?;MsPs??+?sY?/?`?B??????;???@ J???~?K??<u(? [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
root_darwin_armx.go | [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
root_darwin_armx.go | [all...] |
/prebuilts/tools/linux-x86_64/kythe/web/ui/js/ |
main.js | [all...] |