Home
last modified time | relevance | path

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

12345678910>>...102

/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dunit_tests.h224 void CheckAllReachableBlocks(BlockType* block) { in CheckAllReachableBlocks()
319 BlockType* block = *result; in CanCreateSingleAlignedBlock() local
361 auto* block = util_.Preallocate({ in CanCheckValidBlock() local
441 BlockType* block = nullptr; in CannotAllocFirst_Null() local
453 auto* block = util_.Preallocate({ in CannotAllocFirst_ZeroSize() local
467 auto* block = util_.Preallocate({ in CannotAllocFirst_Used() local
484 auto* block = util_.Preallocate({ in CannotAllocFirst_TooSmall() local
499 auto* block = util_.Preallocate({ in CanAllocFirst_Exact_FirstBlock() local
527 auto* block = util_.Preallocate({ in CanAllocFirst_Exact_SubsequentBlock() local
557 auto* block = util_.Preallocate({ in CanAllocFirst_NewNext_FirstBlock() local
[all …]
/external/libgav1/src/tile/bitstream/
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 …]
/external/javapoet/src/test/java/com/squareup/javapoet/
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 …]
/external/llvm-libc/src/__support/
Dfreestore.h50 LIBC_INLINE static bool too_small(Block *block) { in too_small()
53 LIBC_INLINE static bool is_small(Block *block) { in is_small()
64 LIBC_INLINE void FreeStore::insert(Block *block) { in insert()
73 LIBC_INLINE void FreeStore::remove(Block *block) { in remove()
87 Block *block = list->front(); in remove_best_fit() local
92 Block *block = best_fit->block(); in remove_best_fit() local
99 LIBC_INLINE FreeList &FreeStore::small_list(Block *block) { in small_list()
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dfreestore.h51 LIBC_INLINE static bool too_small(Block *block) { in too_small()
54 LIBC_INLINE static bool is_small(Block *block) { in is_small()
65 LIBC_INLINE void FreeStore::insert(Block *block) { in insert()
74 LIBC_INLINE void FreeStore::remove(Block *block) { in remove()
88 Block *block = list->front(); in remove_best_fit() local
93 Block *block = best_fit->block(); in remove_best_fit() local
100 LIBC_INLINE FreeList &FreeStore::small_list(Block *block) { in small_list()
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dfreestore.h51 LIBC_INLINE static bool too_small(Block *block) { in too_small()
54 LIBC_INLINE static bool is_small(Block *block) { in is_small()
65 LIBC_INLINE void FreeStore::insert(Block *block) { in insert()
74 LIBC_INLINE void FreeStore::remove(Block *block) { in remove()
88 Block *block = list->front(); in remove_best_fit() local
93 Block *block = best_fit->block(); in remove_best_fit() local
100 LIBC_INLINE FreeList &FreeStore::small_list(Block *block) { in small_list()
/external/minijail/tools/
Dbpf.py379 def visited(self, block): argument
385 def process(self, block): argument
389 def visit(self, block): argument
420 def visitKillProcess(self, block): argument
424 def visitKillThread(self, block): argument
428 def visitTrap(self, block): argument
432 def visitReturnErrno(self, block): argument
436 def visitTrace(self, block): argument
440 def visitUserNotify(self, block): argument
444 def visitLog(self, block): argument
[all …]
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/http/
Dspdy_utils_test.cc66 HttpHeaderBlock block; in TEST_F() local
82 HttpHeaderBlock block; in TEST_F() local
91 HttpHeaderBlock block; in TEST_F() local
103 HttpHeaderBlock block; in TEST_F() local
120 HttpHeaderBlock block; in TEST_F() local
131 HttpHeaderBlock block; in TEST_F() local
151 HttpHeaderBlock block; in TEST_F() local
163 HttpHeaderBlock block; in TEST_F() local
178 HttpHeaderBlock block; in TEST_F() local
193 HttpHeaderBlock block; in TEST_F() local
[all …]
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/http/
Dspdy_utils_test.cc66 HttpHeaderBlock block; in TEST_F() local
82 HttpHeaderBlock block; in TEST_F() local
91 HttpHeaderBlock block; in TEST_F() local
103 HttpHeaderBlock block; in TEST_F() local
120 HttpHeaderBlock block; in TEST_F() local
131 HttpHeaderBlock block; in TEST_F() local
151 HttpHeaderBlock block; in TEST_F() local
163 HttpHeaderBlock block; in TEST_F() local
178 HttpHeaderBlock block; in TEST_F() local
193 HttpHeaderBlock block; in TEST_F() local
[all …]
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
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 …]
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 …]
/external/flac/src/test_libFLAC/
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 …]
/external/e2fsprogs/lib/ext2fs/
Ddirblock.c23 errcode_t ext2fs_read_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block4()
47 errcode_t ext2fs_read_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block3()
53 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block2()
59 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block()
66 errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block4()
96 errcode_t ext2fs_write_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block3()
102 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block2()
108 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block()
/external/mesa3d/src/compiler/nir/
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 …]
/external/pytorch/test/torch_np/numpy_tests/core/
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 …]
/external/pigweed/pw_allocator/public/pw_allocator/
Dblock_allocator.h238 static bool PrevIsFree(const BlockType* block) { in PrevIsFree()
244 static bool NextIsFree(const BlockType* block) { in NextIsFree()
317 BlockType* block = result.block(); in DoAllocate() local
346 BlockType* block = FromUsableSpace(ptr); in DoDeallocate() local
358 void BlockAllocator<BlockType>::DeallocateBlock(BlockType*&& block) { in DeallocateBlock()
391 BlockType* block = FromUsableSpace(ptr); in DoResize() local
424 const auto* block = BlockType::FromUsableSpace(ptr); in DoGetInfo() local
453 for (auto block : blocks()) { in MeasureFragmentation() local
471 auto* block = BlockType::FromUsableSpace(ptr); in FromUsableSpace() local
482 void BlockAllocator<BlockType>::UpdateLast(BlockType* block) { in UpdateLast()
/external/libpcap/
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
/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 …]
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
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 …]
/external/cronet/tot/net/third_party/quiche/src/quiche/common/http/
Dhttp_header_block_test.cc33 HttpHeaderBlock block; in TEST() local
45 HttpHeaderBlock block; in TEST() local
76 HttpHeaderBlock block; in TEST() local
128 HttpHeaderBlock block; in ReturnTestHeaderBlock() local
165 HttpHeaderBlock block; in TEST() local
204 HttpHeaderBlock block; in TEST() local
227 HttpHeaderBlock block; in TEST() local
241 size_t HttpHeaderBlockSize(const HttpHeaderBlock& block) { in HttpHeaderBlockSize()
252 HttpHeaderBlock block; in TEST() local
291 HttpHeaderBlock block; in TEST() local
[all …]
/external/cronet/stable/net/third_party/quiche/src/quiche/common/http/
Dhttp_header_block_test.cc33 HttpHeaderBlock block; in TEST() local
45 HttpHeaderBlock block; in TEST() local
76 HttpHeaderBlock block; in TEST() local
128 HttpHeaderBlock block; in ReturnTestHeaderBlock() local
165 HttpHeaderBlock block; in TEST() local
204 HttpHeaderBlock block; in TEST() local
227 HttpHeaderBlock block; in TEST() local
241 size_t HttpHeaderBlockSize(const HttpHeaderBlock& block) { in HttpHeaderBlockSize()
252 HttpHeaderBlock block; in TEST() local
291 HttpHeaderBlock block; in TEST() local
[all …]
/external/flac/src/test_libs_common/
Dmetadata_utils.c35 FLAC__bool mutils__compare_block_data_streaminfo(const FLAC__StreamMetadata_StreamInfo *block, cons… in mutils__compare_block_data_streaminfo()
109 FLAC__bool mutils__compare_block_data_padding(const FLAC__StreamMetadata_Padding *block, const FLAC… in mutils__compare_block_data_padding()
116 FLAC__bool mutils__compare_block_data_application(const FLAC__StreamMetadata_Application *block, co… in mutils__compare_block_data_application()
158 FLAC__bool mutils__compare_block_data_seektable(const FLAC__StreamMetadata_SeekTable *block, const … in mutils__compare_block_data_seektable()
182 FLAC__bool mutils__compare_block_data_vorbiscomment(const FLAC__StreamMetadata_VorbisComment *block in mutils__compare_block_data_vorbiscomment()
224 FLAC__bool mutils__compare_block_data_cuesheet(const FLAC__StreamMetadata_CueSheet *block, const FL… in mutils__compare_block_data_cuesheet()
294 FLAC__bool mutils__compare_block_data_picture(const FLAC__StreamMetadata_Picture *block, const FLAC… in mutils__compare_block_data_picture()
348 FLAC__bool mutils__compare_block_data_unknown(const FLAC__StreamMetadata_Unknown *block, const FLAC… in mutils__compare_block_data_unknown()
373 FLAC__bool mutils__compare_block(const FLAC__StreamMetadata *block, const FLAC__StreamMetadata *blo… in mutils__compare_block()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_emit.c48 queue(struct qblock *block, uint64_t inst) in queue()
56 last_inst(struct qblock *block) in last_inst()
64 set_last_cond_add(struct qblock *block, uint32_t cond) in set_last_cond_add()
70 set_last_cond_mul(struct qblock *block, uint32_t cond) in set_last_cond_mul()
134 setup_for_vpm_read(struct vc4_compile *c, struct qblock *block) in setup_for_vpm_read()
164 fixup_raddr_conflict(struct qblock *block, in fixup_raddr_conflict()
206 set_last_dst_pack(struct qblock *block, struct qinst *inst) in set_last_dst_pack()
227 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, in handle_r4_qpu_write()
242 struct qblock *block, in vc4_generate_code_block()
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
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
/external/eigen/unsupported/test/
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 …]

12345678910>>...102