Searched defs:first (Results 301 - 325 of 1268) sorted by relevance

<<11121314151617181920>>

/external/freetype/src/cache/
H A Dftccmap.c75 FT_UInt32 first; /* first character in node */ member in struct:FTC_CMapNodeRec_
82 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->first )
128 node->first = (query->char_code / FTC_CMAP_INDICES_MAX) *
169 FT_UInt32 offset = (FT_UInt32)( query->char_code - node->first );
281 FT_ASSERT( (FT_UInt)( char_code - FTC_CMAP_NODE( node )->first ) <
285 if ( (FT_UInt)( char_code - FTC_CMAP_NODE( node )->first >=
290 FTC_CMAP_NODE( node )->first];
328 FTC_CMAP_NODE( node )->first]
/external/guava/guava/src/com/google/common/base/
H A DJoiner.java142 A appendable, @Nullable Object first, @Nullable Object second, Object... rest)
144 return appendTo(appendable, iterable(first, second, rest));
203 StringBuilder builder, @Nullable Object first, @Nullable Object second, Object... rest) {
204 return appendTo(builder, iterable(first, second, rest));
252 public final String join(@Nullable Object first, @Nullable Object second, Object... rest) { argument
253 return join(iterable(first, second, rest));
537 final Object first, final Object second, final Object[] rest) {
547 return first;
141 appendTo( A appendable, @Nullable Object first, @Nullable Object second, Object... rest) argument
202 appendTo( StringBuilder builder, @Nullable Object first, @Nullable Object second, Object... rest) argument
536 iterable( final Object first, final Object second, final Object[] rest) argument
/external/guava/guava/src/com/google/common/collect/
H A DEmptyContiguousSet.java37 @Override public C first() { method in class:EmptyContiguousSet
H A DEmptyImmutableSortedSet.java95 public E first() { method in class:EmptyImmutableSortedSet
H A DRegularImmutableSortedSet.java190 public E first() { method in class:RegularImmutableSortedSet
H A DSortedMultisets.java64 @Override public E first() { method in class:SortedMultisets.ElementSet
H A DStandardRowSortedTable.java86 public R first() { method in class:StandardRowSortedTable.RowKeySortedSet
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyContiguousSet.java35 @Override public C first() { method in class:EmptyContiguousSet
H A DRegularContiguousSet.java50 return contains(target) ? (int) domain.distance(first(), (C) target) : -1;
67 return new AbstractLinkedIterator<C>(first()) {
85 @Override public C first() { method in class:RegularContiguousSet
94 long distance = domain.distance(first(), last());
134 C lowerEndpoint = Ordering.natural().max(this.first(), other.first());
157 return this.first().equals(that.first())
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-table.hh359 uint16_t first; member in struct:ligature_set_t
H A Dhb-set.cc225 * @first:
234 hb_codepoint_t first,
237 set->add_range (first, last);
259 * @first:
268 hb_codepoint_t first,
271 set->del_range (first, last);
455 * @first: (out): output first codepoint in the range.
467 hb_codepoint_t *first,
470 return set->next_range (first, las
233 hb_set_add_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) argument
267 hb_set_del_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) argument
466 hb_set_next_range(const hb_set_t *set, hb_codepoint_t *first, hb_codepoint_t *last) argument
[all...]
/external/icu/icu4c/source/common/
H A Dfilterednormalizer2.cpp87 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, argument
90 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
94 FilteredNormalizer2::append(UnicodeString &first, argument
97 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
101 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, argument
105 uprv_checkCanGetBuffer(first, errorCode);
108 return first;
110 if(&first==&second) {
112 return first;
114 if(first
[all...]
/external/icu/icu4c/source/i18n/
H A Dsearch.cpp198 int32_t SearchIterator::first(UErrorCode &status) function in class:SearchIterator
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.c67 unsigned first, incr; local
68 draw_pt_split_prim(prim, &first, &incr);
69 count = draw_pt_trim_count(count, first, incr);
70 if (count < first)
115 * lines are active but first drawn with triangles and then with
220 * Debug- print the first 'count' vertices.
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp154 static boolean first = TRUE; local
159 assert(first);
161 first = FALSE;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c87 bool first; local
127 for (i = 0, first = true; i < num_offsets; ++i) {
129 if (first) {
133 first = false;
139 if (first)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_draw.c88 unsigned first, size; local
95 first = ve[i].src_offset;
99 first = vb->stride * start + ve[i].src_offset;
103 buffer->uploaded.start = MIN2(buffer->uploaded.start, first);
104 buffer->uploaded.end = MAX2(buffer->uploaded.end, first + size);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c74 static boolean first = TRUE; local
133 if (first) {
143 first = FALSE;
/external/mesa3d/src/glsl/
H A Dopt_dead_code_local.cpp277 dead_code_local_basic_block(ir_instruction *first, argument
289 for (ir = first, ir_next = (ir_instruction *)first->next;;
/external/mesa3d/src/mesa/main/
H A Dapi_validate.c521 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first, argument
534 if (first < 0) {
536 "glDrawArraysInstanced(start=%d)", first);
555 if (first + count > (GLint) ctx->Array.ArrayObj->_MaxElement)
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c213 static void swsetup_points( struct gl_context *ctx, GLuint first, GLuint last ) argument
220 for (i = first; i < last; i++)
225 for (i = first; i < last; i++)
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split_inplace.c154 GLuint first, incr; local
155 GLboolean split_inplace = split_prim_inplace(prim->mode, &first, &incr);
157 GLuint count = prim->count - (prim->count - first) % incr;
159 if (prim->count < first)
163 (available < first && split_inplace)) {
182 nr -= (nr - first) % incr;
202 j += nr - (first - incr);
209 /* XXX: could at least send the first max_verts off from the
/external/oprofile/pp/
H A Dcommon_option.cpp101 bool first = false; local
114 if (first) {
119 first = true;
136 pspec.first.push_back(*it);
144 if (in_first || in_second || (first && !second))
147 if (pspec.first.empty() && pspec.second.size())
150 if (first && second) {
151 pspec.first.insert(pspec.first.begin(), pspec.common.begin(),
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.h94 /** 0 if the first packet */
95 OPJ_BOOL first; member in struct:opj_pi_iterator
121 * @return a list of packet iterator that points to the first packet of the tile (not true).
162 @return Returns a packet iterator that points to the first packet of the tile
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc82 bool first = zcontext_.next_in == NULL; local
91 if (first) {

Completed in 396 milliseconds

<<11121314151617181920>>