Searched refs:info (Results 1 - 25 of 3349) sorted by relevance

1234567891011>>

/external/cblas/src/
H A Dcblas_xerbla.c8 void cblas_xerbla(int info, const char *rout, const char *form, ...) argument
20 if (info == 5 ) info = 4;
21 else if (info == 4 ) info = 5;
22 else if (info == 11) info = 9;
23 else if (info == 9 ) info = 11;
27 if (info
[all...]
/external/cblas/testing/
H A Dc_xerbla.c8 void cblas_xerbla(int info, const char *rout, const char *form, ...) argument
38 if (info == 5 ) info = 4;
39 else if (info == 4 ) info = 5;
40 else if (info == 11) info = 9;
41 else if (info == 9 ) info = 11;
45 if (info
100 F77_Integer *info=vinfo; local
104 int *info=vinfo; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_draw.h43 util_draw_init_info(struct pipe_draw_info *info) argument
45 memset(info, 0, sizeof(*info));
46 info->instance_count = 1;
47 info->max_index = 0xffffffff;
54 struct pipe_draw_info info; local
56 util_draw_init_info(&info);
57 info.mode = mode;
58 info.start = start;
59 info
70 struct pipe_draw_info info; local
88 struct pipe_draw_info info; local
109 struct pipe_draw_info info; local
130 struct pipe_draw_info info; local
[all...]
/external/selinux/libsemanage/src/
H A Dparse_utils.c14 const char *filename, void *parse_arg, parse_info_t ** info)
33 *info = tmp_info;
37 void parse_release(parse_info_t * info) argument
40 parse_close(info);
41 parse_dispose_line(info);
42 free(info);
45 int parse_open(semanage_handle_t * handle, parse_info_t * info) argument
48 info->file_stream = fopen(info->filename, "r");
49 if (!info
13 parse_init(semanage_handle_t * handle, const char *filename, void *parse_arg, parse_info_t ** info) argument
60 parse_close(parse_info_t * info) argument
68 parse_dispose_line(parse_info_t * info) argument
83 parse_skip_space(semanage_handle_t * handle, parse_info_t * info) argument
141 parse_assert_noeof(semanage_handle_t * handle, parse_info_t * info) argument
153 parse_assert_space(semanage_handle_t * handle, parse_info_t * info) argument
171 parse_assert_ch(semanage_handle_t * handle, parse_info_t * info, const char ch) argument
190 parse_assert_str(semanage_handle_t * handle, parse_info_t * info, const char *assert_str) argument
211 parse_optional_ch(parse_info_t * info, const char ch) argument
223 parse_optional_str(parse_info_t * info, const char *str) argument
234 parse_fetch_int(semanage_handle_t * handle, parse_info_t * info, int *num, char delim) argument
269 parse_fetch_string(semanage_handle_t * handle, parse_info_t * info, char **str, char delim) argument
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dset_thread_name_win.h27 THREADNAME_INFO info; local
28 info.dwType = 0x1000;
29 info.szName = szThreadName;
30 info.dwThreadID = dwThreadID;
31 info.dwFlags = 0;
35 RaiseException(0x406D1388, 0, sizeof(info) / sizeof(DWORD),
36 (ULONG_PTR*)&info);
/external/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c17 static struct graw_info info; variable in typeref:struct:graw_info
91 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
92 info.ctx->bind_vertex_elements_state(info.ctx, handle);
97 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
103 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
108 set_vertex_shader(struct graw_info *info) argument
121 handle = graw_parse_vertex_shader(info
131 set_fragment_shader(struct graw_info *info) argument
[all...]
/external/iptables/extensions/
H A Dlibxt_length.c25 struct xt_length_info *info = cb->data; local
28 info->min = cb->val.u16_range[0];
29 info->max = cb->val.u16_range[0];
31 info->max = cb->val.u16_range[1];
33 info->invert = 1;
39 const struct xt_length_info *info = (void *)match->data; local
41 printf(" length %s", info->invert ? "!" : "");
42 if (info->min == info->max)
43 printf("%u", info
50 const struct xt_length_info *info = (void *)match->data; local
[all...]
H A Dlibxt_HMARK.c143 hmark_parse(const char *type, size_t len, struct xt_hmark_info *info, argument
147 info->flags |= XT_HMARK_FLAG(XT_HMARK_CT);
150 memset(&info->src_mask, 0xff, sizeof(info->src_mask));
151 info->flags |= XT_HMARK_FLAG(XT_HMARK_SADDR_MASK);
154 memset(&info->dst_mask, 0xff, sizeof(info->dst_mask));
155 info->flags |= XT_HMARK_FLAG(XT_HMARK_DADDR_MASK);
158 memset(&info->port_mask.p16.src, 0xff,
159 sizeof(info
185 struct xt_hmark_info *info = cb->data; local
206 struct xt_hmark_info *info = cb->data; local
290 HMARK_print(const struct xt_hmark_info *info) argument
313 const struct xt_hmark_info *info = local
334 const struct xt_hmark_info *info = local
353 HMARK_save(const struct xt_hmark_info *info) argument
386 const struct xt_hmark_info *info = local
403 const struct xt_hmark_info *info = local
[all...]
H A Dlibxt_physdev.c42 struct xt_physdev_info *info = cb->data; local
47 xtables_parse_interface(cb->arg, info->physindev,
48 (unsigned char *)info->in_mask);
50 info->invert |= XT_PHYSDEV_OP_IN;
51 info->bitmask |= XT_PHYSDEV_OP_IN;
54 xtables_parse_interface(cb->arg, info->physoutdev,
55 (unsigned char *)info->out_mask);
57 info->invert |= XT_PHYSDEV_OP_OUT;
58 info->bitmask |= XT_PHYSDEV_OP_OUT;
61 info
87 const struct xt_physdev_info *info = (const void *)match->data; local
110 const struct xt_physdev_info *info = (const void *)match->data; local
[all...]
/external/libcxx/test/std/utilities/type.index/type.index.members/
H A Dctor.pass.cpp22 std::type_info const & info = typeid(int); member in class:std
23 std::type_index t1(info);
24 assert(t1.name() == info.name());
/external/lldb/scripts/
H A Ddisasm-gdb-remote.pl37 { name => 'eax', info => $reg32_href },
38 { name => 'ecx', info => $reg32_href },
39 { name => 'edx', info => $reg32_href },
40 { name => 'ebx', info => $reg32_href },
41 { name => 'esp', info => $reg32_href },
42 { name => 'ebp', info => $reg32_href },
43 { name => 'esi', info => $reg32_href },
44 { name => 'edi', info => $reg32_href },
45 { name => 'eip', info => $reg32_href },
46 { name => 'eflags', info
[all...]
/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp238 __dynamic_cast_info info = {thrown_class_type, 0, this, -1, 0};
239 info.number_of_dst_type = 1;
240 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
241 if (info.path_dst_ptr_to_static_ptr == public_path)
243 adjustedPtr = const_cast<void*>(info.dst_ptr_leading_to_static_ptr);
252 __class_type_info::process_found_base_class(__dynamic_cast_info* info, argument
256 if (info->dst_ptr_leading_to_static_ptr == 0)
259 info->dst_ptr_leading_to_static_ptr = adjustedPtr;
260 info->path_dst_ptr_to_static_ptr = path_below;
261 info
280 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
289 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
300 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
321 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
509 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; local
596 process_static_type_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below) const argument
643 process_static_type_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below) const argument
710 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
882 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
959 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
1028 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1098 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1113 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1128 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1149 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
[all...]
/external/aac/libFDK/src/
H A DFDK_core.cpp81 amm-info@iis.fraunhofer.de
93 /* FDK tools library info */
106 int FDK_toolsGetLibInfo(LIB_INFO *info) argument
111 if (info == NULL) {
116 i = FDKlibInfo_lookup(info, FDK_TOOLS);
119 info += i;
123 FDKsprintf(info->versionStr, "%d.%d.%d", ((v >> 24) & 0xff), ((v >> 16) & 0xff), ((v >> 8 ) & 0xff));
125 info->module_id = FDK_TOOLS;
126 info->version = v;
127 info
[all...]
/external/e2fsprogs/lib/ss/
H A Dget_readline.c23 static void ss_release_readline(ss_data *info) argument
26 if (!info->readline_handle)
29 info->readline = 0;
30 info->add_history = 0;
31 info->redisplay = 0;
32 info->rl_completion_matches = 0;
33 dlclose(info->readline_handle);
34 info->readline_handle = 0;
45 ss_data *info = ss_info(sci_idx); local
50 if (info
[all...]
/external/skia/src/utils/mac/
H A DSkStream_mac.cpp13 static void unref_proc(void* info, const void* addr, size_t size) { argument
14 SkASSERT(info);
15 ((SkRefCnt*)info)->unref();
18 static void delete_stream_proc(void* info, const void* addr, size_t size) { argument
19 SkASSERT(info);
20 SkStream* stream = (SkStream*)info;
28 static size_t get_bytes_proc(void* info, void* buffer, size_t bytes) { argument
29 SkASSERT(info);
30 return ((SkStream*)info)->read(buffer, bytes);
33 static off_t skip_forward_proc(void* info, off_ argument
37 rewind_proc(void* info) argument
43 release_info_proc(void* info) argument
[all...]
/external/valgrind/helgrind/tests/
H A Dtc19_shadowmem.c25 Info* info = (Info*)infoV; local
26 firstoff = info->firstoff;
27 lastoff = info->lastoff;
28 skipoff = info->skipoff;
29 arr = info->arr;
31 assert( info->child == &child8 );
49 Info* info = (Info*)infoV; local
50 firstoff = info->firstoff;
51 lastoff = info->lastoff;
52 skipoff = info
73 Info* info = (Info*)infoV; local
97 Info* info = (Info*)infoV; local
139 Info info; local
282 Info* info = (Info*)infoV; local
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cc29 const AddressInfo &info, const char *strip_path_prefix,
48 buffer->append("0x%zx", info.address);
51 buffer->append("%s", StripPathPrefix(info.module, strip_path_prefix));
54 buffer->append("0x%zx", info.module_offset);
57 buffer->append("%s", StripFunctionName(info.function, strip_func_prefix));
60 buffer->append("0x%zx", info.function_offset != AddressInfo::kUnknown
61 ? info.function_offset
65 buffer->append("%s", StripPathPrefix(info.file, strip_path_prefix));
68 buffer->append("%d", info.line);
71 buffer->append("%d", info
28 RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, const AddressInfo &info, const char *strip_path_prefix, const char *strip_func_prefix) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cc50 AddressInfo info; local
51 info.address = 0x400000;
52 info.module = internal_strdup("/path/to/my/module");
53 info.module_offset = 0x200;
54 info.function = internal_strdup("function_foo");
55 info.function_offset = 0x100;
56 info.file = internal_strdup("/path/to/my/source");
57 info.line = 10;
58 info.column = 5;
65 frame_no, info, "/pat
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh187 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_unicode_funcs_t *unicode) argument
190 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) |
191 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) |
192 (info->codepoint == 0x200Cu ? MASK0_ZWNJ : 0) |
193 (info->codepoint == 0x200Du ? MASK0_ZWJ : 0);
194 info->unicode_props1() = unicode->modified_combining_class (info->codepoint);
198 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, argument
201 info
205 _hb_glyph_info_get_general_category(const hb_glyph_info_t *info) argument
211 _hb_glyph_info_set_modified_combining_class(hb_glyph_info_t *info, unsigned int modified_class) argument
218 _hb_glyph_info_get_modified_combining_class(const hb_glyph_info_t *info) argument
224 _hb_glyph_info_is_default_ignorable(const hb_glyph_info_t *info) argument
230 _hb_glyph_info_is_zwnj(const hb_glyph_info_t *info) argument
236 _hb_glyph_info_is_zwj(const hb_glyph_info_t *info) argument
242 _hb_glyph_info_flip_joiners(hb_glyph_info_t *info) argument
273 _hb_glyph_info_clear_lig_props(hb_glyph_info_t *info) argument
281 _hb_glyph_info_set_lig_props_for_ligature(hb_glyph_info_t *info, unsigned int lig_id, unsigned int lig_num_comps) argument
289 _hb_glyph_info_set_lig_props_for_mark(hb_glyph_info_t *info, unsigned int lig_id, unsigned int lig_comp) argument
297 _hb_glyph_info_set_lig_props_for_component(hb_glyph_info_t *info, unsigned int comp) argument
303 _hb_glyph_info_get_lig_id(const hb_glyph_info_t *info) argument
309 _hb_glyph_info_ligated_internal(const hb_glyph_info_t *info) argument
315 _hb_glyph_info_get_lig_comp(const hb_glyph_info_t *info) argument
324 _hb_glyph_info_get_lig_num_comps(const hb_glyph_info_t *info) argument
344 _hb_glyph_info_set_glyph_props(hb_glyph_info_t *info, unsigned int props) argument
350 _hb_glyph_info_get_glyph_props(const hb_glyph_info_t *info) argument
356 _hb_glyph_info_is_base_glyph(const hb_glyph_info_t *info) argument
362 _hb_glyph_info_is_ligature(const hb_glyph_info_t *info) argument
368 _hb_glyph_info_is_mark(const hb_glyph_info_t *info) argument
374 _hb_glyph_info_substituted(const hb_glyph_info_t *info) argument
380 _hb_glyph_info_ligated(const hb_glyph_info_t *info) argument
386 _hb_glyph_info_multiplied(const hb_glyph_info_t *info) argument
392 _hb_glyph_info_ligated_and_didnt_multiply(const hb_glyph_info_t *info) argument
398 _hb_glyph_info_clear_ligated_and_multiplied(hb_glyph_info_t *info) argument
[all...]
/external/aac/libFDK/include/
H A DFDK_core.h81 amm-info@iis.fraunhofer.de
103 int FDK_toolsGetLibInfo(LIB_INFO *info);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_fs.h38 struct tgsi_shader_info info; member in struct:draw_fragment_shader
/external/proguard/src/proguard/optimize/info/
H A DCaughtClassMarker.java21 package proguard.optimize.info;
50 ClassOptimizationInfo info = ClassOptimizationInfo.getClassOptimizationInfo(clazz);
51 if (info != null)
53 info.setCaught();
60 ClassOptimizationInfo info = ClassOptimizationInfo.getClassOptimizationInfo(clazz);
61 return info == null || info.isCaught();
H A DSimpleEnumMarker.java21 package proguard.optimize.info;
62 ClassOptimizationInfo info = ClassOptimizationInfo.getClassOptimizationInfo(clazz);
63 if (info != null)
65 info.setSimpleEnum(simple);
72 ClassOptimizationInfo info = ClassOptimizationInfo.getClassOptimizationInfo(clazz);
73 return info != null && info.isSimpleEnum();
H A DStaticInitializerContainingClassMarker.java21 package proguard.optimize.info;
52 ClassOptimizationInfo info = ClassOptimizationInfo.getClassOptimizationInfo(clazz);
53 if (info != null)
55 info.setContainsStaticInitializer();
62 ClassOptimizationInfo info = ClassOptimizationInfo.getClassOptimizationInfo(clazz);
63 return info == null || info.containsStaticInitializer();
/external/strace/
H A Dsysctl.c19 struct __sysctl_args info; local
23 if (umove(tcp, tcp->u_arg[0], &info) < 0)
26 size = sizeof(int) * (unsigned long) info.nlen;
27 name = (size / sizeof(int) != (unsigned long) info.nlen) ? NULL : malloc(size);
29 umoven(tcp, (unsigned long) info.name, size, name) < 0) {
33 info.name, info.nlen, info.oldval,
34 info.oldlenp, info
[all...]

Completed in 3004 milliseconds

1234567891011>>