HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 2851 - 2875 of 5424) sorted by null

<<111112113114115116117118119120>>

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
utils.h 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
72 __m128i out; local
73 out = _mm_load_si128((const __m128i*)elems);
74 return out;
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
382 _mesa_problem(NULL, "%s: out of temporaries\n", __FILE__);
518 * matrix out in one go:
711 struct ureg out = register_output(p, output); local
712 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input));
896 * lift it out of the main loop. That way the programs created here
1414 struct ureg out = register_output(p, VARYING_SLOT_TEX0 + i); local
1523 struct ureg out = register_output(p, VARYING_SLOT_PSIZ); local
1559 struct ureg out = register_output(p, VARYING_SLOT_PSIZ); local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 709 String out = "SEIMessage{" + local
715 out += ", cpb_removal_delay=" + cpb_removal_delay +
719 out += ", pic_struct=" + pic_struct;
721 out += ", ct_type=" + ct_type +
736 out += '}';
737 return out;
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 37 // or tort (including negligence or otherwise) arising in any way out of
161 MyCvHidHaarClassifierCascade* out = 0; local
250 CV_CALL( out = (MyCvHidHaarClassifierCascade*)cvAlloc( datasize ));
251 memset( out, 0, sizeof(*out) );
254 out->count = cascade->count;
255 out->stage_classifier = (MyCvHidHaarStageClassifier*)(out + 1);
256 haar_classifier_ptr = (MyCvHidHaarClassifier*)(out->stage_classifier + cascade->count);
259 out->is_stump_based = 1
    [all...]
  /external/openssh/
sftp.c 14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
622 goto out;
633 goto out;
642 goto out;
680 out:
708 goto out;
720 goto out;
735 goto out;
771 out:
910 goto out;
2265 int in, out, ch, err; local
    [all...]
