Home
last modified time | relevance | path

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

12345678910>>...71

/external/llvm-project/polly/lib/External/isl/
Disl_blk.c18 struct isl_blk block; in isl_blk_empty() local
24 static int isl_blk_is_empty(struct isl_blk block) in isl_blk_is_empty()
31 struct isl_blk block; in isl_blk_error() local
37 int isl_blk_is_error(struct isl_blk block) in isl_blk_is_error()
42 static void isl_blk_free_force(struct isl_ctx *ctx, struct isl_blk block) in isl_blk_free_force()
51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend()
77 struct isl_blk block; in isl_blk_alloc() local
107 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block, in isl_blk_extend()
116 void isl_blk_free(struct isl_ctx *ctx, struct isl_blk block) in isl_blk_free()
/external/libgav1/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()
243 bool Tile::ReadIntraSegmentId(const Block& block) { in ReadIntraSegmentId()
252 void Tile::ReadSkip(const Block& block) { in ReadSkip()
271 void Tile::ReadSkipMode(const Block& block) { in ReadSkipMode()
294 void Tile::ReadCdef(const Block& block) { in ReadCdef()
340 void Tile::ReadQuantizerIndexDelta(const Block& block) { in ReadQuantizerIndexDelta()
352 void Tile::ReadLoopFilterDelta(const Block& block) { in ReadLoopFilterDelta()
383 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/minijail/tools/
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 …]
/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_()
212 static int vc_find_from_(FLAC__StreamMetadata *block, const char *name, uint32_t start) in vc_find_from_()
224 …c_set_vs_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, const … in vc_set_vs_new_()
233 …d vc_set_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, uint32… in vc_set_new_()
242 …c_insert_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, uint32… in vc_insert_new_()
251 static void vc_delete_(FLAC__StreamMetadata *block, uint32_t pos) in vc_delete_()
262 …_replace_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, const … in vc_replace_new_()
308 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/llvm-project/lld/test/ELF/
Dcommon-archive-lookup.s128 .global block symbol
130 block: label
139 .global block symbol
141 block: label
152 block: label
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c52 static void register_node_ssa(gpir_block *block, gpir_node *node, nir_ssa_def *ssa) in register_node_ssa()
88 static void register_node_reg(gpir_block *block, gpir_node *node, nir_reg_dest *nir_reg) in register_node_reg()
107 static void register_node(gpir_block *block, gpir_node *node, nir_dest *dest) in register_node()
115 static gpir_node *gpir_node_find(gpir_block *block, nir_src *src, in gpir_node_find()
172 static bool gpir_emit_alu(gpir_block *block, nir_instr *ni) in gpir_emit_alu()
220 static gpir_node *gpir_create_load(gpir_block *block, nir_dest *dest, in gpir_create_load()
234 static bool gpir_create_vector_load(gpir_block *block, nir_dest *dest, int index) in gpir_create_vector_load()
254 static bool gpir_emit_intrinsic(gpir_block *block, nir_instr *ni) in gpir_emit_intrinsic()
299 static bool gpir_emit_load_const(gpir_block *block, nir_instr *ni) in gpir_emit_load_const()
316 static bool gpir_emit_ssa_undef(gpir_block *block, nir_instr *ni) in gpir_emit_ssa_undef()
[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()
143 static bool ppir_lower_ddxy(ppir_block *block, ppir_node *node) in ppir_lower_ddxy()
161 static bool ppir_lower_texture(ppir_block *block, ppir_node *node) in ppir_lower_texture()
197 static bool ppir_lower_select(ppir_block *block, ppir_node *node) in ppir_lower_select()
273 static bool ppir_lower_trunc(ppir_block *block, ppir_node *node) in ppir_lower_trunc()
284 static bool ppir_lower_abs(ppir_block *block, ppir_node *node) in ppir_lower_abs()
298 static bool ppir_lower_neg(ppir_block *block, ppir_node *node) in ppir_lower_neg()
311 static bool ppir_lower_sat(ppir_block *block, ppir_node *node) in ppir_lower_sat()
[all …]
Dnir.c36 static void *ppir_node_create_ssa(ppir_block *block, ppir_op op, nir_ssa_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()
160 static bool ppir_emit_alu(ppir_block *block, nir_instr *ni) in ppir_emit_alu()
214 ppir_block *block = ppir_block_create(comp); in ppir_emit_discard_block() local
231 static ppir_node *ppir_emit_discard_if(ppir_block *block, nir_instr *ni) in ppir_emit_discard_if()
255 static ppir_node *ppir_emit_discard(ppir_block *block, nir_instr *ni) in ppir_emit_discard()
262 static bool ppir_emit_intrinsic(ppir_block *block, nir_instr *ni) in ppir_emit_intrinsic()
402 static bool ppir_emit_load_const(ppir_block *block, nir_instr *ni) in ppir_emit_load_const()
419 static bool ppir_emit_ssa_undef(ppir_block *block, nir_instr *ni) in ppir_emit_ssa_undef()
[all …]
/external/libpcap/
Dgencode.h256 struct block { struct
268 struct block *head; argument
269 struct block *link; /* link field used by optimizer */ argument
286 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/vc4/
Dvc4_qpu_emit.c47 queue(struct qblock *block, uint64_t inst) in queue()
55 last_inst(struct qblock *block) in last_inst()
63 set_last_cond_add(struct qblock *block, uint32_t cond) in set_last_cond_add()
69 set_last_cond_mul(struct qblock *block, uint32_t cond) in set_last_cond_mul()
133 setup_for_vpm_read(struct vc4_compile *c, struct qblock *block) in setup_for_vpm_read()
163 fixup_raddr_conflict(struct qblock *block, in fixup_raddr_conflict()
205 set_last_dst_pack(struct qblock *block, struct qinst *inst) in set_last_dst_pack()
226 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, in handle_r4_qpu_write()
241 struct qblock *block, in vc4_generate_code_block()
/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/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()
164 replace_successor(nir_block *block, nir_block *old_succ, nir_block *new_succ) in replace_successor()
186 split_block_beginning(nir_block *block) in split_block_beginning()
213 rewrite_phi_preds(nir_block *block, nir_block *old_pred, nir_block *new_pred) in rewrite_phi_preds()
230 nir_insert_phi_undef(nir_block *block, nir_block *pred) in nir_insert_phi_undef()
286 block_add_normal_succs(nir_block *block) in block_add_normal_succs()
[all …]
/external/llvm-project/mlir/lib/IR/
DVisitors.cpp19 for (auto &block : region) { in walk() local
28 for (auto &block : region) { in walk() local
39 for (auto &block : region) { in walk() local
56 for (auto &block : region) { in walk() local
67 for (auto &block : region) { in walk() local
81 for (auto &block : region) { in walk() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DUndispatchedResultTest.kt14 invokeTest { block -> withContext(wrapperDispatcher(coroutineContext), block) } in <lambda>() method
19 invokeTest { block -> withContext(coroutineContext, block) } in <lambda>() method
24 invokeTest { block -> withTimeout(Long.MAX_VALUE, block) } in <lambda>() method
29 invokeTest { block -> async(NonCancellable, block = block).await() } in <lambda>() method
34 invokeTest { block -> coroutineScope(block) } in <lambda>() method
54 private suspend fun CoroutineScope.block(context: CoroutineContext) { in <lambda>() method in kotlinx.coroutines.UndispatchedResultTest
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
DSynchronizedStmt.java37 private BlockStmt block; field in SynchronizedStmt
42 public SynchronizedStmt(final Expression expr, final BlockStmt block) { in SynchronizedStmt()
48 final BlockStmt block) { in SynchronizedStmt()
82 public SynchronizedStmt setBlock(final BlockStmt block) { in setBlock()
100 public SynchronizedStmt setBody(BlockStmt block) { in setBody()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_helper_invocations.c67 mir_block_uses_helpers(gl_shader_stage stage, midgard_block *block) in mir_block_uses_helpers()
79 mir_block_terminates_helpers(midgard_block *block) in mir_block_terminates_helpers()
110 midgard_block *block = (midgard_block *) _block; in mir_analyze_helper_terminate() local
147 midgard_block *block = (midgard_block *) _block; in mir_analyze_helper_terminate() local
166 midgard_block *block = (midgard_block *) _block; in mir_helper_block_update() local
/external/pigweed/pw_allocator/
Dblock_test.cc30 Block* block = nullptr; in TEST() local
50 Block* block = nullptr; in TEST() local
59 Block* block = nullptr; in TEST() local
70 Block* block = nullptr; in TEST() local
103 Block* block = nullptr; in TEST() local
135 Block* block = nullptr; in TEST() local
156 Block* block = nullptr; in TEST() local
171 Block* block = nullptr; in TEST() local
183 Block* block = nullptr; in TEST() local
197 Block* block = nullptr; in TEST() local
[all …]
/external/lua/src/
Dlmem.c31 static void *firsttry (global_State *g, void *block, size_t os, size_t ns) { in firsttry()
38 #define firsttry(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns)) argument
79 void *luaM_growaux_ (lua_State *L, void *block, int nelems, int *psize, in luaM_growaux_()
110 void *luaM_shrinkvector_ (lua_State *L, void *block, int *size, in luaM_shrinkvector_()
132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
146 static void *tryagain (lua_State *L, void *block, in tryagain()
162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
179 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
/external/markdown/markdown/
Dblockprocessors.py60 def test(self, parent, block): argument
120 def test(self, parent, block): argument
153 def create_item(self, parent, block): argument
158 def get_level(self, parent, block): argument
189 def test(self, parent, block): argument
221 def test(self, parent, block): argument
265 def test(self, parent, block): argument
302 def get_items(self, block): argument
336 def test(self, parent, block): argument
367 def test(self, parent, block): argument
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp43 bblock_t *block = link->block; in pop_stack() local
50 link(void *mem_ctx, bblock_t *block, enum bblock_link_kind kind) in link()
57 push_stack(exec_list *list, void *mem_ctx, bblock_t *block) in push_stack()
82 bblock_t::is_predecessor_of(const bblock_t *block, in is_predecessor_of()
95 bblock_t::is_successor_of(const bblock_t *block, in is_successor_of()
415 cfg_t::remove_block(bblock_t *block) in remove_block()
473 bblock_t *block = new(mem_ctx) bblock_t(this); in new_block() local
479 cfg_t::set_next_block(bblock_t **cur, bblock_t *block, int ip) in set_next_block()
608 bblock_t *block = this->blocks[b]; in dump_cfg() local
Dbrw_cfg.h67 struct bblock_t *block; member
125 bblock_start(struct bblock_t *block) in bblock_start()
131 bblock_start_const(const struct bblock_t *block) in bblock_start_const()
137 bblock_end(struct bblock_t *block) in bblock_end()
143 bblock_end_const(const struct bblock_t *block) in bblock_end_const()
149 bblock_next(struct bblock_t *block) in bblock_next()
158 bblock_next_const(const struct bblock_t *block) in bblock_next_const()
167 bblock_prev(struct bblock_t *block) in bblock_prev()
176 bblock_prev_const(const struct bblock_t *block) in bblock_prev_const()
185 bblock_starts_with_control_flow(const struct bblock_t *block) in bblock_starts_with_control_flow()
[all …]
/external/flac/src/metaflac/
Doperations_shorthand_vorbiscomment.c45 FLAC__StreamMetadata *block = 0; in do_shorthand_operation__vorbis_comment() local
126 FLAC__bool remove_vc_all(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write) in remove_vc_all()
147 FLAC__bool remove_vc_field(const char *filename, FLAC__StreamMetadata *block, const char *field_nam… in remove_vc_field()
165 FLAC__bool remove_vc_firstfield(const char *filename, FLAC__StreamMetadata *block, const char *fiel… in remove_vc_firstfield()
183 FLAC__bool set_vc_field(const char *filename, FLAC__StreamMetadata *block, const Argument_VcField *… in set_vc_field()
291 FLAC__bool import_vc_from(const char *filename, FLAC__StreamMetadata *block, const Argument_String … in import_vc_from()
348 FLAC__bool export_vc_to(const char *filename, FLAC__StreamMetadata *block, const Argument_String *v… in export_vc_to()

12345678910>>...71