Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:At

1083 "A working knowledge of English is required in certain fields, professions, and occupations. As a result over a billion people speak English at least at a basic level (see English language learning and teaching). English is one of six official languages of the United Nations.\n" +
1316 " John hadn't stolen that money. (... You said he had. or ... Not at that time, but later he did.)\n" +
1346 "At the same time, the language has become more analytic, and has developed features such as modal verbs and word order as rich resources for conveying meaning. Auxiliary verbs mark constructions such as questions, negative polarity, the passive voice and progressive tenses.\n" +
1352 "Germanic words (generally words of Old English or to a lesser extent Norse origin) which include all the basics such as pronouns (I, my, you, it) and conjunctions (and, or, but) tend to be shorter than the Latinate words of English, and more common in ordinary speech. The longer Latinate words are often regarded as more elegant or educated. However, the excessive or superfluous use of Latinate words is considered at times to be either pretentious (as in the stereotypical policeman's talk of \"apprehending the suspect\") or an attempt to obfuscate an issue. George Orwell's essay \"Politics and the English Language\" is critical of this, as well as other perceived abuses of the language.\n" +
1358 "In everyday speech, the majority of words will normally be Germanic. If a speaker wishes to make a forceful point in an argument in a very blunt way, Germanic words will usually be chosen. A majority of Latinate words (or at least a majority of content words) will normally be used in more formal speech and writing, such as a courtroom or an encyclopedia article. However, there are other Latinate words that are used normally in everyday speech and do not sound formal; these are mainly words for concepts that no longer have Germanic words, and are generally assimilated better and in many cases do not appear Latinate. For instance, the words mountain, valley, river, aunt, uncle, move, use, push and stay are all Latinate.\n" +
1364 "English has an extraordinarily rich vocabulary and willingness to absorb new words. As the General Explanations at the beginning of the Oxford English Dictionary states:\n" +
1372 " It embraces not only the standard language of literature and conversation, whether current at the moment, or obsolete, or archaic, but also the main technical vocabulary, and a large measure of dialectal usage and slang (Supplement to the OED, 1933).[32]\n" +
3202 "* VERSION 2.7.2 Sat Aug 17 09:07:30 2002 Doug Lea (dl at gee)\n" +
3204 " Note: There may be an updated version of this malloc obtainable at\n" +
3217 " For convenience, an include file for code using this malloc is at:\n" +
3224 " own malloc.h that does include all settings by cutting at the point\n" +
3241 " the best it can trying to meet both goals at once.\n" +
3359 " at all modular. (Sorry!) It uses a lot of macros. To be at all\n" +
3492 "/* Emulation functions defined at the end of this file */\n" +
3591 " This should be at least as wide as size_t, but should not be signed.\n" +
3619 " defining INTERNAL_SIZE_T to be a 32 bit `unsigned int' at the\n" +
3650 " It must be a power of two at least 2 * SIZE_SZ, even on machines\n" +
4109 " Returns a pointer to a newly allocated chunk of at least n bytes, or null\n" +
4291 " no longer needed. Otherwise, the chunks array must be of at least\n" +
4301 " needed. If you'd like to instead be able to free all at once, you\n" +
4309 " but the number is not known at compile time, and some of the nodes\n" +
4337 " independent_comalloc allocates, all at once, a set of n_elements\n" +
4348 " must be of at least n_elements in length. It is filled in with the\n" +
4357 " needed. If you'd like to instead be able to free all at once, you\n" +
4358 " should instead use a single regular malloc, and assign pointers at\n" +
4367 " where several structs or objects must always be allocated at the\n" +
4429 " arguments to sbrk) if there is unused memory at the `high' end of\n" +
4570 " chunks at all. And in well-behaved long-lived programs,\n" +
4595 " then freeing it at program startup, in an attempt to reserve system\n" +
4629 " this value, at the expense of carrying around more memory than\n" +
4641 " to service a request. Requests of at least this size that cannot\n" +
4648 " other request (at least not directly; the system may just so\n" +
5117 " fields at known offsets from a given base. See explanation below.\n" +
5141 " in the front of each chunk and at the end. This makes\n" +
5169 " thus at least double-word aligned.\n" +
5305 "/* Treat space at ptr + offset as a chunk */\n" +
5331 "/* Set size at head, without disturbing its use bit */\n" +
5337 "/* Set size at footer (only when chunk is not in use) */\n" +
5379 " recently freed at the front, and allocations are taken from the\n" +
5595 " matter too much. It is defined at half the default trim threshold as a\n" +
5612 " freed chunks at all. It is set true when entering a chunk into any\n" +
5727 " At most one \"call\" to get_malloc_state is made per invocation of\n" +
5741 " to inline it at all call points, which turns out not to be an\n" +
5742 " optimization at all. (Inlining it in malloc_consolidate is fine though.)\n" +
5801 " of data structures that should be true at all times. If any\n" +
5850 " /* top size is always at least MINSIZE */\n" +
5942 " /* Note that we cannot even look at prev unless it is not inuse */\n" +
5981 " Properties of nonrecycled chunks at the point they are malloced\n" +
6160 " INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of new space */\n" +
6161 " INTERNAL_SIZE_T end_misalign; /* partial page left at end of new space */\n" +
6267 " at least MINSIZE and to have prev_inuse set.\n" +
6379 " * Almost all systems internally allocate whole pages at a time, in\n" +
6421 " Skip over some bytes to arrive at an aligned position.\n" +
6448 " If can't allocate correction, try to at least find out current\n" +
6460 " won't happen again, leaving at most one hole.\n" +
6495 " double fencepost at old_top to prevent consolidation with space\n" +
6504 " multiple of MALLOC_ALIGNMENT. We know there is at least\n" +
6576 " memory at the `high' end of the malloc pool. It is called\n" +
6600 " /* Release in pagesize units, keeping at least one page */\n" +
6678 " to obtain a size of at least MINSIZE, the smallest allocatable\n" +
7295 " mchunkptr remainder; /* extra space at end of newp */\n" +
7517 " mchunkptr remainder; /* spare room at end to split off */\n" +
7525 " /* Otherwise, ensure that it is at least a minimum chunk size */\n" +
7556 " leading space in a chunk of at least MINSIZE, if the first\n" +
7557 " calculation places us at a spot with less than MINSIZE leader,\n" +
7589 " /* Also give back spare room at the end */\n" +
8098 " * MORECORE(0) must return an address that is at least\n" +
8120 " until at least one call with positive arguments is made, so\n" +