Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 4986) sorted by relevance

12345678910>>...200

/aosp_15_r20/external/libgav1/src/tile/bitstream/
H A Dmode_info.cc133 int GetUseCompoundReferenceContext(const Tile::Block& block) { in GetUseCompoundReferenceContext()
169 int GetReferenceContext(const Tile::Block& block, in GetReferenceContext()
187 bool Tile::ReadSegmentId(const Block& block) { in ReadSegmentId()
247 bool Tile::ReadIntraSegmentId(const Block& block) { in ReadIntraSegmentId()
256 void Tile::ReadSkip(const Block& block) { in ReadSkip()
275 bool Tile::ReadSkipMode(const Block& block) { in ReadSkipMode()
299 void Tile::ReadCdef(const Block& block) { in ReadCdef()
346 void Tile::ReadQuantizerIndexDelta(const Block& block) { in ReadQuantizerIndexDelta()
358 void Tile::ReadLoopFilterDelta(const Block& block) { in ReadLoopFilterDelta()
389 void Tile::ReadPredictionModeY(const Block& block, bool intra_y_mode) { in ReadPredictionModeY()
[all …]
/aosp_15_r20/external/pigweed/pw_allocator/block/
H A Ddetailed_block_test.cc105 void CheckAllReachableBlock(BlockType* block) { in CheckAllReachableBlock()
140 BlockType* block = *result; in TEST_FOR_EACH_BLOCK_TYPE() local
173 BlockType* block = nullptr; in TEST_FOR_EACH_BLOCK_TYPE() local
183 auto* block = Preallocate<BlockType>( in TEST_FOR_EACH_BLOCK_TYPE() local
197 auto* block = Preallocate<BlockType>( in TEST_FOR_EACH_BLOCK_TYPE() local
215 auto* block = Preallocate<BlockType>( in TEST_FOR_EACH_BLOCK_TYPE() local
235 auto* block = Preallocate<BlockType>( in TEST_FOR_EACH_BLOCK_TYPE() local
265 auto* block = Preallocate<BlockType>( in TEST_FOR_EACH_BLOCK_TYPE() local
300 auto* block = Preallocate<BlockType>( in TEST_FOR_EACH_BLOCK_TYPE() local
331 auto* block = Preallocate<BlockType>( in TEST_FOR_EACH_BLOCK_TYPE() local
[all …]
/aosp_15_r20/external/minijail/tools/
H A Dbpf.py378 def visited(self, block): argument
384 def process(self, block): argument
388 def visit(self, block): argument
419 def visitKillProcess(self, block): argument
423 def visitKillThread(self, block): argument
427 def visitTrap(self, block): argument
431 def visitReturnErrno(self, block): argument
435 def visitTrace(self, block): argument
439 def visitUserNotify(self, block): argument
443 def visitLog(self, block): argument
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dspdy_utils_test.cc67 Http2HeaderBlock block; in TEST_F() local
83 Http2HeaderBlock block; in TEST_F() local
92 Http2HeaderBlock block; in TEST_F() local
104 Http2HeaderBlock block; in TEST_F() local
121 Http2HeaderBlock block; in TEST_F() local
132 Http2HeaderBlock block; in TEST_F() local
152 Http2HeaderBlock block; in TEST_F() local
164 Http2HeaderBlock block; in TEST_F() local
179 Http2HeaderBlock block; in TEST_F() local
194 Http2HeaderBlock block; in TEST_F() local
[all …]
/aosp_15_r20/external/flac/src/test_libFLAC/
H A Dmetadata_object.c122 static FLAC__bool check_seektable_(const FLAC__StreamMetadata *block, uint32_t num_points, const FL… in check_seektable_()
167 static void vc_calc_len_(FLAC__StreamMetadata *block) in vc_calc_len_()
181 static void vc_resize_(FLAC__StreamMetadata *block, uint32_t num) in vc_resize_()
216 static int vc_find_from_(FLAC__StreamMetadata *block, const char *name, uint32_t start) in vc_find_from_()
228 …c_set_vs_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, const … in vc_set_vs_new_()
237 …d vc_set_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, uint32… in vc_set_new_()
246 …c_insert_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, uint32… in vc_insert_new_()
257 static void vc_delete_(FLAC__StreamMetadata *block, uint32_t pos) in vc_delete_()
268 …_replace_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, const … in vc_replace_new_()
314 static void cs_calc_len_(FLAC__StreamMetadata *block) in cs_calc_len_()
[all …]
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/
Dparser_test.cc104 std::string block = R"([require] in TEST_F() local
126 std::string block = "[require]\nframebuffer R32G32B32A32_SFLOAT"; in TEST_F() local
141 std::string block = "[require]\ndepthstencil D24_UNORM_S8_UINT"; in TEST_F() local
156 std::string block = "[require]\nfbsize 300 400"; in TEST_F() local
171 std::string block = "[require]\nfbsize"; in TEST_F() local
180 std::string block = "[require]\nfbsize 200"; in TEST_F() local
189 std::string block = "[require]\nfbsize 200 300 EXTRA"; in TEST_F() local
199 std::string block = "[require]\nfbsize INVALID 200"; in TEST_F() local
208 std::string block = "[require]\nfbsize 200 INVALID"; in TEST_F() local
217 std::string block = R"([require] in TEST_F() local
[all …]
/aosp_15_r20/external/libpcap/
H A Dgencode.h268 struct block { struct
280 struct block *head; argument
281 struct block *link; /* link field used by optimizer */ argument
298 struct block *b; /* protocol checks */ argument
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_control_flow.c49 block_add_pred(nir_block *block, nir_block *pred) in block_add_pred()
55 block_remove_pred(nir_block *block, nir_block *pred) in block_remove_pred()
91 unlink_block_successors(nir_block *block) in unlink_block_successors()
100 link_non_block_to_block(nir_cf_node *node, nir_block *block) in link_non_block_to_block()
128 link_block_to_non_block(nir_block *block, nir_cf_node *node) in link_block_to_non_block()
163 replace_successor(nir_block *block, nir_block *old_succ, nir_block *new_succ) in replace_successor()
185 split_block_beginning(nir_block *block) in split_block_beginning()
209 rewrite_phi_preds(nir_block *block, nir_block *old_pred, nir_block *new_pred) in rewrite_phi_preds()
222 nir_insert_phi_undef(nir_block *block, nir_block *pred) in nir_insert_phi_undef()
267 block_add_normal_succs(nir_block *block) in block_add_normal_succs()
[all …]
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_shape_base.py580 def block(self, request): member in TestBlock
605 def test_returns_copy(self, block): argument
611 def test_block_total_size_estimate(self, block): argument
627 def test_block_simple_row_wise(self, block): argument
634 def test_block_simple_column_wise(self, block): argument
641 def test_block_with_1d_arrays_row_wise(self, block): argument
649 def test_block_with_1d_arrays_multiple_rows(self, block): argument
656 def test_block_with_1d_arrays_column_wise(self, block): argument
664 def test_block_mixed_1d_and_2d(self, block): argument
671 def test_block_complicated(self, block): argument
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dlower.c30 static bool ppir_lower_const(ppir_block *block, ppir_node *node) in ppir_lower_const()
83 static bool ppir_lower_swap_args(ppir_block *block, ppir_node *node) in ppir_lower_swap_args()
98 static bool ppir_lower_load(ppir_block *block, ppir_node *node) in ppir_lower_load()
145 static bool ppir_lower_ddxy(ppir_block *block, ppir_node *node) in ppir_lower_ddxy()
163 static bool ppir_lower_texture(ppir_block *block, ppir_node *node) in ppir_lower_texture()
199 static bool ppir_lower_select(ppir_block *block, ppir_node *node) in ppir_lower_select()
275 static bool ppir_lower_fold_src_mod(ppir_block *block, ppir_node *node) in ppir_lower_fold_src_mod()
349 static bool ppir_lower_abs(ppir_block *block, ppir_node *node) in ppir_lower_abs()
367 static bool ppir_lower_neg(ppir_block *block, ppir_node *node) in ppir_lower_neg()
384 static bool ppir_lower_fold_dest_mod(ppir_block *block, ppir_node *node, ppir_outmod mod) in ppir_lower_fold_dest_mod()
[all …]
H A Dnir.c36 static void *ppir_node_create_ssa(ppir_block *block, ppir_op op, nir_def *ssa) in ppir_node_create_ssa()
54 static void *ppir_node_create_reg(ppir_block *block, ppir_op op, in ppir_node_create_reg()
80 static void *ppir_node_create_dest(ppir_block *block, ppir_op op, in ppir_node_create_dest()
157 static bool ppir_emit_alu(ppir_block *block, nir_instr *ni) in ppir_emit_alu()
201 static bool ppir_emit_derivative(ppir_block *block, nir_instr *ni, int op) in ppir_emit_derivative()
232 ppir_block *block = ppir_block_create(comp); in ppir_emit_discard_block() local
249 static ppir_node *ppir_emit_discard_if(ppir_block *block, nir_instr *ni) in ppir_emit_discard_if()
273 static ppir_node *ppir_emit_discard(ppir_block *block, nir_instr *ni) in ppir_emit_discard()
280 static bool ppir_emit_intrinsic(ppir_block *block, nir_instr *ni) in ppir_emit_intrinsic()
456 static bool ppir_emit_load_const(ppir_block *block, nir_instr *ni) in ppir_emit_load_const()
[all …]
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_block_access.cpp105 const internal::TensorBlockDescriptor<NumDims>& block, in UpdateCoeffSet()
138 auto block = block_mapper.blockDescriptor(i); in test_block_mapper_maps_every_element() local
240 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
254 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
265 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
280 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
291 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
306 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
318 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
333 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
[all …]
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DCodeBlockTest.kt84 val block = CodeBlock.builder().add("%1N", "taco").build() in nameFormatCanBeIndexed() constant
89 val block = CodeBlock.builder().add("%1L", "taco").build() in literalFormatCanBeIndexed() constant
94 val block = CodeBlock.builder().add("%1S", "taco").build() in stringFormatCanBeIndexed() constant
99 val block = CodeBlock.builder().add("%1T", String::class).build() in typeFormatCanBeIndexed() constant
106 val block = CodeBlock.builder().addNamed("%text:S", map).build() in simpleNamedArgument() constant
113 val block = CodeBlock.builder() in repeatedNamedArgument() constant
124 val block = CodeBlock.builder() in namedAndNoArgFormat() constant
149 val block = CodeBlock.builder() in multipleNamedArguments() constant
161 val block = CodeBlock.builder().addNamed("%clazz:T\n", map).build() in namedNewline() constant
222 val block = CodeBlock.builder() in sameIndexCanBeUsedWithDifferentFormats() constant
/aosp_15_r20/external/javapoet/src/test/java/com/squareup/javapoet/
H A DCodeBlockTest.java108 CodeBlock block = CodeBlock.builder().add("$1N", "taco").build(); in nameFormatCanBeIndexed() local
113 CodeBlock block = CodeBlock.builder().add("$1L", "taco").build(); in literalFormatCanBeIndexed() local
118 CodeBlock block = CodeBlock.builder().add("$1S", "taco").build(); in stringFormatCanBeIndexed() local
123 CodeBlock block = CodeBlock.builder().add("$1T", String.class).build(); in typeFormatCanBeIndexed() local
130 CodeBlock block = CodeBlock.builder().addNamed("$text:S", map).build(); in simpleNamedArgument() local
137 CodeBlock block = CodeBlock.builder() in repeatedNamedArgument() local
147 CodeBlock block = CodeBlock.builder() in namedAndNoArgFormat() local
166 CodeBlock block = CodeBlock.builder().addNamed("$Text:S", map).build(); in lowerCaseNamed() local
178 CodeBlock block = CodeBlock.builder() in multipleNamedArguments() local
189 CodeBlock block = CodeBlock.builder().addNamed("$clazz:T\n", map).build(); in namedNewline() local
[all …]
/aosp_15_r20/system/tools/hidl/host_utils/
DFormatter.cpp63 Formatter& Formatter::block(const std::function<void(void)>& func) { in block() function in android::Formatter
81 Formatter& Formatter::sIf(const std::string& cond, const std::function<void(void)>& block) { in sIf()
86 Formatter& Formatter::sElseIf(const std::string& cond, const std::function<void(void)>& block) { in sElseIf()
91 Formatter& Formatter::sElse(const std::function<void(void)>& block) { in sElse()
96 Formatter& Formatter::sFor(const std::string& stmts, const std::function<void(void)>& block) { in sFor()
101 Formatter& Formatter::sTry(const std::function<void(void)>& block) { in sTry()
106 Formatter& Formatter::sCatch(const std::string& exception, const std::function<void(void)>& block) { in sCatch()
111 Formatter& Formatter::sFinally(const std::function<void(void)>& block) { in sFinally()
116 Formatter& Formatter::sWhile(const std::string& cond, const std::function<void(void)>& block) { in sWhile()
162 void Formatter::printBlock(const WrappedOutput::Block& block, size_t lineLength) { in printBlock()
[all …]
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dbitops.h298 blk_t block) in ext2fs_mark_block_bitmap()
305 blk_t block) in ext2fs_unmark_block_bitmap()
312 blk_t block) in ext2fs_test_block_bitmap()
340 blk_t block) in ext2fs_fast_mark_block_bitmap()
346 blk_t block) in ext2fs_fast_unmark_block_bitmap()
352 blk_t block) in ext2fs_fast_test_block_bitmap()
398 blk_t block, int num) in ext2fs_fast_test_block_bitmap_range()
404 blk_t block, int num) in ext2fs_fast_mark_block_bitmap_range()
410 blk_t block, int num) in ext2fs_fast_unmark_block_bitmap_range()
418 blk64_t block) in ext2fs_mark_block_bitmap2()
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexcompress_etc.c308 etc2_get_pixel_index(const struct etc2_block *block, int x, int y) in etc2_get_pixel_index()
337 etc2_rgb8_parse_block(struct etc2_block *block, in etc2_rgb8_parse_block()
477 etc2_rgb8_fetch_texel(const struct etc2_block *block, in etc2_rgb8_fetch_texel()
556 etc2_alpha8_fetch_texel(const struct etc2_block *block, in etc2_alpha8_fetch_texel()
568 etc2_r11_fetch_texel(const struct etc2_block *block, in etc2_r11_fetch_texel()
594 etc2_signed_r11_fetch_texel(const struct etc2_block *block, in etc2_signed_r11_fetch_texel()
632 etc2_alpha8_parse_block(struct etc2_block *block, const uint8_t *src) in etc2_alpha8_parse_block()
646 etc2_r11_parse_block(struct etc2_block *block, const uint8_t *src) in etc2_r11_parse_block()
653 etc2_rgba8_parse_block(struct etc2_block *block, const uint8_t *src) in etc2_rgba8_parse_block()
663 etc2_rgba8_fetch_texel(const struct etc2_block *block, in etc2_rgba8_fetch_texel()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnir.c46 static void register_node_ssa(gpir_block *block, gpir_node *node, nir_def *ssa) in register_node_ssa()
82 static void register_node_reg(gpir_block *block, gpir_node *node, int index) in register_node_reg()
96 static gpir_node *gpir_node_find(gpir_block *block, nir_src *src, in gpir_node_find()
143 static bool gpir_emit_alu(gpir_block *block, nir_instr *ni) in gpir_emit_alu()
190 static gpir_node *gpir_create_load(gpir_block *block, nir_def *def, in gpir_create_load()
204 static bool gpir_create_vector_load(gpir_block *block, nir_def *def, int index) in gpir_create_vector_load()
223 static bool gpir_emit_intrinsic(gpir_block *block, nir_instr *ni) in gpir_emit_intrinsic()
293 static bool gpir_emit_load_const(gpir_block *block, nir_instr *ni) in gpir_emit_load_const()
310 static bool gpir_emit_ssa_undef(gpir_block *block, nir_instr *ni) in gpir_emit_ssa_undef()
316 static bool gpir_emit_tex(gpir_block *block, nir_instr *ni) in gpir_emit_tex()
[all …]
/aosp_15_r20/system/libufdt/
H A Dufdt_node_pool.c73 struct ufdt_node_pool_block_header *block = pool->first_block; in ufdt_node_pool_destruct() local
95 struct ufdt_node_pool_block_header *block = in _ufdt_node_pool_create_block() local
118 struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_destory_block()
123 struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_block_alloc()
133 static void _ufdt_node_pool_block_free(struct ufdt_node_pool_block_header *block, in _ufdt_node_pool_block_free()
144 struct ufdt_node_pool *pool, struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_preppend_block()
155 struct ufdt_node_pool *pool, struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_append_block()
165 struct ufdt_node_pool_block_header *block = *block_ptr; in _ufdt_node_pool_remove_block() local
183 struct ufdt_node_pool_block_header *block = pool->first_block; in ufdt_node_pool_alloc() local
204 struct ufdt_node_pool_block_header *block = *block_ptr; in _ufdt_node_pool_search_block() local
[all …]
/aosp_15_r20/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp110 for (auto& block: mRingBlocks) { in clear() local
115 for (auto& block: mBufferBlocks) { in clear() local
120 for (auto& block: mCombinedBlocks) { in clear() local
150 auto& block = existingBlocks[index]; in newAllocation() local
213 auto& block = existingBlocks[alloc.blockIndex]; in deleteAllocation() local
303 for (const auto& block: mRingBlocks) { in save() local
307 for (const auto& block: mBufferBlocks) { in save() local
311 for (const auto& block: mCombinedBlocks) { in save() local
333 for (auto& block: mRingBlocks) { in load() local
337 for (auto& block: mBufferBlocks) { in load() local
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/
H A Dhttp_header_block_test.cc32 HttpHeaderBlock block; in TEST() local
44 HttpHeaderBlock block; in TEST() local
75 HttpHeaderBlock block; in TEST() local
127 HttpHeaderBlock block; in ReturnTestHeaderBlock() local
164 HttpHeaderBlock block; in TEST() local
203 HttpHeaderBlock block; in TEST() local
226 HttpHeaderBlock block; in TEST() local
240 size_t HttpHeaderBlockSize(const HttpHeaderBlock& block) { in HttpHeaderBlockSize()
251 HttpHeaderBlock block; in TEST() local
290 HttpHeaderBlock block; in TEST() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dlabels.go49 type block struct { struct
50 parent *block // enclosing block
51 lstmt *ast.LabeledStmt // labeled statement to which this block belongs, or nil
52 labels map[string]*ast.LabeledStmt // allocated lazily
57 func (b *block) insert(s *ast.LabeledStmt) {
72 func (b *block) gotoTarget(name string) *ast.LabeledStmt {
83 func (b *block) enclosingTarget(name string) *ast.LabeledStmt {
95 func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *ast.LabeledStmt, list []ast.S…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dlabels.go48 type block struct { struct
49 parent *block // enclosing block
50 lstmt *syntax.LabeledStmt // labeled statement to which this block belongs, or nil
51 labels map[string]*syntax.LabeledStmt // allocated lazily
56 func (b *block) insert(s *syntax.LabeledStmt) {
71 func (b *block) gotoTarget(name string) *syntax.LabeledStmt {
82 func (b *block) enclosingTarget(name string) *syntax.LabeledStmt {
94 func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *syntax.LabeledStmt, list []sy…
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_cfg.h68 struct bblock_t *block; member
146 bblock_start(struct bblock_t *block) in bblock_start()
152 bblock_start_const(const struct bblock_t *block) in bblock_start_const()
158 bblock_end(struct bblock_t *block) in bblock_end()
164 bblock_end_const(const struct bblock_t *block) in bblock_end_const()
170 bblock_next(struct bblock_t *block) in bblock_next()
179 bblock_next_const(const struct bblock_t *block) in bblock_next_const()
188 bblock_prev(struct bblock_t *block) in bblock_prev()
197 bblock_prev_const(const struct bblock_t *block) in bblock_prev_const()
206 bblock_starts_with_control_flow(const struct bblock_t *block) in bblock_starts_with_control_flow()
[all …]
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_cfg.h67 struct elk_bblock_t *block; member
147 bblock_start(struct elk_bblock_t *block) in bblock_start()
153 bblock_start_const(const struct elk_bblock_t *block) in bblock_start_const()
159 bblock_end(struct elk_bblock_t *block) in bblock_end()
165 bblock_end_const(const struct elk_bblock_t *block) in bblock_end_const()
171 bblock_next(struct elk_bblock_t *block) in bblock_next()
180 bblock_next_const(const struct elk_bblock_t *block) in bblock_next_const()
189 bblock_prev(struct elk_bblock_t *block) in bblock_prev()
198 bblock_prev_const(const struct elk_bblock_t *block) in bblock_prev_const()
207 bblock_starts_with_control_flow(const struct elk_bblock_t *block) in bblock_starts_with_control_flow()
[all …]

12345678910>>...200