/external/brotli/java/org/brotli/dec/ |
D | State.java | 23 int[] rings; field in State 94 this.rings = new int[10]; in State() 95 this.rings[0] = 16; in State() 96 this.rings[1] = 15; in State() 97 this.rings[2] = 11; in State() 98 this.rings[3] = 4; in State()
|
D | Decode.java | 668 final int[] ringBuffers = s.rings; in decodeBlockTypeAndLength() 691 int literalBlockType = s.rings[5]; in decodeLiteralBlockSwitch() 701 s.commandTreeIdx = s.rings[7]; in decodeCommandBlockSwitch() 706 s.distContextMapSlice = s.rings[9] << DISTANCE_CONTEXT_BITS; in decodeDistanceBlockSwitch() 887 s.rings[4] = 1; in readMetablockHuffmanCodesAndContextMaps() 888 s.rings[5] = 0; in readMetablockHuffmanCodesAndContextMaps() 889 s.rings[6] = 1; in readMetablockHuffmanCodesAndContextMaps() 890 s.rings[7] = 0; in readMetablockHuffmanCodesAndContextMaps() 891 s.rings[8] = 1; in readMetablockHuffmanCodesAndContextMaps() 892 s.rings[9] = 0; in readMetablockHuffmanCodesAndContextMaps() [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_fanout.c | 221 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) in sock_fanout_read() argument 225 ret[0] = sock_fanout_read_ring(fds[0], rings[0]); in sock_fanout_read() 226 ret[1] = sock_fanout_read_ring(fds[1], rings[1]); in sock_fanout_read() 348 char *rings[2]; in test_datapath() local 366 rings[0] = sock_fanout_open_ring(fds[0]); in test_datapath() 367 rings[1] = sock_fanout_open_ring(fds[1]); in test_datapath() 370 sock_fanout_read(fds, rings, expect0); in test_datapath() 375 ret = sock_fanout_read(fds, rings, expect1); in test_datapath() 380 ret |= sock_fanout_read(fds, rings, expect2); in test_datapath() 382 if (munmap(rings[1], RING_NUM_FRAMES * getpagesize()) || in test_datapath() [all …]
|
/external/igt-gpu-tools/scripts/ |
D | trace.pl | 30 my (%db, %vdb, %queue, %submit, %notify, %rings, %ctxdb, %ringmap, %reqwait, 487 $rings{$ring} = $gid++ unless exists $rings{$ring}; 488 $ringmap{$rings{$ring}} = $ring; 579 foreach my $gid (sort keys %rings) { 580 my $ring = $ringmap{$rings{$gid}}; 686 foreach my $gid (sort keys %rings) { 687 my $ring = $ringmap{$rings{$gid}}; 811 foreach my $gid (sort keys %rings) { 812 my $ring = $ringmap{$rings{$gid}}; 1091 foreach my $group (sort keys %rings) { [all …]
|
/external/brotli/js/ |
D | decode.js | 627 var /** !Int32Array */ ringBuffers = s.rings; 655 var /** number */ literalBlockType = s.rings[5]; 668 s.commandTreeIdx = s.rings[7]; 676 s.distContextMapSlice = s.rings[9] << 2; 854 s.rings[4] = 1; 855 s.rings[5] = 0; 856 s.rings[6] = 1; 857 s.rings[7] = 0; 858 s.rings[8] = 1; 859 s.rings[9] = 0; [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_ctx_shared.c | 318 struct sync_fence_info rings[16]; in single_timeline() local 345 sync_file_info.sync_fence_info = to_user_pointer(&rings[n]); in single_timeline() 350 n, rings[n].driver_name, rings[n].obj_name); in single_timeline() 357 igt_assert(!strcmp(rings[0].driver_name, rings[i].driver_name)); in single_timeline() 358 igt_assert(!strcmp(rings[0].obj_name, rings[i].obj_name)); in single_timeline()
|
/external/libdrm/intel/ |
D | intel_bufmgr.c | 160 unsigned int rings) in drm_intel_bo_mrb_exec() argument 165 rings); in drm_intel_bo_mrb_exec() 167 switch (rings) { in drm_intel_bo_mrb_exec()
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | construct-seq.data | 10 - Neptune # Boring. No rings.
|
/external/llvm/test/YAMLParser/ |
D | construct-seq.test | 12 - Neptune # Boring. No rings.
|
/external/llvm-project/llvm/test/YAMLParser/ |
D | construct-seq.test | 12 - Neptune # Boring. No rings.
|
/external/ltp/testcases/kernel/device-drivers/rtc/ |
D | README | 8 2. Alarm Test: Sets the alarm to 5 seconds in future and makes sure it rings.
|
/external/scapy/scapy/layers/ |
D | inet.py | 1127 rings={} 1133 if t not in rings: 1134 rings[t] = [] 1136 if tr[t] not in rings[t]: 1137 rings[t].append(tr[t]) 1138 tr3d[i].append(rings[t].index(tr[t])) 1140 rings[t].append(("unk",-1)) 1141 tr3d[i].append(len(rings[t])-1) 1142 for t in rings: 1143 r = rings[t]
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.9.rst | 57 - radeonsi: release GS rings at context destruction
|
D | 10.3.1.rst | 94 - radeonsi: release GS rings at context destruction
|
D | 19.1.0.rst | 3665 - radeonsi: always use compute rings for clover on CI and newer (v2)
|
/external/mesa3d/src/intel/tools/ |
D | error2aub.c | 199 } rings[] = { in engine_from_name() local 212 for (r = rings; r->match; r++) { in engine_from_name()
|
/external/igt-gpu-tools/ |
D | NEWS | 577 - New test: gem_exec_basic sanity check of execbuf-ioctl rings (Chris Wilson)
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.hyp.txt | 1038 semi-rings
|
D | ushyphex.tex | 1037 semi-rings
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
D | the-picture-of-dorian-gray.txt | 2122 his rings. 2680 across the road flamed like throbbing rings of fire. A white 5189 The favourites of James I wore ear-rings of emeralds set in gold 5408 were so overladen with rings. He had been a macaroni of the eighteenth 6091 scarf-pin and changing his rings more than once. He spent a long time 7040 and stained with dark rings of spilled liquor. Some Malays were 8533 and loathsome of visage. It was not till they had examined the rings
|
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | the-picture-of-dorian-gray.txt | 2122 his rings. 2680 across the road flamed like throbbing rings of fire. A white 5189 The favourites of James I wore ear-rings of emeralds set in gold 5408 were so overladen with rings. He had been a macaroni of the eighteenth 6091 scarf-pin and changing his rings more than once. He spent a long time 7040 and stained with dark rings of spilled liquor. Some Malays were 8533 and loathsome of visage. It was not till they had examined the rings
|
/external/one-true-awk/testdir/ |
D | bib | 2208 …halt cast four rings of gold for it, and put them in the four corners thereof; and two rings shall… 2210 And thou shalt put the staves into the rings by the sides of the ark, that the ark may be borne wit… 2211 The staves shall be in the rings of the ark: they shall not be taken from it. 2222 And thou shalt make for it four rings of gold, and put the rings in the four corners that are on th… 2223 Over against the border shall the rings be for places of the staves to bear the table. 2265 And thou shalt overlay the boards with gold, and make their rings of gold for places for the bars: … 2277 …a grate of network of brass; and upon the net shalt thou make four brasen rings in the four corner… 2280 And the staves shall be put into the rings, and the staves shall be upon the two sides of the altar… 2317 And thou shalt make upon the breastplate two rings of gold, and shalt put the two rings on the two … 2318 And thou shalt put the two wreathen chains of gold in the two rings which are on the ends of the br… [all …]
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 568 粔 < cakes\-made\-from\-rice\-flour\-twisted\-into\-rings; 5615 轙 < rings\-on\-the\-yokes; 8117 擺蕩吊環 < swinging\-rings; 22868 擺蕩吊環 > swinging\-rings; 36392 粔 > cakes\-made\-from\-rice\-flour\-twisted\-into\-rings; 39747 轙 > rings\-on\-the\-yokes;
|
/external/brotli/tests/testdata/ |
D | asyoulik.txt | 2151 out of rings?
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 7636 rings
|