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

1 2

  /external/dropbear/libtomcrypt/src/ciphers/safer/
saferp.c 122 * Each round of LT starts in 'b' and ends in 'b2'.
124 #define LT(b, b2) \
151 LT(b, b2);
165 #undef LT
166 #define LT(b, b2) _lt(b, b2)
347 ROUND(b, 0); LT(b, ct);
348 ROUND(ct, 2); LT(ct, b);
349 ROUND(b, 4); LT(b, ct);
350 ROUND(ct, 6); LT(ct, b);
351 ROUND(b, 8); LT(b, ct)
    [all...]
  /external/openssl/apps/
install.com 17 $ IF (F$GETSYI("CPU").LT.128)
makeapps.com 50 $ IF (F$GETSYI("CPU").LT.128)
  /external/v8/src/arm/
constants-arm.h 113 LT = 11, // signed less than
simulator-arm.cc 830 case LT: return n_flag_ != v_flag_;
    [all...]
full-codegen-arm.cc     [all...]
  /external/openssl/ssl/
install.com 16 $ IF (F$GETSYI("CPU").LT.128)
  /external/v8/src/
token.h 112 T(LT, "<", 10) \
216 // (e.g. "LT" for the token LT).
248 // (.e., "<" for the token LT) or NULL if the token doesn't
scanner.cc 525 return Token::LT;
751 token = Token::LT;
    [all...]
jsregexp.h     [all...]
jsregexp.cc     [all...]
  /external/openssl/crypto/
install.com 18 $ IF (F$GETSYI("CPU").LT.128)
  /frameworks/base/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 162 enum OP { EQ, GE, LE, GT, LT };
194 case LT: return v1 < v2;
730 cc->assertDataSize(CAMERA_MSG_COMPRESSED_IMAGE, MCameraClient::LT,
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
GGLAssembler.cpp 707 case GGL_LESS: cc = LT; break;
734 case GGL_GREATER: ic = LT; break;
    [all...]
texturing.cpp 529 MOV(LT, 0, width, imm(1 << shift));
564 MOV(LT, 0, height, imm(1 << shift));
722 // LT -> (1-U)*(1-V)
839 // LT -> (1-U)*(1-V)
    [all...]
  /external/gtest/include/gtest/
gtest.h 785 GTEST_IMPL_CMP_HELPER_(LT, < )
    [all...]
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARM.h 54 LessThan = ARMAssembler::LT,
75 DoubleLessThanOrUnordered = ARMAssembler::LT,
ARMAssembler.h 97 LT = 0xb0000000,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 416 #define VEC_lower_bound(T,V,O,LT) \
417 (VEC_OP(T,base,lower_bound)(VEC_BASE(V),O,LT VEC_CHECK_INFO))
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/openssl/crypto/bn/asm/
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...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]

Completed in 911 milliseconds

1 2