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

12

/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/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_iterator_test.cc105 beginning = bit_set->begin(), local
106 init_beginning = beginning,
107 current = std::find(beginning, end, true);
108 for (int32_t next_bit = current - beginning;
116 beginning = current + 1;
117 current = std::find(beginning, end, true);
/external/sfntly/cpp/src/test/
H A Dcmap_iterator_test.cc105 beginning = bit_set->begin(), local
106 init_beginning = beginning,
107 current = std::find(beginning, end, true);
108 for (int32_t next_bit = current - beginning;
116 beginning = current + 1;
117 current = std::find(beginning, end, true);
/external/chromium_org/v8/test/mjsunit/
H A Dhtml-comments.js1 --> must work at beginning of file!
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex75 page of exactly 58 bytes at the very beginning of the logical stream.
79 This first page is marked 'beginning of stream' in the page flags.
84 headers) may span one or more pages beginning on the second page of
139 inference it may indicate that the PCM position of the beginning
173 for seeking operations at the very beginning of the stream.
H A D05-comment.tex217 Vendor string ([vendor string length] octets coded from beginning of string to end of string, not null terminated)
226 Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, not null terminated)
H A D08-residue.tex262 wholly beyond the maximum vector size. Before beginning residue
359 \item \varname{[offset]} is the beginning read offset in [v]
394 \item \varname{[offset]} is the beginning read offset in [v]
H A D07-floor1.tex57 way, beginning with the first line:
229 \varname{[nonzero]} flag had been unset at the beginning of decode.
H A D02-bitpacking.tex175 Reading from the beginning of the bytestream encoded in the above example:
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc79 // Conjure the result by beginning with infinity, then setting the qNaN
H A Dfp_trunc_impl.inc96 // Conjure the result by beginning with infinity, setting the qNaN
/external/llvm/test/MC/ARM/
H A Deh-directive-section.s32 @ TEST2 section (without the dot in the beginning)
99 @ Check the TEST2 section (without the dot in the beginning)
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dsession_info.cc363 bool beginning = local
367 bool packet_loss_found = (!beginning && !InSequence(it, prev_it));
369 (beginning && current_partition_id != partition_id)) {
/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/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8.cc141 // in the beginning of the partition.
220 // Read P bit from payload header (only at beginning of first partition).
380 bool beginning = true; local
399 if (remaining_in_partition == 0 && !(beginning && separate_first_)) {
429 beginning = false; // Next packet cannot be first packet in frame.
/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug.h412 debug_memory_end(unsigned long beginning);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.h411 debug_memory_end(unsigned long beginning);
/external/valgrind/main/auxprogs/
H A Dnightly-build-summary14 # block of information at the beginning of the mail. That information
15 # was added beginning October 4, 2011. Therefore, only regression runs
63 --from=INTEGER beginning of mail interval; > 14800
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m26 % skip a number of seconds in the beginning when calculating delays
/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/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
/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));

Completed in 3100 milliseconds

12