/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
fd5_program.c | 20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 135 /* Add any missing varyings needed for stream-out. Otherwise varyings not 136 * used by fragment shader will be stripped out. 144 * First, any stream-out varyings not already in linkage map (ie. also 148 const struct pipe_stream_output *out = &strmout->output[i]; local 149 unsigned k = out->register_index; 151 (1 << (out->num_components + out->start_component)) - 1; 171 /* expand component-mask if needed, ie streaming out all components 196 const struct pipe_stream_output *out = &strmout->output[i] local [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_ssa.cpp | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 231 BasicBlock *out = BasicBlock::get(ei.getNode()); local 232 if (out == bb) 234 if (out->cfg.visit(seq)) 235 buildLiveSetsPreSSA(out, seq); 237 bb->liveSet = out->liveSet; 239 bb->liveSet |= out->liveSet;
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_program.h | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 71 struct nv50_varying out[16]; member in struct:nv50_program
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 50 * OUT[0] = vertex pos 51 * OUT[1] = src tex coord | solid fill color 52 * OUT[2] = mask tex coord 53 * OUT[3] = dst tex coord 65 * OUT[0] = color 144 struct ureg_dst out, 183 ureg_TEX(ureg, out, TGSI_TEXTURE_1D, ureg_src(temp2), sampler); 195 struct ureg_dst out, 251 ureg_TEX(ureg, out, TGSI_TEXTURE_1D, ureg_src(temp2), sampler) 325 struct ureg_dst out = ureg_DECL_output(ureg, local 446 struct ureg_dst out; local [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_split_copy.c | 22 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 85 GLuint out; member in struct:copy_context::__anon28793 290 copy->vert_cache[slot].out = copy->dstbuf_nr++; 300 /* printf(" --> emit %d\n", copy->vert_cache[slot].out); */ 301 copy->dstelt[copy->dstelt_nr++] = copy->vert_cache[slot].out; 505 /* Figure out the maximum allowed vertex buffer size:
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ESDescriptor.java | 158 int out = 5;
local 160 out += 2;
163 out += 1 + URLLength;
166 out += 2;
169 out += decoderConfigDescriptor.serializedSize();
170 out += slConfigDescriptor.serializedSize();
174 return out;
178 ByteBuffer out = ByteBuffer.allocate(serializedSize()); // Usually is around 30 bytes, so 200 should be enough...
local 179 IsoTypeWriter.writeUInt8(out, 3);
180 IsoTypeWriter.writeUInt8(out, serializedSize() - 2); // Not OK for longer sizes! [all...] |
/external/nist-sip/java/gov/nist/core/ |
GenericObjectList.java | 459 System.out.println("Trying to match = " 468 System.out.println(((GenericObject) hisobj).encode());
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
Hpack.java | 370 private final Buffer out; field in class:Hpack.Writer 372 Writer(Buffer out) { 373 this.out = out; 388 out.writeByte(0x00); // Literal Header without Indexing - New Name. 399 out.writeByte(bits | value); 404 out.writeByte(bits | prefixMask); 410 out.writeByte(b | 0x80); 413 out.writeByte(value); 418 out.write(data) [all...] |
/external/okhttp/okio/okio/src/test/java/okio/ |
ByteStringTest.java | 40 // Verify that the bytes were copied out. 173 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 174 ByteString.decodeHex("616263").write(out); 175 assertByteArraysEquals(new byte[] { 0x61, 0x62, 0x63 }, out.toByteArray());
|
/external/opencv/cv/src/ |
cvrotcalipers.cpp | 37 // or tort (including negligence or otherwise) arising in any way out of 71 // out - output info. 75 // ((CvPoint2D32f*)out)[0] - corner 76 // ((CvPoint2D32f*)out)[1] - vector1 77 // ((CvPoint2D32f*)out)[0] - corner2 93 icvRotatingCalipers( CvPoint2D32f* points, int n, int mode, float* out ) 325 out[0] = px; 326 out[1] = py; 328 out[2] = A1 * buf[2]; 329 out[3] = B1 * buf[2] 365 CvPoint2D32f out[3]; local [all...] |
/external/openssh/ |
hostfile.c | 35 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 470 FILE *out; member in struct:host_delete_ctx 489 fprintf(ctx->out, "%s\n", l->line); 496 fprintf(ctx->out, "%s\n", l->line); 508 fprintf(ctx->out, "%s\n", l->line); 517 * by *not* writing the line to ctx->out. 531 fprintf(ctx->out, "%s\n", l->line); 572 if ((ctx.out = fdopen(fd, "w")) == NULL) { 600 if (!write_host_entry(ctx.out, host, ip, keys[i], store_hash)) { 606 fclose(ctx.out); [all...] |
/external/pcre/pcrecpp/ |
pcrecpp.cc | 27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 187 string out; local 227 out.append(*str, start, matchend - start); 241 out.append(*str, start, matchstart - start); 242 Rewrite(&out, rewrite, *str, match_data); 252 out.append(*str, start, str->length() - start); 253 swap(out, *str); 259 string *out) const { 264 out->erase(); 265 return Rewrite(out, rewrite, text, match_data) [all...] |
/external/pdfium/samples/ |
image_diff_png.cc | 110 void (*row_converter)(const unsigned char* in, int w, unsigned char* out, 157 // Bounds check. When the image is unreasonably big, we'll error out and 368 explicit PngEncoderState(std::vector<unsigned char>* o) : out(o) {} 369 std::vector<unsigned char>* out; member in struct:image_diff_png::__anon29264::PngEncoderState 375 size_t old_size = state->out->size(); 376 state->out->resize(old_size + size); 377 memcpy(&(*state->out)[old_size], data, size); 458 unsigned char* out, bool* is_opaque);
|
/external/pdfium/third_party/freetype/src/base/ |
ftoutln.c | 937 FT_Vector in, out, anchor, shift; local 953 out.x = points[j].x - points[i].x; 954 out.y = points[j].y - points[i].y; 955 l_out = (FT_Fixed)FT_Vector_NormLen( &out ); 962 out = anchor; 975 d = FT_MulFix( in.x, out.x ) + FT_MulFix( in.y, out.y ); 983 shift.x = in.y + out.y; 984 shift.y = in.x + out.x; 992 q = FT_MulFix( out.x, in.y ) - FT_MulFix( out.y, in.x ) [all...] |
/external/proguard/src/proguard/optimize/peephole/ |
BranchTargetFinder.java | 427 System.out.println(); 428 System.out.println("Branch targets: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)); 434 System.out.println("" +
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 141 void* out; local 145 if (!output->Next(&out, &out_size)) { 151 memcpy(out, in, in_size); 156 memcpy(out, in, out_size); 165 uint8* out = reinterpret_cast<uint8*>(data); local 186 memcpy(out, in, out_size); 193 memcpy(out, in, in_size); 194 out += in_size;
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.h | 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 153 // Good for keeping html characters or protocol characters (\t) out 191 string out = s; local 192 UpperString(&out); 193 return out; 673 // is designed to be the fastest possible way to construct a string out 678 // works poorly on strings built up out of fragments. [all...] |
/external/python/cpython2/PC/ |
_subprocess.c | 30 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 329 PyObject* out = NULL; local 348 out = PyString_FromStringAndSize(NULL, 2048); 349 if (! out) 352 p = PyString_AS_STRING(out); 366 totalsize = (p - PyString_AS_STRING(out)) + ksize + 1 + 368 if (totalsize > PyString_GET_SIZE(out)) { 369 int offset = p - PyString_AS_STRING(out); 370 if (_PyString_Resize(&out, totalsize + 1024)) 372 p = PyString_AS_STRING(out) + offset [all...] |
/external/r8/src/test/java/com/android/tools/r8/ |
D8IncrementalRunExamplesAndroidOTest.java | 53 void build(Path testJarFile, Path out) throws Throwable { 55 mergeClassFiles(Lists.newArrayList(files.values()), out); local 173 Resource mergeClassFiles(List<Resource> dexFiles, Path out) throws Throwable { 181 if (out != null) { 182 builder = builder.setOutputPath(out); 261 Path out = temp.getRoot().toPath(); local 266 test.compileClassesTogether(inputJarFile, out); 269 String[] topLevelDir = out.toFile().list(); 274 String[] dexFiles = out.resolve(topLevelDir[0]).toFile().list();
|
/external/regex-re2/util/ |
pcre.cc | 349 string out; local 370 out.push_back((*str)[start]); 384 out.append(*str, start, matchstart - start); 385 pattern.Rewrite(&out, rewrite, *str, vec, matches); 395 out.append(*str, start, str->length() - start); 396 swap(out, *str); 403 string *out) { 408 out->clear(); 409 return pattern.Rewrite(out, rewrite, text, vec, matches); 509 // is filled, but we miss out on the positions of the extra subpatterns [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ViewGroupTest.java | 225 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 226 shadowOf(root).dump(new PrintStream(out), 0); 234 "</FrameLayout>\n", out.toString());
|
/external/skia/tests/ |
RRectInPathTest.cpp | 16 SkRRect out; local 17 REPORTER_ASSERT(reporter, path.isRRect(&out, dir, start)); 19 recreatedPath.addRRect(out, *dir, *start); 40 return out; 64 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start); local 65 if (in != out) { 68 REPORTER_ASSERT(reporter, in == out); 73 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start); local 74 if (in == out) { 269 // Test out the basic API entry point [all...] |
/external/skia/tools/ |
create_test_font.cpp | 77 FILE* out = fopen(outPath.c_str(), "w"); local 78 fprintf(out, "%s%s\n\n", gHeader, SkOSPath::Basename(__FILE__).c_str()); 79 return out; 95 static void output_fixed(SkScalar num, int emSize, SkString* out) { 97 out->appendf("0x%08x,", hex); 98 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; 101 static void output_scalar(SkScalar num, int emSize, SkString* out) { 104 out->appendS32((int) num); 114 out->appendf("%sf", str.c_str()) 330 FILE* out = nullptr; local 361 FILE* out = font_header("index"); local [all...] |
/external/speex/libspeex/ |
sb_celp.c | 28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 835 static void sb_decode_lost(SBDecState *st, spx_word16_t *out, int dtx, char *stack) 857 out[i+st->frame_size] = speex_rand(st->last_ener, &st->seed); 859 iir_mem16(out+st->frame_size, st->interp_qlpc, out+st->frame_size, st->frame_size, st->lpcSize, 864 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack); 887 spx_word16_t *out = (spx_word16_t*)vout; local 895 low_innov_alias = out+st->frame_size [all...] |
/external/sqlite/android/ |
sqlite3_android.cpp | 126 char out[PHONE_NUMBER_BUFFER_SIZE]; local 128 android::phone_number_stripped_reversed_inter(number, out, PHONE_NUMBER_BUFFER_SIZE, &outlen); 129 sqlite3_result_text(context, (const char*)out, outlen, SQLITE_TRANSIENT);
|