Home
last modified time | relevance | path

Searched refs:rings (Results 1 – 25 of 34) sorted by relevance

12

/external/brotli/java/org/brotli/dec/
DState.java22 int[] rings; field in State
81 this.rings = new int[10]; in State()
82 this.rings[0] = 16; in State()
83 this.rings[1] = 15; in State()
84 this.rings[2] = 11; in State()
85 this.rings[3] = 4; in State()
DDecode.java484 final int[] ringBuffers = s.rings; in decodeBlockTypeAndLength()
507 int literalBlockType = s.rings[5]; in decodeLiteralBlockSwitch()
518 s.treeCommandOffset = s.hGroup1[s.rings[7]]; in decodeCommandBlockSwitch()
523 s.distContextMapSlice = s.rings[9] << DISTANCE_CONTEXT_BITS; in decodeDistanceBlockSwitch()
651 s.rings[4] = 1; in readMetablockHuffmanCodesAndContextMaps()
652 s.rings[5] = 0; in readMetablockHuffmanCodesAndContextMaps()
653 s.rings[6] = 1; in readMetablockHuffmanCodesAndContextMaps()
654 s.rings[7] = 0; in readMetablockHuffmanCodesAndContextMaps()
655 s.rings[8] = 1; in readMetablockHuffmanCodesAndContextMaps()
656 s.rings[9] = 0; in readMetablockHuffmanCodesAndContextMaps()
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c221 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/u-boot/drivers/soc/ti/
Dk3-navss-ringacc.c194 struct k3_nav_ring *rings; member
275 !(ringacc->rings[id].flags & K3_NAV_RING_FLAG_SHARED)) in k3_nav_ringacc_request_ring()
277 else if (ringacc->rings[id].flags & K3_NAV_RING_FLAG_SHARED) in k3_nav_ringacc_request_ring()
292 ringacc->rings[id].proxy_id = proxy_id; in k3_nav_ringacc_request_ring()
301 ringacc->rings[id].use_count++; in k3_nav_ringacc_request_ring()
302 return &ringacc->rings[id]; in k3_nav_ringacc_request_ring()
1006 ringacc->rings = devm_kzalloc(dev, in k3_nav_ringacc_probe()
1007 sizeof(*ringacc->rings) * in k3_nav_ringacc_probe()
1017 if (!ringacc->rings || !ringacc->rings_inuse || !ringacc->proxy_inuse) in k3_nav_ringacc_probe()
1021 ringacc->rings[i].rt = base_rt + in k3_nav_ringacc_probe()
[all …]
/external/igt-gpu-tools/scripts/
Dtrace.pl30 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/
Ddecode.min.js1rings;var a=4+t*2;if(e.bitOffset>=16){e.accumulator32=e.shortBuffer[e.halfOffset++]<<16|e.accumula…
Ddecode.js496 var /** !Int32Array */ ringBuffers = s.rings;
524 var /** !number */ literalBlockType = s.rings[5];
538 s.treeCommandOffset = s.hGroup1[s.rings[7]];
546 s.distContextMapSlice = s.rings[9] << 2;
682 s.rings[4] = 1;
683 s.rings[5] = 0;
684 s.rings[6] = 1;
685 s.rings[7] = 0;
686 s.rings[8] = 1;
687 s.rings[9] = 0;
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_ctx_shared.c318 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/
Dintel_bufmgr.c160 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/
Dconstruct-seq.data10 - Neptune # Boring. No rings.
/external/llvm/test/YAMLParser/
Dconstruct-seq.test12 - Neptune # Boring. No rings.
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dconstruct-seq.test12 - Neptune # Boring. No rings.
/external/ltp/testcases/kernel/device-drivers/rtc/
DREADME8 2. Alarm Test: Sets the alarm to 5 seconds in future and makes sure it rings.
/external/scapy/scapy/layers/
Dinet.py1127 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/u-boot/arch/arm/dts/
Dk3-j721e-common-proc-board-u-boot.dtsi67 ti,num-rings = <286>;
68 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */
Dk3-am654-base-board-u-boot.dtsi56 ti,num-rings = <286>;
57 ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */
/external/mesa3d/docs/relnotes/
D10.2.9.rst57 - radeonsi: release GS rings at context destruction
D10.3.1.rst94 - radeonsi: release GS rings at context destruction
/external/mesa3d/src/intel/tools/
Derror2aub.c199 } rings[] = { in engine_from_name() local
212 for (r = rings; r->match; r++) { in engine_from_name()
/external/igt-gpu-tools/
DNEWS577 - New test: gem_exec_basic sanity check of execbuf-ioctl rings (Chris Wilson)
/external/hyphenation-patterns/en-US/
Dushyphex.tex1037 semi-rings
Dhyph-en-us.hyp.txt1038 semi-rings
/external/one-true-awk/testdir/
Dbib2208 …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/
DTransliterator_Han_Latin_Definition.txt568 粔 < 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/
Dasyoulik.txt2151 out of rings?

12