Home
last modified time | relevance | path

Searched refs:blk_type (Results 1 – 7 of 7) sorted by relevance

/external/coreboot/src/vendorcode/siemens/hwilib/
Dhwilib.c44 uint8_t blk_type; /* Valid for a specific block type */ member
81 .pos[0] = {.blk_type = BLK_HIB, .offset = 0x8, .len = 4},
84 .pos[0] = {.blk_type = BLK_SIB, .offset = 0x8, .len = 4},
87 .pos[0] = {.blk_type = BLK_EIB, .offset = 0x8, .len = 4},
90 .pos[0] = {.blk_type = BLK_XIB, .offset = 0x8, .len = 4},
93 .pos[0] = {.blk_type = BLK_HIB, .offset = 0xbe, .len = 2},
96 .pos[0] = {.blk_type = BLK_SIB, .offset = 0xc8, .len = 2},
99 .pos[0] = {.blk_type = BLK_HIB, .offset = 0x1a8, .len = 4},
100 .pos[1] = {.blk_type = BLK_SIB, .offset = 0xd0, .len = 4},
103 .pos[0] = {.blk_type = BLK_HIB, .offset = 0xa2, .len = 10},
[all …]
/external/libldac/src/
Dencode_ldac.c70 int blk_type, blk_nchs; in init_encode_ldac() local
86 p_ab->blk_type = blk_type = gaa_block_setting_ldac[chconfig_id][ibk+2]; in init_encode_ldac()
87 p_ab->blk_nchs = blk_nchs = get_block_nchs_ldac(blk_type); in init_encode_ldac()
116 int blk_type; in calc_initial_bits_ldac() local
124 blk_type = gaa_block_setting_ldac[chconfig_id][ibk+2]; in calc_initial_bits_ldac()
126 if (blk_type == LDAC_BLKID_STEREO){ in calc_initial_bits_ldac()
Dtables_ldac.c65 int blk_type) in get_block_nchs_ldac() argument
69 if (blk_type == LDAC_BLKID_MONO) { in get_block_nchs_ldac()
72 else if (blk_type == LDAC_BLKID_STEREO) { in get_block_nchs_ldac()
Dpack_ldac.c471 int blk_type, size, offset = 0; in pack_null_data_frame_ldac() local
474 blk_type = p_ab->blk_type; in pack_null_data_frame_ldac()
475 size = sa_null_data_size_ldac[blk_type]; in pack_null_data_frame_ldac()
477 copy_data_ldac(saa_null_data_ldac[blk_type], p_stream+offset, size*sizeof(STREAM)); in pack_null_data_frame_ldac()
Dldac.h208 int blk_type; member
/external/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c112 static char *blk_type = NON_BLOCKING_IO; /* blocking i/o or not */ variable
158 error, size, pipe_type, blk_type); in main()
161 count + 1, size, pipe_type, blk_type); in main()
205 blk_type = BLOCKING_IO; in parse_options()
478 blk_type = UNNAMED_IO; in setup()
603 i, count, size, pipe_type, blk_type, in check_rw_buf()
706 pipe_type, blk_type, in do_parent()
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_blocks.c525 const struct glsl_type *blk_type, in iterate_type_fill_variables() argument
557 type == glsl_without_array(blk_type)) { in iterate_type_fill_variables()
597 prog, block, blk_type, is_array_instance, in iterate_type_fill_variables()
776 count_block(const struct glsl_type *blk_type, unsigned *num_blocks, in count_block() argument
779 const struct glsl_type *type = glsl_without_array(blk_type); in count_block()
780 unsigned aoa_size = glsl_get_aoa_size(blk_type); in count_block()
1038 const struct glsl_type *blk_type = is_interface_instance ? in fill_block() local
1040 const struct glsl_type *type = glsl_without_array(blk_type); in fill_block()
1084 … &offset, &buffer_size, prog, block, blk_type, is_array_instance, block->_RowMajor, in fill_block()
1204 const struct glsl_type *blk_type = in link_linked_shader_uniform_blocks() local
[all …]