HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 1 - 25 of 8314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
assign_with_trailing_space.mk 2 $(info X$(a)Z)
4 $(info X$(a)Z)
6 $(info X$(a)Z)
10 $(info X$(a)Z)
12 $(info X$(a)Z)
quine.mk 2 $$(info define q)
3 $$(info $$(subst $$$$,$$$$$$$$,$$q))
4 $$(info endef)
5 $$(info $$$$(eval $$$$q))
autovar_assign.mk 6 $(info $(x))
7 $(info $(flavor x))
8 $(info $(origin x))
13 $(info $(x))
14 $(info $(flavor x))
15 $(info $(origin x))
append_self_reference.mk 3 $(info $(x))
8 #$(info $(y)
ifdef_rec_var.mk 1 empty=$(info FAIL)
5 $(info PASS)
7 $(info FAIL)
  /external/cblas/src/
cblas_xerbla.c 8 void cblas_xerbla(int info, const char *rout, const char *form, ...)
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 == 5 ) info = 4
    [all...]
  /external/cblas/testing/
c_xerbla.c 8 void cblas_xerbla(int info, const char *rout, const char *form, ...)
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 == 5 ) info = 4
100 F77_Integer *info=vinfo; local
104 int *info=vinfo; local
    [all...]
  /external/harfbuzz_ng/src/
