Searched defs:start_offset (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebKit/gtk/tests/
H A Dtestatk.c53 gint start_offset, end_offset; local
56 text = fn(text_obj, offset, boundary, &start_offset, &end_offset);
58 g_assert_cmpint(start_offset, ==, start_offset_result);
/external/v8/src/
H A Dregexp-macro-assembler.cc120 int start_offset = previous_index; local
136 int char_length = end_offset - start_offset;
139 StringCharacterPosition(subject_ptr, start_offset);
144 start_offset,
155 int start_offset,
170 start_offset,
152 Execute( Code* code, String* input, int start_offset, const byte* input_start, const byte* input_end, int* output) argument
/external/qemu/block/
H A Dqcow2-cluster.c590 int start_offset = (8 * l2_index) & ~511; local
592 size_t len = end_offset - start_offset;
594 if (bdrv_pwrite(s->hd, l2_offset + start_offset, &l2_table[l2_start_index],
H A Dqcow2.c76 * start reading from start_offset
81 static int qcow_read_extensions(BlockDriverState *bs, uint64_t start_offset, argument
89 printf("qcow_read_extensions: start=%ld end=%ld\n", start_offset, end_offset);
91 offset = start_offset;
/external/speex/libspeex/
H A Djitter.c465 EXPORT int jitter_buffer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *start_offset) argument
472 if (start_offset != NULL)
473 *start_offset = 0;
614 if (start_offset != NULL)
615 *start_offset = offset;
617 speex_warning_int("jitter_buffer_get() discarding non-zero start_offset", offset);
630 if (start_offset != NULL)
631 jitter->buffered += *start_offset;
716 static int _jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset) argument
739 EXPORT int jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset) argument
[all...]
/external/elfutils/libelf/
H A DlibelfP.h240 off_t start_offset; member in struct:Elf
/external/webkit/JavaScriptCore/pcre/
H A Dpcre_exec.cpp1859 start_offset where to start in the subject string
1955 const UChar* subject, int length, int start_offset, int* offsets,
2045 const UChar* startMatch = subject + start_offset;
2058 tryFirstByteOptimization(startMatch, endSubject, firstByte, firstByteIsCaseless, useMultiLineFirstCharOptimization, matchBlock.startSubject + start_offset);
1954 jsRegExpExecute(const JSRegExp* re, const UChar* subject, int length, int start_offset, int* offsets, int offsetCount) argument
/external/v8/test/cctest/
H A Dtest-regexp.cc681 int start_offset,
688 start_offset,
679 Execute(Code* code, String* input, int start_offset, const byte* input_start, const byte* input_end, int* captures) argument
/external/webkit/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp1010 static AtkAttributeSet* webkit_accessible_text_get_run_attributes(AtkText* text, gint offset, gint* start_offset, gint* end_offset) argument
1087 static gchar* webkit_accessible_text_get_selection(AtkText* text, gint selection_num, gint* start_offset, gint* end_offset) argument
1098 *start_offset = *end_offset = 0;
1102 *start_offset = selection.start().offsetInContainerNode();
1105 return webkit_accessible_text_get_text(text, *start_offset, *end_offset);
1108 static gboolean webkit_accessible_text_add_selection(AtkText* text, gint start_offset, gint end_offset) argument
1120 static gboolean webkit_accessible_text_set_selection(AtkText* text, gint selection_num, gint start_offset, gint end_offset) argument
1168 static gboolean webkit_accessible_editable_text_set_run_attributes(AtkEditableText* text, AtkAttributeSet* attrib_set, gint start_offset, gint end_offset) argument
/external/qemu/hw/
H A Dusb-ohci.c618 uint32_t start_offset, next_offset, end_offset = 0; local
693 start_offset = iso_td.offset[relative_frame_number];
696 if (!(OHCI_BM(start_offset, TD_PSW_CC) & 0xe) ||
700 start_offset, next_offset);
704 if ((relative_frame_number < frame_count) && (start_offset > next_offset)) {
705 printf("usb-ohci: ISO_TD start_offset=0x%.8x > next_offset=0x%.8x\n",
706 start_offset, next_offset);
710 if ((start_offset & 0x1000) == 0) {
712 (start_offset & OHCI_OFFSET_MASK);
715 (start_offset
[all...]
/external/elfutils/src/
H A Dreadelf.c3732 size_t start_offset = linep - (const unsigned char *) data->d_buf; local
3888 if (lineoff == start_offset)

Completed in 138 milliseconds