HomeSort by relevance Sort by last modified time
    Searched full:words (Results 901 - 925 of 2986) sorted by null

<<31323334353637383940>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java 20 // List size, limited by the maximum number of words in the dictionary
Normalizer2.java 370 * In other words, with <code>end=spanQuickCheckYes(s);</code>
393 * In other words, a string containing this character can be normalized
408 * In other words, a string containing this character can be normalized
424 * In other words, a string containing this character can be normalized
  /external/iproute2/man/man8/
tc-htb.8 133 Amount of bytes that can be burst at 'infinite' speed, in other words, as fast
  /external/ipsec-tools/src/racoon/
plainrsa-gen.8 43 .Bk -words
plog.c 191 * 2 words a bytes + 1 space 4 bytes + 1 newline 32 bytes
  /external/iptables/extensions/
libxt_rateest.man 34 be used instead of a negative value. In other words, "max(0, rateest#_rate -
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 452 private String makeWord(LinkedList<TWord> words) {
453 if (words.size() == 1) {
454 return words.getFirst().getText();
457 for (TWord word : words) {
  /external/kernel-headers/original/uapi/drm/
savage_drm.h 114 unsigned int vb_stride; /* stride of vertices in 32bit words */
  /external/kernel-headers/original/uapi/linux/
dccp.h 12 * @dccph_doff - Data Offset from the start of the DCCP header, in 32-bit words
fsl_hypervisor.h 134 * 'target' (but not both) must be -1. In other words, either
  /external/libdrm/include/drm/
savage_drm.h 114 unsigned int vb_stride; /* stride of vertices in 32bit words */
  /external/libmtp/
config.h 168 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
config.h.in 167 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  /external/libunwind/include/
libunwind-ia64.h 73 registers as a pair of "words", but to ensure 16-byte alignment, we
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 153 ; expand to double words
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 158 ; expand to double words
  /external/libxml2/test/schemas/
xml.xsd 80 itself. In other words, if the XML Schema namespace changes, the version
  /external/lldb/include/lldb/Core/
Opcode.h 36 eType16_2, // a 32-bit Thumb instruction, made up of two words
  /external/llvm/lib/IR/
Mangler.cpp 74 /// indicating the number of words of arguments they take.
  /external/llvm/test/CodeGen/Hexagon/intrinsics/
alu32_perm.ll 4 ; Combine words into doubleword
  /external/llvm/test/CodeGen/SystemZ/
frame-15.ll 3 ; assume z10 register pressure, without the high words being available.
28 ; words.
107 ; Add 4096 bytes (1024 words) to the size of each object and repeat.
190 ; words.
frame-18.ll 2 ; without the high words being available.
  /external/llvm/test/MC/Disassembler/Hexagon/
xtype_pred.txt 116 # Vector compare words
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 40 uint8_t slot[4]; /* native slots for xyzw (addresses in 32-bit words) */
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_shader_state.c 55 unsigned words = nv50->constbuf[s][0].size / 4; local
65 while (words) {
72 nr = MIN2(MIN2(nr - 3, words), NV04_PFIFO_MAX_PACKET_LEN);
80 words -= nr;

Completed in 3750 milliseconds

<<31323334353637383940>>