ssh-keygen.c 1075 FILE *out; /* Output file, stdout for find_hosts case */ member in struct:known_hosts_ctx
1097 fprintf(ctx->out, "%s\n", l->line);
1114 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey);
1125 fprintf(ctx->out, "%s\n", l->line);
1147 fprintf(ctx->out, "%s\n", l->line);
1152 * line to ctx->out.
1176 fprintf(ctx->out, "%s\n", l->line);
1185 fprintf(ctx->out, "%s\n", l->line);
1208 ctx.out = stdout;
1224 if ((ctx.out = fdopen(fd, "w")) == NULL)
1594 char valid[64], *otmp, *tmp, *cp, *out, *comment, **plist = NULL; local
2596 FILE *out = fopen(out_file, "w"); local
2613 FILE *out = fopen(out_file, "a"); local
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 26 // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
344 "inherit", "none", "normal", "spell-out");
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 286 /* Temporarily fake out the longjmp information until we have
343 /* Use the internal API that does not (or at least should not) error out, so
696 png_convert_to_rfc1123_buffer(char out[29], png_const_timep ptime)
702 if (out == NULL)
716 # define APPEND_STRING(string) pos = png_safecat(out, 29, pos, (string))
719 # define APPEND(ch) if (pos < 28) out[pos++] = (ch)
795 * used with your application, print out PNG_LIBPNG_VER_STRING, which
3982 png_uint_16 out = (png_uint_16)(i * 257U); \/* 16-bit output value *\/ local
    [all...]
pngrutil.c 27 png_error(png_ptr, "PNG unsigned integer out of range");
50 png_warning(png_ptr, "PNG fixed point integer out of range");
721 /* Out of memory allocating the buffer */
839 png_chunk_error(png_ptr, "out of place");
930 png_chunk_benign_error(png_ptr, "out of place");
4051 uInt out = ZLIB_IO_MAX; local
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 179 System.out.println();
180 System.out.println("EvaluationShrinker ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]");
198 if (DEBUG) System.out.println("Invocation simplification:");
212 if (DEBUG) System.out.println("Usage initialization: ");
221 if (DEBUG) System.out.print("(super.<init>)");
238 if (DEBUG) System.out.print("(infinite loop)");
253 if (DEBUG) System.out.println();
261 if (DEBUG) System.out.println("Usage marking:");
296 System.out.println(" -> "+maxMarkedOffset);
300 if (DEBUG) System.out.println()
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java     [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
605 // Returns false if |out| was truncated because |in| contained invalid UTF-8 or
608 bool EscapeJSString(const string& in, string* out) {
626 case '\'': *out += "\\x27"; break;
627 case '"': *out += "\\x22"; break;
628 case '<': *out += "\\x3c"; break;
629 case '=': *out += "\\x3d"; break;
630 case '>': *out += "\\x3e"; break;
631 case '&': *out += "\\x26"; break;
632 case '\b': *out += "\\b"; break
778 string out; local
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 185 /* two or more elements: slice out a suitable separator from the
880 PyObject* out; local
892 out = PyList_New(0);
893 if (!out)
897 return out;
907 rc = PyList_Append(out, item);
910 Py_DECREF(out);
915 return out;
1049 "child index out of range"
1283 "child assignment index out of range")
    [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c 700 /* Find out whether buffer_size is a power of 2 */
1437 char *out; local
    [all...]
textio.c 288 Py_UNICODE *out; local
292 out = PyUnicode_AS_UNICODE(modified);
293 out[0] = '\r';
294 memcpy(out + 1, PyUnicode_AS_UNICODE(output),
407 Py_UNICODE *in, *out, *end; local
426 out = out_str;
432 *out++ = c;
434 *out++ = c;
445 *out++ = '\n';
450 *out++ = c
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.c 645 goto out;
657 goto out;
662 goto out;
672 goto out;
676 out:
696 int in, out, retval = 0, amount_read, n, errsv = errno; local
713 if ((out = open(tmp, O_WRONLY | O_CREAT | O_TRUNC, mode)) == -1) {
718 goto out;
722 if (write(out, buf, amount_read) < 0) {
732 if (close(out) < 0)
    [all...]
  /external/selinux/libsepol/cil/src/
cil_policy.c 22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
186 static void cil_simple_rules_to_policy(FILE *out, struct cil_list *rules, const char *kind)
191 fprintf(out, "%s %s;\n", kind, DATUM(i1->data)->fqn);
195 static void cil_cats_to_policy(FILE *out, struct cil_cats *cats)
209 fprintf(out, "%s%s", lead, DATUM(first)->fqn);
216 fprintf(out, "%s%s", lead, DATUM(first)->fqn);
219 fprintf(out, ".");
221 fprintf(out, ",");
223 fprintf(out, "%s", DATUM(last)->fqn);
229 fprintf(out, "%s%s", lead, DATUM(first)->fqn)
1302 FILE *out; member in struct:block_te_rules_extra
1422 FILE *out; member in struct:te_rules_extra
    [all...]
  /external/selinux/libsepol/src/
expand.c 48 policydb_t *out; member in struct:expand_state
102 ERR(state->handle, "Out of memory!");
108 ERR(state->handle, "Out of memory!");
116 new_type->s.value = ++state->out->p_types.nprim;
126 ret = hashtab_insert(state->out->p_types.table,
137 if (ebitmap_set_bit(&state->out->permissive_map, new_type->s.value, 1)) {
138 ERR(state->handle, "Out of memory!\n");
168 new_type = hashtab_search(state->out->p_types.table, id);
174 ERR(state->handle, "out of memory");
180 ERR(state->handle, "Out of memory!")
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 231 char out = '.'; local
233 out = '*';
235 out = '+';
238 SkDebugf( "%c", out );
    [all...]
  /external/skia/third_party/libpng/
png.c 286 /* Temporarily fake out the longjmp information until we have
343 /* Use the internal API that does not (or at least should not) error out, so
696 png_convert_to_rfc1123_buffer(char out[29], png_const_timep ptime)
702 if (out == NULL)
716 # define APPEND_STRING(string) pos = png_safecat(out, 29, pos, (string))
719 # define APPEND(ch) if (pos < 28) out[pos++] = (ch)
795 * used with your application, print out PNG_LIBPNG_VER_STRING, which
3981 png_uint_16 out = (png_uint_16)(i * 257U); \/* 16-bit output value *\/ local
    [all...]
pngrutil.c 27 png_error(png_ptr, "PNG unsigned integer out of range");
50 png_warning(png_ptr, "PNG fixed point integer out of range");
721 /* Out of memory allocating the buffer */
839 png_chunk_error(png_ptr, "out of place");
930 png_chunk_benign_error(png_ptr, "out of place");
4051 uInt out = ZLIB_IO_MAX; local
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 496 ObjectOutput out = new ObjectOutputStream(bos); local
497 out.writeObject(caCert);
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp 1224 TIntermTyped *out = arg[i]->getAsTyped(); local
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp 1316 int out = output->reg; local
1363 int out = output->reg; local
    [all...]
  /external/syslinux/efi/
main.c 197 SIMPLE_TEXT_OUTPUT_INTERFACE *out = ST->ConOut; local
200 uefi_call_wrapper(out->SetAttribute, 2, out, attribute);
206 uefi_call_wrapper(out->OutputString, 2, out, c);
211 SIMPLE_TEXT_OUTPUT_INTERFACE *out = ST->ConOut; local
214 uefi_call_wrapper(out->EnableCursor, 2, out, cursor);
219 SIMPLE_TEXT_OUTPUT_INTERFACE *out = ST->ConOut; local
221 uefi_call_wrapper(out->SetCursorPosition, 3, out, x, y)
232 SIMPLE_TEXT_OUTPUT_INTERFACE *out = ST->ConOut; local
242 SIMPLE_TEXT_OUTPUT_INTERFACE *out = ST->ConOut; local
267 SIMPLE_TEXT_OUTPUT_INTERFACE *out = ST->ConOut; local
    [all...]

Completed in 705 milliseconds

<<111112113114115116117118119120>>