/external/bison/src/ |
vcg.h | 177 hidden by folding or edge classes) does not have fixed specified 228 /* folding specifies the default folding of the nodes. The folding k 232 no folding is specified for a node, then the node may be folded if 233 it is in the region of another node that starts the folding. If 234 folding 0 is specified, then the node is never folded. In this case 235 the folding stops at the predecessors of this node, if it is 236 reachable from another folding node. The summary node inherits some 237 attributes from the original node which starts the folding (al 246 int folding; member in struct:node 523 int folding; member in struct:graph [all...] |
/external/icu4c/common/ |
ucase.c | 204 * and case folding option make the related characters behave specially. 205 * This code matches their closure behavior to their case folding behavior. 269 /* add the full case folding */ 283 /* add the full case folding string */ 342 return FALSE; /* no reverse case folding data, or no string */ [all...] |
ucase.h | 72 * that are relevant for case folding (of a single string or code point). 93 * Adds all simple case mappings and the full case folding for c to sa, 107 * The string is mapped to code points if it is their full case folding string. 108 * In other words, this performs a reverse full case folding and then 359 /* constants for reverse case folding ("unfold") data */
|
utrie.h | 94 * Length of the index (stage 1) array before folding. 135 * @param data data value for a surrogate from the trie, including the folding offset 160 * folding function used by utrie_serialize(). 286 * c16 may be a lead surrogate, which may have a value including a folding offset. 296 * c16 may be a lead surrogate, which may have a value including a folding offset. 421 * Get a 16-bit trie value from a folding offset (from the value of a lead surrogate) 425 * @param offset (int32_t, in) the folding offset from the value of a lead surrogate 432 * Get a 32-bit trie value from a folding offset (from the value of a lead surrogate) 436 * @param offset (int32_t, in) the folding offset from the value of a lead surrogate 536 * of the default folding function used by utrie_serialize() [all...] |
ustrcase.c | 658 /* case folding variables */ 665 /* case folding buffers, only use current-level start/limit */ 838 /* copy the folding result to fold1[] */ 847 /* set next level pointers to case folding */ 883 /* copy the folding result to fold2[] */ 892 /* set next level pointers to case folding */ 902 * no decomposition/case folding, max level for both sides:
|
/external/icu4c/tools/gencase/ |
store.c | 65 i4 unfoldLength; -- length in uint16_t of the reverse-folding array (new in format version 1.1) 69 i15 maxFullLength; -- maximum length of a full case mapping/folding string 110 UTF-16 strings for full (string) mappings for lowercase, case folding, uppercase, titlecase 114 15 conditional case folding 132 1 case folding (code point) 156 - If case folding is conditional, then no simple or full case foldings are 166 In particular, the fallback from full case folding is to simple case folding, 169 Reverse case folding data ("unfold") array: (new in format version 1.1) 176 The string in the first column is the case folding of each of the code point [all...] |
gencase.h | 79 /* case folding data */
|
/external/kernel-headers/original/linux/byteorder/ |
swabb.h | 78 * Allow constant folding
|
/external/llvm/lib/Target/MSP430/ |
README.txt | 40 11. Implement hooks for better memory op folding, etc.
|
/external/llvm/test/CodeGen/ARM/ |
ifcvt4.ll | 4 ; FIXME: Check for # of unconditional branch after adding branch folding post ifcvt.
|
/external/llvm/test/CodeGen/X86/ |
fold-xmm-zero.ll | 3 ; Simple test to make sure folding for special constants (like float zero)
|
/external/skia/tests/ |
ColorFilterTest.cpp | 63 // handle special-case folding by the factory
|
/external/v8/test/mjsunit/regress/ |
regress-580.js | 28 // Test constant folding of smi operations that overflow a 32-bit int
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch-on-const-select.ll | 3 ; Test basic folding to a conditional branch. 33 ; Test basic folding to an unconditional branch.
|
/external/valgrind/dynamic_annotations/ |
dynamic_annotations.c | 50 /* Identical code folding(-Wl,--icf=all) countermeasures. 51 This makes all Annotate* functions different, which prevents the linker from folding them. */
|
/ndk/sources/host-tools/sed-4.2.1/ |
configure.ac | 98 AC_MSG_CHECKING([whether UTF-8 case folding tests should pass]) 143 /* Maybe cyrillic case folding is implemented for all UTF-8 locales.
|
/external/clang/test/CodeGen/ |
volatile-1.c | 240 // tree folding ignoring volatile. 254 // folding ignoring volatile. 265 // folding ignoring volatile. 271 // folding ignoring volatile. 289 // folding ignoring volatile.
|
/external/clang/test/CodeGenCXX/ |
volatile-1.cpp | 275 // bug due to tree folding ignoring volatile. 292 // folding ignoring volatile. 306 // folding ignoring volatile. 313 // folding ignoring volatile. 334 // folding ignoring volatile.
|
/external/llvm/include/llvm/Support/ |
TargetFolder.h | 1 //====-- llvm/Support/TargetFolder.h - Constant folding helper -*- C++ -*-====// 12 // target dependent folding, in addition to the same target-independent 13 // folding that the ConstantFolder class provides. For general constant 14 // creation and folding, use ConstantExpr and the routines in 31 /// TargetFolder - Create constants with target dependent folding.
|
ConstantFolder.h | 1 //===-- llvm/Support/ConstantFolder.h - Constant folding helper -*- C++ -*-===// 12 // with minimal folding. For general constant creation and folding, 25 /// ConstantFolder - Create constants with minimum, target independent, folding.
|
/external/llvm/lib/CodeGen/ |
TargetInstrInfoImpl.cpp | 218 // FIXME: Allow folding when register classes are memory compatible. 249 // Ask the target to do the actual folding. 290 /// foldMemoryOperand - Same as the previous version except it allows folding 300 assert(MI->getOperand(Ops[i]).isUse() && "Folding load into def!"); 305 // Ask the target to do the actual folding.
|
/external/icu4c/test/intltest/ |
tstnorm.cpp | [all...] |
/external/chromium/net/spdy/ |
spdy_http_utils.cc | 113 // eliminating the need for this folding.
|
/external/clang/test/Sema/ |
const-eval.c | 30 // FIXME: Turn into EVAL_EXPR test once we have more folding.
|
/external/icu4c/common/unicode/ |
ucasemap.h | 55 * @param options Options bit set, used for case folding and string comparisons. 109 * Get the options bit set that is used for case folding and string comparisons. 132 * Set the options bit set that is used for case folding and string comparisons. 389 * Case-folding is locale-independent and not context-sensitive,
|