Home
last modified time | relevance | path

Searched full:mb (Results 1 – 25 of 3315) sorted by relevance

12345678910>>...133

/external/cronet/third_party/protobuf/docs/
Dperformance.md50 <td>368.717MB/s</td>
51 <td>261.847MB/s</td>
52 <td>799.403MB/s</td>
53 <td>645.183MB/s</td>
54 <td>441.023MB/s</td>
56 <td>425.437MB/s</td>
57 <td>425.937MB/s</td>
58 <td>251.018MB/s</td>
59 <td>82.8314MB/s</td>
60 <td>47.6763MB/s</td>
[all …]
/external/protobuf/docs/
Dperformance.md50 <td>368.717MB/s</td>
51 <td>261.847MB/s</td>
52 <td>799.403MB/s</td>
53 <td>645.183MB/s</td>
54 <td>441.023MB/s</td>
56 <td>425.437MB/s</td>
57 <td>425.937MB/s</td>
58 <td>251.018MB/s</td>
59 <td>82.8314MB/s</td>
60 <td>47.6763MB/s</td>
[all …]
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_memory.md26 Identity 32515.37MB (100.00%, 27.02%)
27 FusedBatchNormGrad 10802.14MB (72.98%, 8.98%)
28 FusedBatchNorm 10517.52MB (64.01%, 8.74%)
29 Conv2D 10509.25MB (55.27%, 8.73%)
30 Conv2DBackpropInput 9701.39MB (46.54%, 8.06%)
31 ReluGrad 9206.45MB (38.48%, 7.65%)
32 Relu 8462.80MB (30.83%, 7.03%)
33 DepthwiseConv2dNativeBackpropInput 7899.35MB (23.80%, 6.56%)
34 DepthwiseConv2dNative 7425.17MB (17.23%, 6.17%)
35 MaxPoolGrad 3015.44MB (11.06%, 2.51%)
[all …]
/external/python/cpython3/Include/internal/
Dpycore_blocks_output_buffer.h59 #define MB (1024*1024) macro
61 { 32*KB, 64*KB, 256*KB, 1*MB, 4*MB, 8*MB, 16*MB, 16*MB,
62 32*MB, 32*MB, 32*MB, 32*MB, 64*MB, 64*MB, 128*MB, 128*MB,
65 #undef MB
72 4 1.34 MB +1 MB
73 5 5.34 MB +4 MB
74 6 13.34 MB +8 MB
75 7 29.34 MB +16 MB
76 8 45.34 MB +16 MB
77 9 77.34 MB +32 MB
[all …]
/external/cronet/third_party/brotli/enc/
Dmetablock.c135 MetaBlockSplit* mb) { in BrotliBuildMetaBlock() argument
192 &mb->literal_split, in BrotliBuildMetaBlock()
193 &mb->command_split, in BrotliBuildMetaBlock()
194 &mb->distance_split); in BrotliBuildMetaBlock()
200 BROTLI_ALLOC(m, ContextType, mb->literal_split.num_types); in BrotliBuildMetaBlock()
202 for (i = 0; i < mb->literal_split.num_types; ++i) { in BrotliBuildMetaBlock()
208 mb->literal_split.num_types * literal_context_multiplier; in BrotliBuildMetaBlock()
215 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS; in BrotliBuildMetaBlock()
221 BROTLI_DCHECK(mb->command_histograms == 0); in BrotliBuildMetaBlock()
222 mb->command_histograms_size = mb->command_split.num_types; in BrotliBuildMetaBlock()
[all …]
Dmetablock.h42 static BROTLI_INLINE void InitMetaBlockSplit(MetaBlockSplit* mb) { in InitMetaBlockSplit() argument
43 BrotliInitBlockSplit(&mb->literal_split); in InitMetaBlockSplit()
44 BrotliInitBlockSplit(&mb->command_split); in InitMetaBlockSplit()
45 BrotliInitBlockSplit(&mb->distance_split); in InitMetaBlockSplit()
46 mb->literal_context_map = 0; in InitMetaBlockSplit()
47 mb->literal_context_map_size = 0; in InitMetaBlockSplit()
48 mb->distance_context_map = 0; in InitMetaBlockSplit()
49 mb->distance_context_map_size = 0; in InitMetaBlockSplit()
50 mb->literal_histograms = 0; in InitMetaBlockSplit()
51 mb->literal_histograms_size = 0; in InitMetaBlockSplit()
[all …]
/external/brotli/c/enc/
Dmetablock.c136 MetaBlockSplit* mb) { in BrotliBuildMetaBlock() argument
190 &mb->literal_split, in BrotliBuildMetaBlock()
191 &mb->command_split, in BrotliBuildMetaBlock()
192 &mb->distance_split); in BrotliBuildMetaBlock()
198 BROTLI_ALLOC(m, ContextType, mb->literal_split.num_types); in BrotliBuildMetaBlock()
200 for (i = 0; i < mb->literal_split.num_types; ++i) { in BrotliBuildMetaBlock()
206 mb->literal_split.num_types * literal_context_multiplier; in BrotliBuildMetaBlock()
213 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS; in BrotliBuildMetaBlock()
219 BROTLI_DCHECK(mb->command_histograms == 0); in BrotliBuildMetaBlock()
220 mb->command_histograms_size = mb->command_split.num_types; in BrotliBuildMetaBlock()
[all …]
Dmetablock.h42 static BROTLI_INLINE void InitMetaBlockSplit(MetaBlockSplit* mb) { in InitMetaBlockSplit() argument
43 BrotliInitBlockSplit(&mb->literal_split); in InitMetaBlockSplit()
44 BrotliInitBlockSplit(&mb->command_split); in InitMetaBlockSplit()
45 BrotliInitBlockSplit(&mb->distance_split); in InitMetaBlockSplit()
46 mb->literal_context_map = 0; in InitMetaBlockSplit()
47 mb->literal_context_map_size = 0; in InitMetaBlockSplit()
48 mb->distance_context_map = 0; in InitMetaBlockSplit()
49 mb->distance_context_map_size = 0; in InitMetaBlockSplit()
50 mb->literal_histograms = 0; in InitMetaBlockSplit()
51 mb->literal_histograms_size = 0; in InitMetaBlockSplit()
[all …]
/external/webrtc/tools_webrtc/mb/docs/
Duser_guide.md1 # The MB (Meta-Build wrapper) user guide
7 `mb` is a simple python wrapper around the GYP and GN meta-build tools to
17 For more discussion of MB, see also [the design spec](design_spec.md).
19 ## MB subcommands
21 ### `mb analyze`
23 `mb analyze` is reponsible for determining what targets are affected by
27 mb analyze -c chromium_linux_rel //out/Release input.json output.json
31 flags must be specified so that `mb` can figure out which config to use.
60 The third positional argument is a (normal) path to where mb will write
94 `-q/--quiet`, and `-v/--verbose` flags work as documented for `mb gen`.
[all …]
/external/tcpdump/tests/
Dieee802.11_exthdr.out1 …1 12:59:13.707778 10016360us tsft 1.0 Mb/s 2412 MHz 11b -22dBm signal -86dBm noise antenna 1 [bit…
2 …2 12:59:13.709844 10018922us tsft 1.0 Mb/s 2412 MHz 11b -19dBm signal -86dBm noise antenna 0 [bit…
3 …3 12:59:13.709900 10017245us tsft 1.0 Mb/s -86dBm noise 27dBm tx power [bit 15] Probe Response (o…
4 …4 12:59:13.776703 10085301us tsft 1.0 Mb/s 2412 MHz 11b -19dBm signal -86dBm noise antenna 1 [bit…
5 …5 12:59:13.778624 10087718us tsft 1.0 Mb/s 2412 MHz 11b -18dBm signal -86dBm noise antenna 0 [bit…
6 …6 12:59:13.778675 10086042us tsft 1.0 Mb/s -86dBm noise 27dBm tx power [bit 15] Probe Response (o…
7 …7 12:59:13.975746 10284358us tsft 1.0 Mb/s 2412 MHz 11b -61dBm signal -86dBm noise antenna 1 [bit…
8 …8 12:59:13.979112 10288217us tsft 1.0 Mb/s 2412 MHz 11b -46dBm signal -86dBm noise antenna 0 [bit…
9 …9 12:59:13.979161 10286542us tsft 1.0 Mb/s -86dBm noise 27dBm tx power [bit 15] Probe Response (o…
10 …10 12:59:14.042750 10351366us tsft 1.0 Mb/s 2412 MHz 11b -70dBm signal -86dBm noise antenna 1 [bi…
[all …]
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_browser.py24 cls.mb = browser.ModuleBrowser(cls.root, __file__, _utest=True)
28 cls.mb.close()
31 del cls.root, cls.mb
34 mb = self.mb
36 eq(mb.path, __file__)
38 self.assertIsInstance(mb.node, TreeNode)
42 mb = self.mb
43 self.assertIn(os.path.basename(__file__), mb.top.title())
44 self.assertEqual(mb.top.iconname(), 'Module Browser')
47 mb = self.mb
[all …]
/external/pcre/src/
Dpcre2_match.c59 #define NLBLOCK mb /* Block containing newline information */
206 mb points to the match block
215 match_block *mb, pcre2_match_data *match_data, const char *s, ...) in display_frames() argument
235 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode), in display_frames()
260 mb points to the match block
268 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout() argument
278 if (mb->callout == NULL) return 0; /* No callout function provided */ in do_callout()
296 cb = mb->cb; in do_callout()
300 cb->mark = mb->nomatch_mark; in do_callout()
301 cb->current_position = (PCRE2_SIZE)(Feptr - mb->start_subject); in do_callout()
[all …]
/external/cpuinfo/src/arm/
Dtlb.c24 * 4KB, 64KB, 1MB and 16MB in addition to the LPAE page sizes of 2MB and 1G.
33 * - TLB entries that support 4KB, 64KB, 1MB, and 16MB pages
60 …* the -l1tlb_1m option, to have the L1 data TLB cache entries at both the 4KB and 1MB granulari…
61 …* With this configuration, any translation that results in a 1MB or larger page is cached in th…
62 …* TLB as a 1MB entry. Any translation that results in a page smaller than 1MB is cached in the …
66 …et-associative structure. The L2 TLB supports all the VMSAv7 page sizes of 4K, 64K, 1MB and 16MB in
67 * addition to the LPAE page sizes of 2MB and 1GB.
75 …* caches entries at the 4KB and 1MB granularity of Virtual Address (VA) to Physical Address (PA…
76 …y. If the translation tables map the memory region to a larger granularity than 4KB or 1MB, it only
80 * entries have a 4KB and 1MB granularity of VA to PA mappings only.
[all …]
/external/flatbuffers/grpc/tests/
Dmessage_builder_test.cpp50 flatbuffers::grpc::MessageBuilder mb; in builder_reusable_after_release_message_test() local
53 auto root_offset1 = populate1(mb); in builder_reusable_after_release_message_test()
54 mb.Finish(root_offset1); in builder_reusable_after_release_message_test()
55 buffers.push_back(mb.ReleaseMessage<Monster>()); in builder_reusable_after_release_message_test()
66 flatbuffers::grpc::MessageBuilder mb; in builder_reusable_after_release_test() local
69 auto root_offset1 = populate1(mb); in builder_reusable_after_release_test()
70 mb.Finish(root_offset1); in builder_reusable_after_release_test()
71 buffers.push_back(mb.Release()); in builder_reusable_after_release_test()
79 flatbuffers::grpc::MessageBuilder mb; in builder_reusable_after_releaseraw_test() local
81 auto root_offset1 = populate1(mb); in builder_reusable_after_releaseraw_test()
[all …]
/external/libavc/encoder/
Dih264e_structs.h238 * Total Pu info for an MB
294 /** Flag to indicate if mb info is sent along with input buffer */
297 /** Flag to indicate the size of mb info structure */
300 /** Buffer containing mb info if mb_info_type is non-zero */
577 * MB info type
614 * MB x of the starting MB
619 * MB y of the starting MB
660 * Pointer to hold num PUs each MB in a picture
670 * Pointer to hold PU map for each MB in a picture
733 * MB's x position within a picture in raster scan in MB units
[all …]
/external/linux-kselftest/tools/testing/selftests/vm/
Dcharge_reserved_hugetlb.sh85 mb=$(($kb / 1024))
86 echo $mb
89 MB=$(get_machine_hugepage_size)
99 echo "$cgroup_limit" >$cgroup_path/$name/hugetlb.${MB}MB.$fault_limit_file
103 $cgroup_path/$name/hugetlb.${MB}MB.$reservation_limit_file
115 local path="$cgroup_path/$cgroup/hugetlb.${MB}MB.$reservation_usage_file"
128 local path="$cgroup_path/$cgroup/hugetlb.${MB}MB.$reservation_usage_file"
141 local path="$cgroup_path/$cgroup/hugetlb.${MB}MB.$fault_usage_file"
167 local hugetlb_usage=$cgroup_path/$cgroup/hugetlb.${MB}MB.$fault_usage_file
168 local reserved_usage=$cgroup_path/$cgroup/hugetlb.${MB}MB.$reservation_usage_file
[all …]
Dhugetlb_reparenting_test.sh43 mb=$(($kb / 1024))
44 echo $mb
47 MB=$(get_machine_hugepage_size)
78 echo actual a = $((${actual_a%% *} / 1024 / 1024)) MB
79 echo expected a = $((${expected_a%% *} / 1024 / 1024)) MB
87 actual_a_hugetlb="$(cat "$CGROUP_ROOT"/a/hugetlb.${MB}MB.$usage_file)"
90 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB
91 echo expected a hugetlb = $((${expected_a_hugetlb%% *} / 1024 / 1024)) MB
106 echo actual b = $((${actual_b%% *} / 1024 / 1024)) MB
107 echo expected b = $((${expected_b%% *} / 1024 / 1024)) MB
[all …]
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c656 motion_vector_frame(struct vl_mpg12_bs *bs, int s, struct pipe_mpeg12_macroblock *mb) in motion_vector_frame() argument
658 int dmv = mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME; in motion_vector_frame()
661 if (mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_FIELD) { in motion_vector_frame()
662 mb->motion_vertical_field_select |= vl_vlc_get_uimsbf(&bs->vlc, 1) << s; in motion_vector_frame()
664 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
665 mb->PMV[0][s][1] = wrap(DIV2DOWN(mb->PMV[0][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
667 mb->motion_vertical_field_select |= vl_vlc_get_uimsbf(&bs->vlc, 1) << (s + 2); in motion_vector_frame()
669 mb->PMV[1][s][0] = wrap(mb->PMV[1][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
670 mb->PMV[1][s][1] = wrap(DIV2DOWN(mb->PMV[1][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
674 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
[all …]
/external/cronet/testing/libfuzzer/
Dreference.md34 |Linux ASan | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux ASan' out/libfuzzer` |
35 |Linux ASan (x86) | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux32 ASan' out/lib…
36 |Linux ASan Debug | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux ASan Debug' out…
37 |Linux MSan[*](#MSan) | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux MSan' out/l…
38 |Linux UBSan[*](#UBSan)| `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux UBSan' out…
39 |Chrome OS ASan | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Chrome OS ASan' out/lib…
40 |Mac ASan | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Mac ASan' out/libfuzzer` |
41 |Windows ASan | `python tools\mb\mb.py gen -m chromium.fuzz -b "Libfuzzer Upload Windows ASan" out\…
42 |Linux ASan V8 ARM Simulator[*](#ARM-and-ARM64)| `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer…
43 |Linux ASan V8 ARM64 Simulator[*](#ARM-and-ARM64)| `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzz…
[all …]
/external/libavc/encoder/svc/
Disvce_structs.h105 * Array of structs that contain mode_info per MB for every MB per layer
461 * MB info type
530 * independent slice to which each MB in a frame belongs.
560 * MB's x position within a picture in raster scan in MB units
565 * MB's y position within a picture in raster scan in MB units
570 * MB start address
575 * MB start address
580 * MB end address
624 * Pointer to zero runs before for the mb
639 * Pointer frame level mb subblock coeff data
[all …]
/external/lz4/
DREADME.md5 providing compression speed > 500 MB/s per core,
51 | memcpy | 1.000 | 13700 MB/s | 13700 MB/s |
52 |**LZ4 default (v1.9.0)** |**2.101**| **780 MB/s**| **4970 MB/s** |
53 | LZO 2.09 | 2.108 | 670 MB/s | 860 MB/s |
54 | QuickLZ 1.5.0 | 2.238 | 575 MB/s | 780 MB/s |
55 | Snappy 1.1.4 | 2.091 | 565 MB/s | 1950 MB/s |
56 | [Zstandard] 1.4.0 -1 | 2.883 | 515 MB/s | 1380 MB/s |
57 | LZF v3.6 | 2.073 | 415 MB/s | 910 MB/s |
58 | [zlib] deflate 1.2.11 -1| 2.730 | 100 MB/s | 415 MB/s |
59 |**LZ4 HC -9 (v1.9.0)** |**2.721**| 41 MB/s | **4900 MB/s** |
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c104 nouveau_vpe_mb_dct_blocks(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb) in nouveau_vpe_mb_dct_blocks() argument
107 unsigned cbp = mb->coded_block_pattern; in nouveau_vpe_mb_dct_blocks()
108 short *db = mb->blocks; in nouveau_vpe_mb_dct_blocks()
122 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) { in nouveau_vpe_mb_dct_blocks()
129 nouveau_vpe_mb_data_blocks(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb) in nouveau_vpe_mb_data_blocks() argument
132 unsigned cbp = mb->coded_block_pattern; in nouveau_vpe_mb_data_blocks()
133 short *db = mb->blocks; in nouveau_vpe_mb_data_blocks()
139 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) { in nouveau_vpe_mb_data_blocks()
148 const struct pipe_mpeg12_macroblock *mb, in nouveau_vpe_mb_dct_header() argument
152 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA; in nouveau_vpe_mb_dct_header()
[all …]
/external/libavc/decoder/svc/
Disvcd_ii_pred.c136 /* Description : This function is used to find the mb type of the */
137 /* corresponding MB in the reference layer is INTER or */
139 /* Inputs : pu1_ref_mb_modes : ref mb modes buffer pointer */
140 /* i4_ref_mode_stride : mb mode buffer stride */
144 /* Processing : it derives the byte corresponding to reference MB and */
145 /* and gets the mb type */
147 /* Returns : SVCD_TRUE if INTRA MB else SVCD_FALSE */
167 /* get the location of the byte which has the current mb mode */ in isvcd_ii_get_ref_mb_mode()
188 /* Description : this function projects the corners of current MB and */
189 /* finds out if any point is falling into an INTRA MB in */
[all …]
/external/llvm/test/Bindings/OCaml/
Dbitreader.ml31 let mb = Llvm.MemoryBuffer.of_file fn in
33 let m = Llvm_bitreader.parse_bitcode context mb in
36 Llvm.MemoryBuffer.dispose mb;
43 let mb = Llvm.MemoryBuffer.of_file (fn ^ ".bogus") in
44 Llvm.MemoryBuffer.dispose mb;
52 let mb = Llvm.MemoryBuffer.of_file fn in
54 Llvm_bitreader.get_module context mb
56 Llvm.MemoryBuffer.dispose mb;
72 let mb = Llvm.MemoryBuffer.of_file fn in
74 Llvm_bitreader.get_module context mb
[all …]
/external/leveldb/doc/
Dimpl.md15 (approximately 4MB by default), it is converted to a sorted table (see below)
33 a new level-1 file for every 2MB of data.)
37 L >= 1. When the combined size of files in level-L exceeds (10^L) MB (i.e., 10MB
38 for level-1, 100MB for level-2, ...), one file in level-L, and all of the
67 When the log file grows above a certain size (4MB by default):
90 current output file has reached the target file size (2MB). We also switch to a
110 Level-0 compactions will read up to four 1MB files from level-0, and at worst
111 all the level-1 files (10MB). I.e., we will read 14MB and write 14MB.
113 Other than the special level-0 compactions, we will pick one 2MB file from level
117 ranges at level-L+1). The compaction will therefore read 26MB and write 26MB.
[all …]

12345678910>>...133