dump-khmer-data.cc 34 hb_glyph_info_t info; local
35 info.codepoint = u;
36 set_khmer_properties (info);
37 if (info.khmer_category() != INDIC_SYLLABIC_CATEGORY_OTHER)
39 info.khmer_category());
dump-indic-data.cc 34 hb_glyph_info_t info; local
35 info.codepoint = u;
36 set_indic_properties (info);
37 if (info.indic_category() != INDIC_SYLLABIC_CATEGORY_OTHER ||
38 info.indic_position() != INDIC_MATRA_CATEGORY_NOT_APPLICABLE)
40 info.indic_category(),
41 info.indic_position());
dump-myanmar-data.cc 34 hb_glyph_info_t info; local
35 info.codepoint = u;
36 set_myanmar_properties (info);
37 if (info.myanmar_category() != INDIC_SYLLABIC_CATEGORY_OTHER ||
38 info.myanmar_position() != INDIC_MATRA_CATEGORY_NOT_APPLICABLE)
40 info.myanmar_category(),
41 info.myanmar_position());
hb-ot-layout.hh 114 bool (*filter) (const hb_glyph_info_t *info));
168 hb_glyph_info_t *info = buffer->info; local
171 unsigned int syllable = info[start].syllable();
172 while (++start < count && syllable == info[start].syllable())
211 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_buffer_t *buffer)
214 unsigned int u = info->codepoint;
255 info->unicode_props() = props;
259 _hb_glyph_info_set_general_category (hb_glyph_info_t *info,
263 info->unicode_props() = (unsigned int) gen_cat | (info->unicode_props() & (0xFF & ~UPROPS_MASK_GEN_CAT) (…)
360 hb_glyph_info_t *info = buffer->info; local
    [all...]
  /external/libxcam/xcore/
xcam_buffer.cpp 25 XCamVideoBufferInfo *info,
33 XCAM_ASSERT (info && format);
42 info->format = format;
43 info->width = width;
44 info->height = height;
45 info->aligned_width = aligned_width;
46 info->aligned_height = aligned_height;
50 info->color_bits = 8;
51 info->components = 1;
52 info->strides [0] = aligned_width
    [all...]
  /external/u-boot/lib/at91/
at91.c 13 void atmel_logo_info(vidinfo_t *info)
15 info->logo_width = ATMEL_LOGO_8BPP_WIDTH;
16 info->logo_height = ATMEL_LOGO_8BPP_HEIGHT;
17 info->logo_x_offset = ATMEL_LOGO_8BPP_X_OFFSET;
18 info->logo_y_offset = ATMEL_LOGO_8BPP_X_OFFSET;
19 info->logo_addr = (u_long)atmel_logo_8bpp;
22 void microchip_logo_info(vidinfo_t *info)
24 info->logo_width = MICROCHIP_LOGO_8BPP_WIDTH;
25 info->logo_height = MICROCHIP_LOGO_8BPP_HEIGHT;
26 info->logo_x_offset = MICROCHIP_LOGO_8BPP_X_OFFSET
    [all...]
  /external/adhd/cras/src/server/
cras_hfp_info.c 56 int hfp_info_add_iodev(struct hfp_info *info, struct cras_iodev *dev)
59 if (info->odev)
61 info->odev = dev;
63 buf_reset(info->playback_buf);
65 if (info->idev)
67 info->idev = dev;
69 buf_reset(info->capture_buf);
78 int hfp_info_rm_iodev(struct hfp_info *info, struct cras_iodev *dev)
80 if (dev->direction == CRAS_STREAM_OUTPUT && info->odev == dev) {
81 info->odev = NULL
269 struct hfp_info *info = (struct hfp_info *)arg; local
303 struct hfp_info *info; local
    [all...]
cras_hfp_info.h 31 void hfp_info_destroy(struct hfp_info *info);
34 int hfp_info_running(struct hfp_info *info);
39 int hfp_info_start(int fd, unsigned int mtu, struct hfp_info *info);
44 int hfp_info_stop(struct hfp_info *info);
48 * info - The hfp_info holding the buffer to query.
52 int hfp_buf_queued(struct hfp_info *info, const struct cras_iodev *dev);
57 * info - The hfp_info holding buffer.
60 int hfp_buf_size(struct hfp_info *info, struct cras_iodev *dev);
65 * info - The hfp_info holding buffer.
71 void hfp_buf_acquire(struct hfp_info *info, struct cras_iodev *dev
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw.h 43 util_draw_init_info(struct pipe_draw_info *info)
45 memset(info, 0, sizeof(*info));
46 info->instance_count = 1;
47 info->max_index = 0xffffffff;
57 struct pipe_draw_info info; local
59 util_draw_init_info(&info);
60 info.mode = mode;
61 info.start = start;
62 info.count = count
75 struct pipe_draw_info info; local
95 struct pipe_draw_info info; local
119 struct pipe_draw_info info; local
    [all...]
  /external/mesa3d/src/intel/isl/
isl_gen6.c 29 const struct isl_surf_init_info *info,
34 assert(info->samples >= 1);
36 if (info->samples == 1) {
41 if (!isl_format_supports_multisampling(dev->info, info->format))
53 if (info->dim != ISL_SURF_DIM_2D)
57 if (isl_surf_usage_is_display(info->usage))
61 if (info->levels > 1)
70 const struct isl_surf_init_info *restrict info,
77 assert(info->format != ISL_FORMAT_HIZ)
    [all...]
  /external/selinux/libsemanage/src/
parse_utils.c 14 const char *filename, void *parse_arg, parse_info_t ** info)
33 *info = tmp_info;
37 void parse_release(parse_info_t * info)
40 parse_close(info);
41 parse_dispose_line(info);
42 free(info);
45 int parse_open(semanage_handle_t * handle, parse_info_t * info)
48 info->file_stream = fopen(info->filename, "r");
49 if (!info->file_stream && (errno != ENOENT))
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_get_main_data_size.cpp 38 mp3Header *info, pointer to mp3 header info structure
116 int32 pvmp3_get_main_data_size(mp3Header *info,
121 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[info->version_x][info->bitrate_index] << 20,
122 inv_sfreq[info->sampling_frequency]);
125 numBytes >>= (20 - info->version_x);
130 if (info->version_x == MPEG_1)
133 if (info->mode == MPG_MD_MONO)
147 if (info->mode == MPG_MD_MONO
    [all...]
pvmp3_decode_header.cpp 39 mp3Header *info,
43 mp3Header *info, structure holding the parsed mp3 header info
116 mp3Header *info,
153 info->version_x = MPEG_2_5;
156 info->version_x = MPEG_2;
159 info->version_x = MPEG_1;
162 info->version_x = INVALID_VERSION;
167 info->layer_description = 4 - ((temp << 13) >> 30); /* 2 */
168 info->error_protection = !((temp << 15) >> 31); /* 1 *
    [all...]
  /external/u-boot/board/shmin/
shmin.c 47 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info)
56 info->flash_id = 0x01000000;
57 info->portwidth = 1;
58 info->chipwidth = 1;
59 info->buffer_size = 1;
60 info->erase_blk_tout = 16384;
61 info->write_tout = 2;
62 info->buffer_write_tout = 5;
63 info->vendor = 0xFFF0; /* CFI_CMDSET_AMD_LEGACY */
64 info->cmd_reset = 0x00F0
    [all...]
  /bionic/tests/
elf_test.cpp 23 uint8_t info; local
26 info = ELF32_ST_INFO(STB_LOCAL, STT_HIPROC);
27 ASSERT_EQ(STB_LOCAL, ELF32_ST_BIND(info));
28 ASSERT_EQ(STT_HIPROC, ELF32_ST_TYPE(info));
31 info = ELF64_ST_INFO(STB_LOCAL, STT_HIPROC);
32 ASSERT_EQ(STB_LOCAL, ELF64_ST_BIND(info));
33 ASSERT_EQ(STT_HIPROC, ELF64_ST_TYPE(info));
36 info = ELF32_ST_INFO(STB_LOCAL, STT_HIPROC);
37 ASSERT_EQ(STB_LOCAL, ELF32_ST_BIND(info));
38 ASSERT_EQ(STT_HIPROC, ELF32_ST_TYPE(info));
    [all...]
  /external/strace/
print_sg_req_info.c 49 struct_sg_req_info info; local
55 if (!umove_or_printaddr(tcp, arg, &info)) {
62 info.req_state,
63 info.orphan,
64 info.sg_io_owned,
65 info.problem,
66 info.pack_id);
67 printaddr(ptr_to_kulong(info.usr_ptr));
68 tprintf(", duration=%u}", info.duration);
  /external/v8/src/parsing/
parsing.cc 11 #include "src/parsing/parse-info.h"
20 bool ParseProgram(ParseInfo* info, Isolate* isolate) {
21 DCHECK(info->is_toplevel());
22 DCHECK_NULL(info->literal());
27 Handle<String> source(String::cast(info->script()->source()), isolate);
31 info->set_character_stream(std::move(stream));
33 Parser parser(info);
39 result = parser.ParseProgram(isolate, info);
40 info->set_literal(result);
42 info->pending_error_handler()->ReportErrors(isolate, info->script()
    [all...]
  /external/iptables/extensions/
libxt_length.c 25 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->min)
50 const struct xt_length_info *info = (void *)match->data; local
62 const struct xt_length_info *info = (void *)params->match->data; local
    [all...]

Completed in 900 milliseconds

1 2 3 4 5 6 7 8 91011>>