Searched defs:first (Results 201 - 225 of 1268) sorted by relevance

1234567891011>>

/external/lldb/test/lang/c/stepping/
H A Dmain.c43 int complex (int first, int second, int third) argument
45 return first + second + third; // Step in targetting complex should stop here
/external/ltrace/sysdeps/linux-gnu/
H A Devents.c51 first(struct process *proc, void *data) function
152 if (!each_process(NULL, &first, NULL)) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c73 static boolean first = TRUE; local
75 if (first) {
77 first = FALSE;
H A Du_dirty_surfaces.h70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) argument
73 if(first > last)
80 if(ds->base.u.tex.level >= first && ds->base.u.tex.level <= last)
H A Du_linkage.c120 int first = -1; local
128 if(first < 0)
129 first = i;
138 else if((last - first) < efficient_slots)
141 layout[i - first] = i;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.h71 struct r300_fragment_shader_code* first; member in struct:r300_fragment_shader
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c519 unsigned first = decl->Range.First; local
523 for( idx = first; idx <= last; idx++ ) {
/external/mesa3d/src/mesa/program/
H A Dprog_parameter_layout.c59 * \param first Index of first element in \c src to copy
63 * The location in \c dst of the first element copied from \c src on
73 unsigned first, unsigned count)
78 for (i = first; i < (first + count); i++) {
169 /* All relative addressed operands were processed on the first
71 copy_indirect_accessed_array(struct gl_program_parameter_list *src, struct gl_program_parameter_list *dst, unsigned first, unsigned count) argument
/external/mockito/src/org/mockito/
H A DAdditionalMatchers.java569 * @param first
570 * placeholder for the first argument matcher.
575 public static boolean and(boolean first, boolean second) { argument
584 * @param first
585 * placeholder for the first argument matcher.
590 public static byte and(byte first, byte second) { argument
599 * @param first
600 * placeholder for the first argument matcher.
605 public static char and(char first, char second) { argument
614 * @param first
620 and(double first, double second) argument
635 and(float first, float second) argument
650 and(int first, int second) argument
665 and(long first, long second) argument
680 and(short first, short second) argument
697 and(T first, T second) argument
712 or(boolean first, boolean second) argument
729 or(T first, T second) argument
744 or(short first, short second) argument
759 or(long first, long second) argument
774 or(int first, int second) argument
789 or(float first, float second) argument
804 or(double first, double second) argument
819 or(char first, char second) argument
834 or(byte first, byte second) argument
849 not(T first) argument
862 not(short first) argument
875 not(int first) argument
888 not(long first) argument
901 not(float first) argument
914 not(double first) argument
927 not(char first) argument
940 not(boolean first) argument
953 not(byte first) argument
[all...]
/external/mockito/src/org/mockito/internal/creation/jmock/
H A DClassImposterizer.java139 private Class<?>[] prepend(Class<?> first, Class<?>... rest) { argument
141 all[0] = first;
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObjectList.java102 /** returns the first element
105 public GenericObject first() { method in class:NetObjectList
106 return (NetObject) super.first();
/external/openssl/crypto/asn1/
H A Df_enum.c105 int num=0,slen=0,first=1; local
136 if (first)
138 first=0;
H A Df_int.c109 int num=0,slen=0,first=1; local
149 if (first)
151 first=0;
H A Df_string.c103 int num=0,slen=0,first=1; local
110 if (first)
115 first=0;
/external/oprofile/libpp/
H A Dprofile.cpp75 // Check first if the sample file version is ok else odb_open() can
170 ordered_samples_t::const_iterator first = local
175 return make_pair(const_iterator(first, start_offset),
182 ordered_samples_t::const_iterator first = ordered_samples.begin(); local
185 return make_pair(const_iterator(first, start_offset),
/external/oprofile/libutil/
H A Dop_list.h128 * @param head the place to add it in the first list.
132 struct list_head * first = list->next; local
134 if (first != list) {
138 first->prev = head;
139 head->next = first;
/external/qemu/distrib/zlib-1.2.8/
H A Dgzwrite.c78 /* allocate memory if this is the first time through */
137 int first; local
146 first = 1;
150 if (first) {
152 first = 0;
195 /* allocate memory if this is the first time through */
/external/skia/bench/
H A DMergeBench.cpp47 SkImageFilter* first = SkBitmapSource::Create(fCheckerboard); local
49 SkAutoUnref aur0(first);
51 return SkMergeImageFilter::Create(first, second);
/external/skia/gm/rebaseline_server/
H A Dcompare_configs.py21 import fix_pythonpath # must do this first namespace
H A Dcompare_rendered_pictures.py19 import fix_pythonpath # must do this first namespace
H A Dcompare_rendered_pictures_test.py29 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Ddownload_actuals.py20 import fix_pythonpath # must do this first namespace
/external/skia/src/pathops/
H A DSkDQuadImplicit.cpp93 * lazily compute the coefficients, comparing the easiest to compute first.
94 * xx and yy first; then xy; and so on.
97 int first = 0; local
100 first += first == index;
103 if (first == index) {
106 if (!AlmostDequalUlps(fP[index] * p2.fP[first], fP[first] * p2.fP[index])) {
H A DSkPathOpsCubic.h16 const SkDCubic& first() const { return (const SkDCubic&) pts[0]; } function in struct:SkDCubicPair
/external/skia/src/svg/
H A DSkSVGElements.cpp18 SkString* first = (SkString*) ((char*) this + sizeof(SkSVGElement)); local
19 first += attrIndex;
20 first->set(attrValue, attrLength);

Completed in 408 milliseconds

1234567891011>>