HomeSort by relevance Sort by last modified time
    Searched defs:result (Results 1101 - 1125 of 11920) sorted by null

<<41424344454647484950>>

  /external/dng_sdk/source/
dng_memory.cpp 131 dng_memory_block * result = allocator.Allocate (size); local
133 DoCopyBytes (Buffer (), result->Buffer (), size);
135 return result;
221 dng_memory_block *result = new dng_malloc_block (size); local
223 if (!result)
230 return result;
dng_opcode_list.cpp 91 uint32 result = dngVersion_None; local
99 result = Max_uint32 (result, fList [index]->MinVersion ());
105 return result;
dng_safe_arithmetic.h 37 // If the result of adding arg1 and arg2 will fit in an int32_t (without
38 // under-/overflow), stores this result in *result and returns true. Otherwise,
39 // returns false and leaves *result unchanged.
40 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result);
42 // Returns the result of adding arg1 and arg2 if it will fit in the result type
48 // If the result of adding arg1 and arg2 will fit in a uint32_t (without
49 // wraparound), stores this result in *result and returns true. Otherwise
114 std::int64_t result; local
136 __int128 result = static_cast<__int128>(arg1) * static_cast<__int128>(arg2); local
    [all...]
  /external/easymock/src/org/easymock/
AbstractMatcher.java 62 StringBuffer result = new StringBuffer(); local
63 ArgumentToString.appendArgument(argument, result);
64 return result.toString();
129 StringBuilder result = new StringBuilder(); local
133 result.append(", ");
135 result.append(argumentToString(arguments[i]));
137 return result.toString();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
AbstractApplication.java 46 ArrayList result = new ArrayList(args.length); local
48 result.add(args[i]);
49 return result;
  /external/eigen/demos/mix_eigen_and_c/
example.c 15 struct C_MatrixXd *matrix1, *matrix2, *result; local
  /external/elfutils/libasm/
asm_newscn.c 64 text_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags)
99 fprintf (result->ctx->out.file, "\t.section \"%s\"%s%s\n",
100 result->name, flagstr, typestr);
102 return result;
107 binary_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags,
115 result->subsection_id = 0;
118 result->offset = 0;
120 result->max_align = 1;
123 result->content = NULL;
126 result->pattern = (struct FillPattern *) __libasm_default_pattern
165 AsmScn_t *result; local
    [all...]
  /external/elfutils/libdw/
cie.c 170 int result = INTUSE(dwarf_next_cfi) (cache->e_ident, local
173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64)
  /external/elfutils/libdwfl/
dwfl_module.c 223 int result = (*removed) (MODCB_ARGS (m), arg); local
224 if (result != 0)
225 return result;
  /external/elfutils/libelf/
common.h 74 Elf *result = (Elf *) calloc (1, sizeof (Elf) + extra); local
75 if (result == NULL)
79 result->kind = kind;
80 result->ref_count = 1;
81 result->cmd = cmd;
82 result->fildes = fildes;
83 result->start_offset = offset;
84 result->maximum_size = maxsize;
85 result->map_address = map_address;
86 result->parent = parent
    [all...]
elf32_checksum.c 58 long int result = 0; local
102 result = -1l;
127 result = process_block (result, data);
141 result = process_block (result, data);
148 result = -1l;
152 result = process_block (result, data);
158 result = -1l
    [all...]
elf_end.c 57 int result = elf->ref_count; local
59 return result;
elf_strptr.c 69 char *result = NULL; local
171 result = &strscn->zdata_base[offset];
190 result = &strscn->rawdata_base[offset];
210 result = ((char *) dl->data.d.d_buf
224 return result;
  /external/elfutils/tests/
asm-tst7.c 36 int result = 0; local
78 result = 1;
86 result = 1;
92 result = 1;
106 result = 1;
115 result = 1;
132 result = 1;
140 result = 1;
148 result = 1;
155 result = 1
    [all...]
asm-tst8.c 36 int result = 0; local
79 result = 1;
87 result = 1;
93 result = 1;
107 result = 1;
116 result = 1;
133 result = 1;
141 result = 1;
149 result = 1;
156 result = 1
    [all...]
dwelfgnucompressed.c 38 int result = 0; local
51 result = 1;
60 result = 1;
73 result = 1;
81 result = 1;
92 result = 1;
103 return result;
dwfl-addr-sect.c 66 int result = 0; local
72 result |= handle_address (dwfl, addr);
74 result = 1;
79 return result;
dwfl-bug-fd-leak.c 58 int result = dwfl_linux_proc_report (dwfl, pid); local
59 if (result < 0)
61 else if (result > 0)
62 error (2, result, "dwfl_linux_proc_report");
elfgetchdr.c 38 int result = 0; local
51 result = 1;
60 result = 1;
73 result = 1;
83 result = 1;
97 result = 1;
109 result = 1;
123 return result;
elfgetzdata.c 36 int result = 0; local
59 result = 1;
112 return result;
find-prologues.c 70 int result = dwarf_entry_breakpoints (func, &bkpts); local
71 if (result <= 0)
75 for (int i = 0; i < result; ++i)
77 i == result - 1 ? "\n" : "");
100 int result = 0; local
107 return result;
funcretval.c 98 int result = 0; local
105 return result;
get-aranges.c 41 int result = 0; local
52 result = 1;
75 result = 1;
86 result = 1;
114 result = 1;
129 result = 1;
141 return result;
get-pubnames.c 34 int result = DWARF_CB_OK; local
46 result = DWARF_CB_ABORT;
57 result = DWARF_CB_ABORT;
62 return result;
69 int result = 0; local
79 result = 1;
90 result = 1;
97 return result;
newfile.c 56 int result = 0; local
74 result = 1;
81 result = 1;
90 result = 1;
105 result = 1;
113 result = 1; \
133 result = 1;
144 result = 1;
169 return result;

Completed in 504 milliseconds

<<41424344454647484950>>