Searched refs:beginning (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/lib/Transforms/Instrumentation/
H A DProfilingUtils.h32 bool beginning = true);
H A DProfilingUtils.cpp108 GlobalValue *CounterArray, bool beginning) {
110 BasicBlock::iterator InsertPos = beginning ? BB->getFirstInsertionPt() :
107 IncrementCounterInBlock(BasicBlock *BB, unsigned CounterNum, GlobalValue *CounterArray, bool beginning) argument
/external/srec/portable/src/
H A DLCHAR.c28 size_t beginning, ending, len; local
32 /* locating first non-whitespace character from beginning */
33 for (beginning = 0; beginning < len && LISSPACE(text[beginning]); ++beginning);
35 for (ending = len - 1; ending > beginning && LISSPACE(text[ending]); --ending);
37 if (beginning > 0 && beginning <= ending)
38 LMEMMOVE(text, text + beginning, endin
[all...]
H A DPFileSystem.c67 const LCHAR* beginning; local
83 beginning = linear;
86 ending = LSTRCHR(beginning, L('/'));
88 ending = beginning + LSTRLEN(beginning);
89 value = MALLOC(sizeof(LCHAR) * (ending - beginning + 1 + 1), MTAG);
96 LSTRNCPY(value, beginning, ending - beginning + 1);
97 value[ending-beginning+1] = L('\0');
111 beginning
[all...]
/external/v8/test/mjsunit/
H A Dhtml-comments.js1 --> must work at beginning of file!
/external/libvpx/examples/includes/geshi/geshi/
H A Ddos.php37 * beginning of the next, the second occourrence is not highlighted
H A Dperl.php79 'HARDQUOTE' => array("'", "'"), // An optional 2-element array defining the beginning and end of a hard-quoted string
H A Dabap.php100 // lines beginning with star at 1st position are comments
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c474 LCHAR* beginning = source; local
478 for (; *beginning!=L('\0') && LISSPACE(*beginning); ++beginning);
479 if (*beginning==L('\0'))
482 if(*beginning == '\"') {
483 beginning++;
484 for (ending=beginning; *ending!=L('\0') && *ending!='\"'; ++ending);
488 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending);
490 if ((size_t) (ending-beginning) > *charsRea
[all...]
/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeImpl.java451 String beginning = key.substring(0, i);
455 return complete(ending, child, base + beginning);
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c474 LCHAR* beginning = source; local
478 for (; *beginning!=L('\0') && LISSPACE(*beginning); ++beginning);
479 if (*beginning==L('\0'))
482 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending);
483 if ((size_t) (ending-beginning) > *charsRead)
485 *charsRead = ending-beginning;
489 LSTRNCPY(target, beginning, ending-beginning);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferencePage.java258 createLabel(compositeResultsDimensions, "Results dimensions: ", true/*beginning*/);
313 * @param beginning TODO
316 private Label createLabel(Composite parent, String text, boolean beginning) { argument
321 data.verticalAlignment = beginning ? GridData.BEGINNING : GridData.CENTER;
/external/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_copysrcframe_func_neon.asm20 ;Note: This function is used to copy source data in src_buffer[i] at beginning of
/external/srec/shared/src/
H A DSessionTypeImpl.c1016 size_t size, pos, beginning; local
1024 /* Scan for beginning of next token */
1029 /* Reached end of string while looking for beginning of next token */
1032 beginning = pos;
1037 CHKLOG(rc, lstrtoi(text + beginning, &value, 10));
/external/elfutils/
H A Delfutils.spec365 - objdump: New program. Just the beginning.
/external/mesa3d/docs/
H A DMESA_texture_array.spec622 Add after the line beginning "If the value of
/external/grub/docs/
H A Dtexinfo.tex204 % vertical list for the beginning and end of each change).
310 % Do this early so pdf references go to the beginning of the page.
437 % We prepended an \empty token at the very beginning and we expand it now,
630 % at the beginning of a line will start with \penalty -- and
659 % beginning of a paragraph, when TeX is still in vertical mode, would
724 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
1113 % @setfilename is done at the beginning of every texinfo file.
2779 % Ignoring space at the beginning and end avoids an occasional spurious
2888 % And this command to find another #1 command, at the beginning of a
3530 % for the beginning o
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm480 would not work; the abbreviation must start at the beginning of the
/external/blktrace/btt/doc/
H A Dbtt.tex756 \emph{end} of the previous IO and the beginning of the next, or the
838 of the closeness to either the beginning or end of the previous IO. See
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm34 ;# memory beginning at address zero. The low four bits 0...3 of the
/external/zlib/contrib/masmx86/
H A Dgvmat32.asm167 ; we increment chain_length because in the asm, the --chain_lenght is in the beginning of the loop
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas222 /// The index of the character relative to the beginning of the
252 /// The index of the first character relative to the beginning of the line 0..N-1
1621 /// The index of the character relative to the beginning of the

Completed in 609 milliseconds

12