HomeSort by relevance Sort by last modified time
    Searched refs:lt (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /libcore/luni/src/main/java/org/apache/xml/serializer/
XMLEntities.properties 28 lt=60
  /external/libffi/src/ia64/
unix.S 179 cmp.lt p6, p0 = 8, in3
180 cmp.lt p7, p0 = 16, in3
181 cmp.lt p8, p0 = 24, in3
203 cmp.lt p6, p0 = 4, in3
207 cmp.lt p7, p0 = 8, in3
208 cmp.lt p8, p0 = 12, in3
212 cmp.lt p9, p0 = 16, in3
213 cmp.lt p10, p0 = 20, in3
217 cmp.lt p6, p0 = 24, in3
218 cmp.lt p7, p0 = 28, in
    [all...]
  /external/genext2fs/
Config.mk 8 if [ $$num_blocks -lt 20480 ]; then extra_blocks=3072; \
18 $(E2FSCK) -fy $(2) ; [ $$? -lt 4 ]
  /frameworks/base/include/ui/
Rect.h 43 inline Rect(const Point& lt, const Point& rb) {
44 left = lt.x; top = lt.y; right = rb.x; bottom = rb.y;
77 void setLeftTop(const Point& lt) {
78 left = lt.x;
79 top = lt.y;
  /external/openssl/crypto/bn/asm/
pa-risc2.s 165 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
166 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
185 XMPYU flt_0,fw_l,lt_temp ; lt_temp = lt*fw_l
186 XMPYU flt_1,fw_l,lt_temp_1 ; lt_temp = lt*fw_l
215 ADD lt_0,m1_0,lt_0 ; lt[0] = lt[0]+m1[0];
217 ADD lt_1,m1_1,lt_1 ; lt[1] = lt[1]+m1[1];
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c
1016 lt .reg %r5 label
    [all...]
pa-risc2W.s 157 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
158 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
177 XMPYU flt_0,fw_l,lt_temp ; lt_temp = lt*fw_l
178 XMPYU flt_1,fw_l,lt_temp_1 ; lt_temp = lt*fw_l
207 ADD lt_0,m1_0,lt_0 ; lt[0] = lt[0]+m1[0];
209 ADD lt_1,m1_1,lt_1 ; lt[1] = lt[1]+m1[1];
212 ADD %ret0,lt_0,lt_0 ; lt[0] = lt[0] + c
1003 lt .reg %r5 label
    [all...]
  /build/tools/droiddoc/templates/
sample.cs 19 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/platforms/android-&lt;version&gt;/samples/...</code></p> external variable declarations
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_lt/d/
T_if_lt_1.d 16 if-lt v6, v7, Label11
T_if_lt_10.d 16 if-lt v6, v7, Label10
T_if_lt_11.d 16 if-lt v6, v7, Label11
T_if_lt_12.d 16 if-lt v6, v7, Label10
T_if_lt_4.d 16 if-lt v6, v8, Label11
T_if_lt_5.d 16 if-lt v5, v6, Label11
T_if_lt_6.d 16 if-lt v5, v7, Label11
T_if_lt_7.d 16 if-lt v6, v7, Label11
T_if_lt_9.d 16 if-lt v6, v7, Label10
  /external/dbus/test/data/equiv-config-files/entities/
entities-1.conf 6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
  /external/dbus/test/data/valid-config-files/
entities.conf 6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
  /external/openssl/crypto/threads/
pthreads-vms.com 5 $ if (f$getsyi("cpu").lt.128)
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 94 struct tm *lt; local
102 lt = localtime(&now);
103 strftime(timebuf, 256, "%H:%M:%S", lt);
  /external/bluetooth/glib/tests/
run-markup-tests.sh 30 while test $I -lt 100 ; do
  /external/chromium/third_party/icu/source/tools/toolutil/
writesrc.c 51 const struct tm *lt; local
55 lt=localtime(&t);
56 strftime(year, sizeof(year), "%Y", lt);
57 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
  /external/icu4c/tools/toolutil/
writesrc.c 51 const struct tm *lt; local
55 lt=localtime(&t);
56 strftime(year, sizeof(year), "%Y", lt);
57 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
  /external/openssl/crypto/bn/
bn_lcl.h 398 BN_ULONG m,m1,lt,ht; \
400 lt=l; \
402 m =(bh)*(lt); \
403 lt=(bl)*(lt); \
409 lt=(lt+m1)&BN_MASK2; if (lt < m1) ht++; \
410 (l)=lt; \
  /libcore/luni/src/main/files/
certimport.sh 59 if [ $JAVA_VERSION_MINOR -lt 6 ]; then

Completed in 1172 milliseconds

1 2 3 4 5 6