Home
last modified time | relevance | path

Searched defs:next_block (Results 1 – 25 of 27) sorted by relevance

12

/external/pigweed/pw_allocator/
Dblock_test.cc73 Block* next_block = nullptr; in TEST() local
106 Block* next_block = nullptr; in TEST() local
159 Block* next_block = nullptr; in TEST() local
186 Block* next_block = nullptr; in TEST() local
200 Block* next_block = nullptr; in TEST() local
217 Block* next_block = nullptr; in TEST() local
232 Block* next_block = nullptr; in TEST() local
268 Block* next_block = nullptr; in TEST() local
312 Block* next_block = nullptr; in TEST() local
328 Block* next_block = nullptr; in TEST() local
/external/rust/crates/tokio/src/sync/mpsc/
Dlist.rs119 let next_block = block in find_block() localVariable
250 let next_block = { in try_advancing_head() localVariable
260 let next_block = match next_block { in try_advancing_head() localVariable
295 let next_block = block.as_ref().load_next(Relaxed); in reclaim_blocks() localVariable
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c169 long long next_block; in squashfs_iget_2() local
426 *next_block, unsigned int *next_offset, in get_dir_index_using_offset()
475 *next_block, unsigned int *next_offset, in get_dir_index_using_name()
529 long long next_block = SQUASHFS_I(i)->start_block + in squashfs_readdir_2() local
636 long long next_block = SQUASHFS_I(i)->start_block + in squashfs_lookup_2() local
Dinode.c266 int length, long long *next_block, in squashfs_get_cached_block()
532 long long next_block; in squashfs_iget() local
1634 *next_block, unsigned int *next_offset, in get_dir_index_using_offset()
1684 *next_block, unsigned int *next_offset, in get_dir_index_using_name()
1738 long long next_block = SQUASHFS_I(i)->start_block + in squashfs_readdir() local
1873 long long next_block = SQUASHFS_I(i)->start_block + in squashfs_lookup() local
/external/libtextclassifier/native/utils/base/
Darena_leakage_unittest.cc31 const char* next_block = arena.Alloc(22); in TEST() local
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dsender_report.cc72 const uint8_t* next_block = payload + kSenderBaseLength; in Parse() local
Dextended_reports.cc72 const uint8_t* next_block = in Parse() local
/external/mesa3d/src/amd/compiler/
Daco_dead_code_analysis.cpp95 unsigned next_block = ctx.current_block--; in dead_code_analysis() local
Daco_print_asm.cpp188 unsigned next_block = 0; in print_asm() local
/external/squashfs-tools/kernel/fs/squashfs/
Ddir.c53 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset()
Dnamei.c76 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name()
/external/rust/crates/crossbeam-channel/src/flavors/
Dlist.rs200 let mut next_block = None; in start_send() localVariable
259 let next_block = Box::into_raw(next_block.unwrap()); in start_send() localVariable
/external/protobuf/src/google/protobuf/
Darena.cc292 Block* next_block = b->next(); in Free() local
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder.cc204 auto* next_block = start_block_->next; in Pop() local
/external/mesa3d/src/freedreno/ir3/
Dir3_legalize.c519 unsigned next_block; in resolve_jump() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c58 LLVMBasicBlockRef next_block; in lp_build_insert_new_block() local
/external/mesa3d/src/compiler/nir/
Dnir_control_flow.c292 nir_block *next_block = nir_cf_node_as_block(next); in block_add_normal_succs() local
Dnir_opt_if.c946 nir_block *const next_block = in opt_if_simplification() local
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_legacy.cc705 const uint8_t* next_block = header.NextPacket(); in EncodeRtcpPacket() local
Drtc_event_log_encoder_new_format.cc284 const uint8_t* next_block = header.NextPacket(); in RemoveNonWhitelistedRtcpBlocks() local
/external/rust/crates/crossbeam-deque/src/
Ddeque.rs1231 let mut next_block = None; in push() localVariable
1263 let next_block = Box::into_raw(next_block.unwrap()); in push() localVariable
/external/mesa3d/src/panfrost/bifrost/
Dbi_pack.c1124 pan_block *next_block = pan_next_block(block); in bi_next_clause() local
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc405 for (const uint8_t* next_block = packet.begin(); next_block != packet.end(); in ParseCompoundPacket() local
/external/minijail/tools/
Dbpf.py261 def __init__(self, next_block): argument
/external/llvm-project/openmp/runtime/src/
Dkmp_lock.h963 struct kmp_block_of_locks *next_block; member

12