Home
last modified time | relevance | path

Searched defs:bh (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/external/grpc-grpc-java/netty/src/jmh/java/io/grpc/netty/
DInboundHeadersBenchmark.java90 public void grpcHeaders_serverHandler(Blackhole bh) { in grpcHeaders_serverHandler()
100 public void defaultHeaders_serverHandler(Blackhole bh) { in defaultHeaders_serverHandler()
110 public void grpcHeaders_clientHandler(Blackhole bh) { in grpcHeaders_clientHandler()
120 public void defaultHeaders_clientHandler(Blackhole bh) { in defaultHeaders_clientHandler()
125 private static void serverHandler(Blackhole bh, Http2Headers headers) { in serverHandler()
141 private static void clientHandler(Blackhole bh, Http2Headers headers) { in clientHandler()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DBranchHandleTestCase.java28 …final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid… in testsetInstructionNull() local
36 …final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid… in testsetInstructionBI() local
44 …final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid… in testsetInstructionnotBI() local
/external/e2fsprogs/debugfs/
Djournal.c127 struct buffer_head *bh; in getblk() local
168 struct buffer_head *bh; in ll_rw_block() local
210 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
215 static void mark_buffer_clean(struct buffer_head *bh) in mark_buffer_clean()
220 void brelse(struct buffer_head *bh) in brelse()
229 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
234 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
239 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
295 struct buffer_head *bh; in ext2fs_get_journal() local
892 void jbd2_commit_block_csum_set(journal_t *j, struct buffer_head *bh) in jbd2_commit_block_csum_set()
[all …]
Drecovery.c71 struct buffer_head *bh; in do_readahead() local
133 struct buffer_head *bh; in jread() local
196 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags()
240 struct buffer_head *bh; in fc_do_one_pass() local
389 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
463 struct buffer_head * bh; in do_one_pass() local
894 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
/external/erofs-utils/lib/
Dcache.c12 static int erofs_bh_flush_drop_directly(struct erofs_buffer_head *bh) in erofs_bh_flush_drop_directly()
21 static int erofs_bh_flush_skip_write(struct erofs_buffer_head *bh) in erofs_bh_flush_skip_write()
69 struct erofs_buffer_head *bh, in __erofs_battach()
117 int erofs_bh_balloon(struct erofs_buffer_head *bh, erofs_off_t incr) in erofs_bh_balloon()
242 struct erofs_buffer_head *bh; in erofs_balloc() local
297 struct erofs_buffer_head *erofs_battach(struct erofs_buffer_head *bh, in erofs_battach()
388 struct erofs_buffer_head *bh, *nbh; in erofs_bflush() local
427 void erofs_bdrop(struct erofs_buffer_head *bh, bool tryrevoke) in erofs_bdrop()
/external/libaom/aom_dsp/arm/
Dblk_sse_sum_sve.c22 int bh, int *x_sum, in get_blk_sse_sum_4xh_sve()
43 int bh, int *x_sum, in get_blk_sse_sum_8xh_sve()
67 int bw, int bh, int *x_sum, in get_blk_sse_sum_large_sve()
96 void aom_get_blk_sse_sum_sve(const int16_t *data, int stride, int bw, int bh, in aom_get_blk_sse_sum_sve()
Dblk_sse_sum_neon.c22 int bh, int *x_sum, in get_blk_sse_sum_4xh_neon()
45 int bh, int *x_sum, in get_blk_sse_sum_8xh_neon()
71 int bw, int bh, int *x_sum, in get_blk_sse_sum_large_neon()
114 void aom_get_blk_sse_sum_neon(const int16_t *data, int stride, int bw, int bh, in aom_get_blk_sse_sum_neon()
/external/aws-sdk-java-v2/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/enhanced/dynamodb/
DV1TestDynamoDbBaseClient.java22 protected final Blackhole bh; field in V1TestDynamoDbBaseClient
24 protected V1TestDynamoDbBaseClient(Blackhole bh) { in V1TestDynamoDbBaseClient()
DV2TestDynamoDbBaseClient.java22 protected final Blackhole bh; field in V2TestDynamoDbBaseClient
24 protected V2TestDynamoDbBaseClient(Blackhole bh) { in V2TestDynamoDbBaseClient()
DEnhancedClientDeleteV1MapperComparisonBenchmark.java53 private static DynamoDbClient getV2Client(Blackhole bh) { in getV2Client()
57 private static AmazonDynamoDB getV1Client(Blackhole bh) { in getV1Client()
73 public void setup(Blackhole bh) { in setup()
DEnhancedClientPutV1MapperComparisonBenchmark.java60 private static DynamoDbClient getV2Client(Blackhole bh) { in getV2Client()
64 private static AmazonDynamoDB getV1Client(Blackhole bh) { in getV1Client()
78 public void setup(Blackhole bh) { in setup()
DEnhancedClientGetV1MapperComparisonBenchmark.java58 private static DynamoDbClient getV2Client(Blackhole bh, GetItemResponse getItemResponse) { in getV2Client()
62 private static AmazonDynamoDB getV1Client(Blackhole bh, GetItemResult getItemResult) { in getV1Client()
78 public void setup(Blackhole bh) { in setup()
DEnhancedClientScanV1MapperComparisonBenchmark.java60 private static DynamoDbClient getV2Client(Blackhole bh, ScanResponse scanResponse) { in getV2Client()
64 private static AmazonDynamoDB getV1Client(Blackhole bh, ScanResult scanResult) { in getV1Client()
78 public void setup(Blackhole bh) { in setup()
DEnhancedClientUpdateV1MapperComparisonBenchmark.java62 private static DynamoDbClient getV2Client(Blackhole bh, UpdateItemResponse updateItemResponse) { in getV2Client()
66 private static AmazonDynamoDB getV1Client(Blackhole bh, UpdateItemResult updateItemResult) { in getV1Client()
80 public void setup(Blackhole bh) { in setup()
DEnhancedClientQueryV1MapperComparisonBenchmark.java61 private static DynamoDbClient getV2Client(Blackhole bh, QueryResponse queryResponse) { in getV2Client()
65 private static AmazonDynamoDB getV1Client(Blackhole bh, QueryResult queryResult) { in getV1Client()
80 public void setup(Blackhole bh) { in setup()
/external/libaom/aom_dsp/
Dintrapred.c23 static inline void v_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in v_predictor()
34 static inline void h_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in h_predictor()
61 int bh, const uint8_t *above, in paeth_predictor()
85 int bh, const uint8_t *above, in smooth_predictor()
116 int bh, const uint8_t *above, in smooth_v_predictor()
145 int bh, const uint8_t *above, in smooth_h_predictor()
174 int bh, const uint8_t *above, in dc_128_predictor()
187 int bh, const uint8_t *above, in dc_left_predictor()
202 int bh, const uint8_t *above, in dc_top_predictor()
216 static inline void dc_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in dc_predictor()
[all …]
/external/e2fsprogs/e2fsck/
Drecovery.c71 struct buffer_head *bh; in do_readahead() local
133 struct buffer_head *bh; in jread() local
196 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags()
240 struct buffer_head *bh; in fc_do_one_pass() local
389 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
463 struct buffer_head * bh; in do_one_pass() local
894 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
Djfs_user.h80 #define lock_buffer(bh) do {} while (0) argument
81 #define unlock_buffer(bh) do {} while (0) argument
82 #define buffer_req(bh) 1 argument
237 struct buffer_head *bh) in jbd2_descriptor_block_csum_set()
273 #define set_buffer_uptodate(bh) mark_buffer_uptodate(bh, 1) argument
Djournal.c122 struct buffer_head *bh; in getblk() local
162 struct buffer_head *bh; in ll_rw_block() local
204 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
209 static void mark_buffer_clean(struct buffer_head * bh) in mark_buffer_clean()
214 void brelse(struct buffer_head *bh) in brelse()
223 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
228 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
233 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
278 static int ext4_fc_replay_scan(journal_t *j, struct buffer_head *bh, in ext4_fc_replay_scan()
860 static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh, in ext4_fc_replay()
[all …]
/external/libaom/aom_dsp/x86/
Dblk_sse_sum_sse2.c16 static inline void sse_sum_wd4_sse2(const int16_t *data, int stride, int bh, in sse_sum_wd4_sse2()
55 static inline void sse_sum_wd8_sse2(const int16_t *data, int stride, int bh, in sse_sum_wd8_sse2()
97 void aom_get_blk_sse_sum_sse2(const int16_t *data, int stride, int bw, int bh, in aom_get_blk_sse_sum_sse2()
Dblk_sse_sum_avx2.c45 static inline void sse_sum_wd4_avx2(const int16_t *data, int stride, int bh, in sse_sum_wd4_avx2()
85 static inline void sse_sum_wd8_avx2(const int16_t *data, int stride, int bh, in sse_sum_wd8_avx2()
120 static inline void sse_sum_wd16_avx2(const int16_t *data, int stride, int bh, in sse_sum_wd16_avx2()
154 void aom_get_blk_sse_sum_avx2(const int16_t *data, int stride, int bw, int bh, in aom_get_blk_sse_sum_avx2()
/external/squashfs-tools/kernel/fs/squashfs/
Dblock.c50 struct buffer_head *bh; in get_block_length() local
86 struct buffer_head **bh; in squashfs_read_data() local
/external/mesa3d/src/util/format/
Du_format_rgtc.c43 const unsigned bw = 4, bh = 4, comps = 1; in util_format_rgtc1_unorm_unpack_r_8unorm() local
67 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local
95 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_8unorm() local
144 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_float() local
195 const unsigned bw = 4, bh = 4, comps = 1; in util_format_rgtc1_snorm_unpack_r_8snorm() local
227 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_snorm_pack_rgba_float() local
298 const unsigned bw = 4, bh = 4, comps = 2; in util_format_rgtc2_unorm_unpack_rg_8unorm() local
323 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc2_unorm_unpack_rgba_8unorm() local
350 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rgtc2_unorm_pack_rgba_8unorm() local
375 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_unorm_pack_rgba_float() local
[all …]
/external/capstone/bindings/java/capstone/
DPpc.java69 public int bh; field in Ppc.UnionOpInfo
97 public int bh; field in Ppc.OpInfo
/external/libaom/test/
Ddr_prediction_test.cc67 void z1_wrapper(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in z1_wrapper()
79 void z2_wrapper(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in z2_wrapper()
91 void z3_wrapper(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in z3_wrapper()
103 void z1_wrapper_hbd(uint16_t *dst, ptrdiff_t stride, int bw, int bh, in z1_wrapper_hbd()
117 void z2_wrapper_hbd(uint16_t *dst, ptrdiff_t stride, int bw, int bh, in z2_wrapper_hbd()
130 void z3_wrapper_hbd(uint16_t *dst, ptrdiff_t stride, int bw, int bh, in z3_wrapper_hbd()

12345678910>>...15