HomeSort by relevance Sort by last modified time
    Searched full:less (Results 301 - 325 of 8160) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/intltest/
lcukocol.cpp 61 Collator::LESS
mnkytst.h 11 * less than the string itself appended with any character.
  /external/libogg/
CHANGES 3 * Alter default flushing behavior to span less often and use larger page
  /external/libvorbis/lib/
envelope.h 31 #define VE_MINSTRETCH 2 /* a bit less than short block */
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 115 ** 32 - 64 (inclusive) that is less than or equal to the number of
146 ** or less than the number of bits in a single long.
158 /* Maximum depth is definitely less than number of bits in a long. */
171 ** take the less branch. bit 0 gives branch from root, and
  /external/llvm/docs/HistoricalNotes/
2000-12-06-EncodingIdea.txt 7 size down (less than 32 bits ideally):
  /external/llvm/lib/Target/X86/
X86InstrCMovSetCC.td 97 defm SETB : SETCC<0x92, "setb", X86_COND_B>; // unsigned less than
101 defm SETBE : SETCC<0x96, "setbe", X86_COND_BE>; // unsigned less than or equal
107 defm SETL : SETCC<0x9C, "setl", X86_COND_L>; // signed less than
109 defm SETLE : SETCC<0x9E, "setle", X86_COND_LE>; // signed less than or equal
  /external/llvm/test/CodeGen/Mips/
mips16_32_1.ll 14 attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
mips16_32_8.ll 71 attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
72 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "use-soft-float"="false" }
73 attributes #2 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
74 attributes #3 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/llvm/test/CodeGen/XCore/
offset_folding.ll 24 ; error if the address + addend is less than the start of the cp / dp.
  /external/llvm/test/MC/MachO/
tlv-bss.ll 33 attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 33 /// @tparam Less A stable comparator for SeqT elements.
34 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
41 Less L;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj.h 22 uint32_t state[84]; // TODO: allocate less if !independent_blend_enable
  /external/mesa3d/src/gallium/drivers/trace/
README 24 src/gallium/tools/trace/dump.py tri.trace | less -R
  /external/mockito/src/org/mockito/
AdditionalMatchers.java 138 * comparable argument less than or equal the given value details.
151 * byte argument less than or equal to the given value.
164 * double argument less than or equal to the given value.
177 * float argument less than or equal to the given value.
190 * int argument less than or equal to the given value.
203 * long argument less than or equal to the given value.
216 * short argument less than or equal to the given value.
320 * comparable argument less than the given value.
333 * byte argument less than the given value.
346 * double argument less than the given value
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
RetryAfter.java 112 * MUST be less than 2**31.
115 * @throws InvalidArgumentException if supplied value is less than zero.
165 * MUST be greater than zero and MUST be less than 2**31.
168 * @throws InvalidArgumentException if supplied value is less than zero.
SubscriptionState.java 66 * expires value MUST be greater than zero and MUST be less than 2**31.
69 * @throws InvalidArgumentException if supplied value is less than zero.
91 * MUST be greater than zero and MUST be less than 2**31.
94 * @throws InvalidArgumentException if supplied value is less than zero.
  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 14 * A marker that's appended to the excerpt if it's less than the complete
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_MapRGB.3 18 A pixel value best approximating the given RGB color value for a given pixel format\&. If the pixel format bpp (color depth) is less than 32-bpp then the unused upper bits of the return value can safely be ignored (e\&.g\&., with a 16-bpp format the return value can be assigned to a \fBUint16\fP, and similarly a \fBUint8\fP for an 8-bpp format)\&.
SDL_MapRGBA.3 18 A pixel value best approximating the given RGBA color value for a given pixel format\&. If the pixel format bpp (color depth) is less than 32-bpp then the unused upper bits of the return value can safely be ignored (e\&.g\&., with a 16-bpp format the return value can be assigned to a \fBUint16\fP, and similarly a \fBUint8\fP for an 8-bpp format)\&.
  /external/qemu/pc-bios/keymaps/
et 75 less 0x56
fo 68 less 0x56
fr-ca 26 less 0x2b
lt 51 less 0x33 shift
nl 44 less 0x2b

Completed in 2957 milliseconds

<<11121314151617181920>>