| /external/grpc-grpc-java/netty/src/jmh/java/io/grpc/netty/ |
| D | InboundHeadersBenchmark.java | 91 public void grpcHeaders_serverHandler(Blackhole bh) { in grpcHeaders_serverHandler() 101 public void defaultHeaders_serverHandler(Blackhole bh) { in defaultHeaders_serverHandler() 111 public void grpcHeaders_clientHandler(Blackhole bh) { in grpcHeaders_clientHandler() 121 public void defaultHeaders_clientHandler(Blackhole bh) { in defaultHeaders_clientHandler() 126 private static void serverHandler(Blackhole bh, Http2Headers headers) { in serverHandler() 142 private static void clientHandler(Blackhole bh, Http2Headers headers) { in clientHandler()
|
| /external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/ |
| D | BranchHandleTestCase.java | 28 …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/ |
| D | journal.c | 126 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 873 void jbd2_commit_block_csum_set(journal_t *j, struct buffer_head *bh) in jbd2_commit_block_csum_set() [all …]
|
| D | recovery.c | 75 struct buffer_head *bh; in do_readahead() local 158 struct buffer_head *bh; in jread() local 222 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags() 375 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 449 struct buffer_head * bh; in do_one_pass() local 855 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
|
| D | do_journal.c | 69 struct buffer_head *bh, *cbh = NULL; in journal_commit_trans() local 170 struct buffer_head *bh; in journal_add_revoke_to_trans() local 274 struct buffer_head *bh = NULL, *data_bh; in journal_add_blocks_to_trans() local 654 struct buffer_head *bh; in journal_find_head() local
|
| /external/u-boot/drivers/usb/gadget/ |
| D | f_mass_storage.c | 415 struct fsg_buffhd *bh, unsigned int length) in set_bulk_out_req_length() 492 struct fsg_buffhd *bh = req->context; in bulk_in_complete() local 509 struct fsg_buffhd *bh = req->context; in bulk_out_complete() local 687 struct fsg_buffhd *bh; in do_read() local 814 struct fsg_buffhd *bh; in do_write() local 997 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify() local 1080 static int do_inquiry(struct fsg_common *common, struct fsg_buffhd *bh) in do_inquiry() 1108 static int do_request_sense(struct fsg_common *common, struct fsg_buffhd *bh) in do_request_sense() 1159 static int do_read_capacity(struct fsg_common *common, struct fsg_buffhd *bh) in do_read_capacity() 1178 static int do_read_header(struct fsg_common *common, struct fsg_buffhd *bh) in do_read_header() [all …]
|
| /external/e2fsprogs/e2fsck/ |
| D | journal.c | 121 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() 284 struct buffer_head *bh; in e2fsck_get_journal() local
|
| D | recovery.c | 75 struct buffer_head *bh; in do_readahead() local 158 struct buffer_head *bh; in jread() local 222 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags() 375 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 449 struct buffer_head * bh; in do_one_pass() local 855 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
|
| D | jfs_user.h | 79 #define lock_buffer(bh) do {} while (0) argument 80 #define unlock_buffer(bh) do {} while (0) argument 81 #define buffer_req(bh) 1 argument 197 #define set_buffer_uptodate(bh) mark_buffer_uptodate(bh, 1) argument
|
| /external/libaom/libaom/aom_dsp/ |
| D | intrapred.c | 23 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/squashfs-tools/kernel/fs/squashfs/ |
| D | block.c | 50 struct buffer_head *bh; in get_block_length() local 86 struct buffer_head **bh; in squashfs_read_data() local
|
| /external/capstone/bindings/java/capstone/ |
| D | Ppc.java | 69 public int bh; field in Ppc.UnionOpInfo 97 public int bh; field in Ppc.OpInfo
|
| /external/mesa3d/src/mesa/main/ |
| D | texcompress.c | 874 GLuint bw, bh; in _mesa_compressed_image_address() local 926 GLuint bytes, bw, bh; in _mesa_decompress_image() local
|
| /external/libaom/libaom/av1/encoder/ |
| D | dwt.c | 117 int av1_haar_ac_sad(tran_low_t *output, int bw, int bh, int stride) { in av1_haar_ac_sad() 127 uint64_t av1_dct_ac_sad(tran_low_t *output, int bw, int bh, int stride) { in av1_dct_ac_sad() 138 uint32_t av1_variance(uint8_t *input, int bw, int bh, int stride) { in av1_variance()
|
| D | aq_variance.c | 118 const int bh = MI_SIZE * mi_size_high[bs] - bottom_overflow; in av1_log_block_var() local 155 const int bh = MI_SIZE * mi_size_high[bs]; in haar_ac_energy() local
|
| /external/grpc-grpc-java/context/src/jmh/java/io/grpc/ |
| D | ReadBenchmark.java | 86 public void testContextLookup(ContextState state, Blackhole bh) { in testContextLookup()
|
| D | WriteBenchmark.java | 57 public Context doWrite(ContextState state, Blackhole bh) { in doWrite()
|
| /external/libaom/libaom/test/ |
| D | dr_prediction_test.cc | 60 void z1_wrapper(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in z1_wrapper() 72 void z2_wrapper(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in z2_wrapper() 84 void z3_wrapper(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in z3_wrapper() 96 void z1_wrapper_hbd(uint16_t *dst, ptrdiff_t stride, int bw, int bh, in z1_wrapper_hbd() 110 void z2_wrapper_hbd(uint16_t *dst, ptrdiff_t stride, int bw, int bh, in z2_wrapper_hbd() 123 void z3_wrapper_hbd(uint16_t *dst, ptrdiff_t stride, int bw, int bh, in z3_wrapper_hbd()
|
| /external/skia/include/private/ |
| D | SkNx.h | 65 ah, bh, ch, dh; in Load4() local 76 ah, bh, ch; in Load3() local 86 ah, bh; in Load2() local
|
| /external/skqp/include/private/ |
| D | SkNx.h | 65 ah, bh, ch, dh; in Load4() local 76 ah, bh, ch; in Load3() local 86 ah, bh; in Load2() local
|
| /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
| D | JmhCipherEncryptBenchmark.java | 56 public void encrypt(Blackhole bh) throws Exception { in encrypt()
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| D | u_format_rgtc.c | 43 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local 69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_8unorm() local 116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_float() local 172 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_snorm_pack_rgba_float() local 240 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc2_unorm_unpack_rgba_8unorm() local 265 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rgtc2_unorm_pack_rgba_8unorm() local 290 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_unorm_pack_rgba_float() local 409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_snorm_pack_rgba_float() local
|
| /external/u-boot/arch/nios2/lib/ |
| D | longlong.h | 91 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 101 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
| /external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/ |
| D | HandlerRegistryBenchmark.java | 98 public void lookupMethod(Blackhole bh) { in lookupMethod()
|
| /external/capstone/bindings/ocaml/ |
| D | ppc.ml | 30 bh: int; RecordField
|