Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/external/u-boot/doc/device-tree-bindings/net/
Dmicrel-ksz90x1.txt14 value is 0, the maximum value is 1800, and it is incremented by 120ps
19 - rxc-skew-ps : Skew control of RXC pad
20 - rxdv-skew-ps : Skew control of RX CTL pad
21 - txc-skew-ps : Skew control of TXC pad
22 - txen-skew-ps : Skew control of TX CTL pad
23 - rxd0-skew-ps : Skew control of RX data 0 pad
24 - rxd1-skew-ps : Skew control of RX data 1 pad
25 - rxd2-skew-ps : Skew control of RX data 2 pad
26 - rxd3-skew-ps : Skew control of RX data 3 pad
27 - txd0-skew-ps : Skew control of TX data 0 pad
[all …]
/external/u-boot/arch/x86/cpu/broadwell/
Dpower_state.c18 static int prev_sleep_state(struct chipset_power_state *ps) in prev_sleep_state() argument
23 if (ps->pm1_sts & WAK_STS) { in prev_sleep_state()
24 switch ((ps->pm1_cnt & SLP_TYP) >> SLP_TYP_SHIFT) { in prev_sleep_state()
35 outl(ps->pm1_cnt & ~(SLP_TYP), ACPI_BASE_ADDRESS + PM1_CNT); in prev_sleep_state()
38 if (ps->gen_pmcon3 & (PWR_FLR | SUS_PWR_FLR)) in prev_sleep_state()
44 static void dump_power_state(struct chipset_power_state *ps) in dump_power_state() argument
46 debug("PM1_STS: %04x\n", ps->pm1_sts); in dump_power_state()
47 debug("PM1_EN: %04x\n", ps->pm1_en); in dump_power_state()
48 debug("PM1_CNT: %08x\n", ps->pm1_cnt); in dump_power_state()
49 debug("TCO_STS: %04x %04x\n", ps->tco1_sts, ps->tco2_sts); in dump_power_state()
[all …]
/external/epid-sdk/epid/common/math/src/
Dtatepairing.c69 static EpidStatus JoinFq3(Epid11PairingState* ps, FfElement const* a,
72 static EpidStatus SplitFq6(Epid11PairingState* ps, FfElement const* a,
75 static EpidStatus FinalExp(Epid11PairingState* ps, FfElement const* r,
78 static EpidStatus Transform(Epid11PairingState* ps, FfElement const* a,
83 Epid11PairingState** ps) { in NewEpid11PairingState() argument
106 if (!ga || !gb || !ff || !ps) { in NewEpid11PairingState()
259 *ps = pairing_state_ctx; in NewEpid11PairingState()
284 void DeleteEpid11PairingState(Epid11PairingState** ps) { in DeleteEpid11PairingState() argument
286 if (ps && *ps) { in DeleteEpid11PairingState()
287 DeleteFfElement(&(*ps)->a); in DeleteEpid11PairingState()
[all …]
Dpairing.c82 static EpidStatus FinalExp(PairingState* ps, FfElement* d, FfElement const* h);
84 static EpidStatus PiOp(PairingState* ps, FfElement* x_out, FfElement* y_out,
87 static EpidStatus FrobeniusOp(PairingState* ps, FfElement* d_out,
107 static EpidStatus MulXiFast(FfElement* e, FfElement const* a, PairingState* ps);
109 static EpidStatus MulV(FfElement* e, FfElement* a, PairingState* ps);
112 FfElement* b1, PairingState* ps);
115 FfElement const* b, PairingState* ps);
117 static EpidStatus SquareCyclotomic(PairingState* ps, FfElement* e_out,
120 static EpidStatus ExpCyclotomic(PairingState* ps, FfElement* e,
127 PairingState** ps) { in NewPairingState() argument
[all …]
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go45 ps := printState{tparams: tparams}
46 a.print(&ps)
47 return ps.buf.String()
69 func (ps *printState) writeByte(b byte) {
70 ps.last = b
71 ps.buf.WriteByte(b)
75 func (ps *printState) writeString(s string) {
77 ps.last = s[len(s)-1]
79 ps.buf.WriteString(s)
83 func (ps *printState) print(a AST) {
[all …]
/external/epid-sdk/epid/common/math/unittests/
Dtatepairing-test.cc83 Epid11PairingState* ps = nullptr; in TEST_F() local
85 this->params->GT, &ps)); in TEST_F()
86 EXPECT_NO_THROW(DeleteEpid11PairingState(&ps)); in TEST_F()
92 Epid11PairingState* ps = nullptr; in TEST_F() local
93 EXPECT_NO_THROW(DeleteEpid11PairingState(&ps)); in TEST_F()
98 Epid11PairingState* ps = nullptr; in TEST_F() local
101 this->params->GT, &ps)); in TEST_F()
102 DeleteEpid11PairingState(&ps); in TEST_F()
107 Epid11PairingState* ps = nullptr; in TEST_F() local
109 this->params->GT, &ps)); in TEST_F()
[all …]
Dpairing-test.cc91 PairingState* ps = nullptr; in TEST_F() local
95 this->params->GT, &this->t_str, true, &ps)); in TEST_F()
97 EXPECT_NO_THROW(DeletePairingState(&ps)); in TEST_F()
103 PairingState* ps = nullptr; in TEST_F() local
104 EXPECT_NO_THROW(DeletePairingState(&ps)); in TEST_F()
109 PairingState* ps = nullptr; in TEST_F() local
112 this->params->GT, &this->t_str, true, &ps)); in TEST_F()
113 DeletePairingState(&ps); in TEST_F()
118 PairingState* ps = nullptr; in TEST_F() local
121 &this->t_str, true, &ps)); in TEST_F()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denh_upsample.c32 int16_t *ps, *w16tmp; in WebRtcIlbcfix_EnhUpsample() local
41 ps=seq1+2; in WebRtcIlbcfix_EnhUpsample()
42 *pu11 = (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
43 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
44 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
48 ps=seq1+3; in WebRtcIlbcfix_EnhUpsample()
49 *pu11 = (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
50 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
51 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
52 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
[all …]
/external/libxaac/decoder/
Dixheaacd_mps_smoothing.c38 int ps = 0, pb, row, col; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() local
44 p_smoothing_data = &self->smoothing_data[ps][res_bands]; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
46 delta = self->param_slot_diff[ps] * self->inv_smoothing_time[ps]; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
54 self->m1_param_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
55 (ixheaacd_mult32(delta, self->m1_param_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
59 self->m1_param_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
60 (ixheaacd_mult32(delta, self->m1_param_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
64 self->m2_decor_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
65 (ixheaacd_mult32(delta, self->m2_decor_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
69 self->m2_decor_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
[all …]
/external/u-boot/arch/arm/dts/
Dsocfpga_stratix10_socdk.dts62 txd0-skew-ps = <0>; /* -420ps */
63 txd1-skew-ps = <0>; /* -420ps */
64 txd2-skew-ps = <0>; /* -420ps */
65 txd3-skew-ps = <0>; /* -420ps */
66 rxd0-skew-ps = <420>; /* 0ps */
67 rxd1-skew-ps = <420>; /* 0ps */
68 rxd2-skew-ps = <420>; /* 0ps */
69 rxd3-skew-ps = <420>; /* 0ps */
70 txen-skew-ps = <0>; /* -420ps */
71 txc-skew-ps = <1860>; /* 960ps */
[all …]
/external/python/cpython3/Parser/
Dparser.c74 parser_state *ps; in PyParser_New() local
78 ps = (parser_state *)PyMem_MALLOC(sizeof(parser_state)); in PyParser_New()
79 if (ps == NULL) in PyParser_New()
81 ps->p_grammar = g; in PyParser_New()
83 ps->p_flags = 0; in PyParser_New()
85 ps->p_tree = PyNode_New(start); in PyParser_New()
86 if (ps->p_tree == NULL) { in PyParser_New()
87 PyMem_FREE(ps); in PyParser_New()
90 s_reset(&ps->p_stack); in PyParser_New()
91 (void) s_push(&ps->p_stack, PyGrammar_FindDFA(g, start), ps->p_tree); in PyParser_New()
[all …]
/external/python/cpython2/Parser/
Dparser.c74 parser_state *ps; in PyParser_New() local
78 ps = (parser_state *)PyMem_MALLOC(sizeof(parser_state)); in PyParser_New()
79 if (ps == NULL) in PyParser_New()
81 ps->p_grammar = g; in PyParser_New()
83 ps->p_flags = 0; in PyParser_New()
85 ps->p_tree = PyNode_New(start); in PyParser_New()
86 if (ps->p_tree == NULL) { in PyParser_New()
87 PyMem_FREE(ps); in PyParser_New()
90 s_reset(&ps->p_stack); in PyParser_New()
91 (void) s_push(&ps->p_stack, PyGrammar_FindDFA(g, start), ps->p_tree); in PyParser_New()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips2/
Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
[all …]
/external/llvm/test/MC/Mips/mips2/
Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
[all …]
/external/llvm/test/MC/Mips/mips1/
Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips4/
Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips3/
Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
[all …]
/external/llvm/test/MC/Mips/mips4/
Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
[all …]
/external/llvm/test/MC/Mips/mips3/
Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r6/
Dinvalid-mips5-wrong-error.s8 … abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
9 … add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 … alnv.ps $f12,$f18,$f30,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 … c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 … c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 … c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 … c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
19 … c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
20 … c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
21 … c.ngle.ps $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
[all …]
/external/llvm/test/MC/Mips/mips64r6/
Dinvalid-mips5-wrong-error.s8 … abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
9 … add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 … alnv.ps $f12,$f18,$f30,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 … c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 … c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 … c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 … c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
19 … c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
20 … c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
21 … c.ngle.ps $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.PointSize.geom.out10 0:8 'ps' ( in 3-element array of uint)
11 0:8 'OutputStream' ( out structure{ temp float ps})
16 0:? 'OutputStream.ps' ( out float PointSize)
17 0:10 ps: direct index for structure ( temp float)
18 0:10 's' ( temp structure{ temp float ps})
26 0:? 'ps' ( temp 3-element array of uint)
27 0:? 'ps' ( in 3-element array of uint PointSize)
29 0:? 'ps' ( temp 3-element array of uint)
30 0:? 'OutputStream' ( temp structure{ temp float ps})
32 0:? 'ps' ( in 3-element array of uint PointSize)
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_surfaces.c38 struct pipe_surface *ps; in util_surfaces_do_get() local
45 ps = cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level)); in util_surfaces_do_get()
51 ps = us->u.array[level]; in util_surfaces_do_get()
54 if(ps && ps->context == ctx) in util_surfaces_do_get()
56 p_atomic_inc(&ps->reference.count); in util_surfaces_do_get()
57 *res = ps; in util_surfaces_do_get()
61 ps = (struct pipe_surface *)CALLOC(1, surface_struct_size); in util_surfaces_do_get()
62 if (!ps) in util_surfaces_do_get()
68 pipe_surface_init(ctx, ps, pt, level, layer); in util_surfaces_do_get()
71 cso_hash_insert(us->u.hash, (layer << 8) | level, ps); in util_surfaces_do_get()
[all …]
/external/aac/libSACenc/src/
Dsacenc_bitstream.cpp271 int ps, pb, strOffset, pbStride, dataBands, i; in ecData() local
292 for (ps = 1; ps < numParamSets; ps++) { in ecData()
293 if (losslessData->bsQuantCoarseXXX[paramIdx][ps] != in ecData()
294 losslessData->bsQuantCoarseXXX[paramIdx][ps - 1]) { in ecData()
295 losslessData->bsXXXDataMode[paramIdx][ps] = FINECOARSE; in ecData()
297 losslessData->bsXXXDataMode[paramIdx][ps] = KEEP; in ecData()
299 if (data[ps][i] != data[ps - 1][i]) { in ecData()
300 losslessData->bsXXXDataMode[paramIdx][ps] = FINECOARSE; in ecData()
306 FDKwriteBits(bitstream, losslessData->bsXXXDataMode[paramIdx][ps], 2); in ecData()
310 for (ps = 0; ps < (numParamSets - 1); ps++) { in ecData()
[all …]
/external/libpcap/
Dsf-pcapng.c276 struct pcap_ng_sf *ps; in read_block() local
282 ps = p->priv; in read_block()
329 if (bhdr.total_length > ps->max_blocksize) { in read_block()
331 ps->max_blocksize); in read_block()
567 struct pcap_ng_sf *ps; in add_interface() local
572 ps = p->priv; in add_interface()
577 ps->ifcount++; in add_interface()
582 if (ps->ifcount > ps->ifaces_size) { in add_interface()
589 if (ps->ifaces_size == 0) { in add_interface()
615 if (ps->ifaces_size * 2 < ps->ifaces_size) { in add_interface()
[all …]

12345678910>>...64