/external/u-boot/doc/device-tree-bindings/net/ |
D | micrel-ksz90x1.txt | 14 value is 0, the maximum value is 1800, and it is incremented by 120ps 25 Pad Skew Value Delay (ps) Devicetree Value 27 0000 -840ps 0 28 0001 -720ps 120 29 0010 -600ps 240 30 0011 -480ps 360 31 0100 -360ps 480 32 0101 -240ps 600 33 0110 -120ps 720 34 0111 0ps 840 [all …]
|
/external/u-boot/arch/x86/cpu/broadwell/ |
D | power_state.c | 18 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/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | enh_upsample.c | 32 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/ |
D | ixheaacd_mps_smoothing.c | 37 int ps = 0, pb, row, col; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() local 43 p_smoothing_data = &self->smoothing_data[ps][res_bands]; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() 45 delta = self->param_slot_diff[ps] * self->inv_smoothing_time[ps]; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() 53 self->m1_param_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() 54 (ixheaacd_mult32(delta, self->m1_param_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() 58 self->m1_param_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() 59 (ixheaacd_mult32(delta, self->m1_param_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() 63 self->m2_decor_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() 64 (ixheaacd_mult32(delta, self->m2_decor_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() 68 self->m2_decor_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() [all …]
|
/external/u-boot/arch/arm/dts/ |
D | socfpga_cyclone5_de0_nano_soc.dts | 48 txd0-skew-ps = <0>; /* -420ps */ 49 txd1-skew-ps = <0>; /* -420ps */ 50 txd2-skew-ps = <0>; /* -420ps */ 51 txd3-skew-ps = <0>; /* -420ps */ 52 rxd0-skew-ps = <420>; /* 0ps */ 53 rxd1-skew-ps = <420>; /* 0ps */ 54 rxd2-skew-ps = <420>; /* 0ps */ 55 rxd3-skew-ps = <420>; /* 0ps */ 56 txen-skew-ps = <0>; /* -420ps */ 57 txc-skew-ps = <1860>; /* 960ps */ [all …]
|
D | socfpga_stratix10_socdk.dts | 68 txd0-skew-ps = <0>; /* -420ps */ 69 txd1-skew-ps = <0>; /* -420ps */ 70 txd2-skew-ps = <0>; /* -420ps */ 71 txd3-skew-ps = <0>; /* -420ps */ 72 rxd0-skew-ps = <420>; /* 0ps */ 73 rxd1-skew-ps = <420>; /* 0ps */ 74 rxd2-skew-ps = <420>; /* 0ps */ 75 rxd3-skew-ps = <420>; /* 0ps */ 76 txen-skew-ps = <0>; /* -420ps */ 77 txc-skew-ps = <900>; /* 0ps */ [all …]
|
/external/python/cpython3/Parser/ |
D | parser.c | 74 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/ |
D | parser.c | 74 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/u-boot/drivers/spi/ |
D | pl022_spi.c | 78 static int pl022_is_supported(struct pl022_spi_slave *ps) in pl022_is_supported() argument 81 if ((readw(ps->base + SSP_PID0) == 0x22) && in pl022_is_supported() 82 (readw(ps->base + SSP_PID1) == 0x10) && in pl022_is_supported() 83 ((readw(ps->base + SSP_PID2) & 0xf) == 0x04) && in pl022_is_supported() 84 (readw(ps->base + SSP_PID3) == 0x00)) in pl022_is_supported() 93 struct pl022_spi_slave *ps = dev_get_priv(bus); in pl022_spi_probe() local 95 ps->base = ioremap(plat->addr, plat->size); in pl022_spi_probe() 96 ps->freq = plat->freq; in pl022_spi_probe() 99 if (!pl022_is_supported(ps)) in pl022_spi_probe() 103 writew(SSP_CR0_BIT_MODE(8), ps->base + SSP_CR0); in pl022_spi_probe() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips4/ |
D | invalid-mips5-wrong-error.s | 9 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/ |
D | invalid-mips5-wrong-error.s | 9 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/ |
D | invalid-mips5-wrong-error.s | 9 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/mips2/ |
D | invalid-mips5-wrong-error.s | 9 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/ |
D | invalid-mips5-wrong-error.s | 9 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/ |
D | invalid-mips5-wrong-error.s | 9 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/ |
D | invalid-mips5-wrong-error.s | 9 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/ |
D | invalid-mips5-wrong-error.s | 8 … 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/angle/third_party/glslang/src/Test/baseResults/ |
D | hlsl.PointSize.geom.out | 10 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/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.PointSize.geom.out | 10 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/llvm/test/MC/Mips/mips64r6/ |
D | invalid-mips5-wrong-error.s | 8 … 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/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | pack_tests.py | 22 ps = pack.PackedStruct(struct) 24 errors += EXPECT_EQ(2, len(ps.packed_fields)) 25 errors += EXPECT_EQ('testfield2', ps.packed_fields[0].field.name) 26 errors += EXPECT_EQ('testfield1', ps.packed_fields[1].field.name) 33 ps = pack.PackedStruct(struct) 34 errors += EXPECT_EQ(0, len(ps.packed_fields)) 42 ps = pack.PackedStruct(struct) 43 errors += EXPECT_EQ(1, len(ps.packed_fields)) 59 ps = pack.PackedStruct(struct) 60 num_fields = len(ps.packed_fields) [all …]
|
/external/aac/libSACenc/src/ |
D | sacenc_bitstream.cpp | 271 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/mesa3d/src/gallium/frontends/nine/ |
D | pixelshader9.h | 75 NinePixelShader9_UpdateKey( struct NinePixelShader9 *ps, in NinePixelShader9_UpdateKey() argument 85 key = samplers_shadow & ps->sampler_mask; in NinePixelShader9_UpdateKey() 87 if (unlikely(ps->byte_code.version < 0x20)) { in NinePixelShader9_UpdateKey() 89 uint32_t m = ps->sampler_mask; in NinePixelShader9_UpdateKey() 100 …assert((ps->byte_code.version < 0x14 && !(ps->sampler_mask & 0xFFF0)) || !(ps->sampler_mask & 0xFF… in NinePixelShader9_UpdateKey() 102 if (unlikely(ps->byte_code.version < 0x14)) { in NinePixelShader9_UpdateKey() 111 if (ps->byte_code.version < 0x30) { in NinePixelShader9_UpdateKey() 120 if ((ps->const_int_slots > 0 || ps->const_bool_slots > 0) && context->inline_constants) in NinePixelShader9_UpdateKey() 121 key |= ((uint64_t)nine_shader_constant_combination_key(&ps->c_combinations, in NinePixelShader9_UpdateKey() 122 ps->int_slots_used, in NinePixelShader9_UpdateKey() [all …]
|
/external/libpcap/ |
D | sf-pcapng.c | 276 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 …]
|
D | pcap-snf.c | 51 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps) in snf_pcap_stats() argument 62 ps->ps_recv = stats.ring_pkt_recv + stats.ring_pkt_overflow; in snf_pcap_stats() 63 ps->ps_drop = stats.ring_pkt_overflow; in snf_pcap_stats() 64 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad; in snf_pcap_stats() 71 struct pcap_snf *ps = p->priv; in snf_platform_cleanup() local 74 if (ps->snf_inj) in snf_platform_cleanup() 75 snf_inject_close(ps->snf_inj); in snf_platform_cleanup() 77 snf_ring_close(ps->snf_ring); in snf_platform_cleanup() 78 snf_close(ps->snf_handle); in snf_platform_cleanup() 85 struct pcap_snf *ps = p->priv; in snf_getnonblock() local [all …]
|