HomeSort by: relevance | last modified time | path
    Searched defs:inner (Results 1 - 25 of 93) sorted by relevancy

1 2 3 4

  /src/tests/usr.bin/indent/
opt_bacc.c 94 #if inner
111 #ifdef inner
112 int inner; variable
122 #ifdef inner
123 int inner; variable
  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_zip_nested.c 30 char *p, *inner; local
50 /* Save contents of inner Zip. */
52 inner = calloc(innerLength, sizeof(*inner));
53 assertEqualInt(innerLength, archive_read_data(a, inner, innerLength));
69 /* Inspect inner Zip. */
72 assertEqualIntA(a, ARCHIVE_OK, read_open_memory_seek(a, inner, innerLength, 1));
85 free(inner);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
hmac-openssl.c 40 EVP_MD_CTX inner, outer; local
55 EVP_MD_CTX_INIT(&inner);
59 if ((status = EVP_DigestInit(&inner, md)) != 0) {
64 if ((status = EVP_DigestUpdate(&inner, key, key->length)) != 0) {
68 if ((status = EVP_DigestFinal(&inner, intermediate, SRP_SHA256_HASH_SIZE)) != 0) {
72 EVP_MD_CTX_INIT(&inner);
82 if ((status = EVP_DigestInit(&inner, md)) != 0) {
83 ERROR("srp_hmac_iov failed to initialize inner digest");
87 if ((status = EVP_DigestUpdate(&inner, kipad, SRP_SHA256_BLOCK_SIZE)) != 0) {
88 ERROR("srp_hmac_iov failed to hash ipad to inner digest")
    [all...]
  /src/external/bsd/tmux/dist/
hyperlinks.c 32 * Each hyperlink and ID combination is assigned a number ("inner" in this
35 * Each URI has one inner number and one external ID (which tmux uses to send
51 u_int inner; member in struct:hyperlinks_uri
81 * If both URIs are anonymous, use the inner for comparison so
89 return (left->inner - right->inner);
106 return (left->inner - right->inner);
158 return (hlu->inner);
164 hlu->inner = hl->next_inner++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-fold.cc 206 tree inner = C_MAYBE_CONST_EXPR_EXPR (expr); local
212 inner = c_fully_fold_internal (inner, in_init, maybe_const_operands,
216 ret = build2 (COMPOUND_EXPR, TREE_TYPE (expr), pre, inner);
218 ret = inner;
644 inner operands and possibly put one around the whole
  /src/sys/kern/
kern_runq.c 516 /* In the inner loop scroll through all CPUs in package. */
818 struct cpu_info *ci, *inner, *outer, *first, *tci, *mci; local
878 /* In the inner loop scroll through all CPUs in package. */
879 inner = outer;
882 tspc = &inner->ci_schedstate;
883 if (ci == inner || ci == mci ||
888 spc_dlock(ci, inner);
889 l = sched_catchlwp(inner);
895 } while (inner = inner->ci_sibling[CPUREL_PACKAGE]
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 133 Expr *inner = E->IgnoreParenCasts(); local
134 if (CallExpr *callE = dyn_cast<CallExpr>(inner)) {
181 Expr *base = inner->IgnoreParenImpCasts();
280 void getBlockMacroRanges(CastExpr *E, SourceRange &Outer, SourceRange &Inner) {
290 Inner = SourceRange(InnerBegin, InnerEnd);
  /src/external/bsd/jemalloc/dist/test/src/
SFMT.c 384 int inner = 0; local
390 inner ^= psfmt32[idxof(i)] & parity[i];
392 inner ^= inner >> i;
393 inner &= 1;
395 if (inner == 1) {
  /src/external/bsd/jemalloc.old/dist/test/src/
SFMT.c 384 int inner = 0; local
390 inner ^= psfmt32[idxof(i)] & parity[i];
392 inner ^= inner >> i;
393 inner &= 1;
395 if (inner == 1) {
  /src/external/bsd/libc++/dist/libcxxrt/test/
test_exception.cc 63 int inner(int i) function
81 inner(i);
218 uncaught_exception_checker inner(true);
248 uncaught_exception_checker inner(false);
260 uncaught_exception_checker inner(true);
319 uncaught_exceptions_checker inner(1);
  /src/external/bsd/nvi/dist/motif_l/
m_options.c 382 Widget inner;
385 inner = XtVaCreateWidget( "toggleOptions",
398 add_toggle( inner, &toggles[i] );
400 XtManageChild( inner );
402 return inner;
471 Widget outer, inner, frame;
508 inner = create_toggles( outer, sheet->toggles );
509 XtVaSetValues( inner,
516 inner = XtVaCreateWidget( "otherOptions",
521 XmNtopWidget, inner,
378 Widget inner; local
465 Widget outer, inner, frame; local
570 Widget box, form, inner; local
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 149 QStringList inner; local
150 inner << "PEAP" << "TTLS" << "FAST";
151 if (!inner.contains(eapSelect->itemText(sel)))
311 QString inner = phase2Select->currentText(); local
315 if (inner.startsWith("EAP-"))
317 inner.right(inner.size() - 4).
320 if (inner.startsWith("EAP-"))
322 inner.right(inner.size() - 4)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
except.h 124 struct eh_region_d *inner; variable in typeref:struct:eh_region_d
308 if (r->inner)
309 r = r->inner;
hw-doloop.cc 60 fprintf (dump_file, " inner loops: [ ");
556 hwloop_info inner; local
571 /* Every loop contains in its list of inner loops every loop nested inside
576 for (ix = 0; loop->loops.iterate (ix, &inner); ix++)
578 optimize_loop (inner, hooks);
580 if (!inner->bad && inner_depth < inner->depth)
581 inner_depth = inner->depth;
582 /* The set of registers may be changed while optimizing the inner
584 loop->regs_set_in_loop |= inner->regs_set_in_loop
    [all...]
gengtype-parse.cc 745 type_p inner;
747 inner = inner_declarator (ty, namep, optsp, in_struct);
748 if (inner == 0)
1010 type for that inner scope. We cannot support this in
743 type_p inner; local
tree-affine.cc 312 tree inner = op0; local
313 tree itype = TREE_TYPE (inner);
314 enum tree_code icode = TREE_CODE (inner);
330 tree op0 = TREE_OPERAND (inner, 0), op1 = TREE_OPERAND (inner, 1);
332 /* If inner type has undefined overflow behavior, fold conversion
345 /* If inner type has wrapping overflow behavior, fold conversion
tree-ssa-loop-ivcanon.cc 811 /* We unroll only inner loops, because we do not consider it
823 into the inner loop body. For now we disable outer loop
825 else if (loop->inner)
1023 if (loop->inner)
1335 class loop *inner; local
1339 /* Process inner loops first. Don't walk loops added by the recursive
1343 for (inner = loop->inner; inner != NULL; inner = inner->next
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
dummy-frontend.cc 624 tree inner; local
626 inner = jit_langhook_type_for_mode (GET_MODE_INNER (mode), unsignedp);
627 if (inner != NULL_TREE)
628 return build_vector_type_for_mode (inner, mode);
  /src/usr.sbin/sysinst/
target.c 168 struct disk_partitions *parts, *inner; local
195 inner = pm->parts->pscheme->secondary_partitions(parts,
197 if (inner != NULL)
198 parts = inner;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-elisp.c 650 struct object inner; local
661 read_object (&inner, arg == 0, new_backquote_flag,
665 if (inner.type == t_listclose)
679 if (inner.type == t_eof)
685 if (inner.type == t_symbol)
687 char *symbol_name = string_of_object (&inner);
712 if (argparser != NULL && inner.type == t_string)
714 string_of_object (&inner),
717 inner.line_number_at_start,
721 free_object (&inner);
742 struct object inner; local
776 struct object inner; local
793 struct object inner; local
817 struct object inner; local
952 struct object inner; local
1016 struct object inner; local
1058 struct object inner; local
1152 struct object inner; local
    [all...]
x-librep.c 625 struct object inner; local
636 read_object (&inner, inner_context);
639 if (inner.type == t_close)
653 if (inner.type == t_eof)
659 if (inner.type == t_symbol)
661 char *symbol_name = string_of_object (&inner);
686 if (argparser != NULL && inner.type == t_string)
688 string_of_object (&inner),
691 inner.line_number_at_start,
695 free_object (&inner);
709 struct object inner; local
753 struct object inner; local
908 struct object inner; local
921 struct object inner; local
    [all...]
x-scheme.c 736 struct object inner; local
747 read_object (&inner, inner_context);
750 if (inner.type == t_close)
764 if (inner.type == t_eof)
770 if (inner.type == t_symbol)
772 char *symbol_name = string_of_object (&inner);
797 if (argparser != NULL && inner.type == t_string)
799 string_of_object (&inner),
802 inner.line_number_at_start,
806 free_object (&inner);
835 struct object inner; local
864 struct object inner; local
918 struct object inner; local
1056 struct object inner; local
    [all...]
x-sh.c 870 /* The entire inner command or arithmetic expression is read
1204 struct word inner; local
1215 read_word (&inner, looking_for, inner_context);
1218 if (inner.type == t_separator
1219 || inner.type == t_backquote || inner.type == t_paren
1220 || inner.type == t_eof)
1224 return inner.type;
1229 if (inner.type == t_string)
1234 pos.line_number = inner.line_number_at_start
    [all...]
x-tcl.c 859 struct word inner; local
870 read_word (&inner, looking_for, inner_context);
873 if (inner.type == t_separator || inner.type == t_bracket
874 || inner.type == t_brace || inner.type == t_eof)
878 return inner.type;
883 if (inner.type == t_string)
888 pos.line_number = inner.line_number_at_start;
889 remember_a_message (mlp, NULL, string_of_word (&inner),
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 810 tree inner = build_ctype (t->elementType ()); local
813 if (inner == void_type_node)
814 inner = build_ctype (Type::tuns8);
816 t->ctype = build_vector_type (inner, nunits);

Completed in 60 milliseconds

1 2 3 4