HomeSort by relevance Sort by last modified time
    Searched defs:expansion (Results 1 - 25 of 30) sorted by null

1 2

  /external/icu4c/common/
ucol_data.h 43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon20587
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
  /external/gcc-demangle/
cp-demangle.h 124 int expansion; member in struct:d_info
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.h 124 int expansion; member in struct:d_info
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 272 int expansion() const { return m_bitfields.expansion(); } function in class:WebCore::InlineBox
383 signed expansion() const { return m_expansion; } function in class:WebCore::InlineBox::InlineBoxBitfields
384 void setExpansion(signed expansion) { m_expansion = expansion; }
405 signed expansion() { return m_bitfields.expansion(); } function in class:WebCore::InlineBox
406 void setExpansion(signed expansion) { m_bitfields.setExpansion(expansion); }
RenderBlockLineLayout.cpp 902 int expansion = (availableLogicalWidth - totalLogicalWidth) * opportunitiesInRun \/ expansionOpportunityCount; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 77 uint32_t expansion; member in struct:UColToken
ucol_elm.cpp 424 * Looks for the maximum length of all expansion sequences ending with the same
427 * @param endexpansion the last expansion collation element to be added
428 * @param expansionsize size of the expansion
429 * @param maxexpansion data structure to store the maximum expansion data.
486 /* using binary search to determine if last expansion element is
508 /* found the ce in expansion, we'll just modify the size if it is
558 fprintf(stderr, "expansion not found %d\n", temp);
566 * Sets the maximum length of all jamo expansion sequences ending with the same
570 * @param endexpansion the last expansion collation element to be added
571 * @param expansionsize size of the expansion
1137 uint32_t expansion = 0; local
1706 uint32_t expansion = 0; local
    [all...]
usearch.cpp 287 * expansion will be perform as we go along. Adding 1 to ensure that the table
362 * expansion will be perform as we go along. Adding 1 to ensure that the table
444 * @return expansionsize the total expansion size of the pattern
500 // the number of ces minus their expansion, since expansions can come
1193 int32_t expansion = getExpansionPrefix(coleiter); local
1836 int32_t expansion = getExpansionPrefix(coleiter); local
2034 int32_t expansion = getExpansionSuffix(coleiter); local
2474 int32_t expansion = getExpansionSuffix(coleiter); local
    [all...]
ucol_imp.h 75 * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
90 * will have all offsets 0 except for the options and expansion offsets,
109 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
119 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
121 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
123 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
224 /* This is the size of the buffer for expansion CE's *
831 uint32_t expansion; \/* uint32_t *expansion; *\/ member in struct:__anon13387
968 const uint32_t *expansion; member in struct:UCollator
    [all...]
  /external/icu4c/i18n/
ucol_tok.h 77 uint32_t expansion; member in struct:UColToken
ucol_elm.cpp 426 * Looks for the maximum length of all expansion sequences ending with the same
429 * @param endexpansion the last expansion collation element to be added
430 * @param expansionsize size of the expansion
431 * @param maxexpansion data structure to store the maximum expansion data.
488 /* using binary search to determine if last expansion element is
510 /* found the ce in expansion, we'll just modify the size if it is
560 fprintf(stderr, "expansion not found %d\n", temp);
568 * Sets the maximum length of all jamo expansion sequences ending with the same
572 * @param endexpansion the last expansion collation element to be added
573 * @param expansionsize size of the expansion
1146 uint32_t expansion = 0; local
1715 uint32_t expansion = 0; local
    [all...]
usearch.cpp 287 * expansion will be perform as we go along. Adding 1 to ensure that the table
362 * expansion will be perform as we go along. Adding 1 to ensure that the table
444 * @return expansionsize the total expansion size of the pattern
500 // the number of ces minus their expansion, since expansions can come
1193 int32_t expansion = getExpansionPrefix(coleiter); local
1836 int32_t expansion = getExpansionPrefix(coleiter); local
2034 int32_t expansion = getExpansionSuffix(coleiter); local
2474 int32_t expansion = getExpansionSuffix(coleiter); local
    [all...]
ucol_imp.h 79 * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
94 * will have all offsets 0 except for the options and expansion offsets,
113 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
123 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
125 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
127 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
222 /* This is the size of the buffer for expansion CE's *
928 const uint32_t *expansion; member in struct:UCollator
    [all...]
  /external/doclava/src/com/google/doclava/
SampleCode.java 119 String expansion = ".Sub."; local
123 key = (key + expansion);
125 expansion = "";
  /art/oatdump/
oatdump.cc 1052 double expansion = local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 1952 const COMP_METHOD *comp, *expansion; local
    [all...]
  /external/openssl/apps/
s_client.c 1973 const COMP_METHOD *comp, *expansion; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 1 /* Builtin function expansion for GNU Make.
1214 char *expansion = expand_argument (begp, endp+1);
1216 result = strlen (expansion);
1217 free (expansion);
1228 char *expansion;
1230 expansion = expand_argument (argv[0], NULL);
1232 o = variable_buffer_output (o, expansion, strlen (expansion));
1234 free (expansion);
1247 expansion. If it's false, CONDITION2 is evaluated, and so on. If none o
1207 char *expansion = expand_argument (begp, endp+1); local
1221 char *expansion; local
1254 char *expansion; local
1300 char *expansion; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 193 /* Perform macro expansion in-place on the given list. */
4007 token_list_t *expansion; local
4099 token_list_t *expansion; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 16 * from a macro expansion
70 Token *expansion; member in struct:SMacro
102 Line *expansion; member in struct:MMacro
110 int lineno; /* Current line number on expansion */
164 * `expansion' field in MMacro structures, so that the linked list,
167 * push the lines on to the `expansion' field in _istk_ in reverse
173 * markers delimiting the end of the expansion of a given macro.
195 Line *expansion; member in struct:Include
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 588 unsigned int block, blocksize, expansion; member in struct:tftp_transfer
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 

Completed in 1140 milliseconds

1 2