Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:So

31 // source files as UTF-8, so they will fail on this test.  If you want
32 // to run the test on them you can do so after filtering it with the
1126 "The Norman Conquest of England in 1066 profoundly influenced the evolution of the language. For about 300 years after this, the Normans used Anglo-Norman, which was close to Old French, as the language of the court, law and administration. By the fourteenth century, Anglo-Norman borrowings had contributed roughly 10,000 words to English, of which 75% remain in use. These include many words pertaining to the legal and administrative fields, but also include common words for food, such as mutton[7] and beef[8]. The Norman influence gave rise to what is now referred to as Middle English. Later, during the English Renaissance, many words were borrowed directly from Latin (giving rise to a number of doublets) and Greek, leaving a parallel vocabulary that persists into modern times. By the seventeenth century there was a reaction in some circles against so-called inkhorn terms.\n" +
1136 "Many French words are also intelligible to an English speaker (though pronunciations are often quite different) because English absorbed a large vocabulary from Norman and French, via Anglo-Norman after the Norman Conquest and directly from French in subsequent centuries. As a result, a large portion of English vocabulary is derived from French, with some minor spelling differences (word endings, use of old French spellings, etc.), as well as occasional divergences in meaning, in so-called \"faux amis\", or false friends.\n" +
1167 "Because English is so widely spoken, it has often been referred to as a \"global language\", the lingua franca of the modern era.[2] While English is not an official language in many countries, it is currently the language most often taught as a second language around the world. Some linguists believe that it is no longer the exclusive cultural sign of \"native English speakers\", but is rather a language that is absorbing aspects of cultures worldwide as it continues to grow. It is, by international treaty, the official language for aerial and maritime communications, as well as one of the official languages of the European Union, the United Nations, and most international athletic organisations, including the International Olympic Committee.\n" +
1360 "English is noted for the vast size of its active vocabulary and its fluidity.[citation needed][weasel words] English easily accepts technical terms into common usage and imports new words and phrases that often come into common usage. Examples of this phenomenon include: cookie, Internet and URL (technical terms), as well as genre, über, lingua franca and amigo (imported words/phrases from French, German, modern Latin, and Spanish, respectively). In addition, slang often provides new meanings for old words and phrases. In fact, this fluidity is so pronounced that a distinction often needs to be made between formal forms of English and contemporary usage. See also: sociolinguistics.\n" +
3222 " systems, so long as you haven't changed compile-time options about\n" +
3670 " returns a unique pointer for malloc(0), so does realloc(p, 0).\n" +
3925 " or so) may be slower than you'd like.\n" +
3934 " Standard unix mmap using /dev/zero clears memory so calloc doesn't\n" +
3954 " address space, so sbrk cannot perform contiguous expansion, but\n" +
3986 " cached during initialization into a field of malloc_state. So even\n" +
4064 " mallinfo. If so, it is included; else an SVID2/XPG2 compliant\n" +
4099 " so setting them has no effect. But this malloc also supports other\n" +
4115 " systems.) On most systems, size_t is an unsigned type, so calls\n" +
4195 " 8-byte alignment is guaranteed by normal malloc calls, so don't\n" +
4223 " corresponding parameter to the argument value if it can (i.e., so\n" +
4228 " so setting them has no effect. But this malloc also supports four\n" +
4434 " locked between two used chunks, so they cannot be given back to\n" +
4512 " efficiently, so fragmentation is rarely a problem for values less\n" +
4548 " enough so that your overall system performance would improve by\n" +
4618 " so that the end of the arena is always a system page boundary.\n" +
4620 " The main reason for using padding is to avoid calling sbrk so\n" +
4627 " to avoid measurable overhead, so the default is 0. However, in\n" +
4645 " Using mmap segregates relatively large chunks of memory so that\n" +
4648 " other request (at least not directly; the system may just so\n" +
5017 " so the (usually slower) memmove is not needed.\n" +
5085 " so the following is unlikely to be needed, but is\n" +
5167 " Chunks always begin on even word boundries, so the mem portion\n" +
5198 " addressing fault when trying to do so.\n" +
5242 " Check if a request is so large that it would wrap around zero when\n" +
5244 " low enough so that adding MINSIZE will also not wrap around sero.\n" +
5364 " and consolidated sets of chunks, which is what these bins hold, so\n" +
5366 " that no consolidated chunk physically borders another one, so each\n" +
5512 " binning. So, basically, the unsorted_chunks list acts as a queue,\n" +
5531 " need to do so when getting memory from system, so we make\n" +
5546 " bitvector recording whether bins are definitely empty so they can\n" +
5575 " Chunks in fastbins keep their inuse bit set, so they cannot\n" +
5594 " fastbin chunks. This is a heuristic, so the exact value should not\n" +
6175 " can occur only if nb is in smallbin range so we didn't consolidate\n" +
6305 " Don't try to call MORECORE if argument is so big as to appear\n" +
6316 " address space, so sbrk cannot extend to give contiguous space, but\n" +
6325 " /* Cannot merge with old top, so add its size back in */\n" +
6381 " So we allocate enough more memory to hit a page boundary now,\n" +
6434 " be able to merge with old_top space, so must add to 2nd request.\n" +
6459 " the first call left us. Also set noncontiguous, so this\n" +
6680 " that are so large that they wrap around zero when padded and\n" +
6714 " anyway, so we can check now, which is faster.)\n" +
6738 " large requests, but less often mixtures, so consolidation is not\n" +
6973 " MINSIZE) after initialization, so if it would otherwise be\n" +
7030 " If eligible, place chunk on a fastbin so it can be found\n" +
7117 " bordering top, so we cannot tell for sure whether threshold\n" +
7165 " fastbins. So, instead, we need to use a minor variant of the same\n" +
7197 " yet been initialized, in which case do so below\n" +
7426 " /* Mark remainder as inuse so free() won't complain */\n" +
7559 " total room so that this is always possible.\n" +
7786 " But first disable mmap so malloc won't use it, since\n" +
8120 " until at least one call with positive arguments is made, so\n" +
8136 " actually be size_t, because sbrk supports negative args, so it is\n" +
8192 " // save ptrs so they can be freed during cleanup\n